diff --git a/Rev1/node/index.js b/Rev1/node/index.js new file mode 100644 index 0000000..92aa09e --- /dev/null +++ b/Rev1/node/index.js @@ -0,0 +1,14 @@ +const http = require("http"); + +const hostname = "127.0.0.1"; +const port = 3000; + +const server = http.createServer((req, res) => { + res.statusCode = 200; + res.setHeader("Content-Type", "text/plain"); + res.end("Hello Worldyy bro"); +}); + +server.listen(port, hostname, () => { + console.log(`Server running at http://${hostname}:${port}/`); +}); diff --git a/Rev1/node/package-lock.json b/Rev1/node/package-lock.json new file mode 100644 index 0000000..bbc0756 --- /dev/null +++ b/Rev1/node/package-lock.json @@ -0,0 +1,2022 @@ +{ + "name": "anka_anvil", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "anka_anvil", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "nodemon": "^2.0.18" + } + }, + "node_modules/@sindresorhus/is": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/@szmarczak/http-timer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "dependencies": { + "defer-to-connect": "^1.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "node_modules/ansi-align": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", + "dependencies": { + "string-width": "^4.1.0" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", + "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", + "dependencies": { + "ansi-align": "^3.0.0", + "camelcase": "^6.2.0", + "chalk": "^4.1.0", + "cli-boxes": "^2.2.1", + "string-width": "^4.2.2", + "type-fest": "^0.20.2", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cacheable-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^3.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^1.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cacheable-request/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cacheable-request/node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" + }, + "node_modules/cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==", + "dependencies": { + "mimic-response": "^1.0.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "dependencies": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==", + "dependencies": { + "mimic-response": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/defer-to-connect": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" + }, + "node_modules/dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "dependencies": { + "is-obj": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/duplexer3": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", + "integrity": "sha512-CEj8FwwNA4cVH2uFCoHUrmojhYh1vmCdOaneKJXwkeY1i9jnlslVo9dx+hQ5Hl9GnH/Bwy/IjxAyOePyPKYnzA==" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/escape-goat": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", + "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/global-dirs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", + "integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==", + "dependencies": { + "ini": "2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "dependencies": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-yarn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", + "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" + }, + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" + }, + "node_modules/import-lazy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", + "integrity": "sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==", + "engines": { + "node": ">=4" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/ini": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", + "engines": { + "node": ">=10" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "dependencies": { + "ci-info": "^2.0.0" + }, + "bin": { + "is-ci": "bin.js" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-installed-globally": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", + "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", + "dependencies": { + "global-dirs": "^3.0.0", + "is-path-inside": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-npm": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz", + "integrity": "sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + }, + "node_modules/is-yarn-global": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", + "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==" + }, + "node_modules/json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==" + }, + "node_modules/keyv": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "dependencies": { + "json-buffer": "3.0.0" + } + }, + "node_modules/latest-version": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", + "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", + "dependencies": { + "package-json": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/nodemon": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.18.tgz", + "integrity": "sha512-uAvrKipi2zAz8E7nkSz4qW4F4zd5fs2wNGsTx+xXlP8KXqd9ucE0vY9wankOsPboeDyuUGN9vsXGV1pLn80l/A==", + "hasInstallScript": true, + "dependencies": { + "chokidar": "^3.5.2", + "debug": "^3.2.7", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.0.4", + "pstree.remy": "^1.1.8", + "semver": "^5.7.1", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5", + "update-notifier": "^5.1.0" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=8.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/p-cancelable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", + "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "dependencies": { + "got": "^9.6.0", + "registry-auth-token": "^4.0.0", + "registry-url": "^5.0.0", + "semver": "^6.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/package-json/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/pupa": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", + "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", + "dependencies": { + "escape-goat": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/rc/node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/registry-auth-token": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.2.tgz", + "integrity": "sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==", + "dependencies": { + "rc": "1.2.8" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/registry-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", + "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", + "dependencies": { + "rc": "^1.2.8" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/responselike": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "integrity": "sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==", + "dependencies": { + "lowercase-keys": "^1.0.0" + } + }, + "node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/semver-diff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", + "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", + "dependencies": { + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/semver-diff/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-readable-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", + "engines": { + "node": ">=6" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", + "dependencies": { + "nopt": "~1.0.10" + }, + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, + "node_modules/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==" + }, + "node_modules/unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "dependencies": { + "crypto-random-string": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/update-notifier": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz", + "integrity": "sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==", + "dependencies": { + "boxen": "^5.0.0", + "chalk": "^4.1.0", + "configstore": "^5.0.1", + "has-yarn": "^2.1.0", + "import-lazy": "^2.1.0", + "is-ci": "^2.0.0", + "is-installed-globally": "^0.4.0", + "is-npm": "^5.0.0", + "is-yarn-global": "^0.3.0", + "latest-version": "^5.1.0", + "pupa": "^2.1.1", + "semver": "^7.3.4", + "semver-diff": "^3.1.1", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/yeoman/update-notifier?sponsor=1" + } + }, + "node_modules/update-notifier/node_modules/semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/url-parse-lax": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "integrity": "sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==", + "dependencies": { + "prepend-http": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "dependencies": { + "string-width": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "node_modules/xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + }, + "dependencies": { + "@sindresorhus/is": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==" + }, + "@szmarczak/http-timer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "requires": { + "defer-to-connect": "^1.0.1" + } + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "ansi-align": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", + "requires": { + "string-width": "^4.1.0" + } + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" + }, + "boxen": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", + "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", + "requires": { + "ansi-align": "^3.0.0", + "camelcase": "^6.2.0", + "chalk": "^4.1.0", + "cli-boxes": "^2.2.1", + "string-width": "^4.2.2", + "type-fest": "^0.20.2", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "cacheable-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "requires": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^3.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^1.0.2" + }, + "dependencies": { + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "requires": { + "pump": "^3.0.0" + } + }, + "lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" + } + } + }, + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "requires": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "fsevents": "~2.3.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + } + }, + "ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" + }, + "cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==" + }, + "clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==", + "requires": { + "mimic-response": "^1.0.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "requires": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + } + }, + "crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" + }, + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==", + "requires": { + "mimic-response": "^1.0.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "defer-to-connect": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" + }, + "dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "requires": { + "is-obj": "^2.0.0" + } + }, + "duplexer3": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", + "integrity": "sha512-CEj8FwwNA4cVH2uFCoHUrmojhYh1vmCdOaneKJXwkeY1i9jnlslVo9dx+hQ5Hl9GnH/Bwy/IjxAyOePyPKYnzA==" + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "requires": { + "once": "^1.4.0" + } + }, + "escape-goat": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", + "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==" + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "optional": true + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-dirs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", + "integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==", + "requires": { + "ini": "2.0.0" + } + }, + "got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "requires": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + } + }, + "graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + }, + "has-yarn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", + "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==" + }, + "http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" + }, + "ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" + }, + "import-lazy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", + "integrity": "sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==" + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" + }, + "ini": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "requires": { + "ci-info": "^2.0.0" + } + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-installed-globally": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", + "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", + "requires": { + "global-dirs": "^3.0.0", + "is-path-inside": "^3.0.2" + } + }, + "is-npm": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz", + "integrity": "sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==" + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + }, + "is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + }, + "is-yarn-global": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", + "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==" + }, + "json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==" + }, + "keyv": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "requires": { + "json-buffer": "3.0.0" + } + }, + "latest-version": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", + "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", + "requires": { + "package-json": "^6.3.0" + } + }, + "lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "nodemon": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.18.tgz", + "integrity": "sha512-uAvrKipi2zAz8E7nkSz4qW4F4zd5fs2wNGsTx+xXlP8KXqd9ucE0vY9wankOsPboeDyuUGN9vsXGV1pLn80l/A==", + "requires": { + "chokidar": "^3.5.2", + "debug": "^3.2.7", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.0.4", + "pstree.remy": "^1.1.8", + "semver": "^5.7.1", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5", + "update-notifier": "^5.1.0" + } + }, + "nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", + "requires": { + "abbrev": "1" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "normalize-url": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==" + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "requires": { + "wrappy": "1" + } + }, + "p-cancelable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==" + }, + "package-json": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", + "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "requires": { + "got": "^9.6.0", + "registry-auth-token": "^4.0.0", + "registry-url": "^5.0.0", + "semver": "^6.2.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + }, + "prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==" + }, + "pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pupa": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", + "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", + "requires": { + "escape-goat": "^2.0.0" + } + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "dependencies": { + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + } + } + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "requires": { + "picomatch": "^2.2.1" + } + }, + "registry-auth-token": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.2.tgz", + "integrity": "sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==", + "requires": { + "rc": "1.2.8" + } + }, + "registry-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", + "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", + "requires": { + "rc": "^1.2.8" + } + }, + "responselike": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "integrity": "sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==", + "requires": { + "lowercase-keys": "^1.0.0" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "semver-diff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", + "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", + "requires": { + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "to-readable-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", + "requires": { + "nopt": "~1.0.10" + } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==" + }, + "unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "requires": { + "crypto-random-string": "^2.0.0" + } + }, + "update-notifier": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz", + "integrity": "sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==", + "requires": { + "boxen": "^5.0.0", + "chalk": "^4.1.0", + "configstore": "^5.0.1", + "has-yarn": "^2.1.0", + "import-lazy": "^2.1.0", + "is-ci": "^2.0.0", + "is-installed-globally": "^0.4.0", + "is-npm": "^5.0.0", + "is-yarn-global": "^0.3.0", + "latest-version": "^5.1.0", + "pupa": "^2.1.1", + "semver": "^7.3.4", + "semver-diff": "^3.1.1", + "xdg-basedir": "^4.0.0" + }, + "dependencies": { + "semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, + "url-parse-lax": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "integrity": "sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==", + "requires": { + "prepend-http": "^2.0.0" + } + }, + "widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "requires": { + "string-width": "^4.0.0" + } + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } +} diff --git a/Rev1/node/package.json b/Rev1/node/package.json new file mode 100644 index 0000000..f5d4ded --- /dev/null +++ b/Rev1/node/package.json @@ -0,0 +1,15 @@ +{ + "name": "anka_anvil", + "version": "1.0.0", + "description": "", + "main": "app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start": "./node_modules/.bin/nodemon npm index.js" + }, + "author": "Selcuk Sari", + "license": "ISC", + "dependencies": { + "nodemon": "^2.0.18" + } +} diff --git a/Rev1/python/Projects/AnkaSenseS.H/MainBoard/v4.0.0.bin b/Rev1/python/Projects/AnkaSenseS.H/MainBoard/v4.0.0.bin new file mode 100755 index 0000000..0850a72 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS.H/MainBoard/v4.0.0.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS.H/Sensekitv1/v1.0.0.bin b/Rev1/python/Projects/AnkaSenseS.H/Sensekitv1/v1.0.0.bin new file mode 100755 index 0000000..f1de2b9 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS.H/Sensekitv1/v1.0.0.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS.H/WiFi/firmware.bin b/Rev1/python/Projects/AnkaSenseS.H/WiFi/firmware.bin new file mode 100644 index 0000000..d1ce286 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS.H/WiFi/firmware.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS.H/WiFi/firmware.elf b/Rev1/python/Projects/AnkaSenseS.H/WiFi/firmware.elf new file mode 100755 index 0000000..70b8562 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS.H/WiFi/firmware.elf differ diff --git a/Rev1/python/Projects/AnkaSenseS.H/WiFi/partitions.bin b/Rev1/python/Projects/AnkaSenseS.H/WiFi/partitions.bin new file mode 100644 index 0000000..fb15384 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS.H/WiFi/partitions.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS/MainBoard/v4.0.0.bin b/Rev1/python/Projects/AnkaSenseS/MainBoard/v4.0.0.bin new file mode 100755 index 0000000..0850a72 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS/MainBoard/v4.0.0.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS/SenseKit/sensorkit.bin b/Rev1/python/Projects/AnkaSenseS/SenseKit/sensorkit.bin new file mode 100755 index 0000000..f1de2b9 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS/SenseKit/sensorkit.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS/WiFi/firmware.bin b/Rev1/python/Projects/AnkaSenseS/WiFi/firmware.bin new file mode 100644 index 0000000..d1ce286 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS/WiFi/firmware.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS/WiFi/firmware.elf b/Rev1/python/Projects/AnkaSenseS/WiFi/firmware.elf new file mode 100755 index 0000000..70b8562 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS/WiFi/firmware.elf differ diff --git a/Rev1/python/Projects/AnkaSenseS/WiFi/partitions.bin b/Rev1/python/Projects/AnkaSenseS/WiFi/partitions.bin new file mode 100644 index 0000000..fb15384 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS/WiFi/partitions.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/MainBoard/v1.0.0.bin b/Rev1/python/Projects/AnkaSenseS4/MainBoard/v1.0.0.bin new file mode 100755 index 0000000..f01b5fd Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/MainBoard/v1.0.0.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/SenseKit1/v1.0.0.bin b/Rev1/python/Projects/AnkaSenseS4/SenseKit1/v1.0.0.bin new file mode 100755 index 0000000..48aecdb Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/SenseKit1/v1.0.0.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/SenseKit2/v1.0.0.bin b/Rev1/python/Projects/AnkaSenseS4/SenseKit2/v1.0.0.bin new file mode 100755 index 0000000..48aecdb Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/SenseKit2/v1.0.0.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/SenseKit3/v1.0.0.bin b/Rev1/python/Projects/AnkaSenseS4/SenseKit3/v1.0.0.bin new file mode 100755 index 0000000..1188722 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/SenseKit3/v1.0.0.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/SenseKit4/v1.0.0.bin b/Rev1/python/Projects/AnkaSenseS4/SenseKit4/v1.0.0.bin new file mode 100755 index 0000000..fe57ce9 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/SenseKit4/v1.0.0.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32 AT Firmware process b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32 AT Firmware process new file mode 100644 index 0000000..ec8ba0c --- /dev/null +++ b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32 AT Firmware process @@ -0,0 +1,61 @@ + +// Turn Echo off +ATE0 + +// Get Wifi Info with ssid... +AT+CWJAP? ++CWJAP:"Oppo","6a:e3:01:e5:f0:f1",11,-54,0,1,3,0,1 + +// Set Wifi to Station Mode +AT+CWMODE=1 + +// Get Connection Status +AT+CWSTATE? +/* + : current Wi-Fi state. + + 0: ESP32 station has not started any Wi-Fi connection. + + 1: ESP32 station has connected to an AP, but does not get an IPv4 address yet. + + 2: ESP32 station has connected to an AP, and got an IPv4 address. + + 3: ESP32 station is in Wi-Fi connecting or reconnecting state. + + 4: ESP32 station is in Wi-Fi disconnected state. + + <тАЭssidтАЭ>: the SSID of the target AP. + +*/ + +// Connect to a AP +AT+CWJAP="Oppo","qwerty124" +WIFI CONNECTED +WIFI GOT IP + +// Get IP information +AT+CIPSTA? ++CIPSTA:ip:"192.168.54.135" ++CIPSTA:gateway:"192.168.54.6" ++CIPSTA:netmask:"255.255.255.0" + +// Disable DHCP and set network parameters +AT+CIPSTA="192.168.54.138","192.168.54.6","255.255.255.0" + +// Enable DHCP and get a new ip +AT+CWDHCP=1,1 + + +// get Mac address +AT+CIPSTAMAC? ++CIPSTAMAC:"24:0a:c4:c5:ac:24" + + +https://circuitdigest.com/microcontroller-projects/interfacing-esp8266-with-stm32f103c8-stm32-to-create-a-webserver + + + +AT+HTTPCLIENT=2,1,"http://192.168.1.200:26323/sensekittest","http://192.168.1.200:26323","/sensekit",1 + + +esptool.py --chip auto --port /dev/ttyUSB0 --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size 16MB 0x8000 partition_table/partition-table.bin 0x10000 ota_data_initial.bin 0xf000 phy_multiple_init_data.bin 0x1000 bootloader/bootloader.bin 0x100000 esp-at.bin 0x20000 at_customize.bin 0x24000 customized_partitions/server_cert.bin 0x39000 customized_partitions/mqtt_key.bin 0x26000 customized_partitions/server_key.bin 0x28000 customized_partitions/server_ca.bin 0x2e000 customized_partitions/client_ca.bin 0x30000 customized_partitions/factory_param.bin 0x21000 customized_partitions/ble_data.bin 0x3B000 customized_partitions/mqtt_ca.bin 0x37000 customized_partitions/mqtt_cert.bin 0x2a000 customized_partitions/client_cert.bin 0x2c000 customized_partitions/client_key.bin \ No newline at end of file diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0.zip b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0.zip new file mode 100644 index 0000000..79b1310 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0.zip differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/at_customize.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/at_customize.bin new file mode 100644 index 0000000..0954a15 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/at_customize.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/bootloader/bootloader.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/bootloader/bootloader.bin new file mode 100644 index 0000000..0fdca36 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/bootloader/bootloader.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/ble_data.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/ble_data.bin new file mode 100644 index 0000000..58731a6 --- /dev/null +++ b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/ble_data.bin @@ -0,0 +1 @@ +S'Х{"Service": [{"index": 0, "uuid": "2800", "uuid_len": 16, "val_max_len": 2, "value": "A002", "perm": 1, "val_cur_len": 2}, {"index": 1, "uuid": "2803", "uuid_len": 16, "val_max_len": 1, "value": "02", "perm": 1, "val_cur_len": 1}, {"index": 2, "uuid": "C300", "uuid_len": 16, "val_max_len": 1, "value": "30", "perm": 1, "val_cur_len": 1}, {"index": 3, "uuid": "2901", "uuid_len": 16, "val_max_len": 1, "value": "30", "perm": 17, "val_cur_len": 1}, {"index": 4, "uuid": "2803", "uuid_len": 16, "val_max_len": 1, "value": "02", "perm": 1, "val_cur_len": 1}, {"index": 5, "uuid": "C301", "uuid_len": 16, "val_max_len": 512, "value": "3031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031", "perm": 1, "val_cur_len": 512}, {"index": 6, "uuid": "2901", "uuid_len": 16, "val_max_len": 512, "value": "3031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031", "perm": 17, "val_cur_len": 512}, {"index": 7, "uuid": "2803", "uuid_len": 16, "val_max_len": 1, "value": "08", "perm": 1, "val_cur_len": 1}, {"index": 8, "uuid": "C302", "uuid_len": 16, "val_max_len": 1, "value": "30", "perm": 16, "val_cur_len": 1}, {"index": 9, "uuid": "2901", "uuid_len": 16, "val_max_len": 1, "value": "01", "perm": 1, "val_cur_len": 1}, {"index": 10, "uuid": "2803", "uuid_len": 16, "val_max_len": 1, "value": "04", "perm": 1, "val_cur_len": 1}, {"index": 11, "uuid": "C303", "uuid_len": 16, "val_max_len": 1, "value": "30", "perm": 16, "val_cur_len": 1}, {"index": 12, "uuid": "2901", "uuid_len": 16, "val_max_len": 1, "value": "30", "perm": 16, "val_cur_len": 1}, {"index": 13, "uuid": "2803", "uuid_len": 16, "val_max_len": 1, "value": "08", "perm": 1, "val_cur_len": 1}, {"index": 14, "uuid": "C304", "uuid_len": 16, "val_max_len": 512, "value": "3031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031", "perm": 16, "val_cur_len": 512}, {"index": 15, "uuid": "2803", "uuid_len": 16, "val_max_len": 1, "value": "10", "perm": 1, "val_cur_len": 1}, {"index": 16, "uuid": "C305", "uuid_len": 16, "val_max_len": 512, "value": "", "perm": 1, "val_cur_len": 0}, {"index": 17, "uuid": "2902", "uuid_len": 16, "val_max_len": 2, "value": "0000", "perm": 17, "val_cur_len": 2}, {"index": 18, "uuid": "2803", "uuid_len": 16, "val_max_len": 1, "value": "20", "perm": 1, "val_cur_len": 1}, {"index": 19, "uuid": "C306", "uuid_len": 16, "val_max_len": 512, "value": "", "perm": 1, "val_cur_len": 0}, {"index": 20, "uuid": "2902", "uuid_len": 16, "val_max_len": 2, "value": "0000", "perm": 17, "val_cur_len": 2}, {"index": 21, "uuid": "2803", "uuid_len": 16, "val_max_len": 1, "value": "02", "perm": 1, "val_cur_len": 1}, {"index": 22, "uuid": "C307", "uuid_len": 16, "val_max_len": 1, "value": "30", "perm": 1, "val_cur_len": 1}, {"index": 23, "uuid": "2901", "uuid_len": 16, "val_max_len": 256, "value": "30", "perm": 17, "val_cur_len": 1}, {"index": 24, "uuid": "2800", "uuid_len": 16, "val_max_len": 2, "value": "A003", "perm": 1, "val_cur_len": 2}, {"index": 25, "uuid": "2803", "uuid_len": 16, "val_max_len": 1, "value": "02", "perm": 1, "val_cur_len": 1}, {"index": 26, "uuid": "C400", "uuid_len": 16, "val_max_len": 1, "value": "30", "perm": 1, "val_cur_len": 1}, {"index": 27, "uuid": "2901", "uuid_len": 16, "val_max_len": 1, "value": "30", "perm": 17, "val_cur_len": 1}, {"index": 28, "uuid": "2803", "uuid_len": 16, "val_max_len": 1, "value": "02", "perm": 1, "val_cur_len": 1}, {"index": 29, "uuid": "C401", "uuid_len": 16, "val_max_len": 1, "value": "30", "perm": 1, "val_cur_len": 1}, {"index": 30, "uuid": "2901", "uuid_len": 16, "val_max_len": 256, "value": "30", "perm": 17, "val_cur_len": 1}]} \ No newline at end of file diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/client_ca.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/client_ca.bin new file mode 100644 index 0000000..70ca130 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/client_ca.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/client_cert.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/client_cert.bin new file mode 100644 index 0000000..5f4293b Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/client_cert.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/client_key.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/client_key.bin new file mode 100644 index 0000000..bb6defb Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/client_key.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/factory_param.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/factory_param.bin new file mode 100644 index 0000000..973c1b6 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/factory_param.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/factory_param_WROOM-32.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/factory_param_WROOM-32.bin new file mode 100644 index 0000000..973c1b6 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/factory_param_WROOM-32.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/mqtt_ca.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/mqtt_ca.bin new file mode 100644 index 0000000..8f63b43 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/mqtt_ca.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/mqtt_cert.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/mqtt_cert.bin new file mode 100644 index 0000000..86c305e Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/mqtt_cert.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/mqtt_key.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/mqtt_key.bin new file mode 100644 index 0000000..24efaaf Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/mqtt_key.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/server_ca.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/server_ca.bin new file mode 100644 index 0000000..f981330 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/server_ca.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/server_cert.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/server_cert.bin new file mode 100644 index 0000000..752c5c7 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/server_cert.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/server_key.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/server_key.bin new file mode 100644 index 0000000..d9aa887 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/customized_partitions/server_key.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/download.config b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/download.config new file mode 100644 index 0000000..894d88a --- /dev/null +++ b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/download.config @@ -0,0 +1 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB 0x8000 partition_table/partition-table.bin 0x10000 ota_data_initial.bin 0xf000 phy_multiple_init_data.bin 0x1000 bootloader/bootloader.bin 0x100000 esp-at.bin 0x20000 at_customize.bin 0x24000 customized_partitions/server_cert.bin 0x39000 customized_partitions/mqtt_key.bin 0x26000 customized_partitions/server_key.bin 0x28000 customized_partitions/server_ca.bin 0x2e000 customized_partitions/client_ca.bin 0x30000 customized_partitions/factory_param.bin 0x21000 customized_partitions/ble_data.bin 0x3B000 customized_partitions/mqtt_ca.bin 0x37000 customized_partitions/mqtt_cert.bin 0x2a000 customized_partitions/client_cert.bin 0x2c000 customized_partitions/client_key.bin \ No newline at end of file diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/esp-at.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/esp-at.bin new file mode 100644 index 0000000..45941bf Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/esp-at.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/esp-at.elf b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/esp-at.elf new file mode 100755 index 0000000..02db7a5 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/esp-at.elf differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/esp-at.map b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/esp-at.map new file mode 100644 index 0000000..79f1f91 --- /dev/null +++ b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/esp-at.map @@ -0,0 +1,127436 @@ +Archive member included to satisfy reference by file (symbol) + +esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + (esp_app_desc) +esp-idf/pthread/libpthread.a(pthread.c.obj) + (pthread_include_pthread_impl) +esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) +esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + (call_start_cpu0) +esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + (ld_include_panic_highint_hdl) +esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_clk_init) +esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (g_startup_fn) +esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) (panicHandler) +esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (panic_print_registers) +esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (panic_print_str) +esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (esp_restart_noos_dig) +esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_rom_uart_tx_wait_idle) +esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (wdt_hal_init) +esp-idf/hal/libhal.a(cpu_hal.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (cpu_hal_set_breakpoint) +esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (uart_hal_write_txfifo) +esp-idf/vfs/libvfs.a(vfs.c.obj) + (vfs_include_syscalls_impl) +esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_vfs_dev_uart_register) +esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (g_coex_adapter_funcs) +esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + (include_esp_phy_override) +esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (esp_phy_common_clock_enable) +esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) (s_wifi_mac_time_update_cb) +esp-idf/esp_wifi/libesp_wifi.a(phy_multiple_init_data.bin.S.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) (_binary_phy_multiple_init_data_bin_start) +esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) (lwip_htonl) +esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (esp_log_level_set) +esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) (esp_log_impl_lock) +esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (heap_caps_malloc) +esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) (registered_heaps) +esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) (multi_heap_get_allocated_size) +esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) (tlsf_check) +esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) (soc_get_available_memory_region_max_count) +esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) (soc_memory_region_count) +esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) (esp_cpu_unstall) +esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) (regi2c_enter_critical) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_clk_32k_enable) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_init) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_clk_cal) +esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (periph_module_enable) +esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) (uart_write_bytes) +esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) (adc_power_acquire) +esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) (dac_output_disable) +esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (gpio_set_level) +esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) (rtc_gpio_init) +esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) (rtc_spinlock) +esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) (esp_backtrace_get_next_frame) +esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) (esp_backtrace_get_start) +esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (xt_set_interrupt_handler) +esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) (_xt_interrupt_table) +esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_cache_err_int_init) +esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_clk_cpu_freq) +esp-idf/esp32/libesp32.a(dport_access.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (esp_dport_access_int_abort) +esp-idf/esp32/libesp32.a(hw_random.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (esp_random) +esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (esp_restart_noos) +esp-idf/esp_common/libesp_common.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_brownout_init) +esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) (_esp_error_check_failed) +esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) (esp_efuse_mac_get_default) +esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_timer_early_init) +esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (ets_timer_setfn) +esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (esp_timer_impl_init_system_time) +esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (esp_timer_impl_get_time) +esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (xPortInIsrContext) +esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (_frxt_setup_switch) +esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) (_xt_context_save) +esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) (_xt_tick_divisor) +esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (_xt_user_exit) +esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (esp_startup_start_app_common) +esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (xEventGroupCreate) +esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) (vListInitialise) +esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) (xQueueGenericCreate) +esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) (pxCurrentTCB) +esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) (xt_debugexception) +esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (abort) +esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (__assert_func) +esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (malloc) +esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) (_lock_acquire) +esp-idf/newlib/libnewlib.a(pthread.c.obj) + (newlib_include_pthread_impl) +esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_reent_init) +esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_newlib_init) +esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_kill_r) +esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) +esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) (esp_time_impl_get_time_since_boot) +esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + (__cxa_guard_dummy) +esp-idf/main/libmain.a(app_main.c.obj) + (app_main) +esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (at_interface_init) +esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (esp_pm_lock_create) +esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) (esp_pm_impl_get_mode) +esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) (ESP_EFUSE_MAC_CUSTOM_VER) +esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (esp_efuse_get_chip_ver) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (esp_efuse_utility_apply_34_encoding) +esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) (esp_efuse_read_field_blob) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_process) +esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (esp_efuse_get_coding_scheme) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (bootloader_init_mem) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) (bootloader_fill_random) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (bootloader_flash_update_id) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) (bootloader_common_get_chip_revision) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) (bootloader_read_flash_id) +esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) (esp_partition_read) +esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (esp_rom_spiflash_wait_idle) +esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (spi_flash_cache_enabled) +esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (spi_flash_mmap) +esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (spi_flash_init) +esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (spi_flash_write_encrypted_chip) +esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) (esp_flash_default_chip) +esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (esp_flash_init_os_functions) +esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (memspi_host_init_pointers) +esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(app_main.c.obj) (nvs_flash_init) +esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (_ZNK3nvs7Storage7isValidEv) +esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (_ZNK3nvs15NVSHandleSimple18get_partition_nameEv) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (_ZN3nvs12NVSPartitionC1EPK15esp_partition_t) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (_ZN3nvs19NVSPartitionManager12get_instanceEv) +esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (_ZN3nvs8HashListD1Ev) +esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (_ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh) +esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (_ZN3nvs11PageManager14requestNewPageEv) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) (_ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE) +esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (_ZNK3nvs4Item14calculateCrc32Ev) +esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (esp_intr_get_cpu) +esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) (esp_sleep_config_gpio_isolate) +esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) (esp_reset_reason) +esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) (_xt_panic) +esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) (esp_rom_disable_logging) +esp-idf/hal/libhal.a(mpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) (mpu_hal_set_region_access) +esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) (rtcio_hal_set_direction) +esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (gpio_hal_intr_enable_on_core) +esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (uart_hal_set_sclk) +esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_init) +esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_poll_cmd_done) +esp-idf/hal/libhal.a(soc_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) (soc_hal_stall_core) +esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) (interrupt_controller_hal_desc_type) +esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) (adc_hal_convert) +esp-idf/hal/libhal.a(dac_hal.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) (dac_hal_cw_generator_config) +esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_common/libesp_common.a(brownout.c.obj) (brownout_hal_config) +esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) (interrupt_controller_hal_desc_table) +esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (gpio_hal_sleep_pupd_config_apply) +esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (tcpip_adapter_set_default_wifi_handlers) +esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (esp_netif_action_start) +esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (esp_netif_get_handle_from_ifkey) +esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (_g_esp_netif_inherent_eth_config) +esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (esp_netif_get_handle_from_netif_impl) +esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (_g_esp_netif_netstack_default_wifi_ap) +esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (esp_netif_get_sta_list) +esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (esp_event_handler_register) +esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) (esp_event_loop_create) +esp-idf/esp_event/libesp_event.a(event_send.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_event_send_internal) +esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (os_get_time) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (g_wifi_default_mesh_crypto_funcs) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (sha256_prf) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (sha1_prf) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (esp_supplicant_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (esp_wpa3_free_sae_data) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (cipher_type_map_supp_to_public) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (wpa_parse_wpa_ie) +esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (inc_byte_array) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) (wpabuf_alloc) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (eloop_cancel_timeout) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (sha1_vector) +esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (rc4_skip) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (omac1_aes_128) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (aes_wrap) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (aes_unwrap) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (wpa_receive) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (wpa_auth_gen_wpa_ie) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) (sae_clear_data) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) (wpa_parse_wpa_ie_rsn) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (ccmp_decrypt) +esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (dh_groups_get) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (hostap_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (esp_wifi_sta_wpa2_ent_disable) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (wpa_sm_alloc_eapol) +esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (pmksa_cache_flush) +esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) (tls_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (crypto_bignum_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (crypto_ec_deinit) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) (aes_ccm_ae) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) (hostapd_setup_wpa_psk) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) (tls_prf_sha1_md5) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) (tls_prf_sha256) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) (tls_prf_sha384) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) (eap_peer_get_eap_method) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_msg_alloc) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_mschapv2_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_peap_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) (peap_prfplus) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_tls_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) (eap_peer_tls_ssl_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_ttls_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) (mschapv2_remove_domain) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) (nt_password_hash) +esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) (md4_vector) +esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) (chap_md5) +esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) (des_encrypt) +esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (_esp_wifi_clear_default_wifi_handlers) +esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (esp_wifi_destroy_if_driver) +esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (lwip_inet_pton) +esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (tcpip_input) +esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (dns_setserver) +esp-idf/lwip/liblwip.a(init.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) (lwip_init) +esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) (ipaddr_aton) +esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (mem_init) +esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (memp_init) +esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (netif_set_addr) +esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (pbuf_free) +esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (raw_bind_netif) +esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (tcp_init) +esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) (tcp_input_pcb) +esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) (tcp_split_unsent_seg) +esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (sys_timeout) +esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (udp_init) +esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (dhcp_set_struct) +esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) (etharp_cleanup_netif) +esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) (icmp_dest_unreach) +esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (igmp_init) +esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip4_route_src) +esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip4_addr_isbroadcast_u32) +esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) (ip4_frag) +esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) (icmp6_dest_unreach) +esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip6_route) +esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (ip6addr_aton) +esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) (ip6_frag) +esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) (mld6_stop) +esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) (nd6_input) +esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) (ethbroadcast) +esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (lwip_init_tcp_isn) +esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (sys_mutex_new) +esp-idf/lwip/liblwip.a(wlanif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) (wlanif_input) +esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) (ethernetif_input) +esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) (esp_vfs_lwip_sockets_register) +esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (dhcps_option_info) +esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (netconn_new_with_proto_and_callback) +esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) (lwip_netconn_is_deallocated_msg) +esp-idf/lwip/liblwip.a(err.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (err_to_errno) +esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (netbuf_delete) +esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip6_chksum_pseudo) +esp-idf/lwip/liblwip.a(ethip6.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) (ethip6_output) +esp-idf/soc/libsoc.a(adc_periph.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) (adc_channel_io_map) +esp-idf/soc/libsoc.a(dac_periph.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) (dac_periph_signal) +esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (GPIO_HOLD_MASK) +esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) (rtc_io_desc) +esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_periph_signal) +esp-idf/soc/libsoc.a(uart_periph.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (uart_periph_signal) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) (rtc_sleep_init) +esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (xRingbufferCreate) +esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spicommon_bus_using_iomux) +esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) (spi_bus_init_lock) +esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) (touch_pad_get_wakeup_status) +esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) (esp_crosscore_int_init) +esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (esp_vApplicationTickHook) +esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) (esp_task_wdt_init) +esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) (esp_int_wdt_init) +esp-idf/bt/libbt.a(bt.c.obj) esp-idf/main/libmain.a(app_main.c.obj) (esp_bt_controller_mem_release) +esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_get_current_module_name) +esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_user_cmd_regist) +esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_ota_cmd_regist) +esp-idf/at/libat.a(at_fact_cmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_fact_cmd_regist) +../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_base_cmd_regist) +../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) (at_get_ble_init_status) +../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) (at_get_hid_init_status) +../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) (at_get_blufi_init_status) +../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) (at_get_bt_init_status) +../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) (esp_at_get_cmd_list) +../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) (esp_at_custom_partition_find) +../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_http_cmd_regist) +../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) (g_at_ipmux) +../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_mdns_cmd_regist) +../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_mqtt_cmd_regist) +../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) (at_nvm_ble_config_set) +../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_ping_cmd_regist) +../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) (at_send_busy) +../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_smartconfig_cmd_regist) +../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) (at_bt_spp_reset_param) +../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) (at_event_status_group) +../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) (esp_at_wps_cmd_regist) +../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) (at_bt_a2dp_reset_param) +../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) (at_wifi_set_ap_type_to_ram) +../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) (g_at_eth_handle) +esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) (esp_blufi_register_callbacks) +esp-idf/bt/libbt.a(btc_manage.c.obj) + esp-idf/bt/libbt.a(esp_blufi_api.c.obj) (btc_profile_cb_set) +esp-idf/bt/libbt.a(btc_task.c.obj) + esp-idf/bt/libbt.a(esp_blufi_api.c.obj) (btc_transfer_context) +esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) (blufi_env_ptr) +esp-idf/bt/libbt.a(blufi_protocol.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) (btc_blufi_protocol_handler) +esp-idf/bt/libbt.a(thread.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) (osi_thread_create) +esp-idf/bt/libbt.a(semaphore.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) (osi_sem_new) +esp-idf/bt/libbt.a(esp_bt_device.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) (esp_bt_dev_get_address) +esp-idf/bt/libbt.a(esp_bt_main.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) (esp_bluedroid_get_status) +esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) (esp_ble_gap_register_callback) +esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) (esp_ble_gatt_set_local_mtu) +esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) (esp_ble_gattc_register_callback) +esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) (esp_ble_gatts_register_callback) +esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) (btc_storage_get_bonded_ble_devices_list) +esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) (btc_compare_address_key_value) +esp-idf/bt/libbt.a(btc_dev.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) (btc_dev_call_handler) +esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) (btc_dm_cb_ptr) +esp-idf/bt/libbt.a(btc_main.c.obj) + esp-idf/bt/libbt.a(esp_bt_main.c.obj) (btc_main_get_future_p) +esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) (btc_storage_add_bonded_device) +esp-idf/bt/libbt.a(btc_util.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) (uint2devclass) +esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) (gl_bta_adv_data_ptr) +esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) (btc_gatt_com_call_handler) +esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) (btc128_to_bta_uuid) +esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) (btc_gattc_arg_deep_copy) +esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) (btc_creat_tab_env_ptr) +esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) (bdaddr_to_string) +esp-idf/bt/libbt.a(controller.c.obj) + esp-idf/bt/libbt.a(esp_bt_device.c.obj) (controller_get_interface) +esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(controller.c.obj) (hci_layer_get_interface) +esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + esp-idf/bt/libbt.a(controller.c.obj) (hci_packet_factory_get_interface) +esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + esp-idf/bt/libbt.a(controller.c.obj) (hci_packet_parser_get_interface) +esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) (packet_fragmenter_get_interface) +esp-idf/bt/libbt.a(bte_main.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) (bte_main_boot_entry) +esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) (BTM_BleGetWhiteListSize) +esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) (btm_ble_refresh_local_resolvable_private_addr) +esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) (BTM_BleRegiseterConnParamCallback) +esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) (btm_ble_map_adv_tx_power) +esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) (btm_ble_read_resolving_list_entry) +esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) (btm_find_sec_dev_in_list) +esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) (BTM_ReadLocalFeatures) +esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) (BTM_SetDiscoverability) +esp-idf/bt/libbt.a(btm_main.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) (btm_cb_ptr) +esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) (BTM_SetPowerMode) +esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) (btm_sec_init) +esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) (btu_hcif_send_cmd) +esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) (BTU_ShutDown) +esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) (btu_cb_ptr) +esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) (GAP_BleAttrDBUpdate) +esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) (GATTS_CreateService) +esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) (gatt_security_check_start) +esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) (gatt_act_discovery) +esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) (gatts_init_service_db) +esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) (gatt_cb_ptr) +esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) (gatt_sr_enqueue_cmd) +esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) (gatt_set_srv_chg) +esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) (btsnd_hcic_ble_set_random_addr) +esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) (btsnd_hcic_inquiry) +esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) (L2CA_SetIdleTimeout) +esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) (L2CA_CancelBleConnectReq) +esp-idf/bt/libbt.a(l2c_csm.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) (l2c_enqueue_peer_data) +esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) (l2c_link_hci_conn_req) +esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) (l2c_cb_ptr) +esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) (l2cu_find_lcb_by_bd_addr) +esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) (SMP_Init) +esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) (smp_encrypt_data) +esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) (smp_l2cap_if_init) +esp-idf/bt/libbt.a(smp_main.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) (smp_cb_ptr) +esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) (smp_rsp_timeout) +esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) (esp_blufi_init) +esp-idf/bt/libbt.a(btc_alarm.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) (btc_alarm_handler) +esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) (osi_alarm_create_mux) +esp-idf/bt/libbt.a(allocator.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) (osi_free_func) +esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) (config_free) +esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) (fixed_queue_is_empty) +esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) (future_ready) +esp-idf/bt/libbt.a(hash_functions.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) (hash_function_naive) +esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) (hash_map_new) +esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) (list_new_internal) +esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) (osi_mutex_new) +esp-idf/bt/libbt.a(osi.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) (osi_init) +esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) (BTA_EnableBluetooth) +esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) (bte_appl_cfg) +esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) (bta_dm_sm_disable) +esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) (bta_dm_find_peer_device) +esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + esp-idf/bt/libbt.a(btc_gatt_common.c.obj) (BTA_GATT_SetLocalMTU) +esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) (BTA_GATTC_AppRegister) +esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) (bta_gattc_get_services) +esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) (bta_gattc_co_cache_load) +esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) (bta_gattc_sm_execute) +esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) (bta_gattc_uuid_compare) +esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) (BTA_GATTS_AppRegister) +esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) (bta_gatts_hdl_event) +esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) (bta_gatts_find_srvc_cb_by_srvc_id) +esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) (bta_sys_eir_register) +esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_sys_conn.c.obj) (bta_sys_cb_ptr) +esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) (hci_hal_h4_get_interface) +esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) (BTE_DeinitStack) +esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) (BTM_GetDeviceEncRoot) +esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) (btm_ble_adv_filter_init) +esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) (btm_ble_batchscan_cleanup) +esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) (btm_update_scanner_filter_policy) +esp-idf/bt/libbt.a(btm_sco.c.obj) + esp-idf/bt/libbt.a(bta_sys_conn.c.obj) (BTM_GetNumScoLinks) +esp-idf/bt/libbt.a(gap_api.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) (gap_cb_ptr) +esp-idf/bt/libbt.a(att_protocol.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) (attp_send_msg_to_l2cap) +esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) (gatt_profile_find_conn_id_by_bd_addr) +esp-idf/bt/libbt.a(aes.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) (aes_set_key) +esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) (p_256_init_curve) +esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) (curve_p256_ptr) +esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) (multiprecision_init) +esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) (smp_send_app_cback) +esp-idf/bt/libbt.a(smp_cmac.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) (print128) +esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) (bta_dm_enable) +esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) (p_bta_dm_eir_cfg) +esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + esp-idf/bt/libbt.a(bta_dm_co.c.obj) (bta_dm_ci_rmt_oob) +esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) (bta_gattc_register) +esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) (bta_gatts_api_disable) +esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) (bta_gatts_co_update_handle_range) +esp-idf/bt/libbt.a(interop.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) (interop_match) +esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) (BTM_BleGetEnergyInfo) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) (btdm_lpclk_select_src) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (g_bt_plf_log_level) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (coex_schm_wakeup_flag_get) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (config_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_co_utils_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_dbg_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) (dbg_default_handler_2) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_ea_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (r_eif_deinit) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_hci_msg_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_hci_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) (hci_tl_tx_trigger_on_acl_fc) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) (r_huart_init) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_ke_msg_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_ke_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_ke_task_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_lc_lmppdu_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_lc_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + esp-idf/bt/libbt.a(bt.c.obj) (bredr_sco_datapath_set) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_lc_sniff_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_lc_task_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) (ld_acl_lmp_embuf_free) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_ld_fm_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) (ld_inq_frm_isr_wrapper) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_ld_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) (ld_pscan_assert_err_handle) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) (ld_sched_link_in_sniff) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_ld_sscan_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_llc_hci_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_llc_llcp_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) (llc_peer_conn_param_req_not_support_set) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_llc_task_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_llc_util_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) (coex_ble_lld_last_terminate_evt_wait_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_lld_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) (lld_pdu_is_retry_set) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_lld_util_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_llm_hci_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) (llm_elt) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_llm_task_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_llm_util_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) (r_lm_err_data_rep_en_get) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) (coex_schm_set_afh_ch_class) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_nvds_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (r_osi_funcs_p) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (r_ip_funcs_p) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + esp-idf/bt/libbt.a(bt.c.obj) (bredr_txpwr_set) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) (ble_master_soft_rst) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_rwbt_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (g_waking_sleeping_sem) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (sdk_config_get_mask) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(syscntl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) (r_syscntl_init) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (g_rw_schd_queue) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) (r_flash_init) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (vhci_notify_host_send_available) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) (bt_util_buf_lmp_tx_stored_set) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) (config_bt_util_sp_funcs_reset) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) (r_ecc_generate_key256_with_check) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(emi.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) (r_emi_init) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) (r_intc_init) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(led.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) (r_led_init) +/builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) (r_global_int_start) +esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) (mdns_init) +esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) (_mdns_pcb_init) +esp-idf/json/libjson.a(cJSON.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) (cJSON_Delete) +esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) (esp_mqtt_client_start) +esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (mqtt_msg_init) +esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (outbox_init) +esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (platform_create_id_string) +esp-idf/fatfs/libfatfs.a(diskio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) (ff_diskio_get_drive) +esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) (ff_diskio_register_wl_partition) +esp-idf/fatfs/libfatfs.a(ff.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) (f_mount) +esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) (ff_memalloc) +esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) (ff_uni2oem) +esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) (esp_vfs_fat_register) +esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) (wl_mount) +esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) (_ZN9PartitionC1EPK15esp_partition_t) +esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) (_ZN11WL_Ext_SafeC1Ev) +esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) (_ZN8WL_Flash9chip_sizeEv) +esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) (_ZN5crc328crc32_leEjPKhj) +esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) (_ZN11WL_Ext_Perf11sector_sizeEv) +esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) (xTimerCreate) +esp-idf/lwip/liblwip.a(sntp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) (sntp_set_sync_interval) +esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) (lwip_gethostbyname) +esp-idf/lwip/liblwip.a(sntp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) (sntp_init) +esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) (esp_ping_new_session) +esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) (touch_sensor_channel_io_map) +esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) (touch_hal_set_voltage) +esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) (touch_hal_get_wakeup_status) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) (mbedtls_ssl_write) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) (mbedtls_ssl_init) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_ciphersuite_from_id) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_handshake_client_step) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_handshake_server_step) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_asn1_write_len) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_mpi_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_cipher_info_from_type) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) (mbedtls_cipher_supported) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) (mbedtls_ct_memcmp) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) (mbedtls_ctr_drbg_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) (mbedtls_dhm_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_ecdh_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_ecdsa_sign) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ecp_grp_id_list) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_ecp_group_load) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) (mbedtls_entropy_free) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (mbedtls_gcm_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) (mbedtls_hmac_drbg_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) (mbedtls_md_list) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_md5_ret) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_oid_get_oid_by_pk_alg) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) (mbedtls_pem_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) (mbedtls_pk_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) (mbedtls_rsa_alt_info) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_pkcs5_pbkdf2_hmac) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_pk_parse_subpubkey) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_pk_write_pubkey) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_calloc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) (mbedtls_platform_zeroize) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_rsa_import) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) (mbedtls_rsa_deduce_primes) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha1_ret) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha256_ret) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) (mbedtls_sha512_ret) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) (mbedtls_hardware_poll) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) (esp_mbedtls_mem_calloc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (esp_aes_xts_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (esp_aes_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (esp_aes_crypt_ecb) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) (esp_mpi_mul_mpi_mod) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) (esp_mpi_hardware_words) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_sha1_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_sha256_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_sha512_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (esp_md5_finish_ret) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) (mbedtls_asn1_get_tag) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) (mbedtls_base64_encode) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (mbedtls_ccm_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_pkcs12_pbe_sha1_rc4_128) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) (esp_sha_try_lock_engine) +esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_x509_crt_check_key_usage) +esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) (mbedtls_x509_get_serial) +esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) (mbedtls_test_cli_crt_len) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) (bootloader_common_get_sha256_of_partition) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (bootloader_sha256_flash_contents) +esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (esp_image_get_metadata) +esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (esp_partition_table_verify) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_sha256_start) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_common_ota_select_crc) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_random_disable) +esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) (esp_ota_get_running_partition) +esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) (ETH_EVENT) +esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) (esp_eth_new_netif_glue) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) (esp_wifi_wps_enable) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_is_selected_pbc_registrar) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_build_public_key) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) (wps_parse_msg) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_generate_pin) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) (wps_build_manufacturer) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_enrollee_get_msg) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) (wps_device_store) +esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) (dh5_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) (base64_encode) +esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) (uuid_bin2str) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) (wps_process_authenticator) +esp-idf/driver/libdriver.a(i2s.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) (i2s_set_clk) +esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) (adc_i2s_mode_init) +esp-idf/driver/libdriver.a(dac.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) (dac_i2s_enable) +../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_coex_adapter_register) +../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) (coex_core_request) +../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) (coex_force_wifi_mode) +../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) (g_coex_param) +../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (coex_schm_status_bit_set) +../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) (coex_ts_end_timer_dislarmed) +../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) (coex_arbit_insert) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (esp_wifi_init_internal) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (g_ic) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_crypto_attach) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (wifi_log) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ap_rx_cb) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_ht_attach) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (ieee80211_add_ie_vendor_esp_head) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) (ieee80211_decap) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (current_task_is_wifi_task) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (esp_mesh_quick_funcs) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (g_wifi_nvs) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (ieee80211_reg_netstack_buf_cb) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_phy_deinit) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) (ieee80211_psq_init) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_proto_attach) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (ieee80211_get_chan_info) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (ieee80211_regdomain_max_tx_power) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_rfid_locp_recv_reset) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_scan_attach) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (ieee80211_sta_new_state) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) (esp_wifi_ap_get_prof_pmk_internal) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (ieee80211_timer_do_process) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) (g_chm) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (g_cnxMgr) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (offchan_in_progress) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) (ieee80211_send_action_register) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) (get_iav_key) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) (ccmp) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) (sms4) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) (tkip) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) (wep) +../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) (ieee80211_getmgtframe) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (esf_buf_setup_for_mesh) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) (ic_get_addr) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) (lmacIsIdle) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) (pm_is_sleeping) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) (fpm_allow_tx) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) (pTxRx) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) (wifi_gpio_debug) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) (pp_timer_do_process) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) (RC_SetBasicRate) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) (rcUpdateAMPDUParam) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) (wDevCtrl) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) (hal_agreement_add_rx_ba) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) (hal_crypto_clr_key_entry) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) (hal_mac_tx_set_ppdu) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) (hal_mac_rx_get_end_state) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) (mac_tx_set_plcp1) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) (hal_sniffer_enable) +../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) (hal_enable_sta_tsf) +../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) (esp_smartconfig_set_type) +../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) (pAKGuideGlob) +../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) (sc_aes_crypt_init) +../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) (get_delay_restart_flag) +../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) (g_config_data) +../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) (sc_cmp_bssid_crc) +../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) (sc_recv_callback_broadcast) +../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) (phy_change_channel_nomac) +../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) (bt_track_pll_cap) +../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) (g_phyFuns) +../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) (ram_txbbgain_to_index) +../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) (bt_bb_init_cmplx) +../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) (temprature_sens_read) +../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) (rtc_pads_muxsel) +esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) (phy_printf) +esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) (SC_EVENT) +esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) (sc_send_ack_start) +esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) (esp_http_client_set_header) +esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) (http_auth_digest) +esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) (http_header_init) +esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) (http_utils_assign_string) +esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) (esp_tls_conn_delete) +esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) (esp_crypto_base64_encode) +esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (esp_tls_internal_event_tracker_capture) +esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (esp_mbedtls_read) +esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) (esp_https_ota) +esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) (http_should_keep_alive) +esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (esp_transport_list_init) +esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (esp_transport_ssl_enable_global_ca_store) +esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) (esp_transport_tcp_set_keep_alive) +esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) (esp_transport_utils_ms_to_timeval) +esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (esp_transport_ws_set_path) +esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) (getrandom) +esp-idf/soc/libsoc.a(i2s_periph.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) (i2s_periph_signal) +esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) (i2s_hal_set_tx_mode) +esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) (sha_hal_wait_idle) +esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) (aes_hal_setkey) +esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) (adc_hal_digi_deinit) +esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) (esp_err_to_name) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (mbedtls_net_init) +../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (g_misc_nvs) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (mesh_set_ie_crypto_config) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) (esp_mesh_pm_tbtt_timeout_process) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) (mesh_malloc) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) (g_mesh_max_layer) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_nvs_init) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (mesh_set_io_process) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_delivery_toSelf) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) (esp_mesh_channel_enable_jp) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (g_is_wifi_connected) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_route_init) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) (esp_mesh_send_block_start) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (mesh_timer_do_process) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) (mesh_topo_get_ttl) +../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (esp_mesh_ap_list_clear) +esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_send_event_internal) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (_ZSt7nothrow) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (_ZnajRKSt9nothrow_t) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (_ZdaPv) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (_ZdlPv) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (_ZnwjRKSt9nothrow_t) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) (_ZTVN10__cxxabiv117__class_type_infoE) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) (_ZNSt9type_infoD2Ev) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) (_ZSt9terminatev) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) (__cxa_begin_catch) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) (_ZTVN10__cxxabiv120__si_class_type_infoE) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) (_ZdlPvj) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) (_ZN10__cxxabiv119__terminate_handlerE) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) (_ZN10__cxxabiv120__unexpected_handlerE) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) (__cxa_get_globals_fast) +esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) (__wrap___cxa_call_unexpected) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) (__divsf3) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) (__floatundisf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + esp-idf/json/libjson.a(cJSON.c.obj) (__subdf3) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) (__muldf3) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) (__divdf3) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + esp-idf/json/libjson.a(cJSON.c.obj) (__gtdf2) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + esp-idf/json/libjson.a(cJSON.c.obj) (__fixdfsi) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) (__fixdfdi) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) (__fixunsdfdi) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + esp-idf/driver/libdriver.a(i2s.c.obj) (__floatunsidf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) (__floatdidf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + esp-idf/driver/libdriver.a(i2s.c.obj) (__truncdfsf2) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + esp-idf/json/libjson.a(cJSON.c.obj) (__extendsfdf2) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__popcountsi2) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (__bswapsi2) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__divdi3) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__moddi3) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (__udivdi3) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__umoddi3) +../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + esp-idf/freertos/libfreertos.a(portasm.S.obj) (xthal_window_spill_nw) +../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) (xthal_set_intclear) +../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) (Xthal_intlevel) +../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) (xthal_restore_extra_nw) +../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) (xthal_save_extra_nw) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) (asctime) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) (asctime_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (asprintf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) (atoi) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + esp-idf/newlib/libnewlib.a(heap.c.obj) (bzero) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + esp-idf/lwip/liblwip.a(dns.c.obj) (_ctype_) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (environ) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (__errno) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) (fclose) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) (ferror) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) (__sflush_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (fgets) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) (_cleanup_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (fopen) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (fputs) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) (fread) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) (_fseek_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) (_fseeko_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) (ftell) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) (_ftello_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) (__sfvwrite_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) (_fwalk) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) (fwrite) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) (getenv) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) (_findenv_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (gmtime) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) (gmtime_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (_global_impure_ptr) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) (itoa) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + esp-idf/log/liblog.a(log_freertos.c.obj) (localtime_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) (__smakebuf_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + esp-idf/mdns/libmdns.a(mdns.c.obj) (memchr) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (memcmp) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) (memcpy) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + esp-idf/lwip/liblwip.a(def.c.obj) (memmove) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) (memset) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (mktime) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) (__month_lengths) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) (_svfprintf_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_printf_float) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) (_printf_common) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_scanf_float) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + esp-idf/heap/libheap.a(heap_caps.c.obj) (printf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (putchar) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + esp-idf/heap/libheap.a(heap_caps.c.obj) (puts) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) (qsort) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) (rand) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (_reclaim_reent) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) (__srefill_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) (setenv) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) (_setenv_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) (nanf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + esp-idf/log/liblog.a(log_freertos.c.obj) (snprintf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + esp-idf/main/libmain.a(app_main.c.obj) (sprintf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + esp-idf/bt/libbt.a(btc_config.c.obj) (sscanf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) (__sread) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + esp-idf/mdns/libmdns.a(mdns.c.obj) (strcasecmp) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) (strcasestr) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + esp-idf/freertos/libfreertos.a(port.c.obj) (strcat) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (strchr) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) (strcmp) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strcpy) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strcspn) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (strdup) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) (_strdup_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) (strerror) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (strerror_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + esp-idf/mdns/libmdns.a(mdns.c.obj) (strlcat) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + esp-idf/log/liblog.a(log.c.obj) (strlcpy) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strlen) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (strncasecmp) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strncmp) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) (strncpy) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + esp-idf/mdns/libmdns.a(mdns.c.obj) (strndup) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) (_strndup_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (strnlen) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (strrchr) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (strstr) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) (_strtod_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) (_strtol_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + esp-idf/nghttp/libnghttp.a(http_parser.c.obj) (strtoul) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + esp-idf/at/libat.a(at_ota_cmd.c.obj) (close) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + esp-idf/log/liblog.a(log_freertos.c.obj) (gettimeofday) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + esp-idf/at/libat.a(at_ota_cmd.c.obj) (read) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) (stat) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + esp-idf/at/libat.a(at_ota_cmd.c.obj) (write) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) (time) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) (__tzcalc_limits) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) (__tz_lock) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) (_tzset_unlocked) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) (_tzset_unlocked_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) (_timezone) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) (_user_strerror) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) (__utoa) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) (vasprintf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + esp-idf/log/liblog.a(log.c.obj) (vprintf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) (vsnprintf) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) (__swsetup_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) (div) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) (_dtoa_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) (__env_lock) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) (__sflags) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) (__gethex) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) (__match) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) (__gettzinfo) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) (_C_numeric_locale) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) (__global_locale_ptr) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) (_localeconv_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) (__ascii_mbtowc) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) (_Balloc) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) (__ssvfscanf_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) (_vfprintf_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) (_scanf_chars) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) (_putc_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) (nan) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) (__sccl) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) (__submore) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) (__swbuf_r) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) (__ascii_wctomb) +/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) (__fixunsdfsi) + +Allocating common symbols +Common symbol size file + +g_wpa_password 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +pwrdet_offset 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +registered_heaps 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) +g_wpa_client_cert 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +default_router_list + 0x24 esp-idf/lwip/liblwip.a(nd6.c.obj) +gl_bta_adv_data_ptr + 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +lmp_tx_stored 0x14 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) +bta_gattc_cb_ptr 0x4 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +g_wpa_new_password_len + 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +Restart_delay_timer + 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +gl_bta_scan_rsp_data_ptr + 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +at_ble_tx_power_set + 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +phy_rxbb_dc 0x78 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +at_recv_cmd_queue 0x4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +netif_list 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) +tcp_active_pcbs_changed + 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) +g_wpa_pac_file 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +le_scan_duplicate_option + 0x54 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +smp_cb_ptr 0x4 esp-idf/bt/libbt.a(smp_main.c.obj) +ble_advtrack_cb_ptr + 0x4 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +mesh_self_xonseq 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +ctx 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) +phy_chan_gain_table + 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +btc_profile_cb_tab 0x4 esp-idf/bt/libbt.a(btc_manage.c.obj) +g_wpa_private_key_passwd_len + 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +gap_cb_ptr 0x4 esp-idf/bt/libbt.a(gap_api.c.obj) +prefix_list 0x8c esp-idf/lwip/liblwip.a(nd6.c.obj) +phy_rxrf_dc 0x84 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +btdm_slp_err 0x4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +bluedroid_init_done_cb + 0x4 esp-idf/bt/libbt.a(bte_main.c.obj) +vflash_mem 0x800 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) +scan_enable_sem 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +phy_chan_pwr_index 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +btm_ble_adv_filt_cb_ptr + 0x4 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +deinit_semaphore 0x4 esp-idf/bt/libbt.a(btc_main.c.obj) +g_wpa_pac_file_len 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_mesh_manual_nwk 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_self_map_addr + 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +blufi_env_ptr 0x4 esp-idf/bt/libbt.a(blufi_prf.c.obj) +gatt_default 0x2 esp-idf/bt/libbt.a(gatt_main.c.obj) +g_wpa_anonymous_identity_len + 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_cnxMgr 0xc38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +at_ble_tx_power_get + 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +g_wpa_ttls_phase2_type + 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +channel_timer 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +adv_enable_sem 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +g_misc_nvs 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) +netif_default 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) +DefFreqCalTimer 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +g_wpa_anonymous_identity + 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +bt_wifi_chan_data 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +g_wpa_private_key_len + 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +cmac_cb 0x8 esp-idf/bt/libbt.a(smp_cmac.c.obj) +s_wifi_nvs 0x410 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +btu_general_alarm_hash_map + 0x4 esp-idf/bt/libbt.a(btu_init.c.obj) +adv_data_sem 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +gChmCxt 0xfc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +btc_thread 0x4 esp-idf/bt/libbt.a(btc_task.c.obj) +neighbor_cache 0xdc esp-idf/lwip/liblwip.a(nd6.c.obj) +g_ic 0x280 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +KissRes_ht20_timer 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +udp_pcbs 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) +destination_cache 0x1e0 esp-idf/lwip/liblwip.a(nd6.c.obj) +bta_dm_search_cb_ptr + 0x4 esp-idf/bt/libbt.a(bta_dm_main.c.obj) +l2c_cb_ptr 0x4 esp-idf/bt/libbt.a(l2c_main.c.obj) +ip_data 0x44 esp-idf/lwip/liblwip.a(ip.c.obj) +lock_type 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +btm_multi_adv_idx_q_ptr + 0x4 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +chip7_sleep_params 0xc4 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +TouchRestart_ht40_timer + 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +g_cipsendl_pcb 0x1c ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +phy_chan_target_power + 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +btdm_pwr_state 0x4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +ble_batchscan_cb_ptr + 0x4 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +g_wpa_client_cert_len + 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +tls_instance_count 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +g_mesh_xon_cfg_qsize + 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_xon 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +tcp_active_pcbs 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) +gatt_cb_ptr 0x4 esp-idf/bt/libbt.a(gatt_main.c.obj) +set_most_tpw 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +at_event_status_group + 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +ble_energy_info_cb 0x4 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) +SigInMacISR 0x190 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +TouchRestart_ht20_timer + 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +pbuf_free_ooseq_pending + 0x1 esp-idf/lwip/liblwip.a(pbuf.c.obj) +gWpaSm 0x260 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +dhcp_rx_options_given + 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) +freq_i2c_addr 0xb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +mesh_conn_leave 0x2c8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +btc_creat_tab_env_ptr + 0x4 esp-idf/bt/libbt.a(btc_gatts.c.obj) +g_wpa_ca_cert 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +h_errno 0x4 esp-idf/lwip/liblwip.a(netdb.c.obj) +bta_dm_di_cb_ptr 0x4 esp-idf/bt/libbt.a(bta_dm_main.c.obj) +tcp_input_pcb 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) +btu_l2cap_alarm_lock + 0x4 esp-idf/bt/libbt.a(btu_init.c.obj) +llm_elt 0xc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +btu_l2cap_alarm_hash_map + 0x4 esp-idf/bt/libbt.a(btu_init.c.obj) +weixin_timer 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +TouchUdpTimer 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +g_wifi_menuconfig 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +gScanStruct 0x118 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +btm_multi_adv_cb_ptr + 0x4 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +g_log_level 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) +g_mesh_cfg_attemps 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +sta_con_timer 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +g_wpa_phase1_options + 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +tcp_bound_pcbs 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_ticks 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) +btu_oneshot_alarm_lock + 0x4 esp-idf/bt/libbt.a(btu_init.c.obj) +s_tx_cacheq 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +at_recv_data_queue 0x4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +bta_dm_cb_ptr 0x4 esp-idf/bt/libbt.a(bta_dm_main.c.obj) +mesh_xmit_state_mbox + 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +btu_general_alarm_lock + 0x4 esp-idf/bt/libbt.a(btu_init.c.obj) +mbedtls_cipher_supported + 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +phy_version_str 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +chip7_phy_init_ctrl + 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +g_wpa_new_password 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +btm_cb_ptr 0x4 esp-idf/bt/libbt.a(btm_main.c.obj) +curve_p256_ptr 0x4 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +g_mesh_current_parent + 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +btu_cb_ptr 0x4 esp-idf/bt/libbt.a(btu_task.c.obj) +g_log_mod 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) +g_mesh_self_sta_addr + 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_at_eth_handle 0x4 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +g_wpa_private_key 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +tcp_tw_pcbs 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) +g_wpa_username 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +btc_dm_cb_ptr 0x4 esp-idf/bt/libbt.a(btc_dm.c.obj) +tcp_listen_pcbs 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) +bta_sys_cb_ptr 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) +at_recv_set 0x4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +g_wpa_ca_cert_len 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_sc_data 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) +g_wpa_username_len 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +curve_ptr 0x4 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +conn_param_update_cb + 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +scan_param_sem 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +at_process_queue 0x4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +bta_gatts_cb_ptr 0x4 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +adv_param_sem 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +g_mesh_ext_vote_state + 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +at_blufi_send_wifi_conn_report + 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +bta_dm_conn_srvcs_ptr + 0x4 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) +is_rd_rem_ext_feats_sent_cs + 0x7 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +g_wpa_private_key_passwd + 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +cmn_ble_adv_vsc_cb_ptr + 0x4 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +g_mesh_ext_cfg 0xd0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_pm 0x168 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +btu_oneshot_alarm_hash_map + 0x4 esp-idf/bt/libbt.a(btu_init.c.obj) +assoc_ie_buf 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +ApFreqCalTimer 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +dhcp_rx_options_val + 0x30 esp-idf/lwip/liblwip.a(dhcp.c.obj) +g_mesh_ie 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +chip7_phy_api_ctrl 0xf ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +wpa_crypto_funcs 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +adc_ana_conf_org 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +g_wpa_password_len 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +host_ch_class 0xa /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) +g_mesh_chain 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +if_ctrl 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + +Discarded input sections + + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .text 0x0000000000000000 0x6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_line 0x0000000000000000 0x89 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_str 0x0000000000000000 0xcc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .xt.prop 0x0000000000000000 0x24 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crti.o + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crti.o + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crti.o + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crti.o + .literal 0x0000000000000000 0x44 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .fini.literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .init.literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .text 0x0000000000000000 0xa6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .data 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .bss 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .ctors 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .tm_clone_table + 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .fini 0x0000000000000000 0x6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .init 0x0000000000000000 0x6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .xt.lit 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .xt.prop 0x0000000000000000 0x15c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .text 0x0000000000000000 0x0 CMakeFiles/esp-at.elf.dir/project_elf_src_esp32.c.obj + .data 0x0000000000000000 0x0 CMakeFiles/esp-at.elf.dir/project_elf_src_esp32.c.obj + .bss 0x0000000000000000 0x0 CMakeFiles/esp-at.elf.dir/project_elf_src_esp32.c.obj + .comment 0x0000000000000000 0x2d CMakeFiles/esp-at.elf.dir/project_elf_src_esp32.c.obj + .literal.esp_ota_get_app_description + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .text.esp_ota_get_app_description + 0x0000000000000000 0x8 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .xt.prop 0x0000000000000000 0x144 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .literal.pthread_list_find_item + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_find + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.get_default_pthread_core + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_delete + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.26.literal + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.esp_pthread_set_cfg + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.esp_pthread_get_cfg + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.esp_pthread_get_default_config + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_create + 0x0000000000000000 0x80 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_join + 0x0000000000000000 0x50 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_detach + 0x0000000000000000 0x2c esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_exit + 0x0000000000000000 0x48 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_task_func + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_cancel + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.sched_yield + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_self + 0x0000000000000000 0x2c esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_once + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_mutex_init + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_mutex_init_if_static + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_mutex_destroy + 0x0000000000000000 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.27.literal + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.28.literal + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.29.literal + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.30.literal + 0x0000000000000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_mutexattr_settype + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_attr_init + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_attr_destroy + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_list_find_item + 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_get_handle_by_desc + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_get_desc_by_handle + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_find + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.get_default_pthread_core + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.mutexattr_check + 0x0000000000000000 0x11 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_delete + 0x0000000000000000 0x27 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.26 0x0000000000000000 0x60 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_set_cfg + 0x0000000000000000 0x51 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_get_cfg + 0x0000000000000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_get_default_config + 0x0000000000000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_create.str1.4 + 0x0000000000000000 0xf9 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_create + 0x0000000000000000 0x1b4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_join + 0x0000000000000000 0x115 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_detach + 0x0000000000000000 0x82 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_exit.str1.4 + 0x0000000000000000 0x34 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_exit + 0x0000000000000000 0xb6 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_task_func + 0x0000000000000000 0x2f esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_cancel.str1.4 + 0x0000000000000000 0x2a esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_cancel + 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.sched_yield + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_self.str1.4 + 0x0000000000000000 0x2d esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_self + 0x0000000000000000 0x5b esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_equal + 0x0000000000000000 0x11 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_once.str1.4 + 0x0000000000000000 0x29 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_once + 0x0000000000000000 0x5d esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_init + 0x0000000000000000 0x70 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_init_if_static + 0x0000000000000000 0x38 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_mutex_destroy.str1.4 + 0x0000000000000000 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutex_destroy + 0x0000000000000000 0x70 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.27 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.28 0x0000000000000000 0x64 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.29 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.30 0x0000000000000000 0x6d esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_init + 0x0000000000000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_destroy + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_gettype + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_settype + 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_init + 0x0000000000000000 0x18 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_destroy + 0x0000000000000000 0x18 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_getstacksize + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_setstacksize + 0x0000000000000000 0x26 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_getdetachstate + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_setdetachstate + 0x0000000000000000 0x25 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6495 + 0x0000000000000000 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6466 + 0x0000000000000000 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__$6448 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6437 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__$6430 + 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6425 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6418 + 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6410 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6400 + 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_threads_list + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .data.s_mutex_init_lock + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .xt.lit 0x0000000000000000 0xe8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .xt.prop 0x0000000000000000 0xf60 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_internal_local_storage_destructor_callback + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_internal_local_storage_destructor_callback + 0x0000000000000000 0x2a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .xt.prop 0x0000000000000000 0x390 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .data.g_spiram_ok + 0x0000000000000000 0x1 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .xt.prop 0x0000000000000000 0x84 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .data 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .xt.prop 0x0000000000000000 0x48 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .literal.rtc_clk_select_rtc_slow_clk + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.rtc_clk_select_rtc_slow_clk + 0x0000000000000000 0xe esp-idf/esp_system/libesp_system.a(clk.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .xt.prop 0x0000000000000000 0x174 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.__cxx_eh_arena_size_get + 0x0000000000000000 0x7 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .xt.prop 0x0000000000000000 0x1bc esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .xt.prop 0x0000000000000000 0x234 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .xt.prop 0x0000000000000000 0x474 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.4 0x0000000000000000 0x5 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.5 0x0000000000000000 0x7 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .xt.prop 0x0000000000000000 0x324 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .xt.prop 0x0000000000000000 0x240 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xt.prop 0x0000000000000000 0xcc esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .literal.wdt_hal_deinit + 0x0000000000000000 0xc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text.wdt_hal_deinit + 0x0000000000000000 0xcb esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .xt.prop 0x0000000000000000 0x3f0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .literal.cpu_hal_set_watchpoint + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .text.cpu_hal_clear_breakpoint + 0x0000000000000000 0x2a esp-idf/hal/libhal.a(cpu_hal.c.obj) + .text.cpu_hal_set_watchpoint + 0x0000000000000000 0x5c esp-idf/hal/libhal.a(cpu_hal.c.obj) + .text.cpu_hal_clear_watchpoint + 0x0000000000000000 0x1a esp-idf/hal/libhal.a(cpu_hal.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .xt.prop 0x0000000000000000 0x180 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .xt.prop 0x0000000000000000 0x24c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .literal.esp_vfs_register_with_id + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_unregister + 0x0000000000000000 0x28 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_register_fd + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_unregister_fd + 0x0000000000000000 0x18 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_pread + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_pwrite + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_fsync + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_utime + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_opendir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_readdir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_readdir_r + 0x0000000000000000 0x10 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_telldir + 0x0000000000000000 0x10 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_seekdir + 0x0000000000000000 0x10 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_rewinddir + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_closedir + 0x0000000000000000 0x10 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_mkdir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_rmdir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_access + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_truncate + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .text 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .data 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_with_id + 0x0000000000000000 0x22 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister + 0x0000000000000000 0xb9 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd + 0x0000000000000000 0x75 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister_fd + 0x0000000000000000 0x85 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_pread + 0x0000000000000000 0x81 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_pwrite + 0x0000000000000000 0x84 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_fsync + 0x0000000000000000 0x77 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_utime + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_opendir + 0x0000000000000000 0x5a esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_readdir + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_readdir_r + 0x0000000000000000 0x66 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_telldir + 0x0000000000000000 0x5f esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_seekdir + 0x0000000000000000 0x5e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_rewinddir + 0x0000000000000000 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_closedir + 0x0000000000000000 0x5f esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_mkdir + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_rmdir + 0x0000000000000000 0x54 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_access + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_truncate + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .xt.lit 0x0000000000000000 0x150 esp-idf/vfs/libvfs.a(vfs.c.obj) + .xt.prop 0x0000000000000000 0x1be4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.uart_rx_char_via_driver + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.uart_tx_char_via_driver + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_port_set_rx_line_endings + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_port_set_tx_line_endings + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_set_rx_line_endings + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_set_tx_line_endings + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_use_nonblocking + 0x0000000000000000 0x1c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_use_driver + 0x0000000000000000 0x1c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .data 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_rx_char_via_driver + 0x0000000000000000 0x32 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_tx_char_via_driver + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_port_set_rx_line_endings + 0x0000000000000000 0x25 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_port_set_tx_line_endings + 0x0000000000000000 0x25 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_set_rx_line_endings + 0x0000000000000000 0x1b esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_set_tx_line_endings + 0x0000000000000000 0x1b esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_use_nonblocking + 0x0000000000000000 0x40 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_use_driver + 0x0000000000000000 0x40 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .xt.lit 0x0000000000000000 0xd0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .xt.prop 0x0000000000000000 0xa74 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .xt.lit 0x0000000000000000 0x230 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .xt.prop 0x0000000000000000 0xfc0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.0.literal + 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .iram1.1.literal + 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .iram1.0 0x0000000000000000 0xb esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .iram1.1 0x0000000000000000 0xb esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .xt.prop 0x0000000000000000 0xd8 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .literal.esp_phy_erase_cal_data_in_nvs + 0x0000000000000000 0x40 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .rodata.esp_phy_erase_cal_data_in_nvs.str1.4 + 0x0000000000000000 0xcd esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .text.esp_phy_erase_cal_data_in_nvs + 0x0000000000000000 0x9e esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .rodata.__func__$11327 + 0x0000000000000000 0x1e esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .xt.lit 0x0000000000000000 0xa8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .xt.prop 0x0000000000000000 0x930 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.ieee80211_ftm_attach + 0x0000000000000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .xt.prop 0x0000000000000000 0x1f8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + COMMON 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_multiple_init_data.bin.S.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_multiple_init_data.bin.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_multiple_init_data.bin.S.obj) + .literal.lwip_strnstr + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(def.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .text.lwip_strnstr + 0x0000000000000000 0x44 esp-idf/lwip/liblwip.a(def.c.obj) + .text.lwip_stricmp + 0x0000000000000000 0x44 esp-idf/lwip/liblwip.a(def.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(def.c.obj) + .xt.prop 0x0000000000000000 0x264 esp-idf/lwip/liblwip.a(def.c.obj) + .literal.esp_log_set_vprintf + 0x0000000000000000 0xc esp-idf/log/liblog.a(log.c.obj) + .text 0x0000000000000000 0x0 esp-idf/log/liblog.a(log.c.obj) + .data 0x0000000000000000 0x0 esp-idf/log/liblog.a(log.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log.c.obj) + .text.esp_log_set_vprintf + 0x0000000000000000 0x1b esp-idf/log/liblog.a(log.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/log/liblog.a(log.c.obj) + .xt.prop 0x0000000000000000 0x318 esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_system_timestamp + 0x0000000000000000 0x30 esp-idf/log/liblog.a(log_freertos.c.obj) + .text 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .data 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .rodata.esp_log_system_timestamp.str1.4 + 0x0000000000000000 0x15 esp-idf/log/liblog.a(log_freertos.c.obj) + .text.esp_log_system_timestamp + 0x0000000000000000 0xe9 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.bufferLock$5494 + 0x0000000000000000 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.buffer$5493 + 0x0000000000000000 0x12 esp-idf/log/liblog.a(log_freertos.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/log/liblog.a(log_freertos.c.obj) + .xt.prop 0x0000000000000000 0x234 esp-idf/log/liblog.a(log_freertos.c.obj) + .literal.heap_caps_register_failed_alloc_callback + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_malloc_extmem_enable + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.28.literal + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.29.literal + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.30.literal + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_total_size + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_info + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_largest_free_block + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_print_heap_info + 0x0000000000000000 0x38 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_check_integrity + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_check_integrity_all + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_check_integrity_addr + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_dump + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_dump_all + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_allocated_size + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.35.literal + 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.36.literal + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_aligned_calloc + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_register_failed_alloc_callback + 0x0000000000000000 0x15 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_malloc_extmem_enable + 0x0000000000000000 0xa esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.28 0x0000000000000000 0x59 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.29 0x0000000000000000 0x6c esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.30 0x0000000000000000 0x58 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_total_size + 0x0000000000000000 0x2c esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_info + 0x0000000000000000 0x73 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_largest_free_block + 0x0000000000000000 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_print_heap_info.str1.4 + 0x0000000000000000 0xf4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_print_heap_info + 0x0000000000000000 0x7f esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity + 0x0000000000000000 0x57 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity_all + 0x0000000000000000 0x13 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity_addr + 0x0000000000000000 0x24 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_dump + 0x0000000000000000 0x3e esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_dump_all + 0x0000000000000000 0xe esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_allocated_size + 0x0000000000000000 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.35 0x0000000000000000 0x97 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.36 0x0000000000000000 0xe esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_aligned_calloc + 0x0000000000000000 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$5153 + 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .xt.lit 0x0000000000000000 0xe8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .xt.prop 0x0000000000000000 0xc30 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .xt.prop 0x0000000000000000 0x378 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .literal.multi_heap_dump_tlsf + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_internal_lock + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_internal_unlock + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_get_first_block + 0x0000000000000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_get_next_block + 0x0000000000000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_aligned_alloc_impl_offs + 0x0000000000000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_aligned_alloc_impl + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_check + 0x0000000000000000 0x24 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_dump + 0x0000000000000000 0x2c esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_get_info_impl + 0x0000000000000000 0x24 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_info_tlsf + 0x0000000000000000 0x24 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_dump_tlsf.str1.4 + 0x0000000000000000 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_dump_tlsf + 0x0000000000000000 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_block_owner + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_block_address_impl + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_internal_lock + 0x0000000000000000 0xf esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_internal_unlock + 0x0000000000000000 0xf esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_first_block + 0x0000000000000000 0x25 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_next_block + 0x0000000000000000 0x38 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_is_free + 0x0000000000000000 0xa esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_aligned_alloc_impl_offs + 0x0000000000000000 0x76 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_aligned_alloc_impl + 0x0000000000000000 0x15 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_check + 0x0000000000000000 0x54 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_dump.str1.4 + 0x0000000000000000 0x1c esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_dump + 0x0000000000000000 0x4c esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_info_impl + 0x0000000000000000 0x86 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5214 + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5204 + 0x0000000000000000 0x11 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5165 + 0x0000000000000000 0x1a esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5158 + 0x0000000000000000 0x1b esp-idf/heap/libheap.a(multi_heap.c.obj) + .xt.lit 0x0000000000000000 0x80 esp-idf/heap/libheap.a(multi_heap.c.obj) + .xt.prop 0x0000000000000000 0x63c esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.integrity_walker + 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.default_walker + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_check + 0x0000000000000000 0x50 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_walk_pool + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_check_pool + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_block_size_max + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_remove_pool + 0x0000000000000000 0x34 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_memalign_offs + 0x0000000000000000 0xb4 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .literal.tlsf_memalign + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.integrity_walker + 0x0000000000000000 0x67 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.default_walker.str1.4 + 0x0000000000000000 0x26 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.default_walker + 0x0000000000000000 0x22 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.tlsf_check.str1.4 + 0x0000000000000000 0x237 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_check + 0x0000000000000000 0x1d1 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_walk_pool + 0x0000000000000000 0x3e esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_check_pool + 0x0000000000000000 0x1a esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_align_size + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_block_size_max + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_remove_pool + 0x0000000000000000 0x10f esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.tlsf_memalign_offs.str1.4 + 0x0000000000000000 0x6b esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_memalign_offs + 0x0000000000000000 0x582 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text.tlsf_memalign + 0x0000000000000000 0x15 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3844 + 0x0000000000000000 0x13 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3567 + 0x0000000000000000 0x9 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3812 + 0x0000000000000000 0x11 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3578 + 0x0000000000000000 0xa esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3727 + 0x0000000000000000 0x11 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3739 + 0x0000000000000000 0xb esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .xt.lit 0x0000000000000000 0x80 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .xt.prop 0x0000000000000000 0xc90 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .xt.prop 0x0000000000000000 0x1f8 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .rodata.soc_memory_type_count + 0x0000000000000000 0x4 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .xt.prop 0x0000000000000000 0x78 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .iram1.5.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.6.literal + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.8.literal + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.5 0x0000000000000000 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.6 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.8 0x0000000000000000 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .xt.prop 0x0000000000000000 0x204 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .iram1.25.literal + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.26.literal + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.28.literal + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.29.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.30.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.25 0x0000000000000000 0x57 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.26 0x0000000000000000 0x63 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.28 0x0000000000000000 0x63 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.29 0x0000000000000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.30 0x0000000000000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .xt.prop 0x0000000000000000 0x21c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .literal.rtc_clk_32k_bootstrap + 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_32k_enabled + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_8m_enabled + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_8md256_enabled + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_apll_enable + 0x0000000000000000 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_fast_freq_get + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_to_config + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_xtal_freq_update + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_clk8m_enable + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_clk8m_disable + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_bootstrap + 0x0000000000000000 0x206 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enabled + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_8m_enabled + 0x0000000000000000 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_8md256_enabled + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_apll_enable + 0x0000000000000000 0x162 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_fast_freq_get + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_config + 0x0000000000000000 0x75 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_cpu_freq_to_config + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_xtal_freq_update + 0x0000000000000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_enable + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_disable + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .xt.lit 0x0000000000000000 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .xt.prop 0x0000000000000000 0xabc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .xt.prop 0x0000000000000000 0xfc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .literal.rtc_clk_cal_ratio + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .literal.rtc_clk_freq_cal + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_cal_ratio + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_freq_cal + 0x0000000000000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .xt.prop 0x0000000000000000 0x2d0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .xt.prop 0x0000000000000000 0x15cc esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .literal.uart_set_line_inverse + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_sw_flow_ctrl + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_clear_intr_status + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_intr_mask + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_pattern_det_intr + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_rx_intr + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_isr_free + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_rts + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_dtr + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_tx_idle_num + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_tx_chars + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_write_bytes_with_break + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_mode + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_rx_full_threshold + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_tx_empty_threshold + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_rx_timeout + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_get_collision_flag + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_get_wakeup_threshold + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_wait_tx_idle_polling + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_loop_back + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_always_rx_timeout + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_line_inverse + 0x0000000000000000 0x5a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_sw_flow_ctrl.str1.4 + 0x0000000000000000 0x36 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_sw_flow_ctrl + 0x0000000000000000 0xd5 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_clear_intr_status + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_intr_mask + 0x0000000000000000 0x79 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_pattern_det_intr + 0x0000000000000000 0x120 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_rx_intr + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_isr_free + 0x0000000000000000 0xd4 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_rts.str1.4 + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_rts + 0x0000000000000000 0xa8 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_dtr + 0x0000000000000000 0x5a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_tx_idle_num.str1.4 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_tx_idle_num + 0x0000000000000000 0x8e esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_tx_chars + 0x0000000000000000 0x12e esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_write_bytes_with_break + 0x0000000000000000 0x109 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_mode.str1.4 + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_mode + 0x0000000000000000 0x128 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_rx_full_threshold.str1.4 + 0x0000000000000000 0x5e esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_rx_full_threshold + 0x0000000000000000 0xd0 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_tx_empty_threshold.str1.4 + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_tx_empty_threshold + 0x0000000000000000 0xd0 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_rx_timeout.str1.4 + 0x0000000000000000 0x3d esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_rx_timeout + 0x0000000000000000 0xa0 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_get_collision_flag.str1.4 + 0x0000000000000000 0x23 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_get_collision_flag + 0x0000000000000000 0xea esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_get_wakeup_threshold.str1.4 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_get_wakeup_threshold + 0x0000000000000000 0x74 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_wait_tx_idle_polling + 0x0000000000000000 0x6f esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_loop_back + 0x0000000000000000 0x4a esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_always_rx_timeout + 0x0000000000000000 0x5a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7904 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7896 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7892 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7882 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7876 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7871 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7866 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7861 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7784 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7751 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7693 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7688 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7683 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7670 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7623 + 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7558 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7553 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7536 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7529 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .xt.lit 0x0000000000000000 0x218 esp-idf/driver/libdriver.a(uart.c.obj) + .xt.prop 0x0000000000000000 0x225c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.adc_rtc_chan_init + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_power_on + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_power_off + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_pad_get_io_num + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc2_pad_get_io_num + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_set_clk_div + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_gpio_init + 0x0000000000000000 0x8c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_set_data_inv + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_set_data_width + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_config_channel_atten + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_config_width + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_dma_mode_acquire + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_rtc_mode_acquire + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_lock_release + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_get_raw + 0x0000000000000000 0x68 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_get_voltage + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc1_ulp_enable + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc2_config_channel_atten + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc2_get_raw + 0x0000000000000000 0x78 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_vref_to_gpio + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc2_vref_to_gpio + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_rtc_chan_init + 0x0000000000000000 0x180 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_power_on + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_power_off + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_pad_get_io_num + 0x0000000000000000 0x4d esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc2_pad_get_io_num.str1.4 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc2_pad_get_io_num + 0x0000000000000000 0x4e esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_set_clk_div + 0x0000000000000000 0x37 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc_gpio_init.str1.4 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_gpio_init + 0x0000000000000000 0x210 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_set_data_inv + 0x0000000000000000 0x70 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc_set_data_width.str1.4 + 0x0000000000000000 0x2a esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_set_data_width + 0x0000000000000000 0xca esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc1_config_channel_atten.str1.4 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_config_channel_atten + 0x0000000000000000 0xb8 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_config_width + 0x0000000000000000 0x78 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_dma_mode_acquire + 0x0000000000000000 0x81 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_rtc_mode_acquire + 0x0000000000000000 0x84 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc1_lock_release.str1.4 + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_lock_release + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_get_raw + 0x0000000000000000 0x18e esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_get_voltage + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc1_ulp_enable + 0x0000000000000000 0x142 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc2_config_channel_atten.str1.4 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc2_config_channel_atten + 0x0000000000000000 0xd5 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.adc2_get_raw.str1.4 + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc2_get_raw + 0x0000000000000000 0x199 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_vref_to_gpio + 0x0000000000000000 0xf5 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc2_vref_to_gpio + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$7952 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$7938 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$7920 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$7915 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$7905 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$7901 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$7896 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$7887 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$7874 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc_common.c.obj) + .rodata.__FUNCTION__$7868 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc_common.c.obj) + .bss.adc1_dma_lock + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + .xt.lit 0x0000000000000000 0xd8 esp-idf/driver/libdriver.a(adc_common.c.obj) + .xt.prop 0x0000000000000000 0x960 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.dac_pad_get_io_num + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(dac_common.c.obj) + .literal.dac_rtc_pad_init + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(dac_common.c.obj) + .literal.dac_output_enable + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(dac_common.c.obj) + .literal.dac_output_disable + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(dac_common.c.obj) + .literal.dac_output_voltage + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(dac_common.c.obj) + .literal.dac_out_voltage + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(dac_common.c.obj) + .literal.dac_cw_generator_enable + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(dac_common.c.obj) + .literal.dac_cw_generator_disable + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(dac_common.c.obj) + .literal.dac_cw_generator_config + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(dac_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(dac_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(dac_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(dac_common.c.obj) + .rodata.dac_pad_get_io_num.str1.4 + 0x0000000000000000 0x3a esp-idf/driver/libdriver.a(dac_common.c.obj) + .text.dac_pad_get_io_num + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(dac_common.c.obj) + .text.dac_rtc_pad_init + 0x0000000000000000 0x68 esp-idf/driver/libdriver.a(dac_common.c.obj) + .text.dac_output_enable + 0x0000000000000000 0x90 esp-idf/driver/libdriver.a(dac_common.c.obj) + .text.dac_output_disable + 0x0000000000000000 0x78 esp-idf/driver/libdriver.a(dac_common.c.obj) + .text.dac_output_voltage + 0x0000000000000000 0xe9 esp-idf/driver/libdriver.a(dac_common.c.obj) + .text.dac_out_voltage + 0x0000000000000000 0xed esp-idf/driver/libdriver.a(dac_common.c.obj) + .text.dac_cw_generator_enable + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(dac_common.c.obj) + .text.dac_cw_generator_disable + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(dac_common.c.obj) + .text.dac_cw_generator_config + 0x0000000000000000 0x2a esp-idf/driver/libdriver.a(dac_common.c.obj) + .rodata.__FUNCTION__$7574 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(dac_common.c.obj) + .rodata.__FUNCTION__$7569 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(dac_common.c.obj) + .rodata.__FUNCTION__$7564 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(dac_common.c.obj) + .rodata.__FUNCTION__$7555 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(dac_common.c.obj) + .rodata.__FUNCTION__$7560 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(dac_common.c.obj) + .rodata.__FUNCTION__$7551 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(dac_common.c.obj) + .debug_frame 0x0000000000000000 0xe8 esp-idf/driver/libdriver.a(dac_common.c.obj) + .debug_info 0x0000000000000000 0x64ab esp-idf/driver/libdriver.a(dac_common.c.obj) + .debug_abbrev 0x0000000000000000 0x3cf esp-idf/driver/libdriver.a(dac_common.c.obj) + .debug_loc 0x0000000000000000 0x4eb esp-idf/driver/libdriver.a(dac_common.c.obj) + .debug_aranges + 0x0000000000000000 0x60 esp-idf/driver/libdriver.a(dac_common.c.obj) + .debug_ranges 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(dac_common.c.obj) + .debug_line 0x0000000000000000 0xdc9 esp-idf/driver/libdriver.a(dac_common.c.obj) + .debug_str 0x0000000000000000 0x3cf2 esp-idf/driver/libdriver.a(dac_common.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(dac_common.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(dac_common.c.obj) + .xt.prop 0x0000000000000000 0x2d0 esp-idf/driver/libdriver.a(dac_common.c.obj) + .literal.gpio_reset_pin + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_uninstall_isr_service + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_wakeup_disable + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_set_drive_capability + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_get_drive_capability + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_hold_en + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_hold_dis + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_deep_sleep_hold_en + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_deep_sleep_hold_dis + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_iomux_in + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_iomux_out + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_reset_pin.str1.4 + 0x0000000000000000 0x2e esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_reset_pin + 0x0000000000000000 0x75 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_uninstall_isr_service + 0x0000000000000000 0x4a esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_wakeup_disable + 0x0000000000000000 0xc4 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_set_drive_capability.str1.4 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_set_drive_capability + 0x0000000000000000 0xfc esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_get_drive_capability.str1.4 + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_get_drive_capability + 0x0000000000000000 0xe8 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_hold_en.str1.4 + 0x0000000000000000 0x2f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_hold_en + 0x0000000000000000 0xc6 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_hold_dis + 0x0000000000000000 0xcd esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_deep_sleep_hold_en + 0x0000000000000000 0x2b esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_deep_sleep_hold_dis + 0x0000000000000000 0x2b esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_iomux_in + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_iomux_out + 0x0000000000000000 0x68 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6944 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6939 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6934 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6928 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6922 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$6863 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + .xt.lit 0x0000000000000000 0x198 esp-idf/driver/libdriver.a(gpio.c.obj) + .xt.prop 0x0000000000000000 0x1794 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.rtc_gpio_init + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_level + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_get_level + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_drive_capability + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_get_drive_capability + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_direction + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_direction_in_sleep + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_hold_en + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_hold_dis + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_isolate + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_force_hold_en_all + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_force_hold_dis_all + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_wakeup_disable + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_init + 0x0000000000000000 0xb9 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_level + 0x0000000000000000 0xc4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_get_level + 0x0000000000000000 0x74 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtc_gpio_set_drive_capability.str1.4 + 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_drive_capability + 0x0000000000000000 0x149 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtc_gpio_get_drive_capability.str1.4 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_get_drive_capability + 0x0000000000000000 0x116 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_direction + 0x0000000000000000 0x7e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_direction_in_sleep + 0x0000000000000000 0x7e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_hold_en + 0x0000000000000000 0x92 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_hold_dis + 0x0000000000000000 0xb8 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_isolate + 0x0000000000000000 0x7c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_force_hold_en_all + 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_force_hold_dis_all + 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_wakeup_disable + 0x0000000000000000 0xa0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7363 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7348 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7344 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7340 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7320 + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7315 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7310 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7305 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7300 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7296 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7287 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(rtc_io.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .xt.prop 0x0000000000000000 0x9b4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_isr_deregister + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .text.rtc_isr_deregister + 0x0000000000000000 0x61 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .xt.prop 0x0000000000000000 0x1b0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .text 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .data 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .xt.prop 0x0000000000000000 0x2dc esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .iram1.literal + 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .text 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .data 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .xt.prop 0x0000000000000000 0x30 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .literal.xt_set_exception_handler + 0x0000000000000000 0x8 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .text.xt_set_exception_handler + 0x0000000000000000 0x47 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .xt.prop 0x0000000000000000 0x180 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .xt.prop 0x0000000000000000 0x54 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .xt.prop 0x0000000000000000 0xa8 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .iram1.2.literal + 0x0000000000000000 0x8 esp-idf/esp32/libesp32.a(clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) + .iram1.2 0x0000000000000000 0x11 esp-idf/esp32/libesp32.a(clk.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/esp32/libesp32.a(clk.c.obj) + .xt.prop 0x0000000000000000 0xc0 esp-idf/esp32/libesp32.a(clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .iram1.28 0x0000000000000000 0x5 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .iram1.29 0x0000000000000000 0x5 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .text.esp_dport_access_int_init + 0x0000000000000000 0x5 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .iram1.30 0x0000000000000000 0x5 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .iram1.32 0x0000000000000000 0x5 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .iram1.35 0x0000000000000000 0xa esp-idf/esp32/libesp32.a(dport_access.c.obj) + .xt.prop 0x0000000000000000 0x15c esp-idf/esp32/libesp32.a(dport_access.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .literal.esp_chip_info + 0x0000000000000000 0xc esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .text.esp_chip_info + 0x0000000000000000 0x84 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .xt.prop 0x0000000000000000 0xcc esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .literal.esp_brownout_disable + 0x0000000000000000 0x10 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .text.esp_brownout_disable + 0x0000000000000000 0x27 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .literal._esp_error_check_failed_without_abort + 0x0000000000000000 0x8 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .rodata._esp_error_check_failed_without_abort.str1.4 + 0x0000000000000000 0x1e esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .text._esp_error_check_failed_without_abort + 0x0000000000000000 0x18 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .literal.esp_efuse_mac_get_custom + 0x0000000000000000 0x38 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .literal.esp_derive_local_mac + 0x0000000000000000 0x18 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .rodata.esp_efuse_mac_get_custom.str1.4 + 0x0000000000000000 0xc4 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .text.esp_efuse_mac_get_custom + 0x0000000000000000 0x92 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .text.esp_derive_local_mac + 0x0000000000000000 0x81 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .xt.prop 0x0000000000000000 0x2ac esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .literal.print_timer_info + 0x0000000000000000 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .literal.esp_timer_deinit + 0x0000000000000000 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .literal.esp_timer_dump + 0x0000000000000000 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.print_timer_info.str1.4 + 0x0000000000000000 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.print_timer_info + 0x0000000000000000 0x33 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_deinit + 0x0000000000000000 0x35 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_dump + 0x0000000000000000 0x89 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .xt.prop 0x0000000000000000 0x7ec esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text.ets_timer_init + 0x0000000000000000 0x5 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text.ets_timer_deinit + 0x0000000000000000 0x5 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .xt.prop 0x0000000000000000 0x1c8 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .iram1.3 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .xt.prop 0x0000000000000000 0xb4 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .literal.esp_timer_impl_deinit + 0x0000000000000000 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .literal.esp_timer_impl_get_alarm_reg + 0x0000000000000000 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .text.esp_timer_impl_deinit + 0x0000000000000000 0x36 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .text.esp_timer_impl_get_alarm_reg + 0x0000000000000000 0x53 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .xt.prop 0x0000000000000000 0x3fc esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .literal.vPortEndScheduler + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.vPortAssertIfInISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.vPortSetStackWatchpoint + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortEndScheduler + 0x0000000000000000 0x9 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vPortAssertIfInISR.str1.4 + 0x0000000000000000 0x47 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortAssertIfInISR + 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortSetStackWatchpoint + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) + .text.xPortGetTickRateHz + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.__func__$5609 + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) + .xt.lit 0x0000000000000000 0x80 esp-idf/freertos/libfreertos.a(port.c.obj) + .xt.prop 0x0000000000000000 0x414 esp-idf/freertos/libfreertos.a(port.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .xt.prop 0x0000000000000000 0x168 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .xt.prop 0x0000000000000000 0xf0 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .literal.xt_clock_freq + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .text.xt_clock_freq + 0x0000000000000000 0xd esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .xt.prop 0x0000000000000000 0x6c esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .DebugExceptionVector.literal + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .DoubleExceptionVector.literal + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .KernelExceptionVector.literal + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .UserExceptionVector.literal + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .Level2InterruptVector.literal + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .Level3InterruptVector.literal + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .Level4InterruptVector.literal + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .Level5InterruptVector.literal + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .NMIExceptionVector.literal + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .UserEnter.text + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .xt.prop 0x0000000000000000 0x4b0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .literal.xEventGroupCreateStatic + 0x0000000000000000 0x2c esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .literal.xEventGroupGetBitsFromISR + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .literal.xEventGroupSync + 0x0000000000000000 0x50 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .literal.vEventGroupSetBitsCallback + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .literal.vEventGroupClearBitsCallback + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupCreateStatic + 0x0000000000000000 0x6a esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupGetBitsFromISR + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupSync + 0x0000000000000000 0xfa esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.vEventGroupSetBitsCallback + 0x0000000000000000 0xf esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.vEventGroupClearBitsCallback + 0x0000000000000000 0xf esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__$5071 + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__$5054 + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .xt.prop 0x0000000000000000 0x468 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .xt.prop 0x0000000000000000 0xf0 esp-idf/freertos/libfreertos.a(list.c.obj) + .literal.xQueueGetMutexHolderFromISR + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueCreateCountingSemaphoreStatic + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueuePeek + 0x0000000000000000 0x7c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueuePeekFromISR + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.uxQueueSpacesAvailable + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.uxQueueMessagesWaitingFromISR + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueIsQueueEmptyFromISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueIsQueueFullFromISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueRemoveFromSet + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueSelectFromSetFromISR + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGetMutexHolderFromISR.str1.4 + 0x0000000000000000 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGetMutexHolderFromISR + 0x0000000000000000 0x25 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateCountingSemaphoreStatic + 0x0000000000000000 0x4f esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueuePeek + 0x0000000000000000 0x1ad esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueuePeekFromISR.str1.4 + 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueuePeekFromISR + 0x0000000000000000 0xa4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueSpacesAvailable + 0x0000000000000000 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueMessagesWaitingFromISR + 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueIsQueueEmptyFromISR + 0x0000000000000000 0x2d esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueIsQueueFullFromISR + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueRemoveFromSet + 0x0000000000000000 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueSelectFromSetFromISR + 0x0000000000000000 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5595 + 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5585 + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5543 + 0x0000000000000000 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5537 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5525 + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5503 + 0x0000000000000000 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5430 + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5410 + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .xt.lit 0x0000000000000000 0x130 esp-idf/freertos/libfreertos.a(queue.c.obj) + .xt.prop 0x0000000000000000 0x11d0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.prvTaskGetSnapshotsFromList + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.prvTaskIsTaskSuspended + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskCreateStaticPinnedToCore + 0x0000000000000000 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskCreateRestrictedStatic + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskCreateRestricted + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.eTaskGetState + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskPriorityGet + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskPriorityGetFromISR + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskPrioritySet + 0x0000000000000000 0x40 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskResume + 0x0000000000000000 0x44 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskResumeFromISR + 0x0000000000000000 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskEndScheduler + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskGetNumberOfTasks + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGetIdleTaskHandle + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskSetTimeOutState + 0x0000000000000000 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.eTaskConfirmSleepModeStatus + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskSetThreadLocalStoragePointer + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskAllocateMPURegions + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskGetStackHighWaterMark + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxTaskGetStackStart + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskCatchUpTicks + 0x0000000000000000 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskNotifyWait + 0x0000000000000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGenericNotifyFromISR + 0x0000000000000000 0x64 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskNotifyStateClear + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskGetSnapshotAll + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskGetSnapshot + 0x0000000000000000 0x38 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxTaskGetNext + 0x0000000000000000 0x40 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskCheckFreeStackSpace + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskGetSnapshot + 0x0000000000000000 0x3c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskGetSnapshotsFromList + 0x0000000000000000 0x4b esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvFirstTaskGet + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvNextTaskGet + 0x0000000000000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvTaskIsTaskSuspended.str1.4 + 0x0000000000000000 0x6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskIsTaskSuspended + 0x0000000000000000 0x74 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCreateStaticPinnedToCore.str1.4 + 0x0000000000000000 0xe9 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskCreateStaticPinnedToCore + 0x0000000000000000 0x188 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCreateRestrictedStatic.str1.4 + 0x0000000000000000 0x5e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskCreateRestrictedStatic + 0x0000000000000000 0x7f esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskCreateRestricted.str1.4 + 0x0000000000000000 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskCreateRestricted + 0x0000000000000000 0x7b esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.eTaskGetState + 0x0000000000000000 0xba esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskPriorityGet + 0x0000000000000000 0x23 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskPriorityGetFromISR + 0x0000000000000000 0x23 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskPrioritySet.str1.4 + 0x0000000000000000 0x1b esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskPrioritySet + 0x0000000000000000 0x1b7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskResume.str1.4 + 0x0000000000000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskResume + 0x0000000000000000 0xd8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskResumeFromISR + 0x0000000000000000 0x101 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskEndScheduler + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetNumberOfTasks + 0x0000000000000000 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetIdleTaskHandle.str1.4 + 0x0000000000000000 0x35 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetIdleTaskHandle + 0x0000000000000000 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetTimeOutState + 0x0000000000000000 0x42 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.eTaskConfirmSleepModeStatus + 0x0000000000000000 0x67 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetThreadLocalStoragePointer + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskAllocateMPURegions + 0x0000000000000000 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetStackHighWaterMark + 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTaskGetStackStart + 0x0000000000000000 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskCatchUpTicks + 0x0000000000000000 0x44 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskNotifyWait + 0x0000000000000000 0x137 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyFromISR + 0x0000000000000000 0x197 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGenericNotifyFromISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskNotifyStateClear + 0x0000000000000000 0x42 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetSnapshotAll + 0x0000000000000000 0xa0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskGetSnapshot.str1.4 + 0x0000000000000000 0x5e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskGetSnapshot + 0x0000000000000000 0x8d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTaskGetNext + 0x0000000000000000 0x2d6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTimerCreateTimerTask + 0x0000000000000000 0x7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5867 + 0x0000000000000000 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5799 + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5605 + 0x0000000000000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5547 + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5534 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5472 + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5461 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5466 + 0x0000000000000000 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5448 + 0x0000000000000000 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5429 + 0x0000000000000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5357 + 0x0000000000000000 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5350 + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5342 + 0x0000000000000000 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .xt.lit 0x0000000000000000 0x260 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .xt.prop 0x0000000000000000 0x2724 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .iram1.literal + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .xt.prop 0x0000000000000000 0x78 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(abort.c.obj) + .xt.prop 0x0000000000000000 0x3c esp-idf/newlib/libnewlib.a(abort.c.obj) + .literal.__assert + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(assert.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .text.__assert + 0x0000000000000000 0x11 esp-idf/newlib/libnewlib.a(assert.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/newlib/libnewlib.a(assert.c.obj) + .xt.prop 0x0000000000000000 0x9c esp-idf/newlib/libnewlib.a(assert.c.obj) + .literal.memalign + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.memalign + 0x0000000000000000 0x14 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_trim + 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_usable_size + 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_stats + 0x0000000000000000 0x5 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.mallopt 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.mallinfo + 0x0000000000000000 0x1b esp-idf/newlib/libnewlib.a(heap.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/newlib/libnewlib.a(heap.c.obj) + .xt.prop 0x0000000000000000 0x2ac esp-idf/newlib/libnewlib.a(heap.c.obj) + .iram1.37.literal + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.38.literal + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.39.literal + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.42.literal + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.44.literal + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.45.literal + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.46.literal + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.37 0x0000000000000000 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.38 0x0000000000000000 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.39 0x0000000000000000 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.42 0x0000000000000000 0x17 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.44 0x0000000000000000 0x19 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.45 0x0000000000000000 0x19 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.46 0x0000000000000000 0x17 esp-idf/newlib/libnewlib.a(locks.c.obj) + .xt.lit 0x0000000000000000 0xc0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .xt.prop 0x0000000000000000 0x60c esp-idf/newlib/libnewlib.a(locks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.pthread_condattr_setclock + 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.pthread_sigmask + 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.sigfillset + 0x0000000000000000 0xd esp-idf/newlib/libnewlib.a(pthread.c.obj) + .xt.prop 0x0000000000000000 0xc0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .literal.esp_reent_cleanup + 0x0000000000000000 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text.esp_reent_cleanup + 0x0000000000000000 0xdd esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .xt.prop 0x0000000000000000 0x12c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .xt.prop 0x0000000000000000 0x78 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .literal._write_r_console + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal._read_r_console + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal._fstat_r_console + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal.system + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._write_r_console + 0x0000000000000000 0x2f esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._read_r_console + 0x0000000000000000 0x28 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._fstat_r_console + 0x0000000000000000 0x26 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text.system 0x0000000000000000 0x11 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .xt.prop 0x0000000000000000 0x210 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal.usleep + 0x0000000000000000 0xc esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.sleep + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.clock_settime + 0x0000000000000000 0x10 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.clock_gettime + 0x0000000000000000 0x20 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.clock_getres + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.usleep 0x0000000000000000 0x2c esp-idf/newlib/libnewlib.a(time.c.obj) + .text.sleep 0x0000000000000000 0x13 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_settime + 0x0000000000000000 0x4e esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_gettime + 0x0000000000000000 0x94 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_getres + 0x0000000000000000 0x24 esp-idf/newlib/libnewlib.a(time.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/newlib/libnewlib.a(time.c.obj) + .xt.prop 0x0000000000000000 0x4e0 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.esp_time_impl_get_time + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .literal.esp_clk_rtc_time + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .text.esp_time_impl_get_time + 0x0000000000000000 0xf esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .text.esp_clk_rtc_time + 0x0000000000000000 0xf esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .xt.prop 0x0000000000000000 0x2ac esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .literal._ZL20signal_waiting_tasksv + 0x0000000000000000 0xc esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal._ZL18wait_for_guard_objP7guard_t + 0x0000000000000000 0x34 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal._ZL19static_init_preparev + 0x0000000000000000 0x24 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal.__cxa_guard_acquire + 0x0000000000000000 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal.__cxa_guard_release + 0x0000000000000000 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal.__cxa_guard_abort + 0x0000000000000000 0x38 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL20signal_waiting_tasksv + 0x0000000000000000 0x24 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZL18wait_for_guard_objP7guard_t.str1.4 + 0x0000000000000000 0x32 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL18wait_for_guard_objP7guard_t + 0x0000000000000000 0xbd esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL19static_init_preparev + 0x0000000000000000 0x4a esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_acquire + 0x0000000000000000 0xa6 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_release.str1.4 + 0x0000000000000000 0x3f esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_release + 0x0000000000000000 0xa2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_abort.str1.4 + 0x0000000000000000 0x77 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_abort + 0x0000000000000000 0xbe esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZZ17__cxa_guard_abortE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x2d esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZZ19__cxa_guard_releaseE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x2f esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZZL18wait_for_guard_objP7guard_tE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x22 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZZ19__cxa_guard_acquireE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x2e esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL31s_static_init_max_waiting_count + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL27s_static_init_waiting_count + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .data._ZL15s_init_spinlock + 0x0000000000000000 0x8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL22s_static_init_wait_sem + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL19s_static_init_mutex + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .xt.prop 0x0000000000000000 0x270 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(app_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(app_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(app_main.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/main/libmain.a(app_main.c.obj) + .xt.prop 0x0000000000000000 0x198 esp-idf/main/libmain.a(app_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/main/libmain.a(at_uart_task.c.obj) + .xt.prop 0x0000000000000000 0xa08 esp-idf/main/libmain.a(at_uart_task.c.obj) + .literal.esp_pm_dump_locks + 0x0000000000000000 0x50 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .rodata.esp_pm_dump_locks.str1.4 + 0x0000000000000000 0x70 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text.esp_pm_dump_locks + 0x0000000000000000 0xb8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .rodata.__func__$6386 + 0x0000000000000000 0x12 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x2f esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .rodata.s_lock_type_names + 0x0000000000000000 0xc esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .xt.prop 0x0000000000000000 0x2ac esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .literal.esp_pm_register_skip_light_sleep_callback + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_unregister_skip_light_sleep_callback + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_impl_get_cpu_freq + 0x0000000000000000 0x14 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_register_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_unregister_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_register_light_sleep_default_params_config_callback + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_pm_unregister_light_sleep_default_params_config_callback + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_register_skip_light_sleep_callback + 0x0000000000000000 0x34 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_unregister_skip_light_sleep_callback + 0x0000000000000000 0x2b esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_impl_get_cpu_freq + 0x0000000000000000 0x2e esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_register_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x33 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_unregister_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x2b esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_register_light_sleep_default_params_config_callback + 0x0000000000000000 0x12 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text.esp_pm_unregister_light_sleep_default_params_config_callback + 0x0000000000000000 0x13 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_light_sleep_default_params_config_cb + 0x0000000000000000 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .xt.lit 0x0000000000000000 0xb0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .xt.prop 0x0000000000000000 0xa14 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SECURE_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC_VREF_AND_SDIO_DREF + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SDIO_FORCE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SDIO_TIEH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_XPD_SDIO_REG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_CPU_FREQ_RATED + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_CPU_FREQ_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_VER_PKG + 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_VER_DIS_BT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_VER_DIS_APP_CPU + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLK3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLK2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLK1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLK3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLK2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLK1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_FLASH_CRYPT_CNT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_EFUSE_RD_DISABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_UART_DOWNLOAD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CONSOLE_DEBUG_DISABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_JTAG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FLASH_CRYPT_CNT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_DL_CACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_DL_DECRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_DL_ENCRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ENCRYPT_CONFIG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ENCRYPT_FLASH_KEY + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ABS_DONE_1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ABS_DONE_0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SECURE_BOOT_KEY + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC_CUSTOM_VER + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC_CUSTOM + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC_CUSTOM_CRC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SECURE_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC_VREF_AND_SDIO_DREF + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SDIO_FORCE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SDIO_TIEH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.XPD_SDIO_REG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_CPU_FREQ_RATED + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_CPU_FREQ_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_VER_PKG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_VER_DIS_BT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_VER_DIS_APP_CPU + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLK3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLK2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLK1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLK3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLK2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLK1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_FLASH_CRYPT_CNT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_EFUSE_RD_DISABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.UART_DOWNLOAD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CONSOLE_DEBUG_DISABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_JTAG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FLASH_CRYPT_CNT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_DL_CACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_DL_DECRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_DL_ENCRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ENCRYPT_CONFIG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ENCRYPT_FLASH_KEY + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ABS_DONE_1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ABS_DONE_0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SECURE_BOOT_KEY + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_CUSTOM_VER + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_CUSTOM + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_CUSTOM_CRC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .xt.prop 0x0000000000000000 0x3d8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .literal.esp_efuse_get_pkg_ver + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .literal.esp_efuse_disable_basic_rom_console + 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .literal.esp_efuse_disable_rom_download_mode + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .literal.esp_efuse_write_random_key + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_get_pkg_ver + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_disable_basic_rom_console + 0x0000000000000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_disable_rom_download_mode + 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .rodata.esp_efuse_write_random_key.str1.4 + 0x0000000000000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_write_random_key + 0x0000000000000000 0x5f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .rodata.__func__$3743 + 0x0000000000000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .xt.prop 0x0000000000000000 0x1c8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .literal.read_w_data_and_check_fill + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_set_timing + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.read_r_data + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_clear_program_registers + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_burn_efuses + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_apply_34_encoding + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_apply_new_coding_scheme + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.read_w_data_and_check_fill + 0x0000000000000000 0x43 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_set_timing + 0x0000000000000000 0x83 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.read_r_data + 0x0000000000000000 0x39 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_clear_program_registers + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_efuses + 0x0000000000000000 0x53 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_apply_34_encoding + 0x0000000000000000 0x93 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.4 + 0x0000000000000000 0x51 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_apply_new_coding_scheme + 0x0000000000000000 0x182 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_write_addr_blocks + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xt.prop 0x0000000000000000 0x378 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_read_field_bit + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_field_cnt + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_blob + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_cnt + 0x0000000000000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_bit + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_reg + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_reg + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_block + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_block + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_begin + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_cancel + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_commit + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_read_field_bit.str1.4 + 0x0000000000000000 0x41 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_bit + 0x0000000000000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_cnt + 0x0000000000000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_blob + 0x0000000000000000 0x7f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_write_field_cnt.str1.4 + 0x0000000000000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_cnt + 0x0000000000000000 0xa3 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_bit + 0x0000000000000000 0x4c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_reg + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_reg + 0x0000000000000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_block + 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_block + 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_begin.str1.4 + 0x0000000000000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_begin + 0x0000000000000000 0x3a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_cancel.str1.4 + 0x0000000000000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_cancel + 0x0000000000000000 0x49 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_commit + 0x0000000000000000 0x5d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$3782 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$3719 + 0x0000000000000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss.s_batch_writing_mode + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xt.prop 0x0000000000000000 0x570 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.fill_reg + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.set_cnt_in_reg + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.write_reg + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_reset + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_debug_dump_blocks + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_count_once + 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_cnt + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_reg + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_blob + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.fill_reg + 0x0000000000000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.set_cnt_in_reg + 0x0000000000000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.write_reg + 0x0000000000000000 0x6a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_reset + 0x0000000000000000 0x39 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_erase_virt_blocks + 0x0000000000000000 0x5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_update_virt_blocks + 0x0000000000000000 0x5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_blocks.str1.4 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_blocks + 0x0000000000000000 0x5f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_count_once + 0x0000000000000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_cnt + 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_reg.str1.4 + 0x0000000000000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_reg + 0x0000000000000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_blob + 0x0000000000000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$3820 + 0x0000000000000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$3870 + 0x0000000000000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xt.prop 0x0000000000000000 0x690 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_set_write_protect + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_set_read_protect + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_set_write_protect + 0x0000000000000000 0x45 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_set_read_protect + 0x0000000000000000 0x45 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xt.prop 0x0000000000000000 0x150 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xt.prop 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .literal.bootloader_fill_random + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .text.bootloader_fill_random + 0x0000000000000000 0xf esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_info 0x0000000000000000 0x11a3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_abbrev 0x0000000000000000 0x1d3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_line 0x0000000000000000 0x3a9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_str 0x0000000000000000 0x10fe esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .xt.prop 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .literal.bootloader_flash_update_size + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .literal.bootloader_flash_get_wp_pin + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text.bootloader_flash_update_size + 0x0000000000000000 0xa esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text.bootloader_flash_get_wp_pin + 0x0000000000000000 0x46 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .xt.prop 0x0000000000000000 0x324 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .literal.bootloader_clock_get_rated_freq_mhz + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .text.bootloader_clock_get_rated_freq_mhz + 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .xt.prop 0x0000000000000000 0x108 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .literal.bootloader_flash_write + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_erase_sector + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_erase_range + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.4.literal + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_enable_wp + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.8.literal + 0x0000000000000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.7 0x0000000000000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_write + 0x0000000000000000 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_sector + 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_range + 0x0000000000000000 0x11 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.4 0x0000000000000000 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_enable_wp + 0x0000000000000000 0x13 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.8 0x0000000000000000 0xa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.__func__$4325 + 0x0000000000000000 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.12 0x0000000000000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.6 0x0000000000000000 0x11 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .xt.prop 0x0000000000000000 0x5f4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.esp_partition_deregister_external + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_get_sha256 + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.esp_partition_check_identity + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_register_external + 0x0000000000000000 0x11 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_deregister_external + 0x0000000000000000 0x5e esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_get_sha256 + 0x0000000000000000 0x15 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .text.esp_partition_check_identity + 0x0000000000000000 0x4c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .xt.prop 0x0000000000000000 0x9b4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.spi_cache_mode_switch + 0x0000000000000000 0x3c esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .literal.esp_rom_spiflash_erase_chip_internal + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .literal.esp_rom_spiflash_read_statushigh + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .literal.esp_rom_spiflash_write_status + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .literal.esp_rom_spiflash_unlock + 0x0000000000000000 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .literal.esp_rom_spiflash_lock + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .literal.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .literal.esp_rom_spiflash_erase_chip + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .literal.esp_rom_spiflash_erase_area + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text.spi_cache_mode_switch + 0x0000000000000000 0x286 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text.esp_rom_spiflash_erase_chip_internal + 0x0000000000000000 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text.esp_rom_spiflash_read_statushigh + 0x0000000000000000 0x21 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text.esp_rom_spiflash_write_status + 0x0000000000000000 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text.esp_rom_spiflash_unlock + 0x0000000000000000 0xdc esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text.esp_rom_spiflash_lock + 0x0000000000000000 0x53 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x98 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .rodata.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text.esp_rom_spiflash_erase_chip + 0x0000000000000000 0x2a esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text.esp_rom_spiflash_erase_area + 0x0000000000000000 0xbe esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .xt.lit 0x0000000000000000 0xb0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .xt.prop 0x0000000000000000 0xbf4 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .iram1.38.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.39.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.38 0x0000000000000000 0x16 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.39 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .xt.prop 0x0000000000000000 0x240 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.40.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .literal.spi_flash_mmap_dump + 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.43.literal + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.40 0x0000000000000000 0x17 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.spi_flash_mmap_dump.str1.4 + 0x0000000000000000 0x39 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_dump + 0x0000000000000000 0x5b esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.43 0x0000000000000000 0x5d esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .xt.prop 0x0000000000000000 0x6f0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.46.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.46 0x0000000000000000 0x32 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .dram1.36 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .xt.lit 0x0000000000000000 0x78 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .xt.prop 0x0000000000000000 0x75c esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .xt.prop 0x0000000000000000 0x9c esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .iram1.23.literal + 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .literal.spi_bus_remove_flash_device + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .literal.spi_bus_add_flash_device + 0x0000000000000000 0x54 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .iram1.23 0x0000000000000000 0xfe esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.spi_bus_remove_flash_device + 0x0000000000000000 0x29 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.spi_bus_add_flash_device.str1.4 + 0x0000000000000000 0x12a esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.spi_bus_add_flash_device + 0x0000000000000000 0x169 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.__func__$8744 + 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.TAG 0x0000000000000000 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .xt.prop 0x0000000000000000 0x1c8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .iram1.29.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.30.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.33.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.39.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.38.literal + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.37.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.32.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.31.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.36.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.34.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.35.literal + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.40.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.register_dev + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.esp_flash_init_os_functions + 0x0000000000000000 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.esp_flash_deinit_os_functions + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.esp_flash_init_main_bus_lock + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.esp_flash_app_enable_os_functions + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.29 0x0000000000000000 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.30 0x0000000000000000 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.33 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.39 0x0000000000000000 0xe esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.38 0x0000000000000000 0x4a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.37 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.32 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.31 0x0000000000000000 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.36 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.34 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x4d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.35 0x0000000000000000 0x56 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.40 0x0000000000000000 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.register_dev + 0x0000000000000000 0x25 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_init_os_functions + 0x0000000000000000 0x82 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_deinit_os_functions + 0x0000000000000000 0x23 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_init_main_bus_lock + 0x0000000000000000 0x26 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_app_enable_os_functions + 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .rodata.__func__$7889 + 0x0000000000000000 0x1a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .rodata.esp_flash_spi23_default_os_functions + 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.42 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.41 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_frame 0x0000000000000000 0x1a8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_info 0x0000000000000000 0x89e4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_abbrev 0x0000000000000000 0x49a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_loc 0x0000000000000000 0x5fd esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_aranges + 0x0000000000000000 0xa0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_ranges 0x0000000000000000 0x90 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_line 0x0000000000000000 0x1069 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_str 0x0000000000000000 0x57fc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .xt.prop 0x0000000000000000 0x4d4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.memspi_host_read_id_hs + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .literal.memspi_host_flush_cache + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .literal.memspi_host_init_pointers + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .literal.memspi_host_erase_sector + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .literal.memspi_host_erase_block + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .literal.memspi_host_program_page + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_read_status_hs + 0x0000000000000000 0x34 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_write_data_slicer + 0x0000000000000000 0x1a esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_read_data_slicer + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.memspi_host_read_id_hs.str1.4 + 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_read_id_hs + 0x0000000000000000 0x81 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_flush_cache + 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_init_pointers + 0x0000000000000000 0x16 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_erase_chip + 0x0000000000000000 0x24 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.memspi_host_erase_sector.str1.4 + 0x0000000000000000 0x52 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_erase_sector + 0x0000000000000000 0x46 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_erase_block + 0x0000000000000000 0x47 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.memspi_host_program_page.str1.4 + 0x0000000000000000 0x1e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_program_page + 0x0000000000000000 0x4c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_read + 0x0000000000000000 0x2b esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_set_write_protect + 0x0000000000000000 0x30 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.__func__$4840 + 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.__func__$4832 + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.__func__$4826 + 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.TAG 0x0000000000000000 0x7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .dram1.19 0x0000000000000000 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_frame 0x0000000000000000 0x130 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_info 0x0000000000000000 0x3ff0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_abbrev 0x0000000000000000 0x3a0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_loc 0x0000000000000000 0x326 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_aranges + 0x0000000000000000 0x78 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_ranges 0x0000000000000000 0x68 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_line 0x0000000000000000 0xb75 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_str 0x0000000000000000 0x2741 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .xt.prop 0x0000000000000000 0x2c4 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._ZL24lookup_storage_from_namePKc + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._ZL15create_iteratorPN3nvs7StorageE10nvs_type_t + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._ZL24close_handles_and_deinitPKc + 0x0000000000000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_dump + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_flash_init_partition_ptr + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_flash_erase_partition + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_flash_erase_partition_ptr + 0x0000000000000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_flash_erase + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_flash_deinit_partition + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_flash_deinit + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_stats + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_used_entry_count + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_entry_find + 0x0000000000000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_entry_next + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_entry_info + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_release_iterator + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_setIsEijPKcT_ + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_set_i16 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_setIxEijPKcT_ + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_set_i64 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_setIyEijPKcT_ + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_set_u64 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_getIsEijPKcPT_ + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_i16 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_getIxEijPKcPT_ + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_i64 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_getIyEijPKcPT_ + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_u64 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL24lookup_storage_from_namePKc + 0x0000000000000000 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL15create_iteratorPN3nvs7StorageE10nvs_type_t + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL24close_handles_and_deinitPKc + 0x0000000000000000 0xa6 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_dump + 0x0000000000000000 0x4f esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_init_partition_ptr + 0x0000000000000000 0x8e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_erase_partition + 0x0000000000000000 0x7c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_erase_partition_ptr + 0x0000000000000000 0x78 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_erase + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_deinit_partition + 0x0000000000000000 0x47 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_deinit + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_stats + 0x0000000000000000 0x6c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_used_entry_count + 0x0000000000000000 0x56 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_find + 0x0000000000000000 0x5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .rodata.nvs_entry_next.str1.4 + 0x0000000000000000 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_next + 0x0000000000000000 0x5f esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_info + 0x0000000000000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_release_iterator + 0x0000000000000000 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ + 0x0000000000000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIsEijPKcT_ + 0x0000000000000000 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i16 + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ + 0x0000000000000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIxEijPKcT_ + 0x0000000000000000 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i64 + 0x0000000000000000 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ + 0x0000000000000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIyEijPKcT_ + 0x0000000000000000 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u64 + 0x0000000000000000 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIsEijPKcPT_ + 0x0000000000000000 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i16 + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIxEijPKcPT_ + 0x0000000000000000 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i64 + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIyEijPKcPT_ + 0x0000000000000000 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_u64 + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .rodata._ZZ14nvs_entry_nextE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.lit 0x0000000000000000 0x1f0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop 0x0000000000000000 0xe64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._ZN3nvs7Storage9debugDumpEv + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .literal._ZN3nvs7Storage9fillStatsER11nvs_stats_t + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .literal._ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .literal._ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .literal._ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZNK3nvs7Storage7isValidEv + 0x0000000000000000 0x13 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9debugDumpEv + 0x0000000000000000 0x17 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9fillStatsER11nvs_stats_t + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t + 0x0000000000000000 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t + 0x0000000000000000 0x8c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc + 0x0000000000000000 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .xt.lit 0x0000000000000000 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .xt.prop 0x0000000000000000 0xdd4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .literal._ZN3nvs15NVSHandleSimple9debugDumpEv + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .literal._ZN3nvs15NVSHandleSimple9fillStatsER11nvs_stats_t + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .literal._ZN3nvs15NVSHandleSimple22calcEntriesInNamespaceERj + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .literal._ZN3nvs15NVSHandleSimple9findEntryEP21nvs_opaque_iterator_tPKc + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .literal._ZN3nvs15NVSHandleSimple9nextEntryEP21nvs_opaque_iterator_t + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9debugDumpEv + 0x0000000000000000 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9fillStatsER11nvs_stats_t + 0x0000000000000000 0x11 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple22calcEntriesInNamespaceERj + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9findEntryEP21nvs_opaque_iterator_tPKc + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9nextEntryEP21nvs_opaque_iterator_t + 0x0000000000000000 0x11 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZNK3nvs15NVSHandleSimple18get_partition_nameEv + 0x0000000000000000 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .xt.prop 0x0000000000000000 0x510 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .group 0x0000000000000000 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .xt.prop 0x0000000000000000 0x1bc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x0000000000000000 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .literal._ZN3nvs19NVSPartitionManager16deinit_partitionEPKc + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager17open_handles_sizeEv + 0x0000000000000000 0x7 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager16deinit_partitionEPKc + 0x0000000000000000 0xbf esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .xt.prop 0x0000000000000000 0x48c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .xt.prop 0x0000000000000000 0x2dc esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .literal._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page10setVersionEh + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page15pageStateToNameENS0_9PageStateE + 0x0000000000000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZNK3nvs4Page9debugDumpEv + 0x0000000000000000 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page11calcEntriesER11nvs_stats_t + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x0000000000000000 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page10setVersionEh + 0x0000000000000000 0x19 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZN3nvs4Page15pageStateToNameENS0_9PageStateE.str1.4 + 0x0000000000000000 0x53 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page15pageStateToNameENS0_9PageStateE + 0x0000000000000000 0x61 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZNK3nvs4Page9debugDumpEv.str1.4 + 0x0000000000000000 0x96 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZNK3nvs4Page9debugDumpEv + 0x0000000000000000 0xdf esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZN3nvs4Page11calcEntriesER11nvs_stats_t.str1.4 + 0x0000000000000000 0x3b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page11calcEntriesER11nvs_stats_t + 0x0000000000000000 0x87 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZZN3nvs4Page11calcEntriesER11nvs_stats_tE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x2f esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZZN3nvs4Page15pageStateToNameENS0_9PageStateEE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .xt.lit 0x0000000000000000 0xe8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .xt.prop 0x0000000000000000 0x1644 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs11PageManager9fillStatsER11nvs_stats_t + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN3nvs11PageManager9fillStatsER11nvs_stats_t + 0x0000000000000000 0x4a esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .xt.prop 0x0000000000000000 0x570 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .xt.prop 0x0000000000000000 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .literal.esp_intr_mark_shared + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .literal.esp_intr_reserve + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .iram1.26.literal + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .iram1.31.literal + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .iram1.32.literal + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .text.esp_intr_mark_shared + 0x0000000000000000 0x5d esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .text.esp_intr_reserve + 0x0000000000000000 0x51 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .iram1.26 0x0000000000000000 0x89 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .text.esp_intr_get_intno + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .iram1.31 0x0000000000000000 0xe esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .iram1.32 0x0000000000000000 0xe esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .xt.lit 0x0000000000000000 0xa8 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .xt.prop 0x0000000000000000 0xd20 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .literal.esp_sleep_disable_wakeup_source + 0x0000000000000000 0x48 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_ulp_wakeup + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_touchpad_wakeup + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .literal.esp_sleep_is_valid_wakeup_gpio + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_ext0_wakeup + 0x0000000000000000 0x28 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_ext1_wakeup + 0x0000000000000000 0x28 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .literal.esp_sleep_get_wakeup_cause + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .literal.esp_sleep_get_touchpad_wakeup_status + 0x0000000000000000 0x18 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .literal.esp_sleep_get_ext1_wakeup_status + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .literal.esp_sleep_pd_config + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .literal.esp_deep_sleep_disable_rom_logging + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wakeup_source + 0x0000000000000000 0x135 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .rodata.esp_sleep_enable_ulp_wakeup.str1.4 + 0x0000000000000000 0x5e esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ulp_wakeup + 0x0000000000000000 0x21 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_enable_touchpad_wakeup + 0x0000000000000000 0x21 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_is_valid_wakeup_gpio + 0x0000000000000000 0x23 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ext0_wakeup + 0x0000000000000000 0x99 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .rodata.esp_sleep_enable_ext1_wakeup.str1.4 + 0x0000000000000000 0x2d esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ext1_wakeup + 0x0000000000000000 0xa1 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_enable_wifi_wakeup + 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wifi_wakeup + 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_get_wakeup_cause + 0x0000000000000000 0x64 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .rodata.esp_sleep_get_touchpad_wakeup_status.str1.4 + 0x0000000000000000 0x88 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_get_touchpad_wakeup_status + 0x0000000000000000 0x31 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_get_ext1_wakeup_status + 0x0000000000000000 0x6c esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_sleep_pd_config + 0x0000000000000000 0x35 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.esp_deep_sleep_disable_rom_logging + 0x0000000000000000 0xb esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .rodata.__func__$10343 + 0x0000000000000000 0x25 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .xt.lit 0x0000000000000000 0xf8 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .xt.prop 0x0000000000000000 0xd44 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .xt.prop 0x0000000000000000 0x264 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .xt.prop 0x0000000000000000 0x30 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .iram1.0.literal + 0x0000000000000000 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .literal.esp_rom_disable_logging + 0x0000000000000000 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .iram1.0 0x0000000000000000 0x22 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text.esp_rom_disable_logging + 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_frame 0x0000000000000000 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_info 0x0000000000000000 0xa31 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_abbrev 0x0000000000000000 0x20a esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_aranges + 0x0000000000000000 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_ranges 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_line 0x0000000000000000 0x369 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_str 0x0000000000000000 0x5f1 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .xt.prop 0x0000000000000000 0x84 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .literal.rtcio_hal_set_direction + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_hal_isolate + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_hal_set_direction_in_sleep + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_set_direction + 0x0000000000000000 0x27c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.rtcio_hal_set_direction + 0x0000000000000000 0x18 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_isolate + 0x0000000000000000 0xd0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_set_direction_in_sleep + 0x0000000000000000 0x18c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_info 0x0000000000000000 0x5907 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x301 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_loc 0x0000000000000000 0x60b esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_line 0x0000000000000000 0xb16 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_str 0x0000000000000000 0x2ef4 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .xt.prop 0x0000000000000000 0x18c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .xt.prop 0x0000000000000000 0xa8 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .literal.uart_hal_set_sw_flow_ctrl + 0x0000000000000000 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_mode + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_inverse_signal + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_loop_back + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_get_max_rx_timeout_thrd + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_sclk + 0x0000000000000000 0x18 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_sw_flow_ctrl + 0x0000000000000000 0xff esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_dtr + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_wakeup_thrd + 0x0000000000000000 0x13 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_mode + 0x0000000000000000 0x1bd esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_is_hw_rts_en + 0x0000000000000000 0xf esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_inverse_signal + 0x0000000000000000 0xe3 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_loop_back + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_max_rx_timeout_thrd + 0x0000000000000000 0x27 esp-idf/hal/libhal.a(uart_hal.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/hal/libhal.a(uart_hal.c.obj) + .xt.prop 0x0000000000000000 0x6b4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.spi_flash_hal_init + 0x0000000000000000 0x30 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .literal.spi_flash_hal_supports_direct_write + 0x0000000000000000 0xc esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .literal.spi_flash_hal_supports_direct_read + 0x0000000000000000 0xc esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.spi_flash_hal_init + 0x0000000000000000 0x11e esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.spi_flash_hal_supports_direct_write + 0x0000000000000000 0x25 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text.spi_flash_hal_supports_direct_read + 0x0000000000000000 0x24 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .rodata.spi_flash_clk_cfg_reg + 0x0000000000000000 0x30 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$5 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$4 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$3 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$2 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$1 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data.__compound_literal$0 + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_info 0x0000000000000000 0x3c35 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x397 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_loc 0x0000000000000000 0x3b2 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_line 0x0000000000000000 0x81b esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_str 0x0000000000000000 0x25ce esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .xt.prop 0x0000000000000000 0x210 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .literal.spi_flash_hal_configure_host_io_mode + 0x0000000000000000 0x50 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_common_command + 0x0000000000000000 0x24 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_read + 0x0000000000000000 0x18 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_erase_chip + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_erase_sector + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_erase_block + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_program_page + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_set_write_protect + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_check_status + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_resume + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .literal.spi_flash_hal_suspend + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_poll_cmd_done + 0x0000000000000000 0xf esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_device_config + 0x0000000000000000 0xdf esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_configure_host_io_mode + 0x0000000000000000 0x23c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .rodata.spi_flash_hal_configure_host_io_mode + 0x0000000000000000 0x18 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_common_command + 0x0000000000000000 0x20f esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_read + 0x0000000000000000 0x117 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_erase_chip + 0x0000000000000000 0x22 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_erase_sector + 0x0000000000000000 0x5a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_erase_block + 0x0000000000000000 0x52 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_program_page + 0x0000000000000000 0xa6 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_set_write_protect + 0x0000000000000000 0x40 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_check_status + 0x0000000000000000 0x36 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_setup_read_suspend + 0x0000000000000000 0x7 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_resume + 0x0000000000000000 0x9 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text.spi_flash_hal_suspend + 0x0000000000000000 0x9 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_frame 0x0000000000000000 0x160 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_info 0x0000000000000000 0x4e56 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_abbrev 0x0000000000000000 0x4b2 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_loc 0x0000000000000000 0x110a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_aranges + 0x0000000000000000 0x88 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_ranges 0x0000000000000000 0x78 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_line 0x0000000000000000 0x1ae3 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_str 0x0000000000000000 0x2874 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .xt.prop 0x0000000000000000 0x4c8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(soc_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(soc_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(soc_hal.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/hal/libhal.a(soc_hal.c.obj) + .xt.prop 0x0000000000000000 0x84 esp-idf/hal/libhal.a(soc_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .literal.adc_hal_init + 0x0000000000000000 0x28 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_convert + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_init + 0x0000000000000000 0x112 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_convert + 0x0000000000000000 0x120 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_frame 0x0000000000000000 0x40 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_info 0x0000000000000000 0x5135 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x3fe esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_loc 0x0000000000000000 0x3c0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x28 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_line 0x0000000000000000 0x87d esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_str 0x0000000000000000 0x2c74 esp-idf/hal/libhal.a(adc_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(adc_hal.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/hal/libhal.a(adc_hal.c.obj) + .xt.prop 0x0000000000000000 0xd8 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.dac_hal_cw_generator_config + 0x0000000000000000 0x2c esp-idf/hal/libhal.a(dac_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(dac_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(dac_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(dac_hal.c.obj) + .text.dac_hal_cw_generator_config + 0x0000000000000000 0x1ca esp-idf/hal/libhal.a(dac_hal.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/hal/libhal.a(dac_hal.c.obj) + .debug_info 0x0000000000000000 0x4abc esp-idf/hal/libhal.a(dac_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x327 esp-idf/hal/libhal.a(dac_hal.c.obj) + .debug_loc 0x0000000000000000 0x311 esp-idf/hal/libhal.a(dac_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(dac_hal.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/hal/libhal.a(dac_hal.c.obj) + .debug_line 0x0000000000000000 0x74b esp-idf/hal/libhal.a(dac_hal.c.obj) + .debug_str 0x0000000000000000 0x2a21 esp-idf/hal/libhal.a(dac_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(dac_hal.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/hal/libhal.a(dac_hal.c.obj) + .xt.prop 0x0000000000000000 0xc0 esp-idf/hal/libhal.a(dac_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .xt.prop 0x0000000000000000 0x3c esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .xt.prop 0x0000000000000000 0x198 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .literal.tcpip_adapter_compat_start_netif + 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_init + 0x0000000000000000 0x18 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_clear_default_eth_handlers + 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_set_default_eth_handlers + 0x0000000000000000 0x18 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_compat_start_eth + 0x0000000000000000 0x18 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_eth_input + 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_sta_input + 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_ap_input + 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_if_from_esp_netif + 0x0000000000000000 0x4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_ip_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_ip6_linklocal + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_ip6_global + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcpc_get_status + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_is_netif_up + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_netif + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_create_ip6_linklocal + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcps_stop + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcpc_stop + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcps_start + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcpc_start + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcps_get_status + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcps_option + 0x0000000000000000 0xc esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_dhcpc_option + 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_set_ip_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_dns_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_set_dns_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_netif_index + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_sta_list + 0x0000000000000000 0x4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_eth_start + 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_sta_start + 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_ap_start + 0x0000000000000000 0x1c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_stop + 0x0000000000000000 0x44 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_up + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_down + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_old_ip_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_set_old_ip_info + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_esp_if + 0x0000000000000000 0x8 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_set_hostname + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .literal.tcpip_adapter_get_hostname + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_compat_start_netif + 0x0000000000000000 0x51 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .rodata.tcpip_adapter_init.str1.4 + 0x0000000000000000 0x7b esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_init + 0x0000000000000000 0x32 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .rodata.tcpip_adapter_clear_default_eth_handlers.str1.4 + 0x0000000000000000 0x8 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_clear_default_eth_handlers + 0x0000000000000000 0x28 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_set_default_eth_handlers + 0x0000000000000000 0x39 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_compat_start_eth + 0x0000000000000000 0x3e esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_eth_input + 0x0000000000000000 0x32 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .rodata.tcpip_adapter_sta_input.str1.4 + 0x0000000000000000 0xd esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_sta_input + 0x0000000000000000 0x58 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .rodata.tcpip_adapter_ap_input.str1.4 + 0x0000000000000000 0xc esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_ap_input + 0x0000000000000000 0x58 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_if_from_esp_netif + 0x0000000000000000 0x23 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_ip_info + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_ip6_linklocal + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_ip6_global + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcpc_get_status + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_is_netif_up + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_netif + 0x0000000000000000 0xad esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_create_ip6_linklocal + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcps_stop + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcpc_stop + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcps_start + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcpc_start + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcps_get_status + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcps_option + 0x0000000000000000 0x1e esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_dhcpc_option + 0x0000000000000000 0x58 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_set_ip_info + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_dns_info + 0x0000000000000000 0xa5 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_set_dns_info + 0x0000000000000000 0xa5 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_netif_index + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_sta_list + 0x0000000000000000 0x11 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_eth_start + 0x0000000000000000 0x2c esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_sta_start + 0x0000000000000000 0x54 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_ap_start + 0x0000000000000000 0x54 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_stop + 0x0000000000000000 0x142 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_up + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_down + 0x0000000000000000 0xa1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_old_ip_info + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_set_old_ip_info + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_esp_if + 0x0000000000000000 0x27 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_set_hostname + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text.tcpip_adapter_get_hostname + 0x0000000000000000 0xa4 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .rodata.s_netif_keyif + 0x0000000000000000 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .xt.lit 0x0000000000000000 0x158 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .xt.prop 0x0000000000000000 0xee8 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .xt.prop 0x0000000000000000 0x144 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .literal.esp_netif_get_nr_of_ifs + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .literal.esp_netif_next + 0x0000000000000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_get_nr_of_ifs + 0x0000000000000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_next + 0x0000000000000000 0x3f esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .xt.prop 0x0000000000000000 0x3b4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .rodata._g_esp_netif_inherent_slip_config + 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .rodata._g_esp_netif_inherent_ppp_config + 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .rodata._g_esp_netif_inherent_eth_config + 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .xt.prop 0x0000000000000000 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .literal.esp_netif_set_ip4_addr + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_ip4addr_ntoa + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_ip4addr_aton + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_str_to_ip4 + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_str_to_ip6 + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_deinit + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_mac + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_ip6_get_addr_type + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_all_ip6 + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcpc_option + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_netif_impl_name + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip4_addr + 0x0000000000000000 0x43 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_ip4addr_ntoa + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_ip4addr_aton + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_str_to_ip4 + 0x0000000000000000 0x3a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_str_to_ip6 + 0x0000000000000000 0x3a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_deinit + 0x0000000000000000 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_transmit + 0x0000000000000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_mac + 0x0000000000000000 0x45 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_ip6_get_addr_type + 0x0000000000000000 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_all_ip6 + 0x0000000000000000 0x13c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_desc + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_route_prio + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_option + 0x0000000000000000 0xa2 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl_index + 0x0000000000000000 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl_name + 0x0000000000000000 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .xt.lit 0x0000000000000000 0x218 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .xt.prop 0x0000000000000000 0x23f4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .data._g_esp_netif_netstack_default_ppp + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .data._g_esp_netif_netstack_default_eth + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.s_netif_config_ppp + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.s_eth_netif_config + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .xt.prop 0x0000000000000000 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .xt.prop 0x0000000000000000 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .literal.esp_event_handler_instance_unregister + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_isr_post + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_loop_delete_default + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_send_to_default_loop + 0x0000000000000000 0x7c esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_handler_instance_unregister + 0x0000000000000000 0x21 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_isr_post + 0x0000000000000000 0x24 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_loop_delete_default + 0x0000000000000000 0x26 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_send_to_default_loop + 0x0000000000000000 0x2a7 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .rodata.esp_event_send_to_default_loop + 0x0000000000000000 0x7c esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .xt.prop 0x0000000000000000 0x540 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_handler_instance_unregister_with + 0x0000000000000000 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.esp_event_isr_post_to + 0x0000000000000000 0x1c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_instance_unregister_with + 0x0000000000000000 0x21 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_isr_post_to + 0x0000000000000000 0xa0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_dump + 0x0000000000000000 0x7 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__$8322 + 0x0000000000000000 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .xt.lit 0x0000000000000000 0xa8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .xt.prop 0x0000000000000000 0xe7c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.esp_event_send + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .text.esp_event_send + 0x0000000000000000 0x1a esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .xt.prop 0x0000000000000000 0x438 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .literal.os_sleep + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .text.os_sleep + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .xt.prop 0x0000000000000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .rodata.g_wifi_default_mesh_crypto_funcs + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .xt.prop 0x0000000000000000 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .xt.prop 0x0000000000000000 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .xt.prop 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text.esp_rrm_send_neighbor_rep_request + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text.esp_wnm_send_bss_transition_mgmt_query + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .xt.prop 0x0000000000000000 0x510 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .xt.prop 0x0000000000000000 0x3f0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .literal.wpa_sm_set_pmk + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .literal.wpa_sta_is_cur_pmksa_set + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.eapol_sm_notify_eap_success + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_eapol_key_dump + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sm_set_pmk + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sta_is_cur_pmksa_set + 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .xt.lit 0x0000000000000000 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .xt.prop 0x0000000000000000 0x1c68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .xt.prop 0x0000000000000000 0x5b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .literal.printf_encode + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.wpa_merge_byte_arrays + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.str_clear_free + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.os_gmtime + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.os_mktime + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.get_param + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.os_memdup + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.hwaddr_aton2 + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.os_time_expired + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.wpa_ssid_txt + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .rodata.printf_encode.str1.4 + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.printf_encode + 0x0000000000000000 0xcb esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.wpa_is_hex + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.wpa_merge_byte_arrays + 0x0000000000000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.int_array_len + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.str_clear_free + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.os_gmtime + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.os_mktime + 0x0000000000000000 0xd1 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.get_param + 0x0000000000000000 0x57 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.os_memdup + 0x0000000000000000 0x2f esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.hwaddr_aton2 + 0x0000000000000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.os_time_expired + 0x0000000000000000 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.rssi_to_rcpi + 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.wpa_ssid_txt + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.__hide_aliasing_typecast + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .bss.ssid_txt$4340 + 0x0000000000000000 0x81 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .xt.prop 0x0000000000000000 0xb34 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.wpabuf_alloc_ext_data + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .literal.wpabuf_clear_free + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .literal.wpabuf_concat + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .literal.wpabuf_printf + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_alloc_ext_data + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_clear_free + 0x0000000000000000 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_concat + 0x0000000000000000 0x6b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_printf + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .xt.prop 0x0000000000000000 0x324 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .literal.wpa_snprintf_hex_uppercase + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .literal.wpa_snprintf_hex + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .rodata.wpa_snprintf_hex_uppercase.str1.4 + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text.wpa_snprintf_hex_uppercase + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .rodata.wpa_snprintf_hex.str1.4 + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text.wpa_snprintf_hex + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .xt.prop 0x0000000000000000 0x138 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .literal.crypto_init_cipher_ctx + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.sha384_vector + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_hash_init + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_hash_update + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_hash_finish + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.hmac_sha384_vector + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.hmac_sha384 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_cipher_init + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_cipher_deinit + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.aes_ctr_encrypt + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.aes_128_ctr_encrypt + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_dh_init + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.alg_to_mbedtls_cipher + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_init_cipher_ctx + 0x0000000000000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.sha384_vector + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_hash_init + 0x0000000000000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_hash_update + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_hash_finish + 0x0000000000000000 0x5b esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.hmac_sha384_vector + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.hmac_sha384 + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_cipher_init + 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_cipher_deinit + 0x0000000000000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.aes_ctr_encrypt + 0x0000000000000000 0x4b esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.aes_128_ctr_encrypt + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_dh_init + 0x0000000000000000 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .xt.lit 0x0000000000000000 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .xt.prop 0x0000000000000000 0xa20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .xt.prop 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .literal.omac1_aes_256 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .text.omac1_aes_256 + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .xt.prop 0x0000000000000000 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .xt.prop 0x0000000000000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .xt.prop 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .literal.wpa_auth_sm_event + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_for_each_sta + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_sta_no_wpa + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_sm_event + 0x0000000000000000 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .xt.lit 0x0000000000000000 0x198 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .xt.prop 0x0000000000000000 0x1be4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .text.wpa_auth_uses_mfp + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .xt.prop 0x0000000000000000 0x720 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .literal.sae_state_txt + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_state_txt.str1.4 + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_state_txt + 0x0000000000000000 0x31 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .xt.lit 0x0000000000000000 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .xt.prop 0x0000000000000000 0x1548 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .xt.prop 0x0000000000000000 0xba0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .literal.ccmp_aad_nonce_pv1 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .literal.ccmp_encrypt_pv1 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .literal.ccmp_256_decrypt + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .literal.ccmp_256_encrypt + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_aad_nonce_pv1 + 0x0000000000000000 0xd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_get_pn + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_encrypt_pv1 + 0x0000000000000000 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_256_decrypt + 0x0000000000000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_256_encrypt + 0x0000000000000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .xt.prop 0x0000000000000000 0x39c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .xt.prop 0x0000000000000000 0x1bc esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .xt.prop 0x0000000000000000 0x174 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .literal.wpa2_rxq_dequeue + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wpa2_rxq_init + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wpa2_rxq_enqueue + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wpa2_set_eap_state + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wpa2_sendto_wrapper + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_enable_fn + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.eap_peer_sm_init + 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wpa2_start_eapol + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.eap_sm_rx_eapol + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wpa2_ent_rx_eapol + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wpa2_sm_alloc_eapol + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wpa2_sm_free_eapol + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wpa2_start_eapol_internal + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.eap_sm_send_eapol + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.eap_sm_process_request + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.eap_sm_rx_eapol_internal + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wpa2_task + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_enable + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_set_cert_key + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_set_ca_cert + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_set_identity + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_set_username + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_set_password + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_set_new_password + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_clear_new_password + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_set_disable_time_check + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.wifi_sta_get_enterprise_disable_time_check + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_get_disable_time_check + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_set_ttls_phase2_method + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_set_pac_file + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_set_fast_phase1_params + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_rxq_dequeue + 0x0000000000000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_rxq_init + 0x0000000000000000 0x23 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_rxq_enqueue + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_set_eap_state + 0x0000000000000000 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_sendto_wrapper + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_enable_fn + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .rodata.eap_peer_sm_init.str1.4 + 0x0000000000000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.eap_peer_sm_init + 0x0000000000000000 0xf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_start_eapol + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.eap_sm_rx_eapol + 0x0000000000000000 0x75 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_ent_rx_eapol + 0x0000000000000000 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_sm_alloc_eapol + 0x0000000000000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_sm_free_eapol + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .rodata.wpa2_start_eapol_internal.str1.4 + 0x0000000000000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_start_eapol_internal + 0x0000000000000000 0xa4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.eap_sm_send_eapol + 0x0000000000000000 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .rodata.eap_sm_process_request.str1.4 + 0x0000000000000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.eap_sm_process_request + 0x0000000000000000 0x1da esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .rodata.eap_sm_rx_eapol_internal.str1.4 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.eap_sm_rx_eapol_internal + 0x0000000000000000 0x101 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wpa2_task + 0x0000000000000000 0xf2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_enable + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_set_cert_key + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_set_ca_cert + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_set_identity + 0x0000000000000000 0x4d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_set_username + 0x0000000000000000 0x4d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_set_password + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_set_new_password + 0x0000000000000000 0x47 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_clear_new_password + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_set_disable_time_check + 0x0000000000000000 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.wifi_sta_get_enterprise_disable_time_check + 0x0000000000000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_get_disable_time_check + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .rodata.esp_wifi_sta_wpa2_ent_set_ttls_phase2_method.str1.4 + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_set_ttls_phase2_method + 0x0000000000000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .rodata.esp_wifi_sta_wpa2_ent_set_ttls_phase2_method + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_set_pac_file + 0x0000000000000000 0x71 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .rodata.esp_wifi_sta_wpa2_ent_set_fast_phase1_params.str1.4 + 0x0000000000000000 0x4b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text.esp_wifi_sta_wpa2_ent_set_fast_phase1_params + 0x0000000000000000 0xc1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .data.s_disable_time_check + 0x0000000000000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .xt.lit 0x0000000000000000 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .xt.prop 0x0000000000000000 0x1200 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .xt.prop 0x0000000000000000 0x144 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .literal.pmksa_cache_list + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .rodata.pmksa_cache_list.str1.4 + 0x0000000000000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text.pmksa_cache_list + 0x0000000000000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .xt.prop 0x0000000000000000 0x630 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .literal.tls_mbedtls_cleanup + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_mbedtls_conn_delete + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_mbedtls_read + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_mbedtls_write + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_enable_sha1_config + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.set_ca_cert + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.set_pki_context + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_set_ciphersuite + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.set_client_config + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_create_mbedtls_handle + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_prf + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_init + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_init + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_deinit + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_handshake + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_encrypt + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_decrypt + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_get_version + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_get_cipher + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_set_params + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_export_key + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_shutdown + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_get_random + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_cleanup + 0x0000000000000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_conn_delete + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_read + 0x0000000000000000 0x59 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_write + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_enable_sha1_config + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.set_ca_cert + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.set_pki_context + 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_set_ciphersuite + 0x0000000000000000 0x5b esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.set_client_config.str1.4 + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.set_client_config + 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.tls_create_mbedtls_handle.str1.4 + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_create_mbedtls_handle + 0x0000000000000000 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_prf + 0x0000000000000000 0xb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_init + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_init + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_deinit + 0x0000000000000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_get_errors + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_established + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_global_set_verify + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_verify + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_handshake + 0x0000000000000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_server_handshake + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_encrypt + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_decrypt + 0x0000000000000000 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_resumed + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_cipher_list + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_get_version + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_get_cipher + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_enable_workaround + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_failed + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_read_alerts + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_write_alerts + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_params + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_global_set_params + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_session_ticket_cb + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_export_key + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_eap_fast_key + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_client_hello_ext + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_shutdown + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_random + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.__func__$8345 + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.__func__$8351 + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.eap_ciphersuite_preference + 0x0000000000000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.eap_mbedtls_x509_crt_profile + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .data.tls_sig_hashes_for_eap + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .xt.lit 0x0000000000000000 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .xt.prop 0x0000000000000000 0xb10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.crypto_bignum_to_string + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_addmod + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_free_buffer + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text.crypto_bignum_to_string + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text.crypto_bignum_addmod + 0x0000000000000000 0x3f esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text.crypto_free_buffer + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .xt.prop 0x0000000000000000 0x51c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_rng_wrapper + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_alloc_key + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.pk_write_ec_pubkey_formatted + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.pk_write_ec_param + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_group_byname + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_affine_coordinates + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_get_order + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_key_compare + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_debug_print_point + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_set_pubkey_point + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_free_key + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_priv_key_der + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_publickey_buf + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_write_pubkey_der + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_key + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_mbedtls_to_nist_group_id + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_curve_id + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ecdh + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ecdsa_get_sign + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_edcsa_sign_verify + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_parse_subpub_key + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_is_ec_key + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_gen_keypair + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.mbedtls_pk_write_pubkey_formatted + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_pk_write_formatted_pubkey_der + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_write_pub_key + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_rng_wrapper + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_alloc_key + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.pk_write_ec_pubkey_formatted + 0x0000000000000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.pk_write_ec_param + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_group_byname + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_affine_coordinates + 0x0000000000000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_get_order + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_key_compare + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_debug_print_point + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_set_pubkey_point + 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_free_key + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_public_key + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_priv_key_der + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_group_from_key + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_private_key + 0x0000000000000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_publickey_buf + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_write_pubkey_der + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_key + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_mbedtls_to_nist_group_id + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .rodata.crypto_ec_get_mbedtls_to_nist_group_id + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_curve_id + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ecdh + 0x0000000000000000 0x85 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ecdsa_get_sign + 0x0000000000000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_edcsa_sign_verify + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_debug_print_ec_key + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_parse_subpub_key + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_is_ec_key + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_gen_keypair + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.mbedtls_pk_write_pubkey_formatted + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_pk_write_formatted_pubkey_der + 0x0000000000000000 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_write_pub_key + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .xt.lit 0x0000000000000000 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .xt.prop 0x0000000000000000 0xea0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .xt.prop 0x0000000000000000 0x330 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .literal.hostapd_config_defaults_bss + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.hostapd_config_defaults + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.hostapd_mac_comp + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.hostapd_mac_comp_empty + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.hostapd_wep_key_cmp + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.hostapd_maclist_found + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_config_defaults_bss + 0x0000000000000000 0x55 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_config_defaults + 0x0000000000000000 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_mac_comp + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_mac_comp_empty + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_wep_key_cmp + 0x0000000000000000 0x59 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_maclist_found + 0x0000000000000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_rate_found + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .xt.prop 0x0000000000000000 0x39c esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.tls_prf_sha1_md5 + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .text.tls_prf_sha1_md5 + 0x0000000000000000 0x14c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .debug_info 0x0000000000000000 0xda6 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .debug_abbrev 0x0000000000000000 0x25d esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .debug_loc 0x0000000000000000 0x1ce esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .debug_line 0x0000000000000000 0x6a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .debug_str 0x0000000000000000 0x67b esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .xt.prop 0x0000000000000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .literal.tls_prf_sha256 + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .text.tls_prf_sha256 + 0x0000000000000000 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .debug_info 0x0000000000000000 0xbd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .debug_abbrev 0x0000000000000000 0x26f esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .debug_loc 0x0000000000000000 0x16e esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .debug_line 0x0000000000000000 0x4f5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .debug_str 0x0000000000000000 0x620 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .literal.tls_prf_sha384 + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .text.tls_prf_sha384 + 0x0000000000000000 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .debug_info 0x0000000000000000 0xbd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .debug_abbrev 0x0000000000000000 0x26f esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .debug_loc 0x0000000000000000 0x16e esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .debug_line 0x0000000000000000 0x4f5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .debug_str 0x0000000000000000 0x620 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .literal.eap_copy_buf + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_get_eap_method + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_get_methods + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_get_type + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_phase2_type + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_phase2_types + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_method_alloc + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_method_register + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_register_methods + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_config_init + 0x0000000000000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_blob_init + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_get_method_name + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_build_identity_resp + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_build_nak + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_request + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_request_identity + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_request_password + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_request_new_password + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_buildIdentity + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_config_identity + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_config_password + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_config_password2 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_config_new_password + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_set_config_blob + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_config_blob + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_allowed_phase2_type + 0x0000000000000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_set_scard_pin + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_get_scard_identity + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_copy_buf + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_get_eap_method + 0x0000000000000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_get_methods + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_get_type + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_phase2_type + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_phase2_types + 0x0000000000000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_method_alloc + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_method_register + 0x0000000000000000 0x59 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_register_methods + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .rodata.eap_peer_config_init.str1.4 + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_config_init + 0x0000000000000000 0x12c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .rodata.eap_peer_blob_init.str1.4 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_blob_init + 0x0000000000000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .rodata.eap_sm_get_method_name.str1.4 + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_get_method_name + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_build_identity_resp + 0x0000000000000000 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_build_nak + 0x0000000000000000 0x198 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request + 0x0000000000000000 0x57 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .rodata.eap_sm_request + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request_identity + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request_password + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request_new_password + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_buildIdentity + 0x0000000000000000 0xb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_identity + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_password + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_password2 + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_new_password + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_set_config_blob + 0x0000000000000000 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_blob + 0x0000000000000000 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .xt.lit 0x0000000000000000 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .xt.prop 0x0000000000000000 0xd08 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_hdr_validate + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_hdr_len_valid + 0x0000000000000000 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_hdr_validate + 0x0000000000000000 0xbd esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_update_len + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_get_id + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_get_type + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .xt.prop 0x0000000000000000 0x24c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .literal.eap_mschapv2_getKey + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_check_config + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_copy_challenge + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_challenge_reply + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_challenge + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_deinit + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_password_changed + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_success + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_failure_txt + 0x0000000000000000 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_change_password + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_failure + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_process + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_init + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_peer_mschapv2_register + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_check_mslen + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_isKeyAvailable + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_getKey + 0x0000000000000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_check_config + 0x0000000000000000 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_copy_challenge + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_challenge_reply + 0x0000000000000000 0x142 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_challenge + 0x0000000000000000 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_deinit + 0x0000000000000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_password_changed + 0x0000000000000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_success + 0x0000000000000000 0x89 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .rodata.eap_mschapv2_failure_txt.str1.4 + 0x0000000000000000 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_failure_txt + 0x0000000000000000 0x17c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_change_password + 0x0000000000000000 0x1f5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_failure + 0x0000000000000000 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_process + 0x0000000000000000 0xf1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_init + 0x0000000000000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .rodata.eap_peer_mschapv2_register.str1.4 + 0x0000000000000000 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_peer_mschapv2_register + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_frame 0x0000000000000000 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_info 0x0000000000000000 0x4d84 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_abbrev 0x0000000000000000 0x59a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_loc 0x0000000000000000 0x1015 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_aranges + 0x0000000000000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_ranges 0x0000000000000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_line 0x0000000000000000 0x261f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_str 0x0000000000000000 0x32a7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .xt.prop 0x0000000000000000 0x8e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_peap_get_session_id + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_init_for_reauth + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_deinit_for_reauth + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_has_reauth_data + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_get_status + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_getKey + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_get_isk + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_tlv_build_nak + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_derive_cmk + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_tlv_validate_cryptobinding + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_deinit + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_parse_phase1 + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_init + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peapv2_tlv_eap_payload + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_tlv_add_cryptobinding + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_tlv_build_result + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_tlv_process + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_phase2_request + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_decrypt + 0x0000000000000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_process + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peer_peap_register + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_isKeyAvailable + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_get_session_id + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_init_for_reauth + 0x0000000000000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_deinit_for_reauth + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_has_reauth_data + 0x0000000000000000 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_get_status.str1.4 + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_get_status + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata 0x0000000000000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_getKey.str1.4 + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_getKey + 0x0000000000000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_get_isk + 0x0000000000000000 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_build_nak + 0x0000000000000000 0x77 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_derive_cmk.str1.4 + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_derive_cmk + 0x0000000000000000 0xa4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_validate_cryptobinding + 0x0000000000000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_deinit + 0x0000000000000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_parse_phase1.str1.4 + 0x0000000000000000 0x99 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_parse_phase1 + 0x0000000000000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_init.str1.4 + 0x0000000000000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_init + 0x0000000000000000 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peapv2_tlv_eap_payload + 0x0000000000000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_add_cryptobinding + 0x0000000000000000 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_build_result + 0x0000000000000000 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_process + 0x0000000000000000 0x15f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_phase2_request + 0x0000000000000000 0x198 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_decrypt + 0x0000000000000000 0x408 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_process.str1.4 + 0x0000000000000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_process + 0x0000000000000000 0x1aa esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peer_peap_register.str1.4 + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peer_peap_register + 0x0000000000000000 0x63 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_frame 0x0000000000000000 0x220 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_info 0x0000000000000000 0x42a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_abbrev 0x0000000000000000 0x552 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_loc 0x0000000000000000 0x1e0e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_aranges + 0x0000000000000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_ranges 0x0000000000000000 0x188 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_line 0x0000000000000000 0x3ca3 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_str 0x0000000000000000 0x1752 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .xt.lit 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .xt.prop 0x0000000000000000 0xe28 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.peap_prfplus + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .text.peap_prfplus + 0x0000000000000000 0xbe esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_info 0x0000000000000000 0xbcf esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_abbrev 0x0000000000000000 0x26c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_loc 0x0000000000000000 0x13b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_line 0x0000000000000000 0x611 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_str 0x0000000000000000 0x630 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .xt.prop 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .literal.eap_tls_getKey + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_failure + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_success + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_process + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_deinit + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_init + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_peer_tls_register + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_isKeyAvailable + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_getKey + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_failure + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .rodata.eap_tls_success.str1.4 + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_success + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_process + 0x0000000000000000 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_deinit + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_init + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .rodata.eap_peer_tls_register.str1.4 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_peer_tls_register + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_frame 0x0000000000000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_info 0x0000000000000000 0x1b6d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_abbrev 0x0000000000000000 0x363 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_loc 0x0000000000000000 0x281 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_aranges + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_ranges 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_line 0x0000000000000000 0xa92 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_str 0x0000000000000000 0x10ce esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .xt.prop 0x0000000000000000 0x24c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_params_flags + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_params_from_conf1 + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_check_blob + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_params_from_conf + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_init_connection + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_msg_alloc + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_ssl_init + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_derive_key + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_derive_session_id + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_build_ack + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_status + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_process_init + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_reset_input + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_reassemble_fragment + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_data_reassemble + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_process_input + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_reset_output + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_ssl_deinit + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_process_output + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_process_helper + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_reauth_init + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_decrypt + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_encrypt + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_select_phase2_methods + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_phase2_nak + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_tls_params_flags.str1.4 + 0x0000000000000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_params_flags + 0x0000000000000000 0x6b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_params_from_conf1 + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_check_blob + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_params_from_conf + 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_init_connection + 0x0000000000000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_msg_alloc + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_peer_tls_ssl_init.str1.4 + 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_ssl_init + 0x0000000000000000 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_derive_key + 0x0000000000000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_derive_session_id + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_build_ack + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_peer_tls_status.str1.4 + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_status + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_process_init + 0x0000000000000000 0xe9 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reset_input + 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reassemble_fragment + 0x0000000000000000 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_data_reassemble + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_process_input + 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reset_output + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_ssl_deinit + 0x0000000000000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_tls_process_output.str1.4 + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_process_output + 0x0000000000000000 0x11c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_process_helper + 0x0000000000000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reauth_init + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_decrypt + 0x0000000000000000 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_encrypt + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_select_phase2_methods + 0x0000000000000000 0x10d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_phase2_nak + 0x0000000000000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_frame 0x0000000000000000 0x268 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_info 0x0000000000000000 0x3240 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_abbrev 0x0000000000000000 0x569 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_loc 0x0000000000000000 0x11a3 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_aranges + 0x0000000000000000 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_ranges 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_line 0x0000000000000000 0x25dc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_str 0x0000000000000000 0x1738 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .xt.lit 0x0000000000000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .xt.prop 0x0000000000000000 0xaf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_ttls_fake_identity_request + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_get_emsk + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_get_session_id + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_getKey + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_init_for_reauth + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_deinit_for_reauth + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_has_reauth_data + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_get_status + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_encrypt_response + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_eap_method + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_avp_hdr + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_avp_encapsulate + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_eap + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_avp_add + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_pap + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_implicit_challenge + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_mschapv2 + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_mschap + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_chap + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_implicit_identity_request + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_process_phase2_eap + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_start + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_parse_attr_eap + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_parse_avp + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_parse_avps + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_process_phase2_mschapv2 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_process_decrypted + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_decrypt + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_v0_derive_key + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_process_handshake + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_process + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_deinit + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_init + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_peer_ttls_register + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_eap_deinit + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_select_eap_method + 0x0000000000000000 0x33 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_check_auth_status + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_isKeyAvailable + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_fake_identity_request + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_get_emsk + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_get_session_id + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_getKey + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_init_for_reauth + 0x0000000000000000 0x5d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_deinit_for_reauth + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_has_reauth_data + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_get_status.str1.4 + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_get_status + 0x0000000000000000 0xc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_get_status + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_eap_process + 0x0000000000000000 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_encrypt_response + 0x0000000000000000 0x31 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_eap_method + 0x0000000000000000 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_avp_hdr + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_avp_encapsulate + 0x0000000000000000 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_eap + 0x0000000000000000 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_avp_add + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_pap + 0x0000000000000000 0xde esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_implicit_challenge.str1.4 + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_implicit_challenge + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_mschapv2 + 0x0000000000000000 0x196 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_mschap + 0x0000000000000000 0x139 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_chap + 0x0000000000000000 0x115 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_phase2_request.str1.4 + 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request + 0x0000000000000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_phase2_request + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_implicit_identity_request + 0x0000000000000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_phase2_eap + 0x0000000000000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_start + 0x0000000000000000 0x4d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_parse_attr_eap + 0x0000000000000000 0x59 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_parse_avp + 0x0000000000000000 0x105 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_parse_avps + 0x0000000000000000 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_phase2_mschapv2 + 0x0000000000000000 0x55 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_decrypted + 0x0000000000000000 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_decrypt + 0x0000000000000000 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_v0_derive_key.str1.4 + 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_v0_derive_key + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_handshake + 0x0000000000000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process + 0x0000000000000000 0xba esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_deinit + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_init.str1.4 + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_init + 0x0000000000000000 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_peer_ttls_register.str1.4 + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_peer_ttls_register + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_frame 0x0000000000000000 0x3d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_info 0x0000000000000000 0x4861 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_abbrev 0x0000000000000000 0x52b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_loc 0x0000000000000000 0x22e3 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_aranges + 0x0000000000000000 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_ranges 0x0000000000000000 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_line 0x0000000000000000 0x3d96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_str 0x0000000000000000 0x1963 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .xt.lit 0x0000000000000000 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .xt.prop 0x0000000000000000 0x1308 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.mschapv2_derive_response + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .literal.mschapv2_verify_auth_response + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text.mschapv2_remove_domain + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text.mschapv2_derive_response + 0x0000000000000000 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text.mschapv2_verify_auth_response + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_info 0x0000000000000000 0xd75 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_abbrev 0x0000000000000000 0x25d esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_loc 0x0000000000000000 0x156 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_line 0x0000000000000000 0x729 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_str 0x0000000000000000 0x76a esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .xt.prop 0x0000000000000000 0x18c esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .literal.utf8_to_ucs2 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.challenge_hash + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.nt_password_hash + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.hash_nt_password_hash + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.challenge_response + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.generate_nt_response + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.generate_nt_response_pwhash + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.generate_authenticator_response_pwhash + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.generate_authenticator_response + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.nt_challenge_response + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.get_master_key + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.get_asymetric_start_key + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.encrypt_pw_block_with_password_hash + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.new_password_encrypted_with_old_nt_password_hash + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.nt_password_hash_encrypted_with_block + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.old_nt_password_hash_encrypted_with_new_nt_password_hash + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.utf8_to_ucs2 + 0x0000000000000000 0xcd esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.challenge_hash + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.nt_password_hash + 0x0000000000000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.hash_nt_password_hash + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.challenge_response + 0x0000000000000000 0x51 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_nt_response + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_nt_response_pwhash + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_authenticator_response_pwhash + 0x0000000000000000 0x8d esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_authenticator_response + 0x0000000000000000 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.nt_challenge_response + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.get_master_key + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.get_asymetric_start_key + 0x0000000000000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.encrypt_pw_block_with_password_hash + 0x0000000000000000 0x8f esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.new_password_encrypted_with_old_nt_password_hash + 0x0000000000000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.nt_password_hash_encrypted_with_block + 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.old_nt_password_hash_encrypted_with_new_nt_password_hash + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.shs_pad2$4552 + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic2$4549 + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic3$4550 + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.shs_pad1$4551 + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic1$4538 + 0x0000000000000000 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic2$4508 + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic1$4507 + 0x0000000000000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_frame 0x0000000000000000 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_info 0x0000000000000000 0x1a9e esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_abbrev 0x0000000000000000 0x394 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_loc 0x0000000000000000 0x7bb esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_aranges + 0x0000000000000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_ranges 0x0000000000000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_line 0x0000000000000000 0x10ae esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_str 0x0000000000000000 0xa02 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .xt.lit 0x0000000000000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .xt.prop 0x0000000000000000 0x660 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.MD4Init + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.MD4Transform + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.MD4Update + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.MD4Pad + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.MD4Final + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.md4_vector + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Init 0x0000000000000000 0x23 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Transform + 0x0000000000000000 0x456 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Update + 0x0000000000000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Pad 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Final + 0x0000000000000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.md4_vector + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .rodata.PADDING + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_info 0x0000000000000000 0xe44 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_abbrev 0x0000000000000000 0x287 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_loc 0x0000000000000000 0x481 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_line 0x0000000000000000 0xb4c esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_str 0x0000000000000000 0x68d esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .xt.prop 0x0000000000000000 0x1c8 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.chap_md5 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .text.chap_md5 + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_info 0x0000000000000000 0xa86 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_abbrev 0x0000000000000000 0x215 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_loc 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_line 0x0000000000000000 0x41c esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_str 0x0000000000000000 0x5e1 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .xt.prop 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .literal.desfunc + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.cookey + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.deskey + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des_encrypt + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des_key_setup + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des_block_encrypt + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des_block_decrypt + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des3_key_setup + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des3_encrypt + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des3_decrypt + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.desfunc 0x0000000000000000 0x203 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.cookey 0x0000000000000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.deskey 0x0000000000000000 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_encrypt + 0x0000000000000000 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_key_setup + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_block_encrypt + 0x0000000000000000 0x7d esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_block_decrypt + 0x0000000000000000 0x7d esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des3_key_setup + 0x0000000000000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des3_encrypt + 0x0000000000000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des3_decrypt + 0x0000000000000000 0x99 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP8 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP7 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP6 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP5 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP4 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP3 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP2 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP1 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.pc2 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.totrot + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.pc1 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.bigbyte + 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.bytebit + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_frame 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_info 0x0000000000000000 0x16b9 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_abbrev 0x0000000000000000 0x3ab esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_loc 0x0000000000000000 0xc83 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_aranges + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_ranges 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_line 0x0000000000000000 0x1d64 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_str 0x0000000000000000 0x6ff esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .xt.prop 0x0000000000000000 0x3b4 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.disconnect_and_destroy + 0x0000000000000000 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.esp_wifi_clear_default_wifi_driver_and_handlers + 0x0000000000000000 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.esp_netif_create_wifi + 0x0000000000000000 0x24 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.esp_netif_create_default_wifi_mesh_netifs + 0x0000000000000000 0x84 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.disconnect_and_destroy + 0x0000000000000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.esp_wifi_clear_default_wifi_driver_and_handlers + 0x0000000000000000 0x46 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.esp_netif_create_wifi + 0x0000000000000000 0x76 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .rodata.esp_netif_create_default_wifi_mesh_netifs.str1.4 + 0x0000000000000000 0x130 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.esp_netif_create_default_wifi_mesh_netifs + 0x0000000000000000 0x138 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .rodata.__func__$8931 + 0x0000000000000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .rodata.__func__$8923 + 0x0000000000000000 0x16 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .xt.lit 0x0000000000000000 0xa8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .xt.prop 0x0000000000000000 0x600 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.esp_wifi_destroy_if_driver + 0x0000000000000000 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text.esp_wifi_destroy_if_driver + 0x0000000000000000 0x28 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .xt.prop 0x0000000000000000 0x2a0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .literal.lwip_poll_inc_sockets_used + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_pollscan + 0x0000000000000000 0x3c esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_poll_dec_sockets_used + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_socket_thread_init + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_socket_thread_cleanup + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_socket_dbg_get_socket + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_recvmsg + 0x0000000000000000 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_readv + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_sendmsg + 0x0000000000000000 0x7c esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_writev + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_poll + 0x0000000000000000 0x48 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_getpeername + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_inet_ntop + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_poll_inc_sockets_used + 0x0000000000000000 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_pollscan + 0x0000000000000000 0x140 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_poll_dec_sockets_used + 0x0000000000000000 0x29 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_thread_init + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_thread_cleanup + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_dbg_get_socket + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_recvmsg + 0x0000000000000000 0x160 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_readv + 0x0000000000000000 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_sendmsg + 0x0000000000000000 0x25e esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_writev + 0x0000000000000000 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_poll.str1.4 + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_poll + 0x0000000000000000 0x138 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_getpeername + 0x0000000000000000 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_inet_ntop + 0x0000000000000000 0x6a esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$8784 + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$8815 + 0x0000000000000000 0xa esp-idf/lwip/liblwip.a(sockets.c.obj) + .xt.lit 0x0000000000000000 0x230 esp-idf/lwip/liblwip.a(sockets.c.obj) + .xt.prop 0x0000000000000000 0x3d68 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.pbuf_free_int + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.tcpip_callbackmsg_new + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.tcpip_callbackmsg_delete + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.tcpip_callbackmsg_trycallback + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.tcpip_callbackmsg_trycallback_fromisr + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.pbuf_free_callback + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.mem_free_callback + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.pbuf_free_int + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_new + 0x0000000000000000 0x1a esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_delete + 0x0000000000000000 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_trycallback + 0x0000000000000000 0x2d esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_trycallback_fromisr + 0x0000000000000000 0x2d esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.pbuf_free_callback + 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.mem_free_callback + 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$7379 + 0x0000000000000000 0x26 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$7375 + 0x0000000000000000 0x1e esp-idf/lwip/liblwip.a(tcpip.c.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .xt.prop 0x0000000000000000 0x5d0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.dns_clear_cache + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(dns.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_clear_cache + 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(dns.c.obj) + .xt.lit 0x0000000000000000 0xb8 esp-idf/lwip/liblwip.a(dns.c.obj) + .xt.prop 0x0000000000000000 0x10b0 esp-idf/lwip/liblwip.a(dns.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(init.c.obj) + .xt.prop 0x0000000000000000 0x30 esp-idf/lwip/liblwip.a(init.c.obj) + .literal.ipaddr_ntoa_r + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .text.ipaddr_ntoa_r + 0x0000000000000000 0x2e esp-idf/lwip/liblwip.a(ip.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(ip.c.obj) + .xt.prop 0x0000000000000000 0x1b0 esp-idf/lwip/liblwip.a(ip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(mem.c.obj) + .xt.prop 0x0000000000000000 0x12c esp-idf/lwip/liblwip.a(mem.c.obj) + .literal.memp_malloc_pool + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + .literal.memp_free_pool + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .text.memp_init_pool + 0x0000000000000000 0x5 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.memp_malloc_pool.str1.4 + 0x0000000000000000 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) + .text.memp_malloc_pool + 0x0000000000000000 0x24 esp-idf/lwip/liblwip.a(memp.c.obj) + .text.memp_free_pool + 0x0000000000000000 0x32 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.__func__$8600 + 0x0000000000000000 0xf esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.__func__$8583 + 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(memp.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/lwip/liblwip.a(memp.c.obj) + .xt.prop 0x0000000000000000 0x30c esp-idf/lwip/liblwip.a(memp.c.obj) + .literal.netif_input + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_set_ipaddr + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_set_netmask + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_set_gw + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_add_noaddr + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_add_ip6_address + 0x0000000000000000 0x2c esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_name_to_index + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_input.str1.4 + 0x0000000000000000 0x37 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_input + 0x0000000000000000 0x55 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_ipaddr + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_netmask + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_gw + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_add_noaddr + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_link_down + 0x0000000000000000 0x16 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_add_ip6_address.str1.4 + 0x0000000000000000 0x4f esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_add_ip6_address + 0x0000000000000000 0xed esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_name_to_index + 0x0000000000000000 0x1d esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$8117 + 0x0000000000000000 0x16 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$7920 + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + .xt.lit 0x0000000000000000 0xf8 esp-idf/lwip/liblwip.a(netif.c.obj) + .xt.prop 0x0000000000000000 0xee8 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.pbuf_alloced_custom + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_header + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_dechain + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_get_contiguous + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_coalesce + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_memcmp + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_memfind + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_strstr + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_alloced_custom + 0x0000000000000000 0x38 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_header + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_dechain.str1.4 + 0x0000000000000000 0x39 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_dechain + 0x0000000000000000 0x69 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_get_contiguous + 0x0000000000000000 0x52 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_coalesce + 0x0000000000000000 0x24 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_memcmp + 0x0000000000000000 0x63 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_memfind + 0x0000000000000000 0x42 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_strstr + 0x0000000000000000 0x4c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.__func__$7664 + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + .xt.lit 0x0000000000000000 0x118 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .xt.prop 0x0000000000000000 0x108c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.raw_disconnect + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .text.raw_disconnect + 0x0000000000000000 0x96 esp-idf/lwip/liblwip.a(raw.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/lwip/liblwip.a(raw.c.obj) + .xt.prop 0x0000000000000000 0xf48 esp-idf/lwip/liblwip.a(raw.c.obj) + .literal.tcp_listen_with_backlog + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + .literal.tcp_txnow + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .literal.tcp_debug_state_str + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + .literal.tcp_tcp_get_tcp_addrinfo + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .literal.tcp_new + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_listen_with_backlog + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_txnow + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_setprio + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_debug_state_str + 0x0000000000000000 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_tcp_get_tcp_addrinfo + 0x0000000000000000 0x41 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_new 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x76 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_state_str + 0x0000000000000000 0x2c esp-idf/lwip/liblwip.a(tcp.c.obj) + .xt.lit 0x0000000000000000 0x198 esp-idf/lwip/liblwip.a(tcp.c.obj) + .xt.prop 0x0000000000000000 0x2880 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .xt.prop 0x0000000000000000 0x16b0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .xt.lit 0x0000000000000000 0xc0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .xt.prop 0x0000000000000000 0x1128 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .literal.sys_timeouts_deinit + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) + .literal.sys_restart_timeouts + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text.sys_timeouts_deinit + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text.sys_restart_timeouts + 0x0000000000000000 0x2a esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.lwip_num_cyclic_timers + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .xt.prop 0x0000000000000000 0x42c esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .xt.lit 0x0000000000000000 0x78 esp-idf/lwip/liblwip.a(udp.c.obj) + .xt.prop 0x0000000000000000 0x180c esp-idf/lwip/liblwip.a(udp.c.obj) + .literal.dhcp_inform + 0x0000000000000000 0x30 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_inform + 0x0000000000000000 0x95 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .xt.lit 0x0000000000000000 0x138 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .xt.prop 0x0000000000000000 0x15e4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .literal.etharp_find_addr + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(etharp.c.obj) + .literal.etharp_get_entry + 0x0000000000000000 0x24 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_find_addr.str1.4 + 0x0000000000000000 0x22 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_find_addr + 0x0000000000000000 0x6d esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_get_entry + 0x0000000000000000 0x80 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__$7313 + 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__$7306 + 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(etharp.c.obj) + .xt.lit 0x0000000000000000 0x80 esp-idf/lwip/liblwip.a(etharp.c.obj) + .xt.prop 0x0000000000000000 0xa8c esp-idf/lwip/liblwip.a(etharp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(icmp.c.obj) + .xt.prop 0x0000000000000000 0x18c esp-idf/lwip/liblwip.a(icmp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/lwip/liblwip.a(igmp.c.obj) + .xt.prop 0x0000000000000000 0x87c esp-idf/lwip/liblwip.a(igmp.c.obj) + .literal.ip4_set_default_multicast_netif + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + .literal.ip4_output + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(ip4.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .text.ip4_set_default_multicast_netif + 0x0000000000000000 0xa esp-idf/lwip/liblwip.a(ip4.c.obj) + .text.ip4_output + 0x0000000000000000 0x51 esp-idf/lwip/liblwip.a(ip4.c.obj) + .rodata.__func__$7744 + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(ip4.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/lwip/liblwip.a(ip4.c.obj) + .xt.prop 0x0000000000000000 0x708 esp-idf/lwip/liblwip.a(ip4.c.obj) + .literal.ip4_addr_netmask_valid + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text.ip4_addr_netmask_valid + 0x0000000000000000 0x32 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .xt.prop 0x0000000000000000 0x4c8 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .xt.prop 0x0000000000000000 0xe4 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .literal.icmp6_send_response_with_addrs + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(icmp6.c.obj) + .literal.icmp6_packet_too_big + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .literal.icmp6_time_exceeded + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .literal.icmp6_time_exceeded_with_addrs + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.icmp6_send_response_with_addrs.str1.4 + 0x0000000000000000 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_send_response_with_addrs + 0x0000000000000000 0x4e esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_packet_too_big + 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_time_exceeded + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_time_exceeded_with_addrs + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.__func__$7221 + 0x0000000000000000 0x1f esp-idf/lwip/liblwip.a(icmp6.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .xt.prop 0x0000000000000000 0x324 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .literal.ip6_output + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(ip6.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .text.ip6_output + 0x0000000000000000 0x16d esp-idf/lwip/liblwip.a(ip6.c.obj) + .rodata.__func__$7537 + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(ip6.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/lwip/liblwip.a(ip6.c.obj) + .xt.prop 0x0000000000000000 0xd80 esp-idf/lwip/liblwip.a(ip6.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .xt.prop 0x0000000000000000 0x558 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .xt.prop 0x0000000000000000 0xd8 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/lwip/liblwip.a(mld6.c.obj) + .xt.prop 0x0000000000000000 0x780 esp-idf/lwip/liblwip.a(mld6.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .xt.lit 0x0000000000000000 0xf8 esp-idf/lwip/liblwip.a(nd6.c.obj) + .xt.prop 0x0000000000000000 0x1c50 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .xt.prop 0x0000000000000000 0x138 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .literal.sys_mutex_free + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_sem_free + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_mbox_trypost_fromisr + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_jiffies + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_thread_sem_deinit + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_delay_ms + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_mutex_free + 0x0000000000000000 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_sem_free + 0x0000000000000000 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_mbox_trypost_fromisr.str1.4 + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_mbox_trypost_fromisr + 0x0000000000000000 0x44 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_mbox_set_owner + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_jiffies + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_thread_sem_deinit + 0x0000000000000000 0x26 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_delay_ms + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__$6567 + 0x0000000000000000 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .xt.lit 0x0000000000000000 0xd8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .xt.prop 0x0000000000000000 0x810 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .xt.prop 0x0000000000000000 0x24c esp-idf/lwip/liblwip.a(wlanif.c.obj) + .literal.ethernet_free_rx_buf_l2 + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .literal.ethernet_low_level_output + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .literal.ethernetif_input + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .literal.ethernetif_init + 0x0000000000000000 0x38 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .text.ethernet_low_level_init + 0x0000000000000000 0x15 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .text.ethernet_free_rx_buf_l2 + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .text.ethernet_low_level_output + 0x0000000000000000 0x7a esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .text.ethernetif_input + 0x0000000000000000 0x5b esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .rodata.ethernetif_init.str1.4 + 0x0000000000000000 0x56 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .text.ethernetif_init + 0x0000000000000000 0x7c esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .rodata.__func__$8317 + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .debug_frame 0x0000000000000000 0x88 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .debug_info 0x0000000000000000 0x2155 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .debug_abbrev 0x0000000000000000 0x348 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .debug_loc 0x0000000000000000 0x249 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .debug_aranges + 0x0000000000000000 0x40 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .debug_ranges 0x0000000000000000 0x30 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .debug_line 0x0000000000000000 0xb0c esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .debug_str 0x0000000000000000 0x1c02 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .xt.prop 0x0000000000000000 0x1b0 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .xt.prop 0x0000000000000000 0x15c esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .xt.lit 0x0000000000000000 0xa0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .xt.prop 0x0000000000000000 0xcf0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .literal.netconn_bind_if + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_sendto + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_close + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_recv_udp_raw_netbuf + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_recv_tcp_pbuf + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_recv + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_thread_init + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_thread_cleanup + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_bind_if + 0x0000000000000000 0x25 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_sendto + 0x0000000000000000 0x8d esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_close + 0x0000000000000000 0x12 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv_udp_raw_netbuf + 0x0000000000000000 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv_tcp_pbuf + 0x0000000000000000 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.netconn_recv.str1.4 + 0x0000000000000000 0xa esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv + 0x0000000000000000 0xb5 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.netconn_thread_init.str1.4 + 0x0000000000000000 0x27 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_thread_init + 0x0000000000000000 0x34 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_thread_cleanup + 0x0000000000000000 0x17 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.__func__$8209 + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.__func__$8123 + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(api_lib.c.obj) + .xt.lit 0x0000000000000000 0x108 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .xt.prop 0x0000000000000000 0x1020 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.lwip_netconn_do_bind_if + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_bind_if + 0x0000000000000000 0x73 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .xt.lit 0x0000000000000000 0x120 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .xt.prop 0x0000000000000000 0x1cb0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(err.c.obj) + .xt.prop 0x0000000000000000 0x54 esp-idf/lwip/liblwip.a(err.c.obj) + .literal.netbuf_new + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .literal.netbuf_ref + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .literal.netbuf_chain + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_new + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_ref + 0x0000000000000000 0x46 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_chain + 0x0000000000000000 0x22 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_data + 0x0000000000000000 0x39 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_next + 0x0000000000000000 0x2a esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_first + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(netbuf.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .xt.prop 0x0000000000000000 0x30c esp-idf/lwip/liblwip.a(netbuf.c.obj) + .literal.inet_cksum_pseudo_partial_base + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .literal.inet_chksum_pseudo_partial + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .literal.ip6_chksum_pseudo_partial + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .literal.ip_chksum_pseudo_partial + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .rodata.inet_cksum_pseudo_partial_base.str1.4 + 0x0000000000000000 0x43 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.inet_cksum_pseudo_partial_base + 0x0000000000000000 0xba esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.inet_chksum_pseudo_partial + 0x0000000000000000 0x3e esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.ip6_chksum_pseudo_partial + 0x0000000000000000 0x56 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.ip_chksum_pseudo_partial + 0x0000000000000000 0x34 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .rodata.__func__$6676 + 0x0000000000000000 0x1f esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .xt.prop 0x0000000000000000 0x348 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .xt.prop 0x0000000000000000 0x54 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .rodata.adc_channel_io_map + 0x0000000000000000 0x50 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_info 0x0000000000000000 0x4a96 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x228 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_line 0x0000000000000000 0x35f esp-idf/soc/libsoc.a(adc_periph.c.obj) + .debug_str 0x0000000000000000 0x2a99 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/soc/libsoc.a(adc_periph.c.obj) + .xt.prop 0x0000000000000000 0xc esp-idf/soc/libsoc.a(adc_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dac_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dac_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dac_periph.c.obj) + .rodata.dac_periph_signal + 0x0000000000000000 0x2 esp-idf/soc/libsoc.a(dac_periph.c.obj) + .debug_info 0x0000000000000000 0x46e2 esp-idf/soc/libsoc.a(dac_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x228 esp-idf/soc/libsoc.a(dac_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(dac_periph.c.obj) + .debug_line 0x0000000000000000 0x35f esp-idf/soc/libsoc.a(dac_periph.c.obj) + .debug_str 0x0000000000000000 0x287b esp-idf/soc/libsoc.a(dac_periph.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/soc/libsoc.a(dac_periph.c.obj) + .xt.prop 0x0000000000000000 0xc esp-idf/soc/libsoc.a(dac_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .rodata.GPIO_HOLD_MASK + 0x0000000000000000 0xa0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .xt.prop 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .xt.prop 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .rodata.spi_periph_signal + 0x0000000000000000 0x6c esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_info 0x0000000000000000 0x30f1 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x255 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_line 0x0000000000000000 0x334 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_str 0x0000000000000000 0x1f37 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/soc/libsoc.a(spi_periph.c.obj) + .xt.prop 0x0000000000000000 0xc esp-idf/soc/libsoc.a(spi_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .xt.prop 0x0000000000000000 0xc esp-idf/soc/libsoc.a(uart_periph.c.obj) + .literal.rtc_sleep_set_wakeup_time + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_set_wakeup_time + 0x0000000000000000 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .xt.prop 0x0000000000000000 0x384 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.xRingbufferCreateNoSplit + 0x0000000000000000 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferCreateStatic + 0x0000000000000000 0x34 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferSendAcquire + 0x0000000000000000 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferSendComplete + 0x0000000000000000 0x30 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveSplit + 0x0000000000000000 0x24 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveSplitFromISR + 0x0000000000000000 0x24 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveUpTo + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveUpToFromISR + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferGetCurFreeSize + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferAddToQueueSetRead + 0x0000000000000000 0x2c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferCanRead + 0x0000000000000000 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferRemoveFromQueueSetRead + 0x0000000000000000 0x2c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.vRingbufferGetInfo + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferPrintInfo + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateNoSplit + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreateStatic.str1.4 + 0x0000000000000000 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateStatic + 0x0000000000000000 0xb7 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendAcquire + 0x0000000000000000 0x12a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendComplete + 0x0000000000000000 0x79 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceiveSplit.str1.4 + 0x0000000000000000 0x71 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveSplit + 0x0000000000000000 0x9c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveSplitFromISR + 0x0000000000000000 0x9c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceiveUpTo.str1.4 + 0x0000000000000000 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveUpTo + 0x0000000000000000 0x60 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveUpToFromISR + 0x0000000000000000 0x5c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferGetCurFreeSize + 0x0000000000000000 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferAddToQueueSetRead.str1.4 + 0x0000000000000000 0xb5 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferAddToQueueSetRead + 0x0000000000000000 0x73 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCanRead + 0x0000000000000000 0x2b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferRemoveFromQueueSetRead + 0x0000000000000000 0x73 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.vRingbufferGetInfo + 0x0000000000000000 0x6e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferPrintInfo.str1.4 + 0x0000000000000000 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferPrintInfo + 0x0000000000000000 0x47 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5853 + 0x0000000000000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5848 + 0x0000000000000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5836 + 0x0000000000000000 0x22 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5830 + 0x0000000000000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5822 + 0x0000000000000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5815 + 0x0000000000000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5785 + 0x0000000000000000 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5776 + 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5764 + 0x0000000000000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5751 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5699 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5686 + 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5677 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .xt.lit 0x0000000000000000 0x130 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .xt.prop 0x0000000000000000 0x1788 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.spicommon_connect_spi_and_dma + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.bus_uses_iomux_pins + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_dma_chan_claim + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_dma_chan_alloc + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_dma_chan_free + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_periph_claim + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_periph_in_use + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_periph_free + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_irqsource_for_host + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_irqdma_source_for_host + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_slave_dma_chan_alloc + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_slave_free_dma + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_bus_initialize_io + 0x0000000000000000 0x13c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_bus_free_io_cfg + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_cs_initialize + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_cs_free_io + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_bus_using_iomux + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_main_set_lock + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_lock_get_by_id + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_initialize + 0x0000000000000000 0xa0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_get_attr + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_free + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_register_destroy_func + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.26.literal + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.27.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.28.literal + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.29.literal + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_connect_spi_and_dma + 0x0000000000000000 0x31 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.bus_uses_iomux_pins + 0x0000000000000000 0xa0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_dma_chan_claim.str1.4 + 0x0000000000000000 0x5f esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_dma_chan_claim + 0x0000000000000000 0x5a esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_dma_chan_alloc.str1.4 + 0x0000000000000000 0x95 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_dma_chan_alloc + 0x0000000000000000 0xb4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_dma_chan_free.str1.4 + 0x0000000000000000 0x25 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_dma_chan_free + 0x0000000000000000 0x9a esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_periph_claim.str1.4 + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_periph_claim + 0x0000000000000000 0xb2 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_periph_in_use + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_periph_free + 0x0000000000000000 0x86 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_irqsource_for_host + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_irqdma_source_for_host + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_slave_dma_chan_alloc + 0x0000000000000000 0x92 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_slave_free_dma + 0x0000000000000000 0x46 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_bus_initialize_io.str1.4 + 0x0000000000000000 0x199 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_bus_initialize_io + 0x0000000000000000 0x7d5 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_bus_free_io_cfg + 0x0000000000000000 0x65 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_cs_initialize + 0x0000000000000000 0x106 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_cs_free_io.str1.4 + 0x0000000000000000 0x32 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_cs_free_io + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_bus_using_iomux + 0x0000000000000000 0xa4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_main_set_lock + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_lock_get_by_id + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spi_bus_initialize.str1.4 + 0x0000000000000000 0x8b esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_initialize + 0x0000000000000000 0x280 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_get_attr + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_free + 0x0000000000000000 0x87 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_register_destroy_func + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.26 0x0000000000000000 0x52 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.27 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.28 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.29 0x0000000000000000 0x2a esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__FUNCTION__$8855 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8835 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__FUNCTION__$8814 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8790 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8796 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8749 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__FUNCTION__$8774 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8766 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$8781 + 0x0000000000000000 0x1f esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.dmaworkaround_waiting_for_chan + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.dmaworkaround_mux + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.dmaworkaround_cb_arg + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.dmaworkaround_cb + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.dmaworkaround_channels_busy + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.spi_dma_spinlock + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.spi_dma_chan_enabled + 0x0000000000000000 0x1 esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.bus_ctx 0x0000000000000000 0xc esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.s_mainbus + 0x0000000000000000 0x54 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.spi_claiming_func + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.spi_periph_claimed + 0x0000000000000000 0x3 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_frame 0x0000000000000000 0x298 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_info 0x0000000000000000 0xa603 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_abbrev 0x0000000000000000 0x595 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_loc 0x0000000000000000 0x13d6 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_aranges + 0x0000000000000000 0xf0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_ranges 0x0000000000000000 0x110 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_line 0x0000000000000000 0x2e56 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_str 0x0000000000000000 0x5ae4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(spi_common.c.obj) + .xt.lit 0x0000000000000000 0xd8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .xt.prop 0x0000000000000000 0xd2c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_init_lock + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_deinit_lock + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_lock_register_dev + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_lock_unregister_dev + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.49.literal + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.51.literal + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.54.literal + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_lock_bg_request + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.55.literal + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.56.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.57.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.58.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.59.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.try_acquire_free_dev + 0x0000000000000000 0x55 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_init_lock + 0x0000000000000000 0x39 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.spi_bus_deinit_lock.str1.4 + 0x0000000000000000 0x5d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_deinit_lock + 0x0000000000000000 0x3b esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_register_dev + 0x0000000000000000 0x9d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_unregister_dev + 0x0000000000000000 0x47 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_set_bg_control + 0x0000000000000000 0xb esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.46 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.47 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.str1.4 + 0x0000000000000000 0xed esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.49 0x0000000000000000 0x9d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.51 0x0000000000000000 0x132 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.52 0x0000000000000000 0xa esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.53 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.54 0x0000000000000000 0x68 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_bg_request + 0x0000000000000000 0x71 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.55 0x0000000000000000 0xbd esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.56 0x0000000000000000 0x60 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.57 0x0000000000000000 0xad esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.58 0x0000000000000000 0x6a esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.59 0x0000000000000000 0x1f esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__$7948 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__$7928 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__$7918 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__func__$7850 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.g_spi_lock_main_flash_dev + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .dram1.25 0x0000000000000000 0x9 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_frame 0x0000000000000000 0x1d8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_info 0x0000000000000000 0x967c esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_abbrev 0x0000000000000000 0x528 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_loc 0x0000000000000000 0x1b30 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_aranges + 0x0000000000000000 0xb0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_ranges 0x0000000000000000 0x1c0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_line 0x0000000000000000 0x2135 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_str 0x0000000000000000 0x5462 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .xt.prop 0x0000000000000000 0x6f0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.touch_pad_isr_deregister + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_set_voltage + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_get_voltage + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_set_cnt_mode + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_get_cnt_mode + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_io_init + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_fsm_start + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_fsm_stop + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_set_fsm_mode + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_get_fsm_mode + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_sw_start + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_set_thresh + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_get_thresh + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_get_wakeup_status + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .iram1.25.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .iram1.26.literal + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_isr_deregister + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.touch_pad_set_voltage.str1.4 + 0x0000000000000000 0x6e esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_set_voltage + 0x0000000000000000 0xd9 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_get_voltage + 0x0000000000000000 0x36 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.touch_pad_set_cnt_mode.str1.4 + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_set_cnt_mode + 0x0000000000000000 0xb8 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_get_cnt_mode + 0x0000000000000000 0x64 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_io_init + 0x0000000000000000 0x64 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_fsm_start + 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_fsm_stop + 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.touch_pad_set_fsm_mode.str1.4 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_set_fsm_mode + 0x0000000000000000 0x9f esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_get_fsm_mode + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_sw_start + 0x0000000000000000 0x41 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_set_thresh + 0x0000000000000000 0xce esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_get_thresh + 0x0000000000000000 0x98 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_get_wakeup_status + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .iram1.25 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .iram1.26 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$7463 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$7459 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$7454 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$7443 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$7432 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$7427 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$7420 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$7407 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_frame 0x0000000000000000 0x190 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_info 0x0000000000000000 0x6c7d esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_abbrev 0x0000000000000000 0x455 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_loc 0x0000000000000000 0x5fe esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_aranges + 0x0000000000000000 0x98 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_ranges 0x0000000000000000 0x88 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_line 0x0000000000000000 0x13c7 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_str 0x0000000000000000 0x4167 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .xt.lit 0x0000000000000000 0x80 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .xt.prop 0x0000000000000000 0x564 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .iram1.32.literal + 0x0000000000000000 0x4 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .iram1.33.literal + 0x0000000000000000 0x4 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .iram1.32 0x0000000000000000 0xf esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .iram1.33 0x0000000000000000 0xf esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .xt.prop 0x0000000000000000 0x1bc esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .literal.esp_register_freertos_idle_hook + 0x0000000000000000 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .literal.esp_register_freertos_tick_hook + 0x0000000000000000 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .literal.esp_deregister_freertos_idle_hook_for_cpu + 0x0000000000000000 0x10 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .literal.esp_deregister_freertos_idle_hook + 0x0000000000000000 0x10 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .literal.esp_deregister_freertos_tick_hook_for_cpu + 0x0000000000000000 0x10 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .literal.esp_deregister_freertos_tick_hook + 0x0000000000000000 0x10 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .text.esp_register_freertos_idle_hook + 0x0000000000000000 0x15 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .text.esp_register_freertos_tick_hook + 0x0000000000000000 0x15 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_idle_hook_for_cpu + 0x0000000000000000 0x44 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_idle_hook + 0x0000000000000000 0x2c esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_tick_hook_for_cpu + 0x0000000000000000 0x44 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_tick_hook + 0x0000000000000000 0x2c esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .xt.prop 0x0000000000000000 0x378 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .literal.esp_task_wdt_deinit + 0x0000000000000000 0x38 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .literal.esp_task_wdt_delete + 0x0000000000000000 0x38 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .literal.esp_task_wdt_status + 0x0000000000000000 0x1c esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .rodata.esp_task_wdt_deinit.str1.4 + 0x0000000000000000 0x28 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .text.esp_task_wdt_deinit + 0x0000000000000000 0x7f esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .text.esp_task_wdt_delete + 0x0000000000000000 0xb6 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .text.esp_task_wdt_status + 0x0000000000000000 0x5d esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .rodata.__func__$6750 + 0x0000000000000000 0x14 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .xt.prop 0x0000000000000000 0x570 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .xt.prop 0x0000000000000000 0x9c esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .literal.esp_bt_mem_release + 0x0000000000000000 0x50 esp-idf/bt/libbt.a(bt.c.obj) + .literal.esp_bredr_tx_power_set + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .literal.esp_bredr_tx_power_get + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .literal.esp_bt_sleep_enable + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bt.c.obj) + .literal.esp_bt_sleep_disable + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bt.c.obj) + .literal.esp_bredr_sco_datapath_set + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bt.c.obj) + .literal.esp_ble_scan_dupilcate_list_flush + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bt.c.obj) + .text.esp_bt_mem_release + 0x0000000000000000 0xad esp-idf/bt/libbt.a(bt.c.obj) + .text.esp_bredr_tx_power_set + 0x0000000000000000 0x1f esp-idf/bt/libbt.a(bt.c.obj) + .text.esp_bredr_tx_power_get + 0x0000000000000000 0x16 esp-idf/bt/libbt.a(bt.c.obj) + .text.esp_bt_sleep_enable + 0x0000000000000000 0x39 esp-idf/bt/libbt.a(bt.c.obj) + .text.esp_bt_sleep_disable + 0x0000000000000000 0x39 esp-idf/bt/libbt.a(bt.c.obj) + .text.esp_bredr_sco_datapath_set + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(bt.c.obj) + .text.esp_ble_scan_dupilcate_list_flush + 0x0000000000000000 0x1b esp-idf/bt/libbt.a(bt.c.obj) + .rodata.__func__$7914 + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(bt.c.obj) + .xt.lit 0x0000000000000000 0x240 esp-idf/bt/libbt.a(bt.c.obj) + .xt.prop 0x0000000000000000 0x1560 esp-idf/bt/libbt.a(bt.c.obj) + .literal.esp_at_get_module_name_by_id + 0x0000000000000000 0x8 esp-idf/at/libat.a(at_default_config.c.obj) + .text 0x0000000000000000 0x0 esp-idf/at/libat.a(at_default_config.c.obj) + .data 0x0000000000000000 0x0 esp-idf/at/libat.a(at_default_config.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/at/libat.a(at_default_config.c.obj) + .text.esp_at_get_module_name_by_id + 0x0000000000000000 0x21 esp-idf/at/libat.a(at_default_config.c.obj) + .text.esp_at_peripheral_init + 0x0000000000000000 0x5 esp-idf/at/libat.a(at_default_config.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/at/libat.a(at_default_config.c.obj) + .xt.prop 0x0000000000000000 0x36c esp-idf/at/libat.a(at_default_config.c.obj) + .text 0x0000000000000000 0x0 esp-idf/at/libat.a(at_user_cmd.c.obj) + .data 0x0000000000000000 0x0 esp-idf/at/libat.a(at_user_cmd.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/at/libat.a(at_user_cmd.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/at/libat.a(at_user_cmd.c.obj) + .xt.prop 0x0000000000000000 0x5a0 esp-idf/at/libat.a(at_user_cmd.c.obj) + .text 0x0000000000000000 0x0 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .data 0x0000000000000000 0x0 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .xt.prop 0x0000000000000000 0xa50 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .text 0x0000000000000000 0x0 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .data 0x0000000000000000 0x0 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .xt.prop 0x0000000000000000 0xe4 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .xt.lit 0x0000000000000000 0x140 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .xt.prop 0x0000000000000000 0x1308 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .literal.at_get_ble_init_mode + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.at_set_ble_init_mode + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.esp_at_custom_ble_ops_regist + 0x0000000000000000 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .text.at_get_ble_init_mode + 0x0000000000000000 0x11 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .text.at_set_ble_init_mode + 0x0000000000000000 0x1d ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.esp_at_custom_ble_ops_regist.str1.4 + 0x0000000000000000 0x30 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .text.esp_at_custom_ble_ops_regist + 0x0000000000000000 0x48 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_bluetooth_init_mode + 0x0000000000000000 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .xt.lit 0x0000000000000000 0x3a0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .xt.prop 0x0000000000000000 0x855c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .xt.lit 0x0000000000000000 0x100 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .xt.prop 0x0000000000000000 0x1164 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .xt.lit 0x0000000000000000 0xc0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .xt.prop 0x0000000000000000 0xba0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .literal.at_set_bt_scan_status + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_get_bt_scan_status + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_queryCmdBtSecParam + 0x0000000000000000 0x2c ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_deinit_bt + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_bt_get_name_from_eir + 0x0000000000000000 0xc ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_bt_gap_cb + 0x0000000000000000 0xc4 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_queryCmdBtName + 0x0000000000000000 0x48 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_queryCmdBtScanMode + 0x0000000000000000 0x48 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_bt_param_init + 0x0000000000000000 0x30 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupCmdBtName + 0x0000000000000000 0x38 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupCmdBtSecParam + 0x0000000000000000 0x34 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupCmdBtSecKeyReply + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupCmdBtSecCfm + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupCmdBtSecPinReply + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_queryCmdBtPower + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupCmdBtPower + 0x0000000000000000 0xc ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_queryCmdBtInit + 0x0000000000000000 0x24 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupCmdBtScanMode + 0x0000000000000000 0x3c ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupCmdBtStartDisc + 0x0000000000000000 0x40 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_queryBtEncDev + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupBtEncClear + 0x0000000000000000 0x1c ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_exeBtEncClear + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupBtCod + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_set_bt_init_status + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_bt_reset_param + 0x0000000000000000 0x28 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_setupCmdBtInit + 0x0000000000000000 0x7c ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.esp_at_bt_cmd_regist + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_set_bt_scan_status + 0x0000000000000000 0xe ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_get_bt_scan_status + 0x0000000000000000 0xa ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_queryCmdBtSecParam.str1.4 + 0x0000000000000000 0x2e ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_queryCmdBtSecParam + 0x0000000000000000 0x56 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_deinit_bt.str1.4 + 0x0000000000000000 0xd ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_deinit_bt + 0x0000000000000000 0x28 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_bt_get_name_from_eir + 0x0000000000000000 0x69 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_bt_gap_cb.str1.4 + 0x0000000000000000 0x108 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_bt_gap_cb + 0x0000000000000000 0x2bc ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_bt_gap_cb + 0x0000000000000000 0x24 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_queryCmdBtName.str1.4 + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_queryCmdBtName + 0x0000000000000000 0xb8 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_queryCmdBtScanMode.str1.4 + 0x0000000000000000 0x6 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_queryCmdBtScanMode + 0x0000000000000000 0xbc ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_bt_param_init.str1.4 + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_bt_param_init + 0x0000000000000000 0x8c ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupCmdBtName + 0x0000000000000000 0xcc ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupCmdBtSecParam + 0x0000000000000000 0x118 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupCmdBtSecKeyReply + 0x0000000000000000 0x55 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupCmdBtSecCfm + 0x0000000000000000 0x82 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupCmdBtSecPinReply + 0x0000000000000000 0xad ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_queryCmdBtPower.str1.4 + 0x0000000000000000 0xb ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_queryCmdBtPower + 0x0000000000000000 0x39 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupCmdBtPower + 0x0000000000000000 0x64 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_queryCmdBtInit.str1.4 + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_queryCmdBtInit + 0x0000000000000000 0x50 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupCmdBtScanMode + 0x0000000000000000 0x100 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_setupCmdBtStartDisc.str1.4 + 0x0000000000000000 0x34 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupCmdBtStartDisc + 0x0000000000000000 0x115 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_queryBtEncDev.str1.4 + 0x0000000000000000 0x26 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_queryBtEncDev + 0x0000000000000000 0x9e ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupBtEncClear + 0x0000000000000000 0x80 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_exeBtEncClear + 0x0000000000000000 0x6c ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupBtCod + 0x0000000000000000 0x8e ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_set_bt_init_status + 0x0000000000000000 0x1d ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_bt_reset_param + 0x0000000000000000 0x52 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.at_setupCmdBtInit.str1.4 + 0x0000000000000000 0xa3 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.at_setupCmdBtInit + 0x0000000000000000 0x196 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .text.esp_at_bt_cmd_regist + 0x0000000000000000 0x29 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.__func__$10906 + 0x0000000000000000 0x16 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.__func__$10824 + 0x0000000000000000 0xd ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.__func__$10855 + 0x0000000000000000 0x12 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x85 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .rodata.esp_at_bt_cmd + 0x0000000000000000 0xf0 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .bss.at_bt_scan_mode + 0x0000000000000000 0x1 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .bss.pin_code 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .bss.pin_type 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .data.iocap 0x0000000000000000 0x1 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .bss.at_bt_operation_sema + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .bss.at_bt_temp_bd_addr + 0x0000000000000000 0x6 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .data.at_bt_device_name + 0x0000000000000000 0x3c ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .data.at_bt_scan_status_flag + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .xt.lit 0x0000000000000000 0xe0 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .xt.prop 0x0000000000000000 0x13bc ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .iram1.25.literal + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .literal.esp_at_get_version + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .literal.esp_at_custom_cmd_line_terminator_set + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .iram1.25 0x0000000000000000 0x42 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .text.esp_at_get_version + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .text.esp_at_custom_cmd_line_terminator_set + 0x0000000000000000 0x2d ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .xt.lit 0x0000000000000000 0xd8 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .xt.prop 0x0000000000000000 0xe7c ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .literal.esp_at_custom_fat_spiflash_mount + 0x0000000000000000 0x90 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .rodata.esp_at_custom_fat_spiflash_mount.str1.4 + 0x0000000000000000 0x1c9 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .text.esp_at_custom_fat_spiflash_mount + 0x0000000000000000 0x18a ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .xt.lit 0x0000000000000000 0x30 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .xt.prop 0x0000000000000000 0x588 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .xt.lit 0x0000000000000000 0x50 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .xt.prop 0x0000000000000000 0xae0 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .literal.esp_at_get_socket_by_link_id + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .iram1.25.literal + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .literal.trans_client_create + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .literal.esp_at_custom_net_ops_regist + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.esp_at_get_socket_by_link_id + 0x0000000000000000 0x30 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_is_waiting_data_to_send + 0x0000000000000000 0x7 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .iram1.25 0x0000000000000000 0x43 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.trans_client_create.str1.4 + 0x0000000000000000 0x1a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.trans_client_create + 0x0000000000000000 0x2a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.esp_at_custom_net_ops_regist.str1.4 + 0x0000000000000000 0x2b ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.esp_at_custom_net_ops_regist + 0x0000000000000000 0x50 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .xt.lit 0x0000000000000000 0x4e8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .xt.prop 0x0000000000000000 0x6ccc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + .xt.lit 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + .xt.prop 0x0000000000000000 0x1c8 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .xt.lit 0x0000000000000000 0xd0 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .xt.prop 0x0000000000000000 0x1bd8 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .literal.at_nvm_eap_config_set + 0x0000000000000000 0x40 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .literal.at_nvm_eap_config_get + 0x0000000000000000 0x3c ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .literal.at_nvm_bt_config_set + 0x0000000000000000 0x30 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .literal.at_nvm_bt_config_get + 0x0000000000000000 0x30 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .literal.at_nvm_ethernet_ip_config_set + 0x0000000000000000 0x28 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .literal.at_nvm_ethernet_ip_config_get + 0x0000000000000000 0x24 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .literal.at_nvm_ethernet_mac_config_set + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .literal.at_nvm_ethernet_mac_config_get + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .rodata.at_nvm_eap_config_set.str1.4 + 0x0000000000000000 0x49 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .text.at_nvm_eap_config_set + 0x0000000000000000 0xc2 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .text.at_nvm_eap_config_get + 0x0000000000000000 0xd8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .rodata.at_nvm_bt_config_set.str1.4 + 0x0000000000000000 0x2e ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .text.at_nvm_bt_config_set + 0x0000000000000000 0x9c ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .text.at_nvm_bt_config_get + 0x0000000000000000 0x9a ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .rodata.at_nvm_ethernet_ip_config_set.str1.4 + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .text.at_nvm_ethernet_ip_config_set + 0x0000000000000000 0x7b ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .text.at_nvm_ethernet_ip_config_get + 0x0000000000000000 0x6a ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .rodata.at_nvm_ethernet_mac_config_set.str1.4 + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .text.at_nvm_ethernet_mac_config_set + 0x0000000000000000 0x51 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .text.at_nvm_ethernet_mac_config_get + 0x0000000000000000 0x4c ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .xt.lit 0x0000000000000000 0x188 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .xt.prop 0x0000000000000000 0x2250 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .xt.lit 0x0000000000000000 0x30 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .xt.prop 0x0000000000000000 0x21c ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .xt.lit 0x0000000000000000 0x60 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .xt.prop 0x0000000000000000 0x8f4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + .xt.lit 0x0000000000000000 0x28 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + .xt.prop 0x0000000000000000 0x330 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + .literal.at_bt_wait_data_callback + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.spp_task_send_msg + 0x0000000000000000 0x1c ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.spp_task_task_handler + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_queryCmdBtSppInit + 0x0000000000000000 0x24 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_queryCmdBtSppConn + 0x0000000000000000 0x34 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_exeCmdBtSppStart + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_setupCmdBtSppDisConn + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_setupCmdBtSppSend + 0x0000000000000000 0x68 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_exeCmdBtSppSend + 0x0000000000000000 0x30 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_setupCmdBtSppConn + 0x0000000000000000 0x50 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_bt_spp_reset_param + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.spp_task_work_dispatch + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.esp_spp_stack_cb + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.spp_task_task_start_up + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_setupCmdBtSppInit + 0x0000000000000000 0x2c ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.spp_task_task_shut_down + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.spp_wr_task_start_up + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.esp_spp_cb + 0x0000000000000000 0x98 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.spp_wr_task_shut_down + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.spp_read_handle + 0x0000000000000000 0x34 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_bt_send_data + 0x0000000000000000 0x1c ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.at_transparent_transmit_bt + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .literal.esp_at_bt_spp_cmd_regist + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.spp_task_work_dispatched + 0x0000000000000000 0x12 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_bt_wait_data_callback + 0x0000000000000000 0x16 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.spp_task_send_msg.str1.4 + 0x0000000000000000 0x39 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.spp_task_send_msg + 0x0000000000000000 0x45 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.spp_task_task_handler + 0x0000000000000000 0x33 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.at_queryCmdBtSppInit.str1.4 + 0x0000000000000000 0x28 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_queryCmdBtSppInit + 0x0000000000000000 0x4c ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.at_queryCmdBtSppConn.str1.4 + 0x0000000000000000 0x30 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_queryCmdBtSppConn + 0x0000000000000000 0x89 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.at_exeCmdBtSppStart.str1.4 + 0x0000000000000000 0xb ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_exeCmdBtSppStart + 0x0000000000000000 0x3a ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_setupCmdBtSppDisConn + 0x0000000000000000 0x5a ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.at_setupCmdBtSppSend.str1.4 + 0x0000000000000000 0x2 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_setupCmdBtSppSend + 0x0000000000000000 0x17b ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_exeCmdBtSppSend + 0x0000000000000000 0x81 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.at_setupCmdBtSppConn.str1.4 + 0x0000000000000000 0x34 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_setupCmdBtSppConn + 0x0000000000000000 0x135 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_bt_spp_reset_param + 0x0000000000000000 0x2f ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.spp_task_work_dispatch + 0x0000000000000000 0x6e ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.esp_spp_stack_cb + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.spp_task_task_start_up.str1.4 + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.spp_task_task_start_up + 0x0000000000000000 0x32 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_setupCmdBtSppInit + 0x0000000000000000 0xe6 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.spp_task_task_shut_down + 0x0000000000000000 0x2e ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.spp_wr_task_start_up.str1.4 + 0x0000000000000000 0xb ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.spp_wr_task_start_up + 0x0000000000000000 0x1e ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.esp_spp_cb.str1.4 + 0x0000000000000000 0x87 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.esp_spp_cb + 0x0000000000000000 0x1f2 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.esp_spp_cb + 0x0000000000000000 0x8c ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.spp_wr_task_shut_down + 0x0000000000000000 0xe ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.spp_read_handle.str1.4 + 0x0000000000000000 0xf ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.spp_read_handle + 0x0000000000000000 0x89 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_bt_send_data + 0x0000000000000000 0x79 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.at_transparent_transmit_bt + 0x0000000000000000 0x11 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text.esp_at_bt_spp_cmd_regist + 0x0000000000000000 0x12 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.__func__$11440 + 0x0000000000000000 0x15 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.__func__$11411 + 0x0000000000000000 0xb ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.__func__$11429 + 0x0000000000000000 0x15 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.__func__$11370 + 0x0000000000000000 0x12 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x3f ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .rodata.esp_at_bt_spp_cmd + 0x0000000000000000 0x64 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.spp_task_task_handle + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.spp_task_task_queue + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.spp_fd 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.spp_data 0x0000000000000000 0x3e4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.at_bt_spp_remote_bda + 0x0000000000000000 0x6 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.at_bt_spp_temp_bda + 0x0000000000000000 0x6 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.at_bt_role_master + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.at_bt_sec_mask + 0x0000000000000000 0x2 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.at_bt_spp_srv_disc_result + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.at_bt_spp_conn_handle + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.at_bt_sync_sema + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.at_bt_spp_operation_sema + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.at_bt_spp_conn_flag + 0x0000000000000000 0x1 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .bss.at_bt_spp_init_flag + 0x0000000000000000 0x1 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .comment 0x0000000000000000 0x2d ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .xt.lit 0x0000000000000000 0xb8 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .xt.prop 0x0000000000000000 0xcb4 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .xt.lit 0x0000000000000000 0x240 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .xt.prop 0x0000000000000000 0x2e38 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + .xt.lit 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + .xt.prop 0x0000000000000000 0x1ec ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + .literal.at_get_a2dp_init_mode + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_set_a2dp_init_mode + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_get_a2dp_src_type + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_set_a2dp_src_type + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_app_av_state_unconnected + 0x0000000000000000 0xc ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_app_av_state_connecting + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_app_av_state_disconnecting + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_queryCmdBtA2dpInit + 0x0000000000000000 0x24 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_queryCmdBtA2dpConn + 0x0000000000000000 0x34 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_queryCmdBtA2dpSrc + 0x0000000000000000 0x2c ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_free_a2dp_element + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_av_hdl_stack_evt + 0x0000000000000000 0x60 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_write_ringbuf + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.bt_app_a2d_data_cb + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_i2s_task_shut_down + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_i2s_task_handler + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_i2s_task_start_up + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.bt_av_hdl_a2d_evt + 0x0000000000000000 0x68 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.bt_av_new_track + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.bt_av_notify_evt_handler + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.bt_av_hdl_avrc_evt + 0x0000000000000000 0x44 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_creat_a2dp_process_task + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_a2dp_ctrl_handler + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.bt_app_alloc_meta_buffer + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_app_a2d_data_cb + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_app_av_media_proc + 0x0000000000000000 0x84 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_app_av_state_connected + 0x0000000000000000 0x40 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_app_av_sm_hdlr + 0x0000000000000000 0x34 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_setupCmdBtA2dpDisConn + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_a2dp_source_task_start_up + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_a2dp_sink_task_start_up + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_a2dp_source_task + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_a2dp_sink_task + 0x0000000000000000 0x1c ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_app_send_msg + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_app_work_dispatch + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_a2d_app_heart_beat + 0x0000000000000000 0xc ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_app_a2d_cb + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.bt_app_send_msg + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.bt_app_work_dispatch + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.bt_app_a2d_cb + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.bt_app_rc_ct_cb + 0x0000000000000000 0x1c ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_a2dp_source_task_shut_down + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_a2dp_sink_task_shut_down + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_setupCmdBtA2dpInit + 0x0000000000000000 0x48 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_setupCmdBtA2dpConn + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_get_audio_type + 0x0000000000000000 0xc ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_setupCmdBtA2dpSrc + 0x0000000000000000 0xac ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_setupCmdBtA2dpCtrl + 0x0000000000000000 0x48 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_a2dp_process_task + 0x0000000000000000 0x84 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_bt_a2dp_reset_param + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.src_write_ringbuf + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal._http_event_handler + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.dec_write_ringbuf + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.read_callback + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.write_callback + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_a2dp_dec_task_start_up + 0x0000000000000000 0x28 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_a2dp_dec_task_shut_down + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.esp_at_bt_a2dp_cmd_regist + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_get_a2dp_ctrl_status + 0x0000000000000000 0x7 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_get_a2dp_init_mode + 0x0000000000000000 0x11 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_set_a2dp_init_mode + 0x0000000000000000 0x11 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_get_a2dp_src_type + 0x0000000000000000 0xa ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_set_a2dp_src_type + 0x0000000000000000 0xa ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_work_dispatched + 0x0000000000000000 0x12 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_app_work_dispatched + 0x0000000000000000 0x12 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_bt_app_av_state_unconnected.str1.4 + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_av_state_unconnected + 0x0000000000000000 0x1f ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_bt_app_av_state_connecting.str1.4 + 0x0000000000000000 0xf ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_av_state_connecting + 0x0000000000000000 0x76 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_bt_app_av_state_disconnecting.str1.4 + 0x0000000000000000 0x12 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_av_state_disconnecting + 0x0000000000000000 0x43 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_queryCmdBtA2dpInit.str1.4 + 0x0000000000000000 0x28 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_queryCmdBtA2dpInit + 0x0000000000000000 0x52 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_queryCmdBtA2dpConn.str1.4 + 0x0000000000000000 0x30 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_queryCmdBtA2dpConn + 0x0000000000000000 0x89 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_queryCmdBtA2dpSrc.str1.4 + 0x0000000000000000 0x1b ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_queryCmdBtA2dpSrc + 0x0000000000000000 0x61 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_free_a2dp_element + 0x0000000000000000 0x23 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_bt_av_hdl_stack_evt.str1.4 + 0x0000000000000000 0x1d ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_av_hdl_stack_evt + 0x0000000000000000 0x9a ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_write_ringbuf + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_app_a2d_data_cb + 0x0000000000000000 0xf ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_i2s_task_shut_down + 0x0000000000000000 0x2e ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_i2s_task_handler + 0x0000000000000000 0x3f ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_bt_i2s_task_start_up.str1.4 + 0x0000000000000000 0x7 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_i2s_task_start_up + 0x0000000000000000 0x32 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.bt_av_hdl_a2d_evt.str1.4 + 0x0000000000000000 0xd5 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_av_hdl_a2d_evt + 0x0000000000000000 0x14d ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_av_new_track + 0x0000000000000000 0x1b ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_av_notify_evt_handler + 0x0000000000000000 0xe ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.bt_av_hdl_avrc_evt.str1.4 + 0x0000000000000000 0xb5 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_av_hdl_avrc_evt + 0x0000000000000000 0x9a ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.bt_av_hdl_avrc_evt + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_creat_a2dp_process_task.str1.4 + 0x0000000000000000 0x37 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_creat_a2dp_process_task + 0x0000000000000000 0x40 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_bt_a2dp_ctrl_handler.str1.4 + 0x0000000000000000 0x23 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_a2dp_ctrl_handler + 0x0000000000000000 0x2a ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.bt_app_alloc_meta_buffer.str1.4 + 0x0000000000000000 0x28 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_app_alloc_meta_buffer + 0x0000000000000000 0x33 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_a2d_data_cb + 0x0000000000000000 0x4a ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_bt_app_av_media_proc.str1.4 + 0x0000000000000000 0xda ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_av_media_proc + 0x0000000000000000 0x197 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_av_state_connected + 0x0000000000000000 0xb7 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_av_sm_hdlr + 0x0000000000000000 0x9c ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_setupCmdBtA2dpDisConn + 0x0000000000000000 0x56 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_a2dp_source_task_start_up.str1.4 + 0x0000000000000000 0x11 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_a2dp_source_task_start_up + 0x0000000000000000 0x32 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_a2dp_sink_task_start_up.str1.4 + 0x0000000000000000 0xf ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_a2dp_sink_task_start_up + 0x0000000000000000 0x32 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_a2dp_source_task + 0x0000000000000000 0x33 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_a2dp_sink_task.str1.4 + 0x0000000000000000 0x16 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_a2dp_sink_task + 0x0000000000000000 0x43 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_bt_app_send_msg.str1.4 + 0x0000000000000000 0x16 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_send_msg + 0x0000000000000000 0x3c ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_work_dispatch + 0x0000000000000000 0x6e ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_a2d_app_heart_beat + 0x0000000000000000 0x17 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_app_a2d_cb + 0x0000000000000000 0x17 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.bt_app_send_msg.str1.4 + 0x0000000000000000 0x17 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_app_send_msg + 0x0000000000000000 0x3c ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_app_work_dispatch + 0x0000000000000000 0x6e ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.bt_app_a2d_cb.str1.4 + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_app_a2d_cb + 0x0000000000000000 0x2a ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.bt_app_rc_ct_cb.str1.4 + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.bt_app_rc_ct_cb + 0x0000000000000000 0x56 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.bt_app_rc_ct_cb + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_a2dp_source_task_shut_down + 0x0000000000000000 0x52 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_a2dp_sink_task_shut_down + 0x0000000000000000 0x2e ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_setupCmdBtA2dpInit + 0x0000000000000000 0x126 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_setupCmdBtA2dpConn + 0x0000000000000000 0x94 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_bt_get_audio_type.str1.4 + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_get_audio_type + 0x0000000000000000 0x52 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_setupCmdBtA2dpSrc.str1.4 + 0x0000000000000000 0x5d ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_setupCmdBtA2dpSrc + 0x0000000000000000 0x275 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_setupCmdBtA2dpCtrl.str1.4 + 0x0000000000000000 0x21 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_setupCmdBtA2dpCtrl + 0x0000000000000000 0x19c ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_setupCmdBtA2dpCtrl + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_bt_a2dp_process_task.str1.4 + 0x0000000000000000 0xa8 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_a2dp_process_task + 0x0000000000000000 0x137 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_bt_a2dp_reset_param + 0x0000000000000000 0x27 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.src_write_ringbuf + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text._http_event_handler + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.dec_write_ringbuf + 0x0000000000000000 0x1f ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.read_callback + 0x0000000000000000 0x3a ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.write_callback + 0x0000000000000000 0x11 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.at_a2dp_dec_task_start_up.str1.4 + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_a2dp_dec_task_start_up + 0x0000000000000000 0x56 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.at_a2dp_dec_task_shut_down + 0x0000000000000000 0x42 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .text.esp_at_bt_a2dp_cmd_regist + 0x0000000000000000 0x12 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_a2dp_tl$15228 + 0x0000000000000000 0x1 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15206 + 0x0000000000000000 0x15 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15177 + 0x0000000000000000 0x16 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15067 + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15086 + 0x0000000000000000 0x12 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$14949 + 0x0000000000000000 0x13 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15042 + 0x0000000000000000 0x21 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15010 + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15022 + 0x0000000000000000 0x1d ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15003 + 0x0000000000000000 0x1e ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$14990 + 0x0000000000000000 0x1f ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15048 + 0x0000000000000000 0x15 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15146 + 0x0000000000000000 0x13 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15107 + 0x0000000000000000 0x12 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$15166 + 0x0000000000000000 0x17 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.__func__$14936 + 0x0000000000000000 0x16 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x40 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .rodata.esp_at_bt_a2dp_cmd + 0x0000000000000000 0x64 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_bt_i2s_task_handle + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_a2dp_src_task_handler + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_ringbuf_i2s + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.dec_ringbuf + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.src_ringbuf + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_bt_a2dp_remote_bda + 0x0000000000000000 0x6 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_bt_m_connecting_intv + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_bt_m_intv_cnt + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_a2dp_init_mode + 0x0000000000000000 0x1 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_bt_media_state + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_bt_a2d_state + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_bt_a2dp_conn_flag + 0x0000000000000000 0x1 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_bt_a2dp_init_flag + 0x0000000000000000 0x1 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_a2dp_process_task_handle + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_a2dp_sink_task_handle + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_a2dp_sink_task_queue + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_a2dp_source_task_handle + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_a2dp_source_task_queue + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .bss.at_a2dp_element + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .comment 0x0000000000000000 0x2d ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .xt.lit 0x0000000000000000 0x1d0 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .xt.prop 0x0000000000000000 0x1c68 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .literal.at_query_cmd_join_eap + 0x0000000000000000 0x50 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .literal.at_conn_wpa2_enterprise + 0x0000000000000000 0xf4 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .literal.at_eap_boot_start_fun + 0x0000000000000000 0x6c ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .literal.at_setup_cmd_join_eap + 0x0000000000000000 0x1c0 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .literal.esp_at_eap_cmd_regist + 0x0000000000000000 0x10 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .rodata.at_query_cmd_join_eap.str1.4 + 0x0000000000000000 0x1f ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .text.at_query_cmd_join_eap + 0x0000000000000000 0xc8 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .rodata.at_conn_wpa2_enterprise.str1.4 + 0x0000000000000000 0x2d ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .text.at_conn_wpa2_enterprise + 0x0000000000000000 0x2ac ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .text.at_eap_boot_start_fun + 0x0000000000000000 0x10a ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .rodata.at_setup_cmd_join_eap.str1.4 + 0x0000000000000000 0xd ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .text.at_setup_cmd_join_eap + 0x0000000000000000 0x47f ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .text.esp_at_eap_cmd_regist + 0x0000000000000000 0x21 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .rodata.esp_at_eap_cmd + 0x0000000000000000 0x14 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .bss.s_at_nvm_eap_config + 0x0000000000000000 0x90 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .xt.lit 0x0000000000000000 0x50 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .xt.prop 0x0000000000000000 0x708 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .literal.at_query_cmd_cipethmac + 0x0000000000000000 0x3c ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.at_setup_cmd_cipethmac + 0x0000000000000000 0x44 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.at_query_cmd_cipeth + 0x0000000000000000 0x50 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.at_setup_cmd_cipeth + 0x0000000000000000 0x7c ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.at_query_cmd_cehostname + 0x0000000000000000 0x24 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.at_setup_cmd_cehostname + 0x0000000000000000 0x18 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.at_eth_event_handler + 0x0000000000000000 0x50 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.at_nvm_init_eth + 0x0000000000000000 0x50 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.esp_at_eth_set_enable + 0x0000000000000000 0x4 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.esp_at_eth_cmd_regist + 0x0000000000000000 0x44 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .data 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .bss 0x0000000000000000 0x0 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .rodata.at_query_cmd_cipethmac.str1.4 + 0x0000000000000000 0x39 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text.at_query_cmd_cipethmac + 0x0000000000000000 0xbc ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .rodata.at_setup_cmd_cipethmac.str1.4 + 0x0000000000000000 0x20 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text.at_setup_cmd_cipethmac + 0x0000000000000000 0x108 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .rodata.at_query_cmd_cipeth.str1.4 + 0x0000000000000000 0x4f ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text.at_query_cmd_cipeth + 0x0000000000000000 0xe8 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .rodata.at_setup_cmd_cipeth.str1.4 + 0x0000000000000000 0xe ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text.at_setup_cmd_cipeth + 0x0000000000000000 0x21c ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .rodata.at_query_cmd_cehostname.str1.4 + 0x0000000000000000 0x8 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text.at_query_cmd_cehostname + 0x0000000000000000 0x64 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text.at_setup_cmd_cehostname + 0x0000000000000000 0x52 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .rodata.at_eth_event_handler.str1.4 + 0x0000000000000000 0x42 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text.at_eth_event_handler + 0x0000000000000000 0xd7 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text.at_nvm_init_eth + 0x0000000000000000 0xfa ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text.esp_at_eth_set_enable + 0x0000000000000000 0xb ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .text.esp_at_eth_cmd_regist + 0x0000000000000000 0xb6 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .rodata.esp_at_eth_cmd + 0x0000000000000000 0x3c ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .xt.lit 0x0000000000000000 0x60 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .xt.prop 0x0000000000000000 0x69c ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.esp_blufi_send_wifi_list + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .literal.esp_blufi_profile_deinit + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .literal.esp_blufi_get_version + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .literal.esp_blufi_send_custom_data + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .text.esp_blufi_send_wifi_list + 0x0000000000000000 0x44 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .text.esp_blufi_profile_deinit + 0x0000000000000000 0x3a esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .text.esp_blufi_get_version + 0x0000000000000000 0xd esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .text.esp_blufi_send_custom_data + 0x0000000000000000 0x5d esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .xt.prop 0x0000000000000000 0x30c esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .literal.esp_profile_cb_reset + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btc_manage.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_manage.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_manage.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_manage.c.obj) + .text.esp_profile_cb_reset + 0x0000000000000000 0x1f esp-idf/bt/libbt.a(btc_manage.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/bt/libbt.a(btc_manage.c.obj) + .xt.prop 0x0000000000000000 0xd8 esp-idf/bt/libbt.a(btc_manage.c.obj) + .literal.btc_check_queue_is_congest + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btc_task.c.obj) + .literal.get_btc_work_queue_size + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btc_task.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_task.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_task.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_task.c.obj) + .text.btc_check_queue_is_congest + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(btc_task.c.obj) + .text.get_btc_work_queue_size + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(btc_task.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/bt/libbt.a(btc_task.c.obj) + .xt.prop 0x0000000000000000 0x39c esp-idf/bt/libbt.a(btc_task.c.obj) + .literal.btc_blufi_cb_to_app + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .text.btc_blufi_cb_to_app + 0x0000000000000000 0x1a esp-idf/bt/libbt.a(blufi_prf.c.obj) + .text.btc_blufi_get_version + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .xt.prop 0x0000000000000000 0xc90 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .xt.prop 0x0000000000000000 0x2e8 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .literal.osi_thread_set_priority + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(thread.c.obj) + .literal.osi_thread_name + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(thread.c.obj) + .literal.osi_thread_queue_wait_size + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(thread.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(thread.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(thread.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(thread.c.obj) + .text.osi_thread_set_priority + 0x0000000000000000 0x26 esp-idf/bt/libbt.a(thread.c.obj) + .text.osi_thread_name + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(thread.c.obj) + .text.osi_thread_queue_wait_size + 0x0000000000000000 0x2a esp-idf/bt/libbt.a(thread.c.obj) + .rodata.__func__$5863 + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(thread.c.obj) + .rodata.__func__$5859 + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(thread.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/bt/libbt.a(thread.c.obj) + .xt.prop 0x0000000000000000 0x42c esp-idf/bt/libbt.a(thread.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(semaphore.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(semaphore.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(semaphore.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/bt/libbt.a(semaphore.c.obj) + .xt.prop 0x0000000000000000 0x138 esp-idf/bt/libbt.a(semaphore.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .xt.prop 0x0000000000000000 0xf0 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .xt.prop 0x0000000000000000 0x300 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .literal.esp_ble_gap_update_whitelist + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_gap_clear_whitelist + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_gap_get_whitelist_size + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_gap_set_prefer_conn_params + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_gap_get_local_used_addr + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_gap_read_rssi + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_gap_add_duplicate_scan_exceptional_device + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_gap_remove_duplicate_scan_exceptional_device + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_gap_clean_duplicate_scan_exceptional_list + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_oob_req_reply + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_get_current_conn_params + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_gap_ble_set_channels + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_gap_ble_set_authorization + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_gap_update_whitelist + 0x0000000000000000 0x62 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_gap_clear_whitelist + 0x0000000000000000 0x3a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_gap_get_whitelist_size + 0x0000000000000000 0x16 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_gap_set_prefer_conn_params + 0x0000000000000000 0x13e esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_gap_get_local_used_addr + 0x0000000000000000 0x26 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_gap_read_rssi + 0x0000000000000000 0x4e esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_gap_add_duplicate_scan_exceptional_device + 0x0000000000000000 0x76 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_gap_remove_duplicate_scan_exceptional_device + 0x0000000000000000 0x75 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_gap_clean_duplicate_scan_exceptional_list + 0x0000000000000000 0x4a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_oob_req_reply + 0x0000000000000000 0x62 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_ble_get_current_conn_params + 0x0000000000000000 0x3c esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_gap_ble_set_channels + 0x0000000000000000 0x5a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .text.esp_gap_ble_set_authorization + 0x0000000000000000 0x22 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .xt.lit 0x0000000000000000 0x138 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .xt.prop 0x0000000000000000 0x1368 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_get_sendable_packets_num + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .text.esp_ble_get_sendable_packets_num + 0x0000000000000000 0xd esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .xt.prop 0x0000000000000000 0xd8 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .literal.esp_ble_gattc_get_char_by_uuid + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_get_descr_by_uuid + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_get_descr_by_char_handle + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_get_db + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_read_by_type + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_read_multiple + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_prepare_write_char_descr + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_unregister_for_notify + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_cache_refresh + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_cache_clean + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_cache_assoc + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gattc_cache_get_addr_list + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_get_char_by_uuid + 0x0000000000000000 0x88 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_get_descr_by_uuid + 0x0000000000000000 0x88 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_get_descr_by_char_handle + 0x0000000000000000 0x81 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_get_db + 0x0000000000000000 0x74 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_read_by_type + 0x0000000000000000 0xa0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_read_multiple + 0x0000000000000000 0x95 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_prepare_write_char_descr + 0x0000000000000000 0x9c esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_unregister_for_notify + 0x0000000000000000 0x5a esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_cache_refresh + 0x0000000000000000 0x4e esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_cache_clean + 0x0000000000000000 0x4e esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_cache_assoc + 0x0000000000000000 0x68 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .text.esp_ble_gattc_cache_get_addr_list + 0x0000000000000000 0x4a esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .xt.lit 0x0000000000000000 0xf8 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .xt.prop 0x0000000000000000 0xf00 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .literal.esp_ble_gatts_create_service + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .literal.esp_ble_gatts_add_included_service + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .literal.esp_ble_gatts_add_char + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .literal.esp_ble_gatts_add_char_descr + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .literal.esp_ble_gatts_send_response + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .literal.esp_ble_gatts_get_attr_value + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .literal.esp_ble_gatts_open + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .literal.esp_ble_gatts_close + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .literal.esp_ble_gatts_send_service_change_indication + 0x0000000000000000 0xc esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text.esp_ble_gatts_add_char_desc_param_check + 0x0000000000000000 0x3d esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text.esp_ble_gatts_create_service + 0x0000000000000000 0x58 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text.esp_ble_gatts_add_included_service + 0x0000000000000000 0x4e esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text.esp_ble_gatts_add_char + 0x0000000000000000 0x9d esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text.esp_ble_gatts_add_char_descr + 0x0000000000000000 0x8f esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text.esp_ble_gatts_send_response + 0x0000000000000000 0x5a esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text.esp_ble_gatts_get_attr_value + 0x0000000000000000 0x31 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text.esp_ble_gatts_open + 0x0000000000000000 0x59 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text.esp_ble_gatts_close + 0x0000000000000000 0x52 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .text.esp_ble_gatts_send_service_change_indication + 0x0000000000000000 0x70 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .xt.prop 0x0000000000000000 0x828 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .literal._btc_storage_get_ble_dev_type + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .literal._btc_storage_remove_ble_local_keys + 0x0000000000000000 0x38 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .literal.btc_storage_save + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .literal.btc_storage_get_ble_bonding_key + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .literal.btc_storage_remove_ble_local_keys + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .literal._btc_storage_compare_address_key_value + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .literal.btc_storage_compare_address_key_value + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .literal.btc_storage_get_ble_dev_type + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .literal.btc_storage_get_ble_dev_auth_mode + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .text._btc_storage_get_ble_dev_type + 0x0000000000000000 0x2d esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .text._btc_storage_remove_ble_local_keys + 0x0000000000000000 0x8b esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .text.btc_storage_save + 0x0000000000000000 0x17 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .text.btc_storage_get_ble_bonding_key + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .text.btc_storage_remove_ble_local_keys + 0x0000000000000000 0x1a esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .text._btc_storage_compare_address_key_value + 0x0000000000000000 0x61 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .text.btc_storage_compare_address_key_value + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .text.btc_storage_get_ble_dev_type + 0x0000000000000000 0x1b esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .text.btc_storage_get_ble_dev_auth_mode + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .xt.lit 0x0000000000000000 0x140 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .xt.prop 0x0000000000000000 0xe1c esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .literal.btc_key_value_to_string + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btc_config.c.obj) + .literal.btc_compare_address_key_value + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(btc_config.c.obj) + .literal.btc_config_has_section + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(btc_config.c.obj) + .literal.btc_config_get_str + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(btc_config.c.obj) + .literal.btc_config_set_str + 0x0000000000000000 0x30 esp-idf/bt/libbt.a(btc_config.c.obj) + .literal.btc_config_get_bin_length + 0x0000000000000000 0x2c esp-idf/bt/libbt.a(btc_config.c.obj) + .literal.btc_config_clear + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(btc_config.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_config.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_config.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_config.c.obj) + .text.btc_key_value_to_string + 0x0000000000000000 0x5f esp-idf/bt/libbt.a(btc_config.c.obj) + .text.btc_compare_address_key_value + 0x0000000000000000 0x62 esp-idf/bt/libbt.a(btc_config.c.obj) + .text.btc_config_has_section + 0x0000000000000000 0x3c esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.btc_config_get_str.str1.4 + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(btc_config.c.obj) + .text.btc_config_get_str + 0x0000000000000000 0x9b esp-idf/bt/libbt.a(btc_config.c.obj) + .text.btc_config_set_str + 0x0000000000000000 0x6a esp-idf/bt/libbt.a(btc_config.c.obj) + .text.btc_config_get_bin_length + 0x0000000000000000 0x6a esp-idf/bt/libbt.a(btc_config.c.obj) + .text.btc_config_clear + 0x0000000000000000 0x41 esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.__func__$7532 + 0x0000000000000000 0x11 esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.__func__$7484 + 0x0000000000000000 0x1a esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.__func__$7462 + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.__func__$7455 + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.__func__$7430 + 0x0000000000000000 0x17 esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.__func__$7412 + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.__func__$7403 + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(btc_config.c.obj) + .xt.lit 0x0000000000000000 0xc0 esp-idf/bt/libbt.a(btc_config.c.obj) + .xt.prop 0x0000000000000000 0x954 esp-idf/bt/libbt.a(btc_config.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_dev.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_dev.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_dev.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btc_dev.c.obj) + .xt.prop 0x0000000000000000 0x6c esp-idf/bt/libbt.a(btc_dev.c.obj) + .literal.btc_get_enabled_services_mask + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btc_dm.c.obj) + .literal.btc_dm_enable_service + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btc_dm.c.obj) + .literal.btc_dm_disable_service + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btc_dm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + .text.btc_get_enabled_services_mask + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btc_dm.c.obj) + .text.btc_dm_execute_service_request + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(btc_dm.c.obj) + .text.btc_dm_enable_service + 0x0000000000000000 0x1b esp-idf/bt/libbt.a(btc_dm.c.obj) + .text.btc_dm_disable_service + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(btc_dm.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/bt/libbt.a(btc_dm.c.obj) + .xt.prop 0x0000000000000000 0x7bc esp-idf/bt/libbt.a(btc_dm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_main.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/bt/libbt.a(btc_main.c.obj) + .xt.prop 0x0000000000000000 0x1d4 esp-idf/bt/libbt.a(btc_main.c.obj) + .literal.btc_storage_get_num_bt_bond_devices + 0x0000000000000000 0x3c esp-idf/bt/libbt.a(btc_storage.c.obj) + .literal.btc_storage_get_bonded_bt_devices_list + 0x0000000000000000 0x44 esp-idf/bt/libbt.a(btc_storage.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_storage.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_storage.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_storage.c.obj) + .text.btc_storage_get_num_bt_bond_devices + 0x0000000000000000 0x7b esp-idf/bt/libbt.a(btc_storage.c.obj) + .text.btc_storage_get_bonded_bt_devices_list + 0x0000000000000000 0xa0 esp-idf/bt/libbt.a(btc_storage.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/bt/libbt.a(btc_storage.c.obj) + .xt.prop 0x0000000000000000 0x1b0 esp-idf/bt/libbt.a(btc_storage.c.obj) + .literal.uuid128_be_to_esp_uuid + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btc_util.c.obj) + .literal.uuid_to_string_legacy + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(btc_util.c.obj) + .literal.btc_bta_status_to_esp_status + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btc_util.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_util.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_util.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_util.c.obj) + .text.devclass2uint + 0x0000000000000000 0x21 esp-idf/bt/libbt.a(btc_util.c.obj) + .text.uuid128_be_to_esp_uuid + 0x0000000000000000 0xb8 esp-idf/bt/libbt.a(btc_util.c.obj) + .rodata.uuid_to_string_legacy.str1.4 + 0x0000000000000000 0x1d esp-idf/bt/libbt.a(btc_util.c.obj) + .text.uuid_to_string_legacy + 0x0000000000000000 0xbe esp-idf/bt/libbt.a(btc_util.c.obj) + .text.btc_bta_status_to_esp_status + 0x0000000000000000 0x38 esp-idf/bt/libbt.a(btc_util.c.obj) + .rodata.btc_bta_status_to_esp_status + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btc_util.c.obj) + .rodata.base_uuid_be + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btc_util.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/bt/libbt.a(btc_util.c.obj) + .xt.prop 0x0000000000000000 0x3f0 esp-idf/bt/libbt.a(btc_util.c.obj) + .literal.btc_get_whitelist_size + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .text.btc_get_whitelist_size + 0x0000000000000000 0xe esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .text.btc_gap_ble_cb_deep_copy + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .text.btc_gap_ble_cb_deep_free + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .xt.lit 0x0000000000000000 0x168 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .xt.prop 0x0000000000000000 0x1254 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .xt.prop 0x0000000000000000 0x60 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .literal.bta_to_btc_srvc_id + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .text.bta_to_btc_srvc_id + 0x0000000000000000 0x16 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .text.get_uuid16 + 0x0000000000000000 0x29 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .xt.prop 0x0000000000000000 0x3a8 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .literal.btc_ble_gattc_get_char_by_uuid + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btc_gattc.c.obj) + .literal.btc_ble_gattc_get_descr_by_uuid + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .literal.btc_ble_gattc_get_descr_by_char_handle + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btc_gattc.c.obj) + .literal.btc_ble_gattc_get_db + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .text.btc_ble_gattc_get_char_by_uuid + 0x0000000000000000 0x9b esp-idf/bt/libbt.a(btc_gattc.c.obj) + .text.btc_ble_gattc_get_descr_by_uuid + 0x0000000000000000 0xcf esp-idf/bt/libbt.a(btc_gattc.c.obj) + .text.btc_ble_gattc_get_descr_by_char_handle + 0x0000000000000000 0x97 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .text.btc_ble_gattc_get_db + 0x0000000000000000 0x99 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .xt.lit 0x0000000000000000 0x118 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .xt.prop 0x0000000000000000 0xfb4 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .literal.btc_gatts_get_attr_value + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .text.btc_gatts_get_attr_value + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .xt.prop 0x0000000000000000 0xbd0 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .literal.bdaddr_is_empty + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(bdaddr.c.obj) + .literal.bdaddr_copy + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bdaddr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bdaddr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bdaddr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bdaddr.c.obj) + .text.bdaddr_is_empty + 0x0000000000000000 0x30 esp-idf/bt/libbt.a(bdaddr.c.obj) + .rodata.bdaddr_copy.str1.4 + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bdaddr.c.obj) + .text.bdaddr_copy + 0x0000000000000000 0x39 esp-idf/bt/libbt.a(bdaddr.c.obj) + .rodata.__func__$6971 + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bdaddr.c.obj) + .rodata.__func__$6960 + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bdaddr.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/bt/libbt.a(bdaddr.c.obj) + .xt.prop 0x0000000000000000 0x2dc esp-idf/bt/libbt.a(bdaddr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(controller.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(controller.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(controller.c.obj) + .rodata.SCO_HOST_BUFFER_SIZE + 0x0000000000000000 0x1 esp-idf/bt/libbt.a(controller.c.obj) + .xt.lit 0x0000000000000000 0x108 esp-idf/bt/libbt.a(controller.c.obj) + .xt.prop 0x0000000000000000 0xa08 esp-idf/bt/libbt.a(controller.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + .xt.lit 0x0000000000000000 0xb0 esp-idf/bt/libbt.a(hci_layer.c.obj) + .xt.prop 0x0000000000000000 0x750 esp-idf/bt/libbt.a(hci_layer.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .xt.lit 0x0000000000000000 0xe0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .xt.prop 0x0000000000000000 0x5a0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .xt.lit 0x0000000000000000 0x78 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .xt.prop 0x0000000000000000 0x4a4 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .xt.prop 0x0000000000000000 0x270 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .literal.bte_main_postload_cfg + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bte_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bte_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bte_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bte_main.c.obj) + .text.bte_main_postload_cfg + 0x0000000000000000 0xf esp-idf/bt/libbt.a(bte_main.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/bt/libbt.a(bte_main.c.obj) + .xt.prop 0x0000000000000000 0x168 esp-idf/bt/libbt.a(bte_main.c.obj) + .literal.BTM_GetRole + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.BTM_GetLinkSuperTout + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.btm_get_max_packet_size + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.BTM_ReadRemoteVersion + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.BTM_ReadRemoteExtendedFeatures + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.BTM_ReadNumberRemoteFeaturesPages + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.BTM_ReadAllRemoteFeatures + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.BTM_SetQoS + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.BTM_ReadLinkQuality + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.BTM_ReadTxPower + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.BTM_BleGetWhiteListSize + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.BTM_SetTraceLevel + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.btm_acl_reset_paging + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.btm_acl_notif_conn_collision + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_GetRole + 0x0000000000000000 0x26 esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_GetLinkSuperTout + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.btm_get_max_packet_size + 0x0000000000000000 0xbe esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_ReadRemoteVersion + 0x0000000000000000 0x39 esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_ReadRemoteExtendedFeatures + 0x0000000000000000 0x28 esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_ReadNumberRemoteFeaturesPages + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_ReadAllRemoteFeatures + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_SetQoS + 0x0000000000000000 0x7c esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_ReadLinkQuality + 0x0000000000000000 0x6d esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_ReadTxPower + 0x0000000000000000 0x90 esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_BleGetWhiteListSize + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.BTM_SetTraceLevel + 0x0000000000000000 0x25 esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.btm_acl_reset_paging + 0x0000000000000000 0x33 esp-idf/bt/libbt.a(btm_acl.c.obj) + .text.btm_acl_notif_conn_collision + 0x0000000000000000 0x2d esp-idf/bt/libbt.a(btm_acl.c.obj) + .xt.lit 0x0000000000000000 0x1d8 esp-idf/bt/libbt.a(btm_acl.c.obj) + .xt.prop 0x0000000000000000 0x1884 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.btm_gen_non_resolve_paddr_cmpl + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .literal.btm_gen_non_resolvable_private_addr + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .literal.btm_random_pseudo_to_identity_addr + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .text.btm_gen_non_resolve_paddr_cmpl + 0x0000000000000000 0x4e esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .text.btm_gen_non_resolvable_private_addr + 0x0000000000000000 0x26 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .text.btm_random_pseudo_to_identity_addr + 0x0000000000000000 0x59 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .xt.lit 0x0000000000000000 0x80 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .xt.prop 0x0000000000000000 0x618 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .literal.btm_ble_inter_set + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_VendorHciEchoCmdTest + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_BleEnableMixedPrivacyMode + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_GetLocalResolvablePrivateAddr + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_UpdateAddrInfor + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_BleSetStaticAddr + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_BleLocalPrivacyEnabled + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_BleReadAdvParams + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_BleGetCurrentAddress + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_GetCurrentConnParams + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.btm_ble_dir_adv_tout + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.btm_ble_set_discoverability + 0x0000000000000000 0x30 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_BleSetConnectableMode + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_Ble_Authorization + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_VendorHciEchoCmdCallback + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.btm_ble_inter_set + 0x0000000000000000 0xb esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_BleReadControllerFeatures + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_VendorHciEchoCmdTest + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_BleEnableMixedPrivacyMode + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_GetLocalResolvablePrivateAddr + 0x0000000000000000 0x32 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_UpdateAddrInfor + 0x0000000000000000 0x1f esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_BleSetStaticAddr + 0x0000000000000000 0x28 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_BleLocalPrivacyEnabled + 0x0000000000000000 0x19 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_BleReadAdvParams + 0x0000000000000000 0x42 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_BleGetCurrentAddress + 0x0000000000000000 0x89 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_GetCurrentConnParams + 0x0000000000000000 0x36 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.btm_ble_dir_adv_tout + 0x0000000000000000 0x15 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.btm_ble_set_discoverability + 0x0000000000000000 0x178 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_BleSetConnectableMode + 0x0000000000000000 0x31 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.BTM_Ble_Authorization + 0x0000000000000000 0x19 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .xt.lit 0x0000000000000000 0x2e8 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .xt.prop 0x0000000000000000 0x2ea4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .xt.prop 0x0000000000000000 0x78c esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .xt.lit 0x0000000000000000 0xd0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .xt.prop 0x0000000000000000 0xac8 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .literal.btm_get_bond_type_dev + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_dev.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + .text.btm_get_bond_type_dev + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(btm_dev.c.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/bt/libbt.a(btm_dev.c.obj) + .xt.prop 0x0000000000000000 0x87c esp-idf/bt/libbt.a(btm_dev.c.obj) + .literal.BTM_WritePageTimeout + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .literal.BTM_WriteVoiceSettings + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .text.BTM_WritePageTimeout + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .text.BTM_WriteVoiceSettings + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .xt.lit 0x0000000000000000 0xd8 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .xt.prop 0x0000000000000000 0xa08 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .literal.BTM_SetPeriodicInquiryMode + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_inq.c.obj) + .literal.BTM_ReadInquiryRspTxPower + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_inq.c.obj) + .literal.BTM_WriteEIR + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btm_inq.c.obj) + .literal.BTM_HasInquiryEirService + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_inq.c.obj) + .literal.BTM_GetEirUuidList + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btm_inq.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + .text.BTM_SetPeriodicInquiryMode + 0x0000000000000000 0x11a esp-idf/bt/libbt.a(btm_inq.c.obj) + .text.BTM_ReadInquiryRspTxPower + 0x0000000000000000 0x50 esp-idf/bt/libbt.a(btm_inq.c.obj) + .text.BTM_WriteEIR + 0x0000000000000000 0x2e esp-idf/bt/libbt.a(btm_inq.c.obj) + .text.BTM_HasInquiryEirService + 0x0000000000000000 0x25 esp-idf/bt/libbt.a(btm_inq.c.obj) + .text.BTM_GetEirSupportedServices + 0x0000000000000000 0x65 esp-idf/bt/libbt.a(btm_inq.c.obj) + .rodata.BTM_GetEirUuidList.str1.4 + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(btm_inq.c.obj) + .text.BTM_GetEirUuidList + 0x0000000000000000 0x100 esp-idf/bt/libbt.a(btm_inq.c.obj) + .xt.lit 0x0000000000000000 0x180 esp-idf/bt/libbt.a(btm_inq.c.obj) + .xt.prop 0x0000000000000000 0x1c2c esp-idf/bt/libbt.a(btm_inq.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_main.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_main.c.obj) + .xt.prop 0x0000000000000000 0x6c esp-idf/bt/libbt.a(btm_main.c.obj) + .literal.BTM_PmRegister + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_pm.c.obj) + .literal.btm_pm_device_in_active_or_sniff_mode + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_pm.c.obj) + .literal.btm_pm_device_in_scan_state + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_pm.c.obj) + .literal.BTM_PM_ReadControllerState + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_pm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + .text.BTM_PmRegister + 0x0000000000000000 0x6d esp-idf/bt/libbt.a(btm_pm.c.obj) + .text.BTM_SetSsrParams + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_pm.c.obj) + .text.btm_pm_device_in_active_or_sniff_mode + 0x0000000000000000 0x21 esp-idf/bt/libbt.a(btm_pm.c.obj) + .text.btm_pm_device_in_scan_state + 0x0000000000000000 0x43 esp-idf/bt/libbt.a(btm_pm.c.obj) + .text.BTM_PM_ReadControllerState + 0x0000000000000000 0x21 esp-idf/bt/libbt.a(btm_pm.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/bt/libbt.a(btm_pm.c.obj) + .xt.prop 0x0000000000000000 0x984 esp-idf/bt/libbt.a(btm_pm.c.obj) + .literal.btm_sec_find_next_serv + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.BTM_SecRegisterLinkKeyNotificationCallback + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.BTM_SecAddRmtNameNotifyCallback + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.BTM_SecDeleteRmtNameNotifyCallback + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.BTM_GetSecurityFlags + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.BTM_SetSecureConnectionsOnly + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.BTM_SecGetDeviceLinkKey + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.BTM_SecGetDeviceLinkKeyType + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.BTM_BuildOobData + 0x0000000000000000 0xc esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.btm_sec_abort_access_req + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.btm_sec_device_down + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.btm_sec_find_first_serv + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.btm_sec_l2cap_access_req + 0x0000000000000000 0x78 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.BTM_ReadTrustedMask + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.btm_sec_is_le_capable_dev + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.btm_sec_find_bonded_dev + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.btm_sec_dev_authorization + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_find_next_serv + 0x0000000000000000 0x34 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.BTM_SecRegisterLinkKeyNotificationCallback + 0x0000000000000000 0x12 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.BTM_SecAddRmtNameNotifyCallback + 0x0000000000000000 0x35 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.BTM_SecDeleteRmtNameNotifyCallback + 0x0000000000000000 0x39 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.BTM_GetSecurityFlags + 0x0000000000000000 0x1d esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.BTM_SetSecureConnectionsOnly + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.BTM_SecGetDeviceLinkKey + 0x0000000000000000 0x2f esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.BTM_SecGetDeviceLinkKeyType + 0x0000000000000000 0x29 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.BTM_BuildOobData + 0x0000000000000000 0x167 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.BTM_ReadOobData + 0x0000000000000000 0x82 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_abort_access_req + 0x0000000000000000 0x30 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_device_down + 0x0000000000000000 0xe esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_find_first_serv + 0x0000000000000000 0x52 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_l2cap_access_req + 0x0000000000000000 0x41c esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.BTM_ReadTrustedMask + 0x0000000000000000 0x15 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_auth_payload_tout + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_is_le_capable_dev + 0x0000000000000000 0x22 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_find_bonded_dev + 0x0000000000000000 0x49 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_dev_authorization + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(btm_sec.c.obj) + .xt.lit 0x0000000000000000 0x2a0 esp-idf/bt/libbt.a(btm_sec.c.obj) + .xt.prop 0x0000000000000000 0x36d8 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.btu_hcif_send_host_rdy_for_data + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .text.btu_hcif_send_host_rdy_for_data + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(btu_hcif.c.obj) + .xt.lit 0x0000000000000000 0x198 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .xt.prop 0x0000000000000000 0x14dc esp-idf/bt/libbt.a(btu_hcif.c.obj) + .literal.BTU_BleAclPktSize + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btu_init.c.obj) + .literal.get_btu_work_queue_size + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btu_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btu_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btu_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btu_init.c.obj) + .text.BTU_BleAclPktSize + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(btu_init.c.obj) + .text.get_btu_work_queue_size + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(btu_init.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/bt/libbt.a(btu_init.c.obj) + .xt.prop 0x0000000000000000 0x168 esp-idf/bt/libbt.a(btu_init.c.obj) + .literal.btu_l2cap_alarm_cb + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(btu_task.c.obj) + .literal.btu_start_quick_timer + 0x0000000000000000 0x48 esp-idf/bt/libbt.a(btu_task.c.obj) + .literal.btu_stop_quick_timer + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btu_task.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btu_task.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btu_task.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btu_task.c.obj) + .text.btu_l2cap_alarm_cb + 0x0000000000000000 0x26 esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.btu_start_quick_timer.str1.4 + 0x0000000000000000 0xa esp-idf/bt/libbt.a(btu_task.c.obj) + .text.btu_start_quick_timer + 0x0000000000000000 0x9e esp-idf/bt/libbt.a(btu_task.c.obj) + .text.btu_stop_quick_timer + 0x0000000000000000 0x3a esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.__func__$13782 + 0x0000000000000000 0x15 esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.__func__$13770 + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.__func__$13778 + 0x0000000000000000 0x16 esp-idf/bt/libbt.a(btu_task.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/bt/libbt.a(btu_task.c.obj) + .xt.prop 0x0000000000000000 0x7f8 esp-idf/bt/libbt.a(btu_task.c.obj) + .literal.GAP_BleReadPeerPrefConnParams + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(gap_ble.c.obj) + .literal.GAP_BleReadPeerAddressResolutionCap + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(gap_ble.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + .text.GAP_BleReadPeerPrefConnParams + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(gap_ble.c.obj) + .text.GAP_BleReadPeerAddressResolutionCap + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(gap_ble.c.obj) + .xt.lit 0x0000000000000000 0xa8 esp-idf/bt/libbt.a(gap_ble.c.obj) + .xt.prop 0x0000000000000000 0x8c4 esp-idf/bt/libbt.a(gap_ble.c.obj) + .literal.GATT_SetTraceLevel + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(gatt_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + .text.GATT_SetTraceLevel + 0x0000000000000000 0x25 esp-idf/bt/libbt.a(gatt_api.c.obj) + .xt.lit 0x0000000000000000 0xf8 esp-idf/bt/libbt.a(gatt_api.c.obj) + .xt.prop 0x0000000000000000 0x1050 esp-idf/bt/libbt.a(gatt_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .xt.prop 0x0000000000000000 0x5d0 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .xt.prop 0x0000000000000000 0xd50 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .literal.gatt_convertchar_descr_type + 0x0000000000000000 0x54 esp-idf/bt/libbt.a(gatt_db.c.obj) + .literal.gatts_is_auto_response + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(gatt_db.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + .text.gatt_convertchar_descr_type + 0x0000000000000000 0x152 esp-idf/bt/libbt.a(gatt_db.c.obj) + .text.gatts_is_auto_response + 0x0000000000000000 0x5e esp-idf/bt/libbt.a(gatt_db.c.obj) + .xt.lit 0x0000000000000000 0xa0 esp-idf/bt/libbt.a(gatt_db.c.obj) + .xt.prop 0x0000000000000000 0x1410 esp-idf/bt/libbt.a(gatt_db.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/bt/libbt.a(gatt_main.c.obj) + .xt.prop 0x0000000000000000 0x840 esp-idf/bt/libbt.a(gatt_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .xt.lit 0x0000000000000000 0xb0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .xt.prop 0x0000000000000000 0x12e4 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .literal.gatt_add_pending_ind + 0x0000000000000000 0xc esp-idf/bt/libbt.a(gatt_utils.c.obj) + .literal.gatt_is_bda_connected + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .literal.gatt_is_last_attribute + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .literal.gatt_find_tcb_by_cid + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .literal.gatt_num_clcb_by_bd_addr + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .literal.gatt_act_send_browse + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .literal.gatt_dbg_op_name + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .text.gatt_add_pending_ind + 0x0000000000000000 0x2c esp-idf/bt/libbt.a(gatt_utils.c.obj) + .text.gatt_is_bda_connected + 0x0000000000000000 0x47 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .text.gatt_is_last_attribute + 0x0000000000000000 0x5a esp-idf/bt/libbt.a(gatt_utils.c.obj) + .text.gatt_find_tcb_by_cid + 0x0000000000000000 0x43 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .text.gatt_num_clcb_by_bd_addr + 0x0000000000000000 0x48 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .text.gatt_act_send_browse + 0x0000000000000000 0x30 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .rodata.gatt_dbg_op_name.str1.4 + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .text.gatt_dbg_op_name + 0x0000000000000000 0x32 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x260 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .rodata.op_code_name + 0x0000000000000000 0x80 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .xt.lit 0x0000000000000000 0x270 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .xt.prop 0x0000000000000000 0x23b8 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .literal.btsnd_hcic_ble_set_local_used_feat + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .literal.btsnd_hcic_ble_set_host_chnl_class + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .literal.btsnd_hcic_ble_read_chnl_map + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .literal.btsnd_hcic_ble_encrypt + 0x0000000000000000 0xc esp-idf/bt/libbt.a(hciblecmds.c.obj) + .literal.btsnd_hcic_ble_receiver_test + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .literal.btsnd_hcic_ble_transmitter_test + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .literal.btsnd_hcic_ble_test_end + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .literal.btsnd_hcic_ble_read_host_supported + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .literal.btsnd_hcic_ble_read_resolvable_addr_local + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .text.btsnd_hcic_ble_set_local_used_feat + 0x0000000000000000 0x4c esp-idf/bt/libbt.a(hciblecmds.c.obj) + .text.btsnd_hcic_ble_set_host_chnl_class + 0x0000000000000000 0x51 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .text.btsnd_hcic_ble_read_chnl_map + 0x0000000000000000 0x45 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .text.btsnd_hcic_ble_encrypt + 0x0000000000000000 0x8e esp-idf/bt/libbt.a(hciblecmds.c.obj) + .text.btsnd_hcic_ble_receiver_test + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .text.btsnd_hcic_ble_transmitter_test + 0x0000000000000000 0x4c esp-idf/bt/libbt.a(hciblecmds.c.obj) + .text.btsnd_hcic_ble_test_end + 0x0000000000000000 0x39 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .text.btsnd_hcic_ble_read_host_supported + 0x0000000000000000 0x39 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .text.btsnd_hcic_ble_read_resolvable_addr_local + 0x0000000000000000 0x5b esp-idf/bt/libbt.a(hciblecmds.c.obj) + .xt.lit 0x0000000000000000 0x138 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .xt.prop 0x0000000000000000 0xd2c esp-idf/bt/libbt.a(hciblecmds.c.obj) + .literal.btsnd_hcic_pin_code_req_reply + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_read_lmp_handle + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_setup_esco_conn + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_accept_esco_conn + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_reject_esco_conn + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_qos_setup + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_write_pin_type + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_change_name + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_write_page_tout + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_write_voice_settings + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_write_auto_flush_tout + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_read_tx_power + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_write_ext_inquiry_response + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_user_passkey_reply + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_user_passkey_neg_reply + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_read_inq_tx_power + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_send_keypress_notif + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_enhanced_flush + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.btsnd_hcic_get_link_quality + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_pin_code_req_reply + 0x0000000000000000 0x82 esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_read_lmp_handle + 0x0000000000000000 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_setup_esco_conn + 0x0000000000000000 0x9e esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_accept_esco_conn + 0x0000000000000000 0xad esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_reject_esco_conn + 0x0000000000000000 0x5c esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_qos_setup + 0x0000000000000000 0xaa esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_write_pin_type + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_change_name + 0x0000000000000000 0x7a esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_write_page_tout + 0x0000000000000000 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_write_voice_settings + 0x0000000000000000 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_write_auto_flush_tout + 0x0000000000000000 0x51 esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_read_tx_power + 0x0000000000000000 0x4c esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_write_ext_inquiry_response + 0x0000000000000000 0x2c esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_user_passkey_reply + 0x0000000000000000 0x6d esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_user_passkey_neg_reply + 0x0000000000000000 0x56 esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_read_inq_tx_power + 0x0000000000000000 0x39 esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_send_keypress_notif + 0x0000000000000000 0x5d esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_enhanced_flush + 0x0000000000000000 0x4c esp-idf/bt/libbt.a(hcicmds.c.obj) + .text.btsnd_hcic_get_link_quality + 0x0000000000000000 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + .xt.lit 0x0000000000000000 0x238 esp-idf/bt/libbt.a(hcicmds.c.obj) + .xt.prop 0x0000000000000000 0x180c esp-idf/bt/libbt.a(hcicmds.c.obj) + .literal.L2CA_GetIdentifiers + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.L2CA_SetTraceLevel + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.L2CA_GetBDAddrbyHandle + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.L2CA_RegisterLECoc + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.L2CA_DeregisterLECoc + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.L2CA_ConnectLECocReq + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.L2CA_ConnectLECocRsp + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.L2CA_GetPeerLECocConfig + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.L2CA_GetFreePktBufferNum_LE + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.L2CA_SetChnlFlushability + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.L2CA_FlushChannel + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(l2c_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_GetIdentifiers + 0x0000000000000000 0x31 esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_SetTraceLevel + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_GetBDAddrbyHandle + 0x0000000000000000 0x25 esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_RegisterLECoc + 0x0000000000000000 0x89 esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_DeregisterLECoc + 0x0000000000000000 0x77 esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_ConnectLECocReq + 0x0000000000000000 0xa2 esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_ConnectLECocRsp + 0x0000000000000000 0x8a esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_GetPeerLECocConfig + 0x0000000000000000 0x2d esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_GetFreePktBufferNum_LE + 0x0000000000000000 0xd esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_SetChnlFlushability + 0x0000000000000000 0x22 esp-idf/bt/libbt.a(l2c_api.c.obj) + .text.L2CA_FlushChannel + 0x0000000000000000 0x11d esp-idf/bt/libbt.a(l2c_api.c.obj) + .xt.lit 0x0000000000000000 0xb8 esp-idf/bt/libbt.a(l2c_api.c.obj) + .xt.prop 0x0000000000000000 0xcb4 esp-idf/bt/libbt.a(l2c_api.c.obj) + .literal.l2cble_update_data_length + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .literal.l2cble_set_fixed_channel_tx_data_length + 0x0000000000000000 0xc esp-idf/bt/libbt.a(l2c_ble.c.obj) + .literal.L2CA_EnableUpdateBleConnParams + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .literal.l2cble_credit_based_conn_req + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .literal.l2cble_credit_based_conn_res + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .literal.l2cble_send_flow_control_credit + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .literal.l2ble_sec_access_req + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .literal.l2cble_sec_comp + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .literal.L2CA_GetDisconnectReason + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text.l2cble_update_data_length + 0x0000000000000000 0x4a esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text.l2cble_set_fixed_channel_tx_data_length + 0x0000000000000000 0x4e esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text.L2CA_EnableUpdateBleConnParams + 0x0000000000000000 0xa5 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text.l2cble_credit_based_conn_req + 0x0000000000000000 0x1a esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text.l2cble_credit_based_conn_res + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text.l2cble_send_flow_control_credit + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text.l2ble_sec_access_req + 0x0000000000000000 0x76 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text.l2cble_sec_comp + 0x0000000000000000 0xec esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text.L2CA_GetDisconnectReason + 0x0000000000000000 0x1a esp-idf/bt/libbt.a(l2c_ble.c.obj) + .xt.lit 0x0000000000000000 0xe8 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .xt.prop 0x0000000000000000 0xdec esp-idf/bt/libbt.a(l2c_ble.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .xt.prop 0x0000000000000000 0x60 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .literal.l2c_link_sec_comp + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_link.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + .text.l2c_link_sec_comp + 0x0000000000000000 0x43 esp-idf/bt/libbt.a(l2c_link.c.obj) + .text.l2c_link_pkts_rcvd + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(l2c_link.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/bt/libbt.a(l2c_link.c.obj) + .xt.prop 0x0000000000000000 0xd08 esp-idf/bt/libbt.a(l2c_link.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_main.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/bt/libbt.a(l2c_main.c.obj) + .xt.prop 0x0000000000000000 0x3cc esp-idf/bt/libbt.a(l2c_main.c.obj) + .literal.l2cu_plcb_active_count + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2c_is_cmd_rejected + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_connect_req + 0x0000000000000000 0xc esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_connect_rsp + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_reject_connection + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_config_req + 0x0000000000000000 0xc esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_config_rsp + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_config_rej + 0x0000000000000000 0xc esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_disc_rsp + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_echo_rsp + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_info_rsp + 0x0000000000000000 0xc esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_change_pri_ccb + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_allocate_rcb + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_allocate_ble_rcb + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_find_rcb_by_psm + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_find_ble_rcb_by_psm + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_process_peer_cfg_rsp + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_process_our_cfg_req + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_adjust_out_mps + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_process_peer_cfg_req + 0x0000000000000000 0xc esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_ble_credit_based_conn_req + 0x0000000000000000 0xc esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_reject_ble_connection + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_ble_credit_based_conn_res + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_ble_flow_control_credit + 0x0000000000000000 0xc esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_send_peer_disc_req + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.l2cu_disconnect_chnl + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_plcb_active_count + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2c_is_cmd_rejected + 0x0000000000000000 0x34 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .rodata.l2c_is_cmd_rejected + 0x0000000000000000 0x4c esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_connect_req + 0x0000000000000000 0x5e esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_connect_rsp + 0x0000000000000000 0x6a esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_reject_connection + 0x0000000000000000 0x48 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_config_req + 0x0000000000000000 0x25e esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_config_rsp + 0x0000000000000000 0x22e esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_config_rej + 0x0000000000000000 0x126 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_disc_rsp + 0x0000000000000000 0x3c esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_echo_rsp + 0x0000000000000000 0x80 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_info_rsp + 0x0000000000000000 0x11a esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_change_pri_ccb + 0x0000000000000000 0xca esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_find_ccb_by_remote_cid + 0x0000000000000000 0x1f esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_allocate_rcb + 0x0000000000000000 0x33 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_allocate_ble_rcb + 0x0000000000000000 0x36 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_release_rcb + 0x0000000000000000 0xf esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_find_rcb_by_psm + 0x0000000000000000 0x2f esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_find_ble_rcb_by_psm + 0x0000000000000000 0x32 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_process_peer_cfg_rsp + 0x0000000000000000 0x62 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_process_our_cfg_req + 0x0000000000000000 0xfa esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_adjust_out_mps + 0x0000000000000000 0x39 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_process_peer_cfg_req + 0x0000000000000000 0x131 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_ble_credit_based_conn_req + 0x0000000000000000 0x8a esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_reject_ble_connection + 0x0000000000000000 0x48 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_ble_credit_based_conn_res + 0x0000000000000000 0x6b esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_ble_flow_control_credit + 0x0000000000000000 0x5c esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_send_peer_disc_req + 0x0000000000000000 0x8b esp-idf/bt/libbt.a(l2c_utils.c.obj) + .text.l2cu_disconnect_chnl + 0x0000000000000000 0x2a esp-idf/bt/libbt.a(l2c_utils.c.obj) + .xt.lit 0x0000000000000000 0x1e0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .xt.prop 0x0000000000000000 0x1efc esp-idf/bt/libbt.a(l2c_utils.c.obj) + .literal.SMP_SetTraceLevel + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(smp_api.c.obj) + .literal.SMP_SecureConnectionOobDataReply + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(smp_api.c.obj) + .literal.SMP_KeypressNotification + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(smp_api.c.obj) + .literal.SMP_CreateLocalSecureConnectionsOobData + 0x0000000000000000 0xc esp-idf/bt/libbt.a(smp_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + .text.SMP_SetTraceLevel + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(smp_api.c.obj) + .text.SMP_SecureConnectionOobDataReply + 0x0000000000000000 0x8a esp-idf/bt/libbt.a(smp_api.c.obj) + .text.SMP_KeypressNotification + 0x0000000000000000 0x44 esp-idf/bt/libbt.a(smp_api.c.obj) + .text.SMP_CreateLocalSecureConnectionsOobData + 0x0000000000000000 0x46 esp-idf/bt/libbt.a(smp_api.c.obj) + .xt.lit 0x0000000000000000 0x78 esp-idf/bt/libbt.a(smp_api.c.obj) + .xt.prop 0x0000000000000000 0x51c esp-idf/bt/libbt.a(smp_api.c.obj) + .literal.smp_calculate_long_term_key_from_link_key + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(smp_keys.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + .text.smp_debug_print_nbyte_little_endian + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(smp_keys.c.obj) + .rodata.smp_calculate_long_term_key_from_link_key.str1.4 + 0x0000000000000000 0xd esp-idf/bt/libbt.a(smp_keys.c.obj) + .text.smp_calculate_long_term_key_from_link_key + 0x0000000000000000 0x94 esp-idf/bt/libbt.a(smp_keys.c.obj) + .xt.lit 0x0000000000000000 0x178 esp-idf/bt/libbt.a(smp_keys.c.obj) + .xt.prop 0x0000000000000000 0x13bc esp-idf/bt/libbt.a(smp_keys.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .xt.prop 0x0000000000000000 0x168 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .literal.smp_get_state_name + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(smp_main.c.obj) + .literal.smp_get_event_name + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(smp_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_get_state_name.str1.4 + 0x0000000000000000 0xe esp-idf/bt/libbt.a(smp_main.c.obj) + .text.smp_get_state_name + 0x0000000000000000 0x1d esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_get_event_name.str1.4 + 0x0000000000000000 0x11 esp-idf/bt/libbt.a(smp_main.c.obj) + .text.smp_get_event_name + 0x0000000000000000 0x21 esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x4ed esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_event_name + 0x0000000000000000 0xa4 esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_state_name + 0x0000000000000000 0x48 esp-idf/bt/libbt.a(smp_main.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/bt/libbt.a(smp_main.c.obj) + .xt.prop 0x0000000000000000 0x354 esp-idf/bt/libbt.a(smp_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_reverse_array + 0x0000000000000000 0x2e esp-idf/bt/libbt.a(smp_utils.c.obj) + .xt.lit 0x0000000000000000 0x118 esp-idf/bt/libbt.a(smp_utils.c.obj) + .xt.prop 0x0000000000000000 0xdf8 esp-idf/bt/libbt.a(smp_utils.c.obj) + .literal.esp_blufi_gap_event_handler + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .literal.esp_blufi_adv_start + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .literal.esp_blufi_adv_stop + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .literal.esp_blufi_disconnect + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(esp_blufi.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .text.esp_blufi_gap_event_handler + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .rodata.esp_blufi_adv_start.str1.4 + 0x0000000000000000 0xd esp-idf/bt/libbt.a(esp_blufi.c.obj) + .text.esp_blufi_adv_start + 0x0000000000000000 0x17 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .text.esp_blufi_adv_stop + 0x0000000000000000 0xb esp-idf/bt/libbt.a(esp_blufi.c.obj) + .rodata.esp_blufi_disconnect.str1.4 + 0x0000000000000000 0x5a esp-idf/bt/libbt.a(esp_blufi.c.obj) + .text.esp_blufi_disconnect + 0x0000000000000000 0x2b esp-idf/bt/libbt.a(esp_blufi.c.obj) + .rodata.__func__$13338 + 0x0000000000000000 0x15 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .data.blufi_adv_params + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .data.blufi_adv_data + 0x0000000000000000 0x2c esp-idf/bt/libbt.a(esp_blufi.c.obj) + .data.blufi_service_uuid128 + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .xt.prop 0x0000000000000000 0x528 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .xt.prop 0x0000000000000000 0x30 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .literal.osi_alarm_set_periodic + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(alarm.c.obj) + .literal.osi_alarm_get_remaining_ms + 0x0000000000000000 0x34 esp-idf/bt/libbt.a(alarm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(alarm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(alarm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(alarm.c.obj) + .text.osi_alarm_set_periodic + 0x0000000000000000 0x15 esp-idf/bt/libbt.a(alarm.c.obj) + .text.osi_alarm_get_remaining_ms + 0x0000000000000000 0x77 esp-idf/bt/libbt.a(alarm.c.obj) + .rodata.__func__$6080 + 0x0000000000000000 0x1b esp-idf/bt/libbt.a(alarm.c.obj) + .xt.lit 0x0000000000000000 0x80 esp-idf/bt/libbt.a(alarm.c.obj) + .xt.prop 0x0000000000000000 0x648 esp-idf/bt/libbt.a(alarm.c.obj) + .literal.osi_malloc_func + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(allocator.c.obj) + .literal.osi_calloc_func + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(allocator.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(allocator.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(allocator.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(allocator.c.obj) + .text.osi_malloc_func + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(allocator.c.obj) + .text.osi_calloc_func + 0x0000000000000000 0x11 esp-idf/bt/libbt.a(allocator.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/bt/libbt.a(allocator.c.obj) + .xt.prop 0x0000000000000000 0xcc esp-idf/bt/libbt.a(allocator.c.obj) + .literal.config_has_section + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(config.c.obj) + .literal.config_has_key_in_section + 0x0000000000000000 0x28 esp-idf/bt/libbt.a(config.c.obj) + .literal.config_get_bool + 0x0000000000000000 0x34 esp-idf/bt/libbt.a(config.c.obj) + .literal.config_set_bool + 0x0000000000000000 0x2c esp-idf/bt/libbt.a(config.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(config.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(config.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(config.c.obj) + .text.config_has_section + 0x0000000000000000 0x3f esp-idf/bt/libbt.a(config.c.obj) + .text.config_has_key_in_section + 0x0000000000000000 0x84 esp-idf/bt/libbt.a(config.c.obj) + .rodata.config_get_bool.str1.4 + 0x0000000000000000 0xe esp-idf/bt/libbt.a(config.c.obj) + .text.config_get_bool + 0x0000000000000000 0x7f esp-idf/bt/libbt.a(config.c.obj) + .text.config_set_bool + 0x0000000000000000 0x5f esp-idf/bt/libbt.a(config.c.obj) + .rodata.__func__$4920 + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(config.c.obj) + .rodata.__func__$4896 + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(config.c.obj) + .rodata.__func__$4858 + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(config.c.obj) + .xt.lit 0x0000000000000000 0xe8 esp-idf/bt/libbt.a(config.c.obj) + .xt.prop 0x0000000000000000 0xccc esp-idf/bt/libbt.a(config.c.obj) + .literal.fixed_queue_capacity + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .literal.fixed_queue_try_peek_last + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .text.fixed_queue_capacity + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(fixed_queue.c.obj) + .text.fixed_queue_try_peek_last + 0x0000000000000000 0x36 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .rodata.__func__$5253 + 0x0000000000000000 0x15 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .xt.prop 0x0000000000000000 0x4b0 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .literal.future_new_immediate + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(future.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(future.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(future.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(future.c.obj) + .text.future_new_immediate + 0x0000000000000000 0x29 esp-idf/bt/libbt.a(future.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/bt/libbt.a(future.c.obj) + .xt.prop 0x0000000000000000 0x180 esp-idf/bt/libbt.a(future.c.obj) + .literal.hash_function_integer + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(hash_functions.c.obj) + .literal.hash_function_string + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(hash_functions.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hash_functions.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hash_functions.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hash_functions.c.obj) + .text.hash_function_integer + 0x0000000000000000 0xb esp-idf/bt/libbt.a(hash_functions.c.obj) + .text.hash_function_string + 0x0000000000000000 0x29 esp-idf/bt/libbt.a(hash_functions.c.obj) + .text.hash_function_blob + 0x0000000000000000 0x4c esp-idf/bt/libbt.a(hash_functions.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/bt/libbt.a(hash_functions.c.obj) + .xt.prop 0x0000000000000000 0x120 esp-idf/bt/libbt.a(hash_functions.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hash_map.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hash_map.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hash_map.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/bt/libbt.a(hash_map.c.obj) + .xt.prop 0x0000000000000000 0x450 esp-idf/bt/libbt.a(hash_map.c.obj) + .literal.list_back_node + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(list.c.obj) + .literal.list_delete_node + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(list.c.obj) + .literal.list_delete + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(list.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(list.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(list.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(list.c.obj) + .text.list_back_node + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(list.c.obj) + .text.list_delete_node + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(list.c.obj) + .text.list_delete + 0x0000000000000000 0x8a esp-idf/bt/libbt.a(list.c.obj) + .rodata.__func__$3887 + 0x0000000000000000 0x11 esp-idf/bt/libbt.a(list.c.obj) + .rodata.__func__$3835 + 0x0000000000000000 0xc esp-idf/bt/libbt.a(list.c.obj) + .rodata.__func__$3800 + 0x0000000000000000 0xf esp-idf/bt/libbt.a(list.c.obj) + .xt.lit 0x0000000000000000 0xb8 esp-idf/bt/libbt.a(list.c.obj) + .xt.prop 0x0000000000000000 0x8b8 esp-idf/bt/libbt.a(list.c.obj) + .literal.osi_mutex_global_lock + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(mutex.c.obj) + .literal.osi_mutex_global_unlock + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(mutex.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(mutex.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(mutex.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(mutex.c.obj) + .text.osi_mutex_global_lock + 0x0000000000000000 0x12 esp-idf/bt/libbt.a(mutex.c.obj) + .text.osi_mutex_global_unlock + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(mutex.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/bt/libbt.a(mutex.c.obj) + .xt.prop 0x0000000000000000 0x204 esp-idf/bt/libbt.a(mutex.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(osi.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(osi.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(osi.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(osi.c.obj) + .xt.prop 0x0000000000000000 0x6c esp-idf/bt/libbt.a(osi.c.obj) + .literal.BTA_EnableTestMode + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DisableTestMode + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleReadAdvTxPower + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmSetVisibility + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmSearch + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmSearchCancel + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBond + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBondByTransport + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBondCancel + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmLocalOob + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmConfirm + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_GetEirService + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmGetConnectionState + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.bta_dmexecutecallback + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmSetBleConnScanParams + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmSetBleScanParams + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmSetBleAdvParams + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleSetLongAdv + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleSetStorageParams + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleEnableBatchScan + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleDisableBatchScan + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleReadScanReports + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleTrackAdvertiser + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleSetBgConnType + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmSearchExt + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleUpdateConnectionParam + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_BleEnableAdvInstance + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_BleUpdateAdvInstParam + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_BleCfgAdvInstData + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_BleDisableAdvInstance + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleCfgFilterCondition + 0x0000000000000000 0x28 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleScanFilterSetup + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleGetEnergyInfo + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmEnableScanFilter + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmCloseACL + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleObserve + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.BTA_DmBleStopAdvertising + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_EnableTestMode + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DisableTestMode + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleReadAdvTxPower + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmSetVisibility + 0x0000000000000000 0x34 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmSearch + 0x0000000000000000 0x42 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmSearchCancel + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBond + 0x0000000000000000 0x38 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBondByTransport + 0x0000000000000000 0x37 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBondCancel + 0x0000000000000000 0x32 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmLocalOob + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmConfirm + 0x0000000000000000 0x37 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_GetEirService + 0x0000000000000000 0xa7 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmGetConnectionState + 0x0000000000000000 0x22 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.bta_dmexecutecallback + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmSetBleConnScanParams + 0x0000000000000000 0x30 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmSetBleScanParams + 0x0000000000000000 0x3e esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmSetBleAdvParams + 0x0000000000000000 0x48 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleSetLongAdv + 0x0000000000000000 0x23 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleSetStorageParams + 0x0000000000000000 0x42 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleEnableBatchScan + 0x0000000000000000 0x33 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleDisableBatchScan + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleReadScanReports + 0x0000000000000000 0x23 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleTrackAdvertiser + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleSetBgConnType + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmDiscoverByTransport + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmDiscoverExt + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmSearchExt + 0x0000000000000000 0x82 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleUpdateConnectionParam + 0x0000000000000000 0x5a esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_BleEnableAdvInstance + 0x0000000000000000 0x42 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_BleUpdateAdvInstParam + 0x0000000000000000 0x52 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_BleCfgAdvInstData + 0x0000000000000000 0x46 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_BleDisableAdvInstance + 0x0000000000000000 0x38 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleCfgFilterCondition + 0x0000000000000000 0x138 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .rodata.BTA_DmBleCfgFilterCondition + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleScanFilterSetup + 0x0000000000000000 0x62 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleGetEnergyInfo + 0x0000000000000000 0x2e esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmEnableScanFilter + 0x0000000000000000 0x37 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmCloseACL + 0x0000000000000000 0x64 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleObserve + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_DmBleStopAdvertising + 0x0000000000000000 0x30 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .text.BTA_VendorInit + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .xt.lit 0x0000000000000000 0x240 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .xt.prop 0x0000000000000000 0x1548 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .literal.bta_dm_co_rmt_oob + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .text.bta_dm_co_get_compress_memory + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .text.bta_dm_co_bt_set_io_cap + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .text.bta_dm_co_io_req + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .text.bta_dm_co_io_rsp + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .text.bta_dm_co_lk_upgrade + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .text.bta_dm_co_loc_oob + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .text.bta_dm_co_rmt_oob + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .text.bta_dm_co_le_io_key_req + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .xt.prop 0x0000000000000000 0x438 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .literal.BTA_DmCoexEventTrigger + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .text.BTA_DmCoexEventTrigger + 0x0000000000000000 0x3a esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .xt.prop 0x0000000000000000 0x1f8 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .xt.prop 0x0000000000000000 0xe4 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .literal.BTA_GATT_GetLocalMTU + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .text.BTA_GATT_GetLocalMTU + 0x0000000000000000 0xd esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .xt.prop 0x0000000000000000 0x60 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .literal.BTA_GATTC_GetServices + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .literal.BTA_GATTC_GetCharacteristic + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .literal.BTA_GATTC_GetDescriptor + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .literal.BTA_GATTC_GetCharByUUID + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .literal.BTA_GATTC_GetDescrByUUID + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .literal.BTA_GATTC_GetDescrByCharHandle + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .literal.BTA_GATTC_GetGattDb + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .literal.BTA_GATTC_Listen + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .literal.BTA_GATTC_Broadcast + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .text.BTA_GATTC_GetServices + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .text.BTA_GATTC_GetCharacteristic + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .text.BTA_GATTC_GetDescriptor + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .text.BTA_GATTC_GetCharByUUID + 0x0000000000000000 0x2e esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .text.BTA_GATTC_GetDescrByUUID + 0x0000000000000000 0x2e esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .text.BTA_GATTC_GetDescrByCharHandle + 0x0000000000000000 0x2b esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .text.BTA_GATTC_GetGattDb + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .text.BTA_GATTC_Listen + 0x0000000000000000 0x46 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .text.BTA_GATTC_Broadcast + 0x0000000000000000 0x27 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .xt.lit 0x0000000000000000 0x138 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .xt.prop 0x0000000000000000 0xa8c esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .literal.bta_gattc_cache_write + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_generate_cache_file_name + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_get_service_for_handle + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_get_descriptor_srcb + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_get_descriptor + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_get_gatt_db_impl + 0x0000000000000000 0x78 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_get_gatt_db + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_rebuild_cache + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_fill_nv_attr + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_cache_save + 0x0000000000000000 0x98 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_cache_load + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.bta_gattc_cache_reset + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_cache_write + 0x0000000000000000 0x12 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .rodata.bta_gattc_generate_cache_file_name.str1.4 + 0x0000000000000000 0x3f esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_generate_cache_file_name + 0x0000000000000000 0x2b esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_get_service_for_handle + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_get_descriptor_srcb + 0x0000000000000000 0xf8 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_get_descriptor + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_get_gatt_db_impl + 0x0000000000000000 0x3ac esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_get_gatt_db + 0x0000000000000000 0x36 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_rebuild_cache + 0x0000000000000000 0xae esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_fill_nv_attr + 0x0000000000000000 0x38 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_cache_save + 0x0000000000000000 0x3be esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_cache_load + 0x0000000000000000 0x7e esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .text.bta_gattc_cache_reset + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .xt.lit 0x0000000000000000 0x180 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .xt.prop 0x0000000000000000 0x1644 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .literal.getFilename + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_load + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_get_cache_attr_length + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_addr_deinit + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_addr_in_cache + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.cacheClose + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_close + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_find_hash_in_cache + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_addr_save + 0x0000000000000000 0x3c esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_new_assoc_list + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_addr_init + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_find_src_addr + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.cacheOpen + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_open + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_save + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_clear_assoc_addr + 0x0000000000000000 0xc esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.cacheReset + 0x0000000000000000 0x4c esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_cache_reset + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .rodata.getFilename.str1.4 + 0x0000000000000000 0x1b esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.getFilename + 0x0000000000000000 0x22 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .rodata.bta_gattc_co_cache_load.str1.4 + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_load + 0x0000000000000000 0x56 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_get_cache_attr_length + 0x0000000000000000 0x38 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_addr_deinit + 0x0000000000000000 0x7e esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_addr_in_cache + 0x0000000000000000 0x30 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.cacheClose + 0x0000000000000000 0x4f esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_close + 0x0000000000000000 0xe esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_find_hash_in_cache + 0x0000000000000000 0x2f esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .rodata.bta_gattc_co_cache_addr_save.str1.4 + 0x0000000000000000 0xf esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_addr_save + 0x0000000000000000 0x1aa esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_new_assoc_list + 0x0000000000000000 0x29 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_addr_init + 0x0000000000000000 0xfe esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_find_src_addr + 0x0000000000000000 0x7f esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.cacheOpen + 0x0000000000000000 0xca esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_open + 0x0000000000000000 0x1d esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_save + 0x0000000000000000 0x5a esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_clear_assoc_addr + 0x0000000000000000 0x3a esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.cacheReset + 0x0000000000000000 0x1f7 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text.bta_gattc_co_cache_reset + 0x0000000000000000 0xe esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .xt.lit 0x0000000000000000 0xb8 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .xt.prop 0x0000000000000000 0x84c esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .xt.prop 0x0000000000000000 0x2d0 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .xt.lit 0x0000000000000000 0xe0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .xt.prop 0x0000000000000000 0xfa8 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .literal.BTA_GetAttributeValue + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .literal.BTA_GATTS_CancelOpen + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .literal.BTA_GATTS_Listen + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .text.BTA_GetAttributeValue + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .text.BTA_GATTS_CancelOpen + 0x0000000000000000 0x37 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .text.BTA_GATTS_Listen + 0x0000000000000000 0x46 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .xt.prop 0x0000000000000000 0x540 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .xt.prop 0x0000000000000000 0x1e0 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .xt.prop 0x0000000000000000 0x2b8 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .literal.bta_sys_role_chg_register + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_collision_register + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_sco_register + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_pm_register + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_app_open + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_app_close + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_sco_open + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_sco_close + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_sco_use + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_sco_unuse + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_set_policy + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_clear_policy + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_set_default_policy + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_clear_default_policy + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_add_uuid + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_vs_hdl + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_role_chg_register + 0x0000000000000000 0xd esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_collision_register + 0x0000000000000000 0x43 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_sco_register + 0x0000000000000000 0xd esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_pm_register + 0x0000000000000000 0xd esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_app_open + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_app_close + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_sco_open + 0x0000000000000000 0x38 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_sco_close + 0x0000000000000000 0x47 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_sco_use + 0x0000000000000000 0x1b esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_sco_unuse + 0x0000000000000000 0x2e esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_set_policy + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_clear_policy + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_set_default_policy + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_clear_default_policy + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_add_uuid + 0x0000000000000000 0x17 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .text.bta_sys_vs_hdl + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .xt.lit 0x0000000000000000 0xd0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .xt.prop 0x0000000000000000 0x66c esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.hash_iter_ro_cb + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .literal.bta_sys_get_remaining_ticks + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .literal.bta_sys_set_trace_level + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .literal.bta_sys_get_sys_features + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .text.hash_iter_ro_cb + 0x0000000000000000 0x25 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .text.bta_sys_get_remaining_ticks + 0x0000000000000000 0x36 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .text.bta_sys_set_trace_level + 0x0000000000000000 0xb esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .text.bta_sys_get_sys_features + 0x0000000000000000 0xd esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .data.btif_trace_level + 0x0000000000000000 0x1 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .xt.lit 0x0000000000000000 0xd8 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .xt.prop 0x0000000000000000 0x7d4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .xt.lit 0x0000000000000000 0x78 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .xt.prop 0x0000000000000000 0x4e0 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bte_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bte_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bte_init.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bte_init.c.obj) + .xt.prop 0x0000000000000000 0xcc esp-idf/bt/libbt.a(bte_init.c.obj) + .literal.BTM_IsBleConnection + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + .literal.BTM_ReadConnectedTransportAddress + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(btm_ble.c.obj) + .literal.BTM_BleReceiverTest + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_ble.c.obj) + .literal.BTM_BleTransmitterTest + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_ble.c.obj) + .literal.BTM_BleTestEnd + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_ble.c.obj) + .literal.btm_ble_determine_security_act + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_ble.c.obj) + .literal.btm_ble_start_sec_check + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_ble.c.obj) + .literal.BTM_GetLeSecurityState + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_ble.c.obj) + .literal.BTM_BleSecurityProcedureIsRunning + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + .literal.btm_get_current_conn_params + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.BTM_IsBleConnection + 0x0000000000000000 0x28 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.BTM_ReadConnectedTransportAddress + 0x0000000000000000 0xb1 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.BTM_BleReceiverTest + 0x0000000000000000 0x16 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.BTM_BleTransmitterTest + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.BTM_BleTestEnd + 0x0000000000000000 0x13 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.btm_ble_determine_security_act + 0x0000000000000000 0xb5 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.btm_ble_start_sec_check + 0x0000000000000000 0x7d esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.BTM_GetLeSecurityState + 0x0000000000000000 0x84 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.BTM_BleSecurityProcedureIsRunning + 0x0000000000000000 0x28 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.BTM_BleGetSupportedKeySize + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text.btm_get_current_conn_params + 0x0000000000000000 0x46 esp-idf/bt/libbt.a(btm_ble.c.obj) + .xt.lit 0x0000000000000000 0x1e0 esp-idf/bt/libbt.a(btm_ble.c.obj) + .xt.prop 0x0000000000000000 0x1a94 esp-idf/bt/libbt.a(btm_ble.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .xt.lit 0x0000000000000000 0xa8 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .xt.prop 0x0000000000000000 0xe7c esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .literal.btm_ble_batchscan_filter_track_adv_vse_cback + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .literal.btm_ble_batchscan_init + 0x0000000000000000 0x1c esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .text.btm_ble_batchscan_filter_track_adv_vse_cback + 0x0000000000000000 0x13e esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .text.btm_ble_batchscan_init + 0x0000000000000000 0x60 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .xt.prop 0x0000000000000000 0x8b8 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .literal.btm_resume_wl_activity + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .text.btm_resume_wl_activity + 0x0000000000000000 0x17 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .xt.lit 0x0000000000000000 0xe8 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .xt.prop 0x0000000000000000 0x9f0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .literal.BTM_ReadScoHandle + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sco.c.obj) + .literal.BTM_ReadScoDiscReason + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_sco.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_sco.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_CreateSco + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_RemoveSco + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_SetScoPacketTypes + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_ReadScoPacketTypes + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_ReadDeviceScoPacketTypes + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_ReadScoHandle + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_ReadScoBdAddr + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_ReadScoDiscReason + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_SetEScoMode + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_RegForEScoEvts + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_ReadEScoLinkParms + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_ChangeEScoLinkParms + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_EScoConnRsp + 0x0000000000000000 0x5 esp-idf/bt/libbt.a(btm_sco.c.obj) + .text.BTM_GetNumScoLinks + 0x0000000000000000 0x7 esp-idf/bt/libbt.a(btm_sco.c.obj) + .debug_frame 0x0000000000000000 0x160 esp-idf/bt/libbt.a(btm_sco.c.obj) + .debug_info 0x0000000000000000 0x4648 esp-idf/bt/libbt.a(btm_sco.c.obj) + .debug_abbrev 0x0000000000000000 0x2e3 esp-idf/bt/libbt.a(btm_sco.c.obj) + .debug_loc 0x0000000000000000 0x172 esp-idf/bt/libbt.a(btm_sco.c.obj) + .debug_aranges + 0x0000000000000000 0x88 esp-idf/bt/libbt.a(btm_sco.c.obj) + .debug_ranges 0x0000000000000000 0x78 esp-idf/bt/libbt.a(btm_sco.c.obj) + .debug_line 0x0000000000000000 0x8ba esp-idf/bt/libbt.a(btm_sco.c.obj) + .debug_str 0x0000000000000000 0x36ee esp-idf/bt/libbt.a(btm_sco.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bt/libbt.a(btm_sco.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_sco.c.obj) + .xt.prop 0x0000000000000000 0x210 esp-idf/bt/libbt.a(btm_sco.c.obj) + .literal.GAP_SetTraceLevel + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(gap_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gap_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gap_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gap_api.c.obj) + .text.GAP_SetTraceLevel + 0x0000000000000000 0x1e esp-idf/bt/libbt.a(gap_api.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/bt/libbt.a(gap_api.c.obj) + .xt.prop 0x0000000000000000 0xc0 esp-idf/bt/libbt.a(gap_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/bt/libbt.a(att_protocol.c.obj) + .xt.prop 0x0000000000000000 0x774 esp-idf/bt/libbt.a(att_protocol.c.obj) + .literal.GATT_ConfigServiceChangeCCC + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .text.GATT_ConfigServiceChangeCCC + 0x0000000000000000 0x7a esp-idf/bt/libbt.a(gatt_attr.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .xt.prop 0x0000000000000000 0x570 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .literal.inv_shift_sub_rows + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(aes.c.obj) + .literal.inv_mix_sub_columns + 0x0000000000000000 0x18 esp-idf/bt/libbt.a(aes.c.obj) + .literal.update_encrypt_key_128 + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(aes.c.obj) + .literal.update_decrypt_key_128 + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(aes.c.obj) + .literal.update_encrypt_key_256 + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(aes.c.obj) + .literal.update_decrypt_key_256 + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(aes.c.obj) + .literal.aes_cbc_encrypt + 0x0000000000000000 0xc esp-idf/bt/libbt.a(aes.c.obj) + .literal.bluedroid_aes_decrypt + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(aes.c.obj) + .literal.aes_cbc_decrypt + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(aes.c.obj) + .literal.bluedroid_aes_encrypt_128 + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(aes.c.obj) + .literal.bluedroid_aes_decrypt_128 + 0x0000000000000000 0x20 esp-idf/bt/libbt.a(aes.c.obj) + .literal.bluedroid_aes_encrypt_256 + 0x0000000000000000 0x28 esp-idf/bt/libbt.a(aes.c.obj) + .literal.bluedroid_aes_decrypt_256 + 0x0000000000000000 0x24 esp-idf/bt/libbt.a(aes.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(aes.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(aes.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(aes.c.obj) + .text.inv_shift_sub_rows + 0x0000000000000000 0xb8 esp-idf/bt/libbt.a(aes.c.obj) + .text.inv_mix_sub_columns + 0x0000000000000000 0x2a1 esp-idf/bt/libbt.a(aes.c.obj) + .text.update_encrypt_key_128 + 0x0000000000000000 0xc3 esp-idf/bt/libbt.a(aes.c.obj) + .text.update_decrypt_key_128 + 0x0000000000000000 0xbd esp-idf/bt/libbt.a(aes.c.obj) + .text.update_encrypt_key_256 + 0x0000000000000000 0x162 esp-idf/bt/libbt.a(aes.c.obj) + .text.update_decrypt_key_256 + 0x0000000000000000 0x15d esp-idf/bt/libbt.a(aes.c.obj) + .text.aes_cbc_encrypt + 0x0000000000000000 0x42 esp-idf/bt/libbt.a(aes.c.obj) + .text.bluedroid_aes_decrypt + 0x0000000000000000 0x59 esp-idf/bt/libbt.a(aes.c.obj) + .text.aes_cbc_decrypt + 0x0000000000000000 0x4d esp-idf/bt/libbt.a(aes.c.obj) + .text.bluedroid_aes_encrypt_128 + 0x0000000000000000 0x72 esp-idf/bt/libbt.a(aes.c.obj) + .text.bluedroid_aes_decrypt_128 + 0x0000000000000000 0x6f esp-idf/bt/libbt.a(aes.c.obj) + .text.bluedroid_aes_encrypt_256 + 0x0000000000000000 0x92 esp-idf/bt/libbt.a(aes.c.obj) + .text.bluedroid_aes_decrypt_256 + 0x0000000000000000 0x84 esp-idf/bt/libbt.a(aes.c.obj) + .rodata.gfmul_e + 0x0000000000000000 0x100 esp-idf/bt/libbt.a(aes.c.obj) + .rodata.gfmul_d + 0x0000000000000000 0x100 esp-idf/bt/libbt.a(aes.c.obj) + .rodata.gfmul_b + 0x0000000000000000 0x100 esp-idf/bt/libbt.a(aes.c.obj) + .rodata.gfmul_9 + 0x0000000000000000 0x100 esp-idf/bt/libbt.a(aes.c.obj) + .rodata.isbox 0x0000000000000000 0x100 esp-idf/bt/libbt.a(aes.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/bt/libbt.a(aes.c.obj) + .xt.prop 0x0000000000000000 0x6fc esp-idf/bt/libbt.a(aes.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .xt.prop 0x0000000000000000 0x3c esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .xt.prop 0x0000000000000000 0x27c esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .xt.prop 0x0000000000000000 0xb7c esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .literal.smp_br_send_pair_response + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + .literal.smp_br_process_slave_keys_response + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + .literal.smp_br_pairing_complete + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + .text.smp_br_send_pair_response + 0x0000000000000000 0x2a esp-idf/bt/libbt.a(smp_act.c.obj) + .text.smp_br_process_slave_keys_response + 0x0000000000000000 0xf esp-idf/bt/libbt.a(smp_act.c.obj) + .text.smp_br_pairing_complete + 0x0000000000000000 0x16 esp-idf/bt/libbt.a(smp_act.c.obj) + .rodata.smp_association_table + 0x0000000000000000 0x32 esp-idf/bt/libbt.a(smp_act.c.obj) + .xt.lit 0x0000000000000000 0x1f8 esp-idf/bt/libbt.a(smp_act.c.obj) + .xt.prop 0x0000000000000000 0x1914 esp-idf/bt/libbt.a(smp_act.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .xt.prop 0x0000000000000000 0x300 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .rodata.bta_service_id_to_uuid_lkup_tbl + 0x0000000000000000 0x40 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .xt.lit 0x0000000000000000 0x3a0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .xt.prop 0x0000000000000000 0x2c10 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + .xt.prop 0x0000000000000000 0x48 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + .literal.bta_dm_ci_io_req + 0x0000000000000000 0x8 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .literal.bta_dm_ci_rmt_oob + 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .text.bta_dm_ci_io_req + 0x0000000000000000 0x44 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .text.bta_dm_ci_rmt_oob + 0x0000000000000000 0x57 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .debug_frame 0x0000000000000000 0x40 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .debug_info 0x0000000000000000 0x5d82 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .debug_abbrev 0x0000000000000000 0x39c esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .debug_loc 0x0000000000000000 0x1a3 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .debug_aranges + 0x0000000000000000 0x28 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .debug_ranges 0x0000000000000000 0x18 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .debug_line 0x0000000000000000 0x8c0 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .debug_str 0x0000000000000000 0x514a esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .xt.prop 0x0000000000000000 0xa8 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .xt.lit 0x0000000000000000 0x1d8 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .xt.prop 0x0000000000000000 0x189c esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .literal.bta_gatts_get_attr_value + 0x0000000000000000 0x4 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .text.bta_gatts_get_attr_value + 0x0000000000000000 0x14 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .xt.lit 0x0000000000000000 0xd0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .xt.prop 0x0000000000000000 0x9cc esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .xt.prop 0x0000000000000000 0x6c esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(interop.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(interop.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(interop.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/bt/libbt.a(interop.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/bt/libbt.a(interop.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .xt.prop 0x0000000000000000 0xa8 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + .xt.lit 0x0000000000000000 0x108 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + .xt.prop 0x0000000000000000 0xd08 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + .text 0x0000000000000000 0x7a /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + .rodata.str1.1 + 0x0000000000000000 0xd /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + .xt.lit 0x0000000000000000 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + .xt.prop 0x0000000000000000 0x9c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + .xt.lit 0x0000000000000000 0x58 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + .xt.prop 0x0000000000000000 0x384 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + .xt.lit 0x0000000000000000 0x8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + .xt.prop 0x0000000000000000 0x3c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + .xt.lit 0x0000000000000000 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + .xt.prop 0x0000000000000000 0x6c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + .xt.lit 0x0000000000000000 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + .xt.prop 0x0000000000000000 0x60 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + .xt.lit 0x0000000000000000 0x38 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + .xt.prop 0x0000000000000000 0x2b8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + .xt.lit 0x0000000000000000 0x30 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + .xt.prop 0x0000000000000000 0x510 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + .xt.lit 0x0000000000000000 0x40 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + .xt.prop 0x0000000000000000 0x1f8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + .xt.lit 0x0000000000000000 0x20 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + .xt.prop 0x0000000000000000 0x120 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + .xt.lit 0x0000000000000000 0x20 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + .xt.prop 0x0000000000000000 0x1e0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + .xt.lit 0x0000000000000000 0x30 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + .xt.prop 0x0000000000000000 0x558 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + .xt.lit 0x0000000000000000 0x50 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + .xt.prop 0x0000000000000000 0x594 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + .xt.lit 0x0000000000000000 0x18 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + .xt.prop 0x0000000000000000 0xa8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke.o) + .xt.prop 0x0000000000000000 0x24 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + .xt.lit 0x0000000000000000 0x20 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + .xt.prop 0x0000000000000000 0x294 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + .xt.lit 0x0000000000000000 0x28 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + .xt.prop 0x0000000000000000 0x150 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + .xt.lit 0x0000000000000000 0x68 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + .xt.prop 0x0000000000000000 0x48c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + .xt.lit 0x0000000000000000 0x20 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + .xt.prop 0x0000000000000000 0x114 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + .xt.lit 0x0000000000000000 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + .xt.prop 0x0000000000000000 0x1a4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + .xt.lit 0x0000000000000000 0xe8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + .xt.prop 0x0000000000000000 0x1aac /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + .xt.lit 0x0000000000000000 0x90 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + .xt.prop 0x0000000000000000 0xa14 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + .xt.lit 0x0000000000000000 0x58 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + .xt.prop 0x0000000000000000 0x804 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + .text 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + .xt.lit 0x0000000000000000 0x8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + .xt.prop 0x0000000000000000 0x150 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + .xt.lit 0x0000000000000000 0x20 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + .xt.prop 0x0000000000000000 0xd8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + .xt.lit 0x0000000000000000 0x18 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + .xt.prop 0x0000000000000000 0x120 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + .xt.lit 0x0000000000000000 0x20 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + .xt.prop 0x0000000000000000 0xc0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + .xt.lit 0x0000000000000000 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + .xt.prop 0x0000000000000000 0x6c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + .xt.lit 0x0000000000000000 0x40 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + .xt.prop 0x0000000000000000 0x4e0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + .xt.lit 0x0000000000000000 0x38 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + .xt.prop 0x0000000000000000 0x480 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + .xt.lit 0x0000000000000000 0x48 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + .xt.prop 0x0000000000000000 0x1ec /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + .xt.lit 0x0000000000000000 0x18 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + .xt.prop 0x0000000000000000 0x138 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + .xt.lit 0x0000000000000000 0x20 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + .xt.prop 0x0000000000000000 0xfc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + .xt.lit 0x0000000000000000 0xd0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + .xt.prop 0x0000000000000000 0x1218 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + .xt.lit 0x0000000000000000 0x68 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + .xt.prop 0x0000000000000000 0x6e4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + .xt.lit 0x0000000000000000 0x78 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + .xt.prop 0x0000000000000000 0x7a4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + .xt.lit 0x0000000000000000 0x8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + .xt.prop 0x0000000000000000 0x54 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + .xt.lit 0x0000000000000000 0x98 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + .xt.prop 0x0000000000000000 0x984 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + .xt.lit 0x0000000000000000 0x88 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + .xt.prop 0x0000000000000000 0xee8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + .xt.lit 0x0000000000000000 0x18 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + .xt.prop 0x0000000000000000 0x150 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + .xt.lit 0x0000000000000000 0x18 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + .xt.prop 0x0000000000000000 0x180 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + .xt.lit 0x0000000000000000 0x28 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + .xt.prop 0x0000000000000000 0x198 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + .xt.lit 0x0000000000000000 0x58 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + .xt.prop 0x0000000000000000 0x798 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + .xt.lit 0x0000000000000000 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + .xt.prop 0x0000000000000000 0x90 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + .xt.lit 0x0000000000000000 0x8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + .xt.prop 0x0000000000000000 0x54 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + .text 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + .xt.prop 0x0000000000000000 0xc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + .xt.lit 0x0000000000000000 0xb0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + .xt.prop 0x0000000000000000 0x678 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + .xt.lit 0x0000000000000000 0x28 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + .xt.prop 0x0000000000000000 0x66c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + .xt.lit 0x0000000000000000 0x28 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + .xt.prop 0x0000000000000000 0x654 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + .xt.lit 0x0000000000000000 0x48 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + .xt.prop 0x0000000000000000 0x3cc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + .xt.lit 0x0000000000000000 0x50 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + .xt.prop 0x0000000000000000 0x1d4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(syscntl.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(syscntl.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(syscntl.o) + .xt.prop 0x0000000000000000 0x24 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(syscntl.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + .xt.lit 0x0000000000000000 0x18 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + .xt.prop 0x0000000000000000 0x108 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + .xt.lit 0x0000000000000000 0x28 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + .xt.prop 0x0000000000000000 0x120 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + .xt.lit 0x0000000000000000 0x68 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + .xt.prop 0x0000000000000000 0x4f8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + .xt.lit 0x0000000000000000 0x30 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + .xt.prop 0x0000000000000000 0x1a4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + .xt.lit 0x0000000000000000 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + .xt.prop 0x0000000000000000 0x90 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + .xt.lit 0x0000000000000000 0x8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + .xt.prop 0x0000000000000000 0xcc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(emi.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(emi.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(emi.o) + .xt.prop 0x0000000000000000 0x24 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(emi.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + .xt.lit 0x0000000000000000 0x28 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + .xt.prop 0x0000000000000000 0x1e0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(led.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(led.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(led.o) + .xt.prop 0x0000000000000000 0x3c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(led.o) + .iram1.literal + 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + .literal 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + .data 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + .bss 0x0000000000000000 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + .xt.lit 0x0000000000000000 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + .xt.prop 0x0000000000000000 0xb4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + .literal._mdns_search_init + 0x0000000000000000 0x44 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_instance_name_set + 0x0000000000000000 0x38 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_service_port_set + 0x0000000000000000 0x2c esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_service_txt_set + 0x0000000000000000 0x38 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_service_txt_item_set + 0x0000000000000000 0x48 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_service_txt_item_remove + 0x0000000000000000 0x38 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_service_instance_name_set + 0x0000000000000000 0x3c esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_service_remove + 0x0000000000000000 0x2c esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_query + 0x0000000000000000 0x18 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_query_ptr + 0x0000000000000000 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_query_srv + 0x0000000000000000 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_query_txt + 0x0000000000000000 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_query_a + 0x0000000000000000 0xc esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal.mdns_query_aaaa + 0x0000000000000000 0x10 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_search_init + 0x0000000000000000 0x12f esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_handle_system_event + 0x0000000000000000 0x7 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_instance_name_set + 0x0000000000000000 0xda esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_service_port_set + 0x0000000000000000 0xf2 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_service_txt_set + 0x0000000000000000 0x12c esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_service_txt_item_set + 0x0000000000000000 0x15a esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_service_txt_item_remove + 0x0000000000000000 0x122 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_service_instance_name_set + 0x0000000000000000 0x146 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_service_remove + 0x0000000000000000 0xe0 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_query + 0x0000000000000000 0xad esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_query_ptr + 0x0000000000000000 0x55 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_query_srv + 0x0000000000000000 0x75 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_query_txt + 0x0000000000000000 0x71 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_query_a + 0x0000000000000000 0x7a esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.mdns_query_aaaa + 0x0000000000000000 0x7f esp-idf/mdns/libmdns.a(mdns.c.obj) + .xt.lit 0x0000000000000000 0x388 esp-idf/mdns/libmdns.a(mdns.c.obj) + .xt.prop 0x0000000000000000 0x669c esp-idf/mdns/libmdns.a(mdns.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .xt.prop 0x0000000000000000 0x510 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .literal.compare_double + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .literal.add_item_to_array + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.update_offset + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_strdup + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.add_item_to_object + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.ensure + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.create_reference + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_string_ptr + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_string + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_number + 0x0000000000000000 0x48 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_value + 0x0000000000000000 0x40 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_array + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_object + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_GetErrorPtr + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Version + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_InitHooks + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_SetNumberHelper + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_ParseWithLength + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Print + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_PrintUnformatted + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_PrintBuffered + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_PrintPreallocated + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_GetObjectItemCaseSensitive + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_HasObjectItem + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddItemToArray + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddItemToObject + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddItemToObjectCS + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddItemReferenceToArray + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddItemReferenceToObject + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DetachItemFromArray + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DeleteItemFromArray + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DetachItemFromObject + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DetachItemFromObjectCaseSensitive + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DeleteItemFromObject + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DeleteItemFromObjectCaseSensitive + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_InsertItemInArray + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_ReplaceItemViaPointer + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_ReplaceItemInArray + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateNull + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddNullToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateTrue + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddTrueToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateFalse + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddFalseToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateBool + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddBoolToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateNumber + 0x0000000000000000 0x2c esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddNumberToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateString + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddStringToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateStringReference + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateObjectReference + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateArrayReference + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateRaw + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddRawToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateArray + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddArrayToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateObject + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddObjectToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateIntArray + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateFloatArray + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateDoubleArray + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateStringArray + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Duplicate + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Minify + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_GetNumberValue + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_GetStringValue + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Compare + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_malloc + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_free + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_SetValuestring + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.replace_item_in_object + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_ReplaceItemInObject + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_ReplaceItemInObjectCaseSensitive + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .text 0x0000000000000000 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + .data 0x0000000000000000 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + .text.compare_double + 0x0000000000000000 0x63 esp-idf/json/libjson.a(cJSON.c.obj) + .text.suffix_object + 0x0000000000000000 0x9 esp-idf/json/libjson.a(cJSON.c.obj) + .text.add_item_to_array + 0x0000000000000000 0x52 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cast_away_const + 0x0000000000000000 0x5 esp-idf/json/libjson.a(cJSON.c.obj) + .text.skip_oneline_comment + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.skip_multiline_comment + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.minify_string + 0x0000000000000000 0x76 esp-idf/json/libjson.a(cJSON.c.obj) + .text.update_offset + 0x0000000000000000 0x1a esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_strdup + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.add_item_to_object + 0x0000000000000000 0x91 esp-idf/json/libjson.a(cJSON.c.obj) + .text.ensure 0x0000000000000000 0xb6 esp-idf/json/libjson.a(cJSON.c.obj) + .text.create_reference + 0x0000000000000000 0x36 esp-idf/json/libjson.a(cJSON.c.obj) + .rodata.print_string_ptr.str1.4 + 0x0000000000000000 0xa esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_string_ptr + 0x0000000000000000 0x184 esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_string + 0x0000000000000000 0x11 esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_number + 0x0000000000000000 0x119 esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_value + 0x0000000000000000 0x146 esp-idf/json/libjson.a(cJSON.c.obj) + .text.print 0x0000000000000000 0xb2 esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_array + 0x0000000000000000 0xb6 esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_object + 0x0000000000000000 0x181 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_GetErrorPtr + 0x0000000000000000 0xe esp-idf/json/libjson.a(cJSON.c.obj) + .rodata.cJSON_Version.str1.4 + 0x0000000000000000 0x9 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Version + 0x0000000000000000 0x1a esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_InitHooks + 0x0000000000000000 0x60 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_SetNumberHelper + 0x0000000000000000 0x51 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_ParseWithLength + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Print + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_PrintUnformatted + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_PrintBuffered + 0x0000000000000000 0x68 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_PrintPreallocated + 0x0000000000000000 0x46 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_GetObjectItemCaseSensitive + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_HasObjectItem + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddItemToArray + 0x0000000000000000 0x11 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddItemToObject + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddItemToObjectCS + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddItemReferenceToArray + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddItemReferenceToObject + 0x0000000000000000 0x41 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DetachItemViaPointer + 0x0000000000000000 0x51 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DetachItemFromArray + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DeleteItemFromArray + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DetachItemFromObject + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DetachItemFromObjectCaseSensitive + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DeleteItemFromObject + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DeleteItemFromObjectCaseSensitive + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_InsertItemInArray + 0x0000000000000000 0x42 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_ReplaceItemViaPointer + 0x0000000000000000 0x70 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_ReplaceItemInArray + 0x0000000000000000 0x25 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateNull + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddNullToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateTrue + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddTrueToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateFalse + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddFalseToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateBool + 0x0000000000000000 0x1d esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddBoolToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateNumber + 0x0000000000000000 0x62 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddNumberToObject + 0x0000000000000000 0x32 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateString + 0x0000000000000000 0x34 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddStringToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateStringReference + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateObjectReference + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateArrayReference + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateRaw + 0x0000000000000000 0x34 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddRawToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateArray + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddArrayToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateObject + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddObjectToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateIntArray + 0x0000000000000000 0x86 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateFloatArray + 0x0000000000000000 0x86 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateDoubleArray + 0x0000000000000000 0x7e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateStringArray + 0x0000000000000000 0x7e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Duplicate + 0x0000000000000000 0x97 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Minify + 0x0000000000000000 0x8e esp-idf/json/libjson.a(cJSON.c.obj) + .rodata.cJSON_Minify + 0x0000000000000000 0x9c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsInvalid + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsFalse + 0x0000000000000000 0x1a esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsTrue + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsBool + 0x0000000000000000 0x1a esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsNull + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsNumber + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_GetNumberValue + 0x0000000000000000 0x1d esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsString + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_GetStringValue + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsArray + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsObject + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsRaw + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Compare + 0x0000000000000000 0x192 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_malloc + 0x0000000000000000 0x11 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_free + 0x0000000000000000 0xf esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_SetValuestring + 0x0000000000000000 0x5e esp-idf/json/libjson.a(cJSON.c.obj) + .text.replace_item_in_object + 0x0000000000000000 0x65 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_ReplaceItemInObject + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_ReplaceItemInObjectCaseSensitive + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .bss.version$4142 + 0x0000000000000000 0xf esp-idf/json/libjson.a(cJSON.c.obj) + .xt.lit 0x0000000000000000 0x2d8 esp-idf/json/libjson.a(cJSON.c.obj) + .xt.prop 0x0000000000000000 0x31c8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.esp_mqtt_client_disconnect + 0x0000000000000000 0x14 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.esp_mqtt_client_reconnect + 0x0000000000000000 0x14 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.esp_mqtt_client_enqueue + 0x0000000000000000 0x30 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.esp_mqtt_client_register_event + 0x0000000000000000 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.esp_mqtt_client_get_outbox_size + 0x0000000000000000 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_disconnect + 0x0000000000000000 0x35 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_reconnect + 0x0000000000000000 0x42 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_enqueue + 0x0000000000000000 0xfc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_register_event + 0x0000000000000000 0x31 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_get_outbox_size + 0x0000000000000000 0x36 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .xt.lit 0x0000000000000000 0x138 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .xt.prop 0x0000000000000000 0x1c20 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.mqtt_msg_pingresp + 0x0000000000000000 0x8 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text.mqtt_header_complete + 0x0000000000000000 0x70 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text.mqtt_msg_pingresp + 0x0000000000000000 0x20 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .xt.lit 0x0000000000000000 0x80 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .xt.prop 0x0000000000000000 0xba0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .literal.outbox_delete_msgid + 0x0000000000000000 0x8 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .literal.outbox_delete_msgtype + 0x0000000000000000 0x8 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .literal.outbox_delete_single_expired + 0x0000000000000000 0x8 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .text.outbox_delete_msgid + 0x0000000000000000 0x4c esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .text.outbox_delete_msgtype + 0x0000000000000000 0x4c esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .text.outbox_delete_single_expired + 0x0000000000000000 0x69 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .text.outbox_get_size + 0x0000000000000000 0x15 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .xt.prop 0x0000000000000000 0x6cc esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .literal.ms_to_timeval + 0x0000000000000000 0x4 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .text.ms_to_timeval + 0x0000000000000000 0x30 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .xt.prop 0x0000000000000000 0xf0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .literal.ff_diskio_get_drive + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .literal.ff_diskio_register + 0x0000000000000000 0x28 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .literal.ff_disk_initialize + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .literal.ff_disk_status + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .literal.ff_disk_read + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .literal.ff_disk_write + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .literal.ff_disk_ioctl + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .literal.get_fattime + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .text 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .data 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .text.ff_diskio_get_drive + 0x0000000000000000 0x29 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .rodata.ff_diskio_register.str1.4 + 0x0000000000000000 0x51 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .text.ff_diskio_register + 0x0000000000000000 0x74 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .text.ff_disk_initialize + 0x0000000000000000 0x19 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .text.ff_disk_status + 0x0000000000000000 0x19 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .text.ff_disk_read + 0x0000000000000000 0x20 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .text.ff_disk_write + 0x0000000000000000 0x20 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .text.ff_disk_ioctl + 0x0000000000000000 0x1e esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .text.get_fattime + 0x0000000000000000 0x57 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .rodata.__func__$5963 + 0x0000000000000000 0x13 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .data.VolToPart + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .bss.s_impls 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_frame 0x0000000000000000 0xd0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_info 0x0000000000000000 0x195c esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_abbrev 0x0000000000000000 0x2e6 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_loc 0x0000000000000000 0x1ff esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_aranges + 0x0000000000000000 0x58 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_ranges 0x0000000000000000 0x48 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_line 0x0000000000000000 0x836 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .debug_str 0x0000000000000000 0x13c4 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .xt.prop 0x0000000000000000 0x204 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .literal.ff_wl_read + 0x0000000000000000 0x30 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .literal.ff_wl_write + 0x0000000000000000 0x48 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .literal.ff_wl_ioctl + 0x0000000000000000 0x20 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .literal.ff_diskio_register_wl_partition + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .literal.ff_diskio_get_pdrv_wl + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .literal.ff_diskio_clear_pdrv_wl + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .text.ff_wl_initialize + 0x0000000000000000 0x7 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .text.ff_wl_status + 0x0000000000000000 0x7 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .rodata.ff_wl_read.str1.4 + 0x0000000000000000 0x7f esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .text.ff_wl_read + 0x0000000000000000 0x71 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .rodata.ff_wl_write.str1.4 + 0x0000000000000000 0x60 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .text.ff_wl_write + 0x0000000000000000 0xb5 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .text.ff_wl_ioctl + 0x0000000000000000 0x6a esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .text.ff_diskio_register_wl_partition + 0x0000000000000000 0x26 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .text.ff_diskio_get_pdrv_wl + 0x0000000000000000 0x26 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .text.ff_diskio_clear_pdrv_wl + 0x0000000000000000 0x25 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .rodata.wl_impl$6143 + 0x0000000000000000 0x14 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .rodata.__func__$6134 + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .rodata.__func__$6126 + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .rodata.__func__$6117 + 0x0000000000000000 0xb esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .data.ff_wl_handles + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_frame 0x0000000000000000 0xd0 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_info 0x0000000000000000 0x228a esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_abbrev 0x0000000000000000 0x2f2 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_loc 0x0000000000000000 0x2dd esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_aranges + 0x0000000000000000 0x58 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_ranges 0x0000000000000000 0x48 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_line 0x0000000000000000 0xb0f esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .debug_str 0x0000000000000000 0x18cd esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .xt.prop 0x0000000000000000 0x2c4 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .literal.ld_clust + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.st_clust + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.pick_lfn + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.put_lfn + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.gen_numname + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.lock_fs + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.sync_window + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.move_window + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.check_fs + 0x0000000000000000 0x1c esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.find_volume + 0x0000000000000000 0x80 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.put_fat + 0x0000000000000000 0x28 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.get_fat + 0x0000000000000000 0x1c esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.dir_sdi + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.create_chain + 0x0000000000000000 0x14 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.remove_chain + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.unlock_fs + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.validate + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.dir_clear + 0x0000000000000000 0x24 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.dir_next + 0x0000000000000000 0x14 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.dir_alloc + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.dir_read + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.dir_remove + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.put_utf + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.get_fileinfo + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.tchar2uni + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.create_name + 0x0000000000000000 0x28 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.cmp_lfn + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.dir_find + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.follow_path + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.dir_register + 0x0000000000000000 0x34 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.sync_fs + 0x0000000000000000 0x30 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_mount + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_open + 0x0000000000000000 0x50 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_read + 0x0000000000000000 0x44 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_write + 0x0000000000000000 0x48 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_sync + 0x0000000000000000 0x2c esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_close + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_lseek + 0x0000000000000000 0x40 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_opendir + 0x0000000000000000 0x20 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_closedir + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_readdir + 0x0000000000000000 0x24 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_stat + 0x0000000000000000 0x1c esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_getfree + 0x0000000000000000 0x1c esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_truncate + 0x0000000000000000 0x24 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_unlink + 0x0000000000000000 0x30 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_mkdir + 0x0000000000000000 0x4c esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_rename + 0x0000000000000000 0x48 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_chmod + 0x0000000000000000 0x1c esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_utime + 0x0000000000000000 0x20 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_mkfs + 0x0000000000000000 0x198 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.f_fdisk + 0x0000000000000000 0x3c esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .data 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.ld_word 0x0000000000000000 0x11 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.ld_dword + 0x0000000000000000 0x23 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.st_word 0x0000000000000000 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.st_dword + 0x0000000000000000 0x1a esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.mem_cpy 0x0000000000000000 0x16 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.mem_set 0x0000000000000000 0xf esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.mem_cmp 0x0000000000000000 0x20 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.chk_chr 0x0000000000000000 0x14 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dbc_1st 0x0000000000000000 0x7 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dbc_2nd 0x0000000000000000 0x7 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.clst2sect + 0x0000000000000000 0x20 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.ld_clust + 0x0000000000000000 0x27 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.st_clust + 0x0000000000000000 0x23 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.pick_lfn + 0x0000000000000000 0x9c esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.put_lfn 0x0000000000000000 0x79 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.gen_numname + 0x0000000000000000 0xb3 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.sum_sfn 0x0000000000000000 0x26 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.get_ldnumber + 0x0000000000000000 0x6d esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.lock_fs 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.sync_window + 0x0000000000000000 0x54 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.move_window + 0x0000000000000000 0x35 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .rodata.check_fs.str1.4 + 0x0000000000000000 0xa esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.check_fs + 0x0000000000000000 0x95 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.find_volume + 0x0000000000000000 0x368 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.put_fat 0x0000000000000000 0x140 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.get_fat 0x0000000000000000 0xf5 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dir_sdi 0x0000000000000000 0xa7 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.create_chain + 0x0000000000000000 0x13e esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.remove_chain + 0x0000000000000000 0x80 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.unlock_fs + 0x0000000000000000 0x3f esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.validate + 0x0000000000000000 0x72 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dir_clear + 0x0000000000000000 0xc8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dir_next + 0x0000000000000000 0xc2 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dir_alloc + 0x0000000000000000 0x6a esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dir_read + 0x0000000000000000 0xec esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dir_remove + 0x0000000000000000 0x49 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.put_utf 0x0000000000000000 0x4d esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.get_fileinfo + 0x0000000000000000 0x161 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.tchar2uni + 0x0000000000000000 0x50 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .rodata.create_name.str1.4 + 0x0000000000000000 0x13 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.create_name + 0x0000000000000000 0x30d esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.cmp_lfn 0x0000000000000000 0xae esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dir_find + 0x0000000000000000 0xf0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.follow_path + 0x0000000000000000 0x96 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.dir_register + 0x0000000000000000 0x148 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.sync_fs 0x0000000000000000 0x9e esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_mount 0x0000000000000000 0x8e esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_open 0x0000000000000000 0x230 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_read 0x0000000000000000 0x1f3 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_write 0x0000000000000000 0x235 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_sync 0x0000000000000000 0xd2 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_close 0x0000000000000000 0x2e esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_lseek 0x0000000000000000 0x1f2 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_opendir + 0x0000000000000000 0xb0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_closedir + 0x0000000000000000 0x22 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_readdir + 0x0000000000000000 0x8e esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_stat 0x0000000000000000 0x76 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_getfree + 0x0000000000000000 0xda esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_truncate + 0x0000000000000000 0xe8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_unlink + 0x0000000000000000 0x111 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_mkdir 0x0000000000000000 0x166 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_rename + 0x0000000000000000 0x183 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_chmod 0x0000000000000000 0xa0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_utime 0x0000000000000000 0x98 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .rodata.f_mkfs.str1.4 + 0x0000000000000000 0x34 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_mkfs 0x0000000000000000 0x86a esp-idf/fatfs/libfatfs.a(ff.c.obj) + .text.f_fdisk 0x0000000000000000 0x1c4 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .rodata.cst$5946 + 0x0000000000000000 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj) + .rodata.cst32$5947 + 0x0000000000000000 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj) + .rodata.ExCvt 0x0000000000000000 0x80 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .rodata.LfnOfs + 0x0000000000000000 0xd esp-idf/fatfs/libfatfs.a(ff.c.obj) + .bss.Fsid 0x0000000000000000 0x2 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .bss.FatFs 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_frame 0x0000000000000000 0x610 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_info 0x0000000000000000 0x646b esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_abbrev 0x0000000000000000 0x323 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_loc 0x0000000000000000 0x55f4 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_aranges + 0x0000000000000000 0x218 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_ranges 0x0000000000000000 0x208 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_line 0x0000000000000000 0xacf7 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .debug_str 0x0000000000000000 0x1928 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/fatfs/libfatfs.a(ff.c.obj) + .xt.lit 0x0000000000000000 0x198 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .xt.prop 0x0000000000000000 0x3708 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .literal.ff_memalloc + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .literal.ff_memfree + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .literal.ff_cre_syncobj + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .literal.ff_del_syncobj + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .literal.ff_req_grant + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .literal.ff_rel_grant + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .text 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .text.ff_memalloc + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .text.ff_memfree + 0x0000000000000000 0xe esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .text.ff_cre_syncobj + 0x0000000000000000 0x17 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .text.ff_del_syncobj + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .text.ff_req_grant + 0x0000000000000000 0x19 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .text.ff_rel_grant + 0x0000000000000000 0x13 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_info 0x0000000000000000 0x1510 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_abbrev 0x0000000000000000 0x22c esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_loc 0x0000000000000000 0x94 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_line 0x0000000000000000 0x5c2 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .debug_str 0x0000000000000000 0x12c9 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .xt.prop 0x0000000000000000 0x120 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .literal.ff_uni2oem + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .literal.ff_oem2uni + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .literal.ff_wtoupper + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .text 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .data 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .text.ff_uni2oem + 0x0000000000000000 0x5e esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .text.ff_oem2uni + 0x0000000000000000 0x38 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .text.ff_wtoupper + 0x0000000000000000 0xd8 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .rodata.ff_wtoupper + 0x0000000000000000 0x24 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .rodata.cvt2$5332 + 0x0000000000000000 0xbc esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .rodata.cvt1$5331 + 0x0000000000000000 0x1f2 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .rodata.uc437 0x0000000000000000 0x100 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .debug_info 0x0000000000000000 0x1511 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .debug_abbrev 0x0000000000000000 0x200 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .debug_loc 0x0000000000000000 0x54a esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .debug_line 0x0000000000000000 0x8b9 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .debug_str 0x0000000000000000 0x120d esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .xt.prop 0x0000000000000000 0x2ac esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .literal.find_unused_context_index + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.get_next_fd + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.fat_mode_conv + 0x0000000000000000 0x4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_fstat + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.file_cleanup + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.prepend_drive_to_path + 0x0000000000000000 0xc esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.fresult_to_errno + 0x0000000000000000 0x14 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_utime + 0x0000000000000000 0x28 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_telldir + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_lseek + 0x0000000000000000 0x1c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_close + 0x0000000000000000 0x1c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_truncate + 0x0000000000000000 0x74 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_open + 0x0000000000000000 0x44 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_access + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_fsync + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_rmdir + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_unlink + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_mkdir + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_closedir + 0x0000000000000000 0x20 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_seekdir + 0x0000000000000000 0x28 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_readdir_r + 0x0000000000000000 0x1c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_readdir + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_opendir + 0x0000000000000000 0x2c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_rename + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_pread + 0x0000000000000000 0x34 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_read + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_link + 0x0000000000000000 0x64 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_pwrite + 0x0000000000000000 0x38 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_write + 0x0000000000000000 0x24 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.find_context_index_by_path + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.vfs_fat_stat + 0x0000000000000000 0x34 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.esp_vfs_fat_register + 0x0000000000000000 0x9c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal.esp_vfs_fat_unregister_path + 0x0000000000000000 0x18 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .data 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.find_unused_context_index + 0x0000000000000000 0x1e esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.get_next_fd + 0x0000000000000000 0x30 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.fat_mode_conv + 0x0000000000000000 0x4f esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_fstat + 0x0000000000000000 0x37 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.file_cleanup + 0x0000000000000000 0x26 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.prepend_drive_to_path.str1.4 + 0x0000000000000000 0x5 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.prepend_drive_to_path + 0x0000000000000000 0x3a esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.fresult_to_errno.str1.4 + 0x0000000000000000 0x47 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.fresult_to_errno + 0x0000000000000000 0x7c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.fresult_to_errno + 0x0000000000000000 0x50 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_utime + 0x0000000000000000 0xe4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.vfs_fat_telldir.str1.4 + 0x0000000000000000 0x5 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_telldir + 0x0000000000000000 0x1c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_lseek + 0x0000000000000000 0x90 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_close + 0x0000000000000000 0x5c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.vfs_fat_truncate.str1.4 + 0x0000000000000000 0x47 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_truncate + 0x0000000000000000 0x14e esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.vfs_fat_open.str1.4 + 0x0000000000000000 0x36 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_open + 0x0000000000000000 0xd9 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_access + 0x0000000000000000 0x68 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_fsync + 0x0000000000000000 0x51 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_rmdir + 0x0000000000000000 0x4c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_unlink + 0x0000000000000000 0x4c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_mkdir + 0x0000000000000000 0x4c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_closedir + 0x0000000000000000 0x48 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_seekdir + 0x0000000000000000 0x7b esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_readdir_r + 0x0000000000000000 0x71 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_readdir + 0x0000000000000000 0x29 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_opendir + 0x0000000000000000 0x7e esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_rename + 0x0000000000000000 0x50 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_pread + 0x0000000000000000 0xc0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_read + 0x0000000000000000 0x4d esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_link + 0x0000000000000000 0x17c esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_pwrite + 0x0000000000000000 0xe8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_write + 0x0000000000000000 0xb4 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.find_context_index_by_path + 0x0000000000000000 0x2f esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.vfs_fat_stat.str1.4 + 0x0000000000000000 0x2 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.vfs_fat_stat + 0x0000000000000000 0xe9 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.esp_vfs_fat_register + 0x0000000000000000 0x189 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .text.esp_vfs_fat_unregister_path + 0x0000000000000000 0x5a esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.__func__$7297 + 0x0000000000000000 0x12 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.__func__$7304 + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.__func__$7311 + 0x0000000000000000 0x10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.__func__$7281 + 0x0000000000000000 0x11 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .rodata.__func__$7107 + 0x0000000000000000 0x11 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .bss.s_fat_ctxs + 0x0000000000000000 0x8 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_frame 0x0000000000000000 0x328 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_info 0x0000000000000000 0x5128 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_abbrev 0x0000000000000000 0x4ed esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_loc 0x0000000000000000 0x20a7 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_aranges + 0x0000000000000000 0x120 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_ranges 0x0000000000000000 0x110 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_line 0x0000000000000000 0x32b0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .debug_str 0x0000000000000000 0x1f10 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .xt.lit 0x0000000000000000 0x108 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .xt.prop 0x0000000000000000 0xf54 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .literal._ZL12check_handleiPKc + 0x0000000000000000 0x2c esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .literal.wl_mount + 0x0000000000000000 0x78 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .literal.wl_unmount + 0x0000000000000000 0x28 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .literal.wl_erase_range + 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .literal.wl_write + 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .literal.wl_read + 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .literal.wl_size + 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .literal.wl_sector_size + 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata._ZL12check_handleiPKc.str1.4 + 0x0000000000000000 0xb4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .text._ZL12check_handleiPKc + 0x0000000000000000 0x86 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata.wl_mount.str1.4 + 0x0000000000000000 0x131 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .text.wl_mount + 0x0000000000000000 0x1b2 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .text.wl_unmount + 0x0000000000000000 0x75 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .text.wl_erase_range + 0x0000000000000000 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .text.wl_write + 0x0000000000000000 0x44 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .text.wl_read 0x0000000000000000 0x44 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .text.wl_size 0x0000000000000000 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .text.wl_sector_size + 0x0000000000000000 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata._ZZ14wl_sector_sizeE8__func__ + 0x0000000000000000 0xf esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata._ZZ7wl_sizeE8__func__ + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata._ZZ7wl_readE8__func__ + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata._ZZ8wl_writeE8__func__ + 0x0000000000000000 0x9 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata._ZZ14wl_erase_rangeE8__func__ + 0x0000000000000000 0xf esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata._ZZ10wl_unmountE8__func__ + 0x0000000000000000 0xb esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .rodata._ZZ8wl_mountE8__func__ + 0x0000000000000000 0x9 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .bss._ZL16s_instances_lock + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .bss._ZL11s_instances + 0x0000000000000000 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_frame 0x0000000000000000 0xd0 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_info 0x0000000000000000 0x2b4d esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_abbrev 0x0000000000000000 0x672 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_loc 0x0000000000000000 0x4c8 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_aranges + 0x0000000000000000 0x58 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_ranges 0x0000000000000000 0x48 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_line 0x0000000000000000 0x1141 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .debug_str 0x0000000000000000 0x1b2d esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .comment 0x0000000000000000 0x2d esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .xt.prop 0x0000000000000000 0x360 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .literal._ZN9Partition12erase_sectorEj + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .literal._ZN9Partition11sector_sizeEv + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .literal._ZN9Partition11erase_rangeEjj + 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .literal._ZN9Partition5writeEjPKvj + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .literal._ZN9Partition4readEjPvj + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .literal._ZN9PartitionD0Ev + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .literal._ZN9PartitionC2EPK15esp_partition_t + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text._ZN12Flash_Access5flushEv + 0x0000000000000000 0x7 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text._ZN9Partition9chip_sizeEv + 0x0000000000000000 0x9 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text._ZN9Partition12erase_sectorEj + 0x0000000000000000 0x16 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text._ZN9Partition11sector_sizeEv + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text._ZN9PartitionD2Ev + 0x0000000000000000 0x5 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .rodata._ZN9Partition11erase_rangeEjj.str1.4 + 0x0000000000000000 0x66 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text._ZN9Partition11erase_rangeEjj + 0x0000000000000000 0x36 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text._ZN9Partition5writeEjPKvj + 0x0000000000000000 0x15 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text._ZN9Partition4readEjPvj + 0x0000000000000000 0x15 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text._ZN9PartitionD0Ev + 0x0000000000000000 0xe esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .text._ZN9PartitionC2EPK15esp_partition_t + 0x0000000000000000 0xc esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .rodata._ZTV9Partition + 0x0000000000000000 0x2c esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_frame 0x0000000000000000 0x100 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_info 0x0000000000000000 0x2275 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_abbrev 0x0000000000000000 0x500 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_loc 0x0000000000000000 0x1ab esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_aranges + 0x0000000000000000 0x68 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_ranges 0x0000000000000000 0x58 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_line 0x0000000000000000 0x8b9 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .debug_str 0x0000000000000000 0x15d2 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .comment 0x0000000000000000 0x2d esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .xt.prop 0x0000000000000000 0x1a4 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .xt.prop._ZN12Flash_Access5flushEv + 0x0000000000000000 0x24 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .xt.prop._ZTV9Partition + 0x0000000000000000 0xc esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .literal._ZN11WL_Ext_SafeD2Ev + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .literal._ZN11WL_Ext_SafeD0Ev + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .literal._ZN11WL_Ext_SafeC2Ev + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .literal._ZN11WL_Ext_Safe9chip_sizeEv + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .literal._ZN11WL_Ext_Safe6configEP11WL_Config_sP12Flash_Access + 0x0000000000000000 0x28 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .literal._ZN11WL_Ext_Safe16erase_sector_fitEjj + 0x0000000000000000 0x68 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .literal._ZN11WL_Ext_Safe7recoverEv + 0x0000000000000000 0x3c esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .literal._ZN11WL_Ext_Safe4initEv + 0x0000000000000000 0x1c esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .text._ZN11WL_Ext_SafeD2Ev + 0x0000000000000000 0x12 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .text._ZN11WL_Ext_SafeD0Ev + 0x0000000000000000 0x16 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .text._ZN11WL_Ext_SafeC2Ev + 0x0000000000000000 0x13 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .text._ZN11WL_Ext_Safe9chip_sizeEv + 0x0000000000000000 0x17 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .rodata._ZN11WL_Ext_Safe6configEP11WL_Config_sP12Flash_Access.str1.4 + 0x0000000000000000 0x3b esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .text._ZN11WL_Ext_Safe6configEP11WL_Config_sP12Flash_Access + 0x0000000000000000 0x76 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .text._ZN11WL_Ext_Safe16erase_sector_fitEjj + 0x0000000000000000 0x244 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .text._ZN11WL_Ext_Safe7recoverEv + 0x0000000000000000 0x13a esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .text._ZN11WL_Ext_Safe4initEv + 0x0000000000000000 0x44 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .rodata._ZZN11WL_Ext_Safe16erase_sector_fitEjjE12__FUNCTION__ + 0x0000000000000000 0x11 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .rodata._ZZN11WL_Ext_Safe7recoverEvE12__FUNCTION__ + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .rodata._ZZN11WL_Ext_Safe4initEvE12__FUNCTION__ + 0x0000000000000000 0x5 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .rodata._ZZN11WL_Ext_Safe6configEP11WL_Config_sP12Flash_AccessE12__FUNCTION__ + 0x0000000000000000 0x7 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .rodata._ZTV11WL_Ext_Safe + 0x0000000000000000 0x38 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .debug_frame 0x0000000000000000 0xd0 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .debug_info 0x0000000000000000 0x1e8d esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .debug_abbrev 0x0000000000000000 0x51b esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .debug_loc 0x0000000000000000 0x454 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .debug_aranges + 0x0000000000000000 0x58 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .debug_ranges 0x0000000000000000 0x48 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .debug_line 0x0000000000000000 0x1142 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .debug_str 0x0000000000000000 0xc60 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .comment 0x0000000000000000 0x2d esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .xt.prop 0x0000000000000000 0x360 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .xt.prop._ZTV11WL_Ext_Safe + 0x0000000000000000 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_FlashD2Ev + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_FlashD0Ev + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash11erase_rangeEjj + 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash6configEP11WL_Config_sP12Flash_Access + 0x0000000000000000 0x30 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_FlashC2Ev + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash12initSectionsEv + 0x0000000000000000 0x48 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash10fillOkBuffEi + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash11updateV1_V2Ev + 0x0000000000000000 0x78 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash13updateVersionEv + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash9OkBuffSetEi + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash10recoverPosEv + 0x0000000000000000 0x18 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash4initEv + 0x0000000000000000 0xf4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash8updateWLEv + 0x0000000000000000 0x84 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash5flushEv + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash12erase_sectorEj + 0x0000000000000000 0x24 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash5writeEjPKvj + 0x0000000000000000 0x24 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN8WL_Flash4readEjPvj + 0x0000000000000000 0x24 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash9chip_sizeEv + 0x0000000000000000 0x12 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash11sector_sizeEv + 0x0000000000000000 0x12 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_FlashD2Ev + 0x0000000000000000 0xe esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_FlashD0Ev + 0x0000000000000000 0x16 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZN8WL_Flash11erase_rangeEjj.str1.4 + 0x0000000000000000 0x3b esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash11erase_rangeEjj + 0x0000000000000000 0x60 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash6configEP11WL_Config_sP12Flash_Access + 0x0000000000000000 0x14d esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_FlashC2Ev + 0x0000000000000000 0x1a esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash12initSectionsEv + 0x0000000000000000 0x1c8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash10fillOkBuffEi + 0x0000000000000000 0x32 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash11updateV1_V2Ev + 0x0000000000000000 0x338 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash13updateVersionEv + 0x0000000000000000 0x10 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash9OkBuffSetEi + 0x0000000000000000 0x39 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash10recoverPosEv + 0x0000000000000000 0x78 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZN8WL_Flash4initEv.str1.4 + 0x0000000000000000 0x2b esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash4initEv + 0x0000000000000000 0x62b esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZN8WL_Flash8updateWLEv.str1.4 + 0x0000000000000000 0x1ab esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash8updateWLEv + 0x0000000000000000 0x2fe esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash5flushEv + 0x0000000000000000 0x15 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash8calcAddrEj + 0x0000000000000000 0x24 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash12erase_sectorEj + 0x0000000000000000 0x90 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash5writeEjPKvj + 0x0000000000000000 0xd4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash4readEjPvj + 0x0000000000000000 0xd4 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash7get_drvEv + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .text._ZN8WL_Flash7get_cfgEv + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash4readEjPvjE12__FUNCTION__ + 0x0000000000000000 0x5 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash5writeEjPKvjE12__FUNCTION__ + 0x0000000000000000 0x6 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash11erase_rangeEjjE12__FUNCTION__ + 0x0000000000000000 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash12erase_sectorEjE12__FUNCTION__ + 0x0000000000000000 0xd esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash8updateWLEvE12__FUNCTION__ + 0x0000000000000000 0x9 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash8updateWLEvE8__func__ + 0x0000000000000000 0x9 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash11updateV1_V2EvE12__FUNCTION__ + 0x0000000000000000 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash12initSectionsEvE12__FUNCTION__ + 0x0000000000000000 0xd esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash10recoverPosEvE12__FUNCTION__ + 0x0000000000000000 0xb esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash4initEvE8__func__ + 0x0000000000000000 0x5 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash4initEvE12__FUNCTION__ + 0x0000000000000000 0x5 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZZN8WL_Flash6configEP11WL_Config_sP12Flash_AccessE12__FUNCTION__ + 0x0000000000000000 0x7 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .rodata._ZTV8WL_Flash + 0x0000000000000000 0x34 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_frame 0x0000000000000000 0x220 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_info 0x0000000000000000 0x3e79 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_abbrev 0x0000000000000000 0x6ea esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_loc 0x0000000000000000 0x160e esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_aranges + 0x0000000000000000 0xc8 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_ranges 0x0000000000000000 0x158 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_line 0x0000000000000000 0x3e7c esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .debug_str 0x0000000000000000 0xfc6 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .comment 0x0000000000000000 0x2d esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .xt.prop 0x0000000000000000 0xc9c esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .xt.prop._ZTV8WL_Flash + 0x0000000000000000 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .literal._ZN5crc328crc32_leEjPKhj + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .text._ZN5crc328crc32_leEjPKhj + 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_info 0x0000000000000000 0x107 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_abbrev 0x0000000000000000 0xd0 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_loc 0x0000000000000000 0x25 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_line 0x0000000000000000 0xcc esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .debug_str 0x0000000000000000 0x16e esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .comment 0x0000000000000000 0x2d esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .xt.prop 0x0000000000000000 0x30 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .literal._ZN11WL_Ext_PerfD2Ev + 0x0000000000000000 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .literal._ZN11WL_Ext_PerfD0Ev + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .literal._ZN11WL_Ext_PerfC2Ev + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .literal._ZN11WL_Ext_Perf6configEP11WL_Config_sP12Flash_Access + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .literal._ZN11WL_Ext_Perf4initEv + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .literal._ZN11WL_Ext_Perf9chip_sizeEv + 0x0000000000000000 0x4 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .literal._ZN11WL_Ext_Perf16erase_sector_fitEjj + 0x0000000000000000 0x28 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .literal._ZN11WL_Ext_Perf11erase_rangeEjj + 0x0000000000000000 0x30 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text._ZN11WL_Ext_Perf11sector_sizeEv + 0x0000000000000000 0x8 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text._ZN11WL_Ext_Perf12erase_sectorEj + 0x0000000000000000 0x14 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text._ZN11WL_Ext_PerfD2Ev + 0x0000000000000000 0x1b esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text._ZN11WL_Ext_PerfD0Ev + 0x0000000000000000 0x16 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text._ZN11WL_Ext_PerfC2Ev + 0x0000000000000000 0x18 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text._ZN11WL_Ext_Perf6configEP11WL_Config_sP12Flash_Access + 0x0000000000000000 0x41 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text._ZN11WL_Ext_Perf4initEv + 0x0000000000000000 0x10 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text._ZN11WL_Ext_Perf9chip_sizeEv + 0x0000000000000000 0x10 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .rodata._ZN11WL_Ext_Perf16erase_sector_fitEjj.str1.4 + 0x0000000000000000 0x3b esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text._ZN11WL_Ext_Perf16erase_sector_fitEjj + 0x0000000000000000 0x11a esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .text._ZN11WL_Ext_Perf11erase_rangeEjj + 0x0000000000000000 0x150 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .rodata._ZZN11WL_Ext_Perf11erase_rangeEjjE12__FUNCTION__ + 0x0000000000000000 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .rodata._ZZN11WL_Ext_Perf16erase_sector_fitEjjE12__FUNCTION__ + 0x0000000000000000 0x11 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .rodata._ZTV11WL_Ext_Perf + 0x0000000000000000 0x38 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .debug_frame 0x0000000000000000 0x100 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .debug_info 0x0000000000000000 0x1d03 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .debug_abbrev 0x0000000000000000 0x531 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .debug_loc 0x0000000000000000 0x4d0 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .debug_aranges + 0x0000000000000000 0x68 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .debug_ranges 0x0000000000000000 0x58 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .debug_line 0x0000000000000000 0xed4 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .debug_str 0x0000000000000000 0xd4e esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .comment 0x0000000000000000 0x2d esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .xt.prop 0x0000000000000000 0x36c esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .xt.prop._ZTV11WL_Ext_Perf + 0x0000000000000000 0xc esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .literal.xTimerCreateStatic + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.xTimerGetTimerDaemonTaskHandle + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.xTimerGetPeriod + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.vTimerSetReloadMode + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.xTimerGetExpiryTime + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.pcTimerGetName + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.xTimerIsTimerActive + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.pvTimerGetTimerID + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.vTimerSetTimerID + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.xTimerPendFunctionCallFromISR + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.xTimerPendFunctionCall + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(timers.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.xTimerCreateStatic.str1.4 + 0x0000000000000000 0x2a esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.xTimerCreateStatic + 0x0000000000000000 0x5e esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.xTimerGetTimerDaemonTaskHandle.str1.4 + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.xTimerGetTimerDaemonTaskHandle + 0x0000000000000000 0x1e esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.xTimerGetPeriod + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.vTimerSetReloadMode + 0x0000000000000000 0x47 esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.xTimerGetExpiryTime + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.pcTimerGetName + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.xTimerIsTimerActive + 0x0000000000000000 0x3e esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.pvTimerGetTimerID + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.vTimerSetTimerID + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.xTimerPendFunctionCallFromISR + 0x0000000000000000 0x22 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.xTimerPendFunctionCall.str1.4 + 0x0000000000000000 0xc esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.xTimerPendFunctionCall + 0x0000000000000000 0x36 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5373 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5356 + 0x0000000000000000 0x11 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5350 + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5344 + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5261 + 0x0000000000000000 0xf esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5256 + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5250 + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5244 + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5239 + 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5216 + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(timers.c.obj) + .xt.lit 0x0000000000000000 0xc0 esp-idf/freertos/libfreertos.a(timers.c.obj) + .xt.prop 0x0000000000000000 0x8d0 esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.sntp_set_sync_status + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_set_sync_mode + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_get_sync_mode + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_set_time_sync_notification_cb + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_get_sync_status + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_restart + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_get_system_time + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_set_sync_status + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_set_sync_mode + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_get_sync_mode + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_set_time_sync_notification_cb + 0x0000000000000000 0xa esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_get_sync_status + 0x0000000000000000 0x42 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_restart + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_get_system_time + 0x0000000000000000 0x26 esp-idf/lwip/liblwip.a(sntp.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/lwip/liblwip.a(sntp.c.obj) + .xt.prop 0x0000000000000000 0x300 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.lwip_gethostbyname_r + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(netdb.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) + .text.lwip_gethostbyname_r + 0x0000000000000000 0xbb esp-idf/lwip/liblwip.a(netdb.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(netdb.c.obj) + .xt.prop 0x0000000000000000 0x420 esp-idf/lwip/liblwip.a(netdb.c.obj) + .literal.sntp_enabled + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_setoperatingmode + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_getoperatingmode + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_getreachability + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_setserver + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_getserver + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_enabled + 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(sntp.c.obj) + .rodata.sntp_setoperatingmode.str1.4 + 0x0000000000000000 0x54 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_setoperatingmode + 0x0000000000000000 0x3c esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_getoperatingmode + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_getreachability + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_setserver + 0x0000000000000000 0x4a esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_getserver + 0x0000000000000000 0x1d esp-idf/lwip/liblwip.a(sntp.c.obj) + .rodata.__func__$7348 + 0x0000000000000000 0x16 esp-idf/lwip/liblwip.a(sntp.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/lwip/liblwip.a(sntp.c.obj) + .xt.prop 0x0000000000000000 0x708 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.esp_ping_stop + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .text.esp_ping_stop + 0x0000000000000000 0x3f esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .rodata.__FUNCTION__$7717 + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .xt.lit 0x0000000000000000 0x40 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .xt.prop 0x0000000000000000 0x594 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .rodata.touch_sensor_channel_io_map + 0x0000000000000000 0x28 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .debug_info 0x0000000000000000 0x458b esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x228 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .debug_line 0x0000000000000000 0x35e esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .debug_str 0x0000000000000000 0x27f2 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .xt.prop 0x0000000000000000 0xc esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .literal.touch_hal_config + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_set_voltage + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_get_voltage + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_set_meas_mode + 0x0000000000000000 0xc esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_get_meas_mode + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_config + 0x0000000000000000 0xc9 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_set_voltage + 0x0000000000000000 0x5f esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_get_voltage + 0x0000000000000000 0x29 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_set_meas_mode + 0x0000000000000000 0x63 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_get_meas_mode + 0x0000000000000000 0x43 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_frame 0x0000000000000000 0x88 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_info 0x0000000000000000 0x4e51 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x39b esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_loc 0x0000000000000000 0x529 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x40 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_ranges 0x0000000000000000 0x30 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_line 0x0000000000000000 0x94e esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_str 0x0000000000000000 0x2d59 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .xt.prop 0x0000000000000000 0x1c8 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_init + 0x0000000000000000 0x44 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_deinit + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_get_wakeup_status + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_init + 0x0000000000000000 0x17e esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_deinit + 0x0000000000000000 0x3d esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_get_wakeup_status + 0x0000000000000000 0x55 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_info 0x0000000000000000 0x4add esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x39d esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_loc 0x0000000000000000 0x148 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_line 0x0000000000000000 0x7da esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_str 0x0000000000000000 0x2baf esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .xt.prop 0x0000000000000000 0xa8 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.mbedtls_ssl_check_record + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.mbedtls_ssl_get_record_expansion + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.mbedtls_ssl_send_fatal_handshake_failure + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.mbedtls_ssl_close_notify + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_check_record + 0x0000000000000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_check_pending + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_get_record_expansion + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_send_fatal_handshake_failure + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_close_notify + 0x0000000000000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .xt.lit 0x0000000000000000 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .xt.prop 0x0000000000000000 0x17dc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.ssl_session_save + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_remove_psk + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_session_load + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_tls_prf + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_reset_checksum + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_set_timer_cb + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_set_hs_own_cert + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_set_hs_psk + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_conf_dh_param + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_conf_dh_param_ctx + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_conf_max_frag_len + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_conf_renegotiation_period + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_ciphersuite + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_version + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_input_max_frag_len + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_max_frag_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_save + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_copy + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_set_session + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_session + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_load + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_reset_int + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_reset + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_session_save + 0x0000000000000000 0x179 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_remove_psk + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_session_load + 0x0000000000000000 0x243 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_tls_prf + 0x0000000000000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_reset_checksum + 0x0000000000000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_verify + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_dbg + 0x0000000000000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_read_timeout + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_timer_cb + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_session_cache + 0x0000000000000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_ciphersuites + 0x0000000000000000 0xd esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_ciphersuites_for_version + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_cert_profile + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_own_cert + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_ca_chain + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_authmode + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_verify + 0x0000000000000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_psk + 0x0000000000000000 0x65 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_psk_cb + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_dh_param + 0x0000000000000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_dh_param_ctx + 0x0000000000000000 0x3f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_dhm_min_bitlen + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_sig_hashes + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_curves + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_sni + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_alpn_protocol + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_max_version + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_min_version + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_fallback + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_cert_req_ca_list + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_encrypt_then_mac + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_extended_master_secret + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_max_frag_len + 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_truncated_hmac + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_cbc_record_splitting + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_legacy_renegotiation + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_renegotiation_enforced + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_renegotiation_period + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_session_tickets + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_session_tickets_cb + 0x0000000000000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_export_keys_cb + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_export_keys_ext_cb + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_ciphersuite + 0x0000000000000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.mbedtls_ssl_get_version.str1.4 + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_version + 0x0000000000000000 0x3d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_input_max_frag_len + 0x0000000000000000 0x51 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_max_frag_len + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_peer_cert + 0x0000000000000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_session_pointer + 0x0000000000000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_save + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_copy + 0x0000000000000000 0x9b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_session + 0x0000000000000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_session + 0x0000000000000000 0x49 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_load + 0x0000000000000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_reset_int + 0x0000000000000000 0x125 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_reset + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .data.ssl_serialized_session_header + 0x0000000000000000 0x5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .xt.lit 0x0000000000000000 0x2e0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .xt.prop 0x0000000000000000 0x35dc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_ciphersuite_from_string + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .literal.mbedtls_ssl_get_ciphersuite_name + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .literal.mbedtls_ssl_get_ciphersuite_id + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_ciphersuite_from_string + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.mbedtls_ssl_get_ciphersuite_name.str1.4 + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_get_ciphersuite_name + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_get_ciphersuite_id + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .xt.prop 0x0000000000000000 0x3c0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .xt.lit 0x0000000000000000 0x128 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .xt.prop 0x0000000000000000 0x1e90 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .xt.lit 0x0000000000000000 0x100 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .xt.prop 0x0000000000000000 0x1e0c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .literal.asn1_find_named_data + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.asn1_write_tagged_int + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_raw_buffer + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_null + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_oid + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_algorithm_identifier + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_bool + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_int + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_enum + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_tagged_string + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_utf8_string + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_printable_string + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_ia5_string + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_bitstring + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_named_bitstring + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_octet_string + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_store_named_data + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.asn1_find_named_data + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.asn1_write_tagged_int + 0x0000000000000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_raw_buffer + 0x0000000000000000 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_null + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_oid + 0x0000000000000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_algorithm_identifier + 0x0000000000000000 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_bool + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_int + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_enum + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_tagged_string + 0x0000000000000000 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_utf8_string + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_printable_string + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_ia5_string + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_bitstring + 0x0000000000000000 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_named_bitstring + 0x0000000000000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_octet_string + 0x0000000000000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_store_named_data + 0x0000000000000000 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .xt.prop 0x0000000000000000 0x72c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_mpi_swap + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_read_string + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_read_file + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mpi_write_hlp + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_write_string + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_write_file + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_is_prime + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_gen_prime + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_self_test + 0x0000000000000000 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mpi_get_digit + 0x0000000000000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_swap + 0x0000000000000000 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_read_string + 0x0000000000000000 0x136 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_read_file + 0x0000000000000000 0xad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mpi_write_hlp + 0x0000000000000000 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.mbedtls_mpi_write_string.str1.4 + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_write_string + 0x0000000000000000 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.mbedtls_mpi_write_file.str1.4 + 0x0000000000000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_write_file + 0x0000000000000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_is_prime + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_gen_prime + 0x0000000000000000 0x240 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.mbedtls_mpi_self_test.str1.4 + 0x0000000000000000 0x46a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_self_test + 0x0000000000000000 0x313 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.gcd_pairs + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xt.lit 0x0000000000000000 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xt.prop 0x0000000000000000 0x2040 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_cipher_list + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_info_from_string + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_update_ad + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_write_tag + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_check_tag + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_auth_encrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_auth_decrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_list + 0x0000000000000000 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_info_from_string + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_update_ad + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_write_tag + 0x0000000000000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_check_tag + 0x0000000000000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_auth_encrypt + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_auth_decrypt + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .bss.supported_init + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .xt.lit 0x0000000000000000 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .xt.prop 0x0000000000000000 0xf84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .xt.lit 0x0000000000000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .xt.prop 0x0000000000000000 0x564 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + COMMON 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .xt.prop 0x0000000000000000 0x618 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .literal.ctr_drbg_self_test_entropy + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.mbedtls_ctr_drbg_update_ret + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.mbedtls_ctr_drbg_update + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.mbedtls_ctr_drbg_write_seed_file + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.mbedtls_ctr_drbg_update_seed_file + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.mbedtls_ctr_drbg_self_test + 0x0000000000000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.ctr_drbg_self_test_entropy + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_prediction_resistance + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_entropy_len + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_nonce_len + 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_reseed_interval + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_update_ret + 0x0000000000000000 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_update + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.mbedtls_ctr_drbg_write_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_write_seed_file + 0x0000000000000000 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.mbedtls_ctr_drbg_update_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_update_seed_file + 0x0000000000000000 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.mbedtls_ctr_drbg_self_test.str1.4 + 0x0000000000000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_self_test + 0x0000000000000000 0x1da esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .bss.test_offset + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.result_nopr + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.result_pr + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.pers_nopr + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.pers_pr + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.entropy_source_nopr + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.entropy_source_pr + 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .xt.lit 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .xt.prop 0x0000000000000000 0x8f4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.load_file + 0x0000000000000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .literal.mbedtls_dhm_parse_dhm + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .literal.mbedtls_dhm_parse_dhmfile + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .literal.mbedtls_dhm_self_test + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .rodata.load_file.str1.4 + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .text.load_file + 0x0000000000000000 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .rodata.mbedtls_dhm_parse_dhm.str1.4 + 0x0000000000000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .text.mbedtls_dhm_parse_dhm + 0x0000000000000000 0x10f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .text.mbedtls_dhm_parse_dhmfile + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .rodata.mbedtls_dhm_self_test.str1.4 + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .text.mbedtls_dhm_self_test + 0x0000000000000000 0x4f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .rodata.mbedtls_test_dhm_params + 0x0000000000000000 0xfb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .xt.prop 0x0000000000000000 0x768 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_can_do + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .xt.lit 0x0000000000000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .xt.prop 0x0000000000000000 0x5f4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .literal.mbedtls_ecdsa_sign + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecdsa_sign_det + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecdsa_sign_det_ext + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecdsa_verify + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecdsa_write_signature_det + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecdsa_genkey + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_sign + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_sign_det + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_sign_det_ext + 0x0000000000000000 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_verify + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_write_signature_det + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_genkey + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .xt.prop 0x0000000000000000 0x630 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecp_curve_info_from_name + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_point_read_string + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_tls_read_group + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.self_test_point + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_gen_keypair_base + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_gen_keypair + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_gen_key + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_read_key + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_write_key + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_self_test + 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.self_test_adjust_exponent + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_curve_info_from_name + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_point_read_string + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_tls_read_group + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.self_test_point.str1.4 + 0x0000000000000000 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.self_test_point + 0x0000000000000000 0x10a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_keypair_base + 0x0000000000000000 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_keypair + 0x0000000000000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_key + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_read_key + 0x0000000000000000 0xe6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_write_key + 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.mbedtls_ecp_self_test.str1.4 + 0x0000000000000000 0x38d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_self_test + 0x0000000000000000 0x1ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .xt.lit 0x0000000000000000 0x220 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .xt.prop 0x0000000000000000 0x1fd4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .xt.prop 0x0000000000000000 0x15e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .literal.entropy_dummy_source + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_source_self_test_gather + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_update_manual + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_gather + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_write_seed_file + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_update_seed_file + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_source_self_test + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_self_test + 0x0000000000000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_source_self_test_check_bits + 0x0000000000000000 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.entropy_dummy_source + 0x0000000000000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_source_self_test_gather + 0x0000000000000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_update_manual + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_gather + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_write_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_write_seed_file + 0x0000000000000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_update_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_update_seed_file + 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_source_self_test.str1.4 + 0x0000000000000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_source_self_test + 0x0000000000000000 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_self_test.str1.4 + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_self_test + 0x0000000000000000 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .xt.prop 0x0000000000000000 0x5c4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_gcm_self_test + 0x0000000000000000 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.mbedtls_gcm_self_test.str1.4 + 0x0000000000000000 0x5b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.mbedtls_gcm_self_test + 0x0000000000000000 0x53c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.tag_test_data + 0x0000000000000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.ct_test_data + 0x0000000000000000 0x480 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.pt_test_data + 0x0000000000000000 0x180 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.pt_index_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.pt_len_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.additional_test_data + 0x0000000000000000 0x180 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.add_index_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.add_len_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.iv_test_data + 0x0000000000000000 0x180 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.iv_index_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.iv_len_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.key_test_data + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.key_index_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .xt.prop 0x0000000000000000 0x8dc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .literal.hmac_drbg_self_test_entropy + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.mbedtls_hmac_drbg_update + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.mbedtls_hmac_drbg_seed + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.mbedtls_hmac_drbg_write_seed_file + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.mbedtls_hmac_drbg_update_seed_file + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.mbedtls_hmac_drbg_self_test + 0x0000000000000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.hmac_drbg_self_test_entropy + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_update + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_seed + 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_set_prediction_resistance + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_set_entropy_len + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_set_reseed_interval + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.mbedtls_hmac_drbg_write_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_write_seed_file + 0x0000000000000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.mbedtls_hmac_drbg_update_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_update_seed_file + 0x0000000000000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.mbedtls_hmac_drbg_self_test.str1.4 + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_self_test + 0x0000000000000000 0x1c6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .bss.test_offset + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.result_nopr + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.entropy_nopr + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.result_pr + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.entropy_pr + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .xt.prop 0x0000000000000000 0x708 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.mbedtls_md_info_from_string + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_init_ctx + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_file + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_hmac + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_process + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_info_from_string + 0x0000000000000000 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_init_ctx + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_file + 0x0000000000000000 0xad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_hmac + 0x0000000000000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_process + 0x0000000000000000 0x71 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md_process + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_get_name + 0x0000000000000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .xt.lit 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .xt.prop 0x0000000000000000 0xe64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md5_self_test + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.mbedtls_md5_self_test.str1.4 + 0x0000000000000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .text.mbedtls_md5_self_test + 0x0000000000000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.md5_test_sum + 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.md5_test_buflen + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.md5_test_buf + 0x0000000000000000 0x237 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .xt.prop 0x0000000000000000 0x12c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .literal.oid_x520_attr_from_asn1 + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.oid_ext_key_usage_from_asn1 + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.oid_certificate_policies_from_asn1 + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_attr_short_name + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_extended_key_usage + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_certificate_policies + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_sig_alg_desc + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_oid_by_sig_alg + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_oid_by_pk_alg + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_oid_by_ec_grp + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_numeric_string + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_x520_attr_from_asn1 + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_ext_key_usage_from_asn1 + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_certificate_policies_from_asn1 + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_attr_short_name + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_extended_key_usage + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_certificate_policies + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_sig_alg_desc + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_sig_alg + 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_pk_alg + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_ec_grp + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.mbedtls_oid_get_numeric_string.str1.4 + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_numeric_string + 0x0000000000000000 0xb9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_certificate_policies + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_ext_key_usage + 0x0000000000000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_x520_attr_type + 0x0000000000000000 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .xt.lit 0x0000000000000000 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .xt.prop 0x0000000000000000 0xc30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_pem_write_buffer + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text.mbedtls_pem_write_buffer + 0x0000000000000000 0x117 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .xt.prop 0x0000000000000000 0x540 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .literal.mbedtls_pk_setup_rsa_alt + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_check_pair + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_debug + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_get_name + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_setup_rsa_alt + 0x0000000000000000 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_check_pair + 0x0000000000000000 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_debug + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .rodata.mbedtls_pk_get_name.str1.4 + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_get_name + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .xt.lit 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .xt.prop 0x0000000000000000 0x7f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.rsa_alt_sign_wrap + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_alt_decrypt_wrap + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_alt_free_wrap + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_alt_alloc_wrap + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_alt_check_pair + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_can_do + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_get_bitlen + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_sign_wrap + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_decrypt_wrap + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_free_wrap + 0x0000000000000000 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_alloc_wrap + 0x0000000000000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_check_pair + 0x0000000000000000 0x7d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .rodata.mbedtls_rsa_alt_info + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .xt.lit 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .xt.prop 0x0000000000000000 0x6fc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.mbedtls_pkcs5_self_test + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.mbedtls_pkcs5_self_test.str1.4 + 0x0000000000000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .text.mbedtls_pkcs5_self_test + 0x0000000000000000 0xe1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.result_key_test_data + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.key_len_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.it_cnt_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.salt_test_data + 0x0000000000000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.slen_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.password_test_data + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.plen_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .xt.prop 0x0000000000000000 0x3e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .literal.mbedtls_pk_load_file + 0x0000000000000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .literal.mbedtls_pk_parse_keyfile + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .literal.mbedtls_pk_parse_public_key + 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .literal.mbedtls_pk_parse_public_keyfile + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .rodata.mbedtls_pk_load_file.str1.4 + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_load_file + 0x0000000000000000 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_parse_keyfile + 0x0000000000000000 0x5b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .rodata.mbedtls_pk_parse_public_key.str1.4 + 0x0000000000000000 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_parse_public_key + 0x0000000000000000 0x16a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_parse_public_keyfile + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .xt.prop 0x0000000000000000 0xe94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .literal.pk_write_rsa_pubkey + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.pk_write_ec_pubkey + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.pk_write_ec_param + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.pk_write_ec_private + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_write_pubkey + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_write_pubkey_der + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_write_key_der + 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_write_pubkey_pem + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_write_key_pem + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_rsa_pubkey + 0x0000000000000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_pubkey + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_param + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_private + 0x0000000000000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_pubkey + 0x0000000000000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_pubkey_der + 0x0000000000000000 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_key_der + 0x0000000000000000 0x2f6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .rodata.mbedtls_pk_write_pubkey_pem.str1.4 + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_pubkey_pem + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .rodata.mbedtls_pk_write_key_pem.str1.4 + 0x0000000000000000 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_key_pem + 0x0000000000000000 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_frame 0x0000000000000000 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_info 0x0000000000000000 0x1dae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_abbrev 0x0000000000000000 0x40c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_loc 0x0000000000000000 0x7cb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_aranges + 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_ranges 0x0000000000000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_line 0x0000000000000000 0x1374 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_str 0x0000000000000000 0xba7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .xt.prop 0x0000000000000000 0x390 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_platform_set_calloc_free + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_set_calloc_free + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_setup + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_teardown + 0x0000000000000000 0x5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .xt.prop 0x0000000000000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .xt.prop 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .literal.myrand + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_export_raw + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_export + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_export_crt + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_rsassa_pss_sign_ext + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_gen_key + 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_copy + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_self_test + 0x0000000000000000 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.myrand 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_export_raw + 0x0000000000000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_export + 0x0000000000000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_export_crt + 0x0000000000000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_rsassa_pss_sign_ext + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_gen_key + 0x0000000000000000 0x250 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_copy + 0x0000000000000000 0x102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .rodata.mbedtls_rsa_self_test.str1.4 + 0x0000000000000000 0x3b6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .rodata 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_self_test + 0x0000000000000000 0x31d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .xt.lit 0x0000000000000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .xt.prop 0x0000000000000000 0x1a64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .xt.prop 0x0000000000000000 0x474 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .literal.mbedtls_sha1 + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .literal.mbedtls_sha1_self_test + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .text.mbedtls_sha1 + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.mbedtls_sha1_self_test.str1.4 + 0x0000000000000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .text.mbedtls_sha1_self_test + 0x0000000000000000 0x10a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.sha1_test_sum + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.sha1_test_buflen + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.sha1_test_buf + 0x0000000000000000 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .xt.prop 0x0000000000000000 0x168 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .literal.mbedtls_sha256 + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .literal.mbedtls_sha256_self_test + 0x0000000000000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text.mbedtls_sha256 + 0x0000000000000000 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.mbedtls_sha256_self_test.str1.4 + 0x0000000000000000 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text.mbedtls_sha256_self_test + 0x0000000000000000 0x151 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha256_test_sum + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha256_test_buflen + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha256_test_buf + 0x0000000000000000 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .xt.prop 0x0000000000000000 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .literal.mbedtls_sha512 + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .literal.mbedtls_sha512_self_test + 0x0000000000000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text.mbedtls_sha512 + 0x0000000000000000 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.mbedtls_sha512_self_test.str1.4 + 0x0000000000000000 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text.mbedtls_sha512_self_test + 0x0000000000000000 0x151 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha512_test_sum + 0x0000000000000000 0x180 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha512_test_buflen + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha512_test_buf + 0x0000000000000000 0x153 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .xt.prop 0x0000000000000000 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .xt.prop 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .xt.prop 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .xt.prop 0x0000000000000000 0x27c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .xt.prop 0x0000000000000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .literal.esp_internal_aes_encrypt + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .literal.esp_aes_encrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .literal.esp_internal_aes_decrypt + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .literal.esp_aes_decrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .literal.esp_aes_crypt_cfb8 + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_internal_aes_encrypt + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_encrypt + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_internal_aes_decrypt + 0x0000000000000000 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_decrypt + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_crypt_cfb8 + 0x0000000000000000 0x95 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .xt.prop 0x0000000000000000 0x540 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .xt.prop 0x0000000000000000 0x4ec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xt.prop 0x0000000000000000 0x474 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_sha1_starts + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .literal.mbedtls_sha1_process + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .literal.mbedtls_sha1_update + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .literal.mbedtls_sha1_finish + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.mbedtls_sha1_starts + 0x0000000000000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.mbedtls_sha1_process + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.mbedtls_sha1_update + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.mbedtls_sha1_finish + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .xt.prop 0x0000000000000000 0x3b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .literal.mbedtls_sha256_starts + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_process + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_update + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_finish + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_starts + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_process + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_update + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_sha256_finish + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .xt.prop 0x0000000000000000 0x450 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha512_starts + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .literal.mbedtls_sha512_process + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .literal.mbedtls_sha512_update + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .literal.mbedtls_sha512_finish + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .text.mbedtls_sha512_starts + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .text.mbedtls_sha512_process + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .text.mbedtls_sha512_update + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .text.mbedtls_sha512_finish + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .xt.prop 0x0000000000000000 0x7ec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .literal.esp_md5_finish + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .literal.esp_md5_update + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .literal.esp_md5_process + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .text.esp_md5_finish + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .text.esp_md5_update + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .text.esp_md5_process + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .xt.prop 0x0000000000000000 0x1bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .literal.mbedtls_asn1_get_enum + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .literal.mbedtls_asn1_sequence_free + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .literal.mbedtls_asn1_free_named_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .literal.mbedtls_asn1_free_named_data_list + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .literal.mbedtls_asn1_find_named_data + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_get_enum + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_sequence_free + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_free_named_data + 0x0000000000000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_free_named_data_list + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_find_named_data + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .xt.prop 0x0000000000000000 0x7d4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .literal.mbedtls_base64_self_test + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .rodata.mbedtls_base64_self_test.str1.4 + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .text.mbedtls_base64_self_test + 0x0000000000000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .rodata.base64_test_enc + 0x0000000000000000 0x59 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .rodata.base64_test_dec + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .xt.prop 0x0000000000000000 0x378 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .literal.mbedtls_ccm_self_test + 0x0000000000000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.mbedtls_ccm_self_test.str1.4 + 0x0000000000000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_self_test + 0x0000000000000000 0x1af esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.res_test_data + 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.tag_len_test_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.msg_len_test_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.add_len_test_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.iv_len_test_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.msg_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.ad_test_data + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.iv_test_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.key_test_data + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .xt.prop 0x0000000000000000 0x5dc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .xt.prop 0x0000000000000000 0x498 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .literal.esp_sha_lock_engine + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_lock_engine + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .xt.prop 0x0000000000000000 0x2e8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .literal.x509_info_cert_type + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.x509_info_key_usage + 0x0000000000000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.x509_info_ext_key_usage + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.x509_info_cert_policies + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.x509_info_subject_alt_name + 0x0000000000000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_info + 0x0000000000000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_verify + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_verify_with_profile + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_parse_der_nocopy + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_parse_der_with_ext_cb + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_parse_file + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_parse_path + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_info_cert_type.str1.4 + 0x0000000000000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_info_cert_type + 0x0000000000000000 0x1b5 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_info_key_usage.str1.4 + 0x0000000000000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_info_key_usage + 0x0000000000000000 0x1e9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_info_ext_key_usage.str1.4 + 0x0000000000000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_info_ext_key_usage + 0x0000000000000000 0x61 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_info_cert_policies + 0x0000000000000000 0x61 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_info_subject_alt_name.str1.4 + 0x0000000000000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_info_subject_alt_name + 0x0000000000000000 0x269 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_info.str1.4 + 0x0000000000000000 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_info + 0x0000000000000000 0x55a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_verify + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_verify_with_profile + 0x0000000000000000 0x29 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_der_nocopy + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_der_with_ext_cb + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_file + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_parse_path.str1.4 + 0x0000000000000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_path + 0x0000000000000000 0x9b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_profile_next + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .xt.lit 0x0000000000000000 0x190 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .xt.prop 0x0000000000000000 0x2a30 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_dn_gets + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_serial_gets + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_sig_alg_gets + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_key_size_helper + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_self_test + 0x0000000000000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_dn_gets.str1.4 + 0x0000000000000000 0x13 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_dn_gets + 0x0000000000000000 0x129 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_serial_gets.str1.4 + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_serial_gets + 0x0000000000000000 0xad esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_sig_alg_gets.str1.4 + 0x0000000000000000 0x1b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_sig_alg_gets + 0x0000000000000000 0xc9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_key_size_helper.str1.4 + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_key_size_helper + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_self_test.str1.4 + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_self_test + 0x0000000000000000 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .xt.lit 0x0000000000000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .xt.prop 0x0000000000000000 0x1044 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cas_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cas_pem + 0x0000000000000000 0xc77 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cas_der_len + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_cas_der + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cas_len + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_cas + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_pwd_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_cli_crt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_cli_pwd + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_cli_key + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_srv_crt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_srv_pwd + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_srv_key + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_ca_crt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_ca_pwd + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .data.mbedtls_test_ca_key + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.test_cli_crt + 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.test_cli_pwd + 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.test_cli_key + 0x0000000000000000 0x6ab esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.test_srv_crt + 0x0000000000000000 0x4ad esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.test_srv_pwd + 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.test_srv_key + 0x0000000000000000 0x6ab esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.test_ca_crt + 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.test_ca_pwd + 0x0000000000000000 0xd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.test_ca_key + 0x0000000000000000 0x6f6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa + 0x0000000000000000 0x4ad esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa + 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_ec_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_pwd_ec_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_ec_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_rsa_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_pwd_rsa_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_rsa_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_ec_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_ec_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_ec_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha1_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha256_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_rsa_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_rsa_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_ec_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_ec_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_ec_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha1_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha256_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_rsa_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_rsa_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_ec + 0x0000000000000000 0x2d3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_pwd_ec + 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_ec + 0x0000000000000000 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_rsa + 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_pwd_rsa + 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_rsa + 0x0000000000000000 0x6ab esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_ec + 0x0000000000000000 0x32d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_ec + 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_ec + 0x0000000000000000 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha1 + 0x0000000000000000 0x4ad esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha256 + 0x0000000000000000 0x4ad esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_rsa + 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_rsa + 0x0000000000000000 0x6ab esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_ec + 0x0000000000000000 0x307 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_ec + 0x0000000000000000 0xd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_ec + 0x0000000000000000 0x16a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha1 + 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha256 + 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_rsa + 0x0000000000000000 0xd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_rsa + 0x0000000000000000 0x6f6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_rsa_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_rsa_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_ec_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_ec_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_rsa_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_pwd_rsa_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_rsa_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_pwd_ec_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_ec_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_ec_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_rsa_der + 0x0000000000000000 0x343 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_rsa_der + 0x0000000000000000 0x4a8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_ec_der + 0x0000000000000000 0x79 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_ec_der + 0x0000000000000000 0x1e3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_rsa_pem + 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_pwd_rsa_pem + 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_rsa_pem + 0x0000000000000000 0x6ab esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_pwd_ec_pem + 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_key_ec_pem + 0x0000000000000000 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_cli_crt_ec_pem + 0x0000000000000000 0x2d3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha256_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha1_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_rsa_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_rsa_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_ec_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_ec_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_ec_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha256_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha1_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_rsa_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_rsa_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_ec_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_ec_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_ec_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha256_der + 0x0000000000000000 0x33b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha1_der + 0x0000000000000000 0x33b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_rsa_der + 0x0000000000000000 0x4a8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_ec_der + 0x0000000000000000 0x79 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_ec_der + 0x0000000000000000 0x223 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha256_pem + 0x0000000000000000 0x4ad esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_rsa_sha1_pem + 0x0000000000000000 0x4ad esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_rsa_pem + 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_rsa_pem + 0x0000000000000000 0x6ab esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_pwd_ec_pem + 0x0000000000000000 0x1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_key_ec_pem + 0x0000000000000000 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_srv_crt_ec_pem + 0x0000000000000000 0x32d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha256_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha1_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_rsa_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_rsa_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_ec_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_ec_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_ec_der_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha256_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha1_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_rsa_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_rsa_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_ec_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_ec_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_ec_pem_len + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha256_der + 0x0000000000000000 0x345 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha1_der + 0x0000000000000000 0x345 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_rsa_der + 0x0000000000000000 0x4a8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_ec_der + 0x0000000000000000 0xa7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_ec_der + 0x0000000000000000 0x208 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha256_pem + 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_rsa_sha1_pem + 0x0000000000000000 0x4b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_rsa_pem + 0x0000000000000000 0xd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_rsa_pem + 0x0000000000000000 0x6f6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_pwd_ec_pem + 0x0000000000000000 0xd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_key_ec_pem + 0x0000000000000000 0x16a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .rodata.mbedtls_test_ca_crt_ec_pem + 0x0000000000000000 0x307 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .debug_info 0x0000000000000000 0x1988 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .debug_abbrev 0x0000000000000000 0x1a1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .debug_line 0x0000000000000000 0x264 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .debug_str 0x0000000000000000 0x1594 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .xt.prop 0x0000000000000000 0x6fc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .literal.bootloader_common_check_long_hold_gpio + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_label_search + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_erase_part_type_data + 0x0000000000000000 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_get_sha256_of_partition + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_vddsdio_configure + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_get_reset_reason + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_flash_get_cs_io + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio + 0x0000000000000000 0xd5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_label_search.str1.4 + 0x0000000000000000 0x3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_label_search + 0x0000000000000000 0xb4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_erase_part_type_data.str1.4 + 0x0000000000000000 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_erase_part_type_data + 0x0000000000000000 0xda esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_get_sha256_of_partition + 0x0000000000000000 0xaa esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_vddsdio_configure + 0x0000000000000000 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_get_reset_reason + 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_flash_get_cs_io + 0x0000000000000000 0x15 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_frame 0x0000000000000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_info 0x0000000000000000 0x5f3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_abbrev 0x0000000000000000 0x42a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_loc 0x0000000000000000 0x457 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_aranges + 0x0000000000000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_ranges 0x0000000000000000 0x88 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_line 0x0000000000000000 0xf7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_str 0x0000000000000000 0x367e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .xt.prop 0x0000000000000000 0x354 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.log_invalid_app_partition + 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.read_otadata + 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.write_otadata + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.set_actual_ota_seq + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_utility_load_partition_table + 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_utility_get_selected_boot_partition + 0x0000000000000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_reset + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_atexit + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.set_cache_and_start_app + 0x0000000000000000 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.unpack_load_app + 0x0000000000000000 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.load_image + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_utility_load_boot_image + 0x0000000000000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_sha256_flash_contents + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.index_to_partition + 0x0000000000000000 0x4a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.check_anti_rollback + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.try_load_partition + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.log_invalid_app_partition.str1.4 + 0x0000000000000000 0xb3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.log_invalid_app_partition + 0x0000000000000000 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.read_otadata.str1.4 + 0x0000000000000000 0x8e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.read_otadata + 0x0000000000000000 0x91 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.write_otadata.str1.4 + 0x0000000000000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.write_otadata + 0x0000000000000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_actual_ota_seq + 0x0000000000000000 0x5e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_partition_table.str1.4 + 0x0000000000000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_load_partition_table + 0x0000000000000000 0xdd esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_get_selected_boot_partition.str1.4 + 0x0000000000000000 0xa6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_get_selected_boot_partition + 0x0000000000000000 0xe8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_reset + 0x0000000000000000 0x9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_atexit + 0x0000000000000000 0xb esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_cache_and_start_app + 0x0000000000000000 0xe0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.unpack_load_app.str1.4 + 0x0000000000000000 0x6d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.unpack_load_app + 0x0000000000000000 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.load_image + 0x0000000000000000 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_boot_image.str1.4 + 0x0000000000000000 0x95 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_load_boot_image + 0x0000000000000000 0x133 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_hex_to_str + 0x0000000000000000 0x7d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_flash_contents + 0x0000000000000000 0x8b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss.ota_has_initial_contents + 0x0000000000000000 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .xt.prop 0x0000000000000000 0x72c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.esp_image_get_metadata + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify_bootloader_data + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify_bootloader + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_get_flash_size + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image_no_verify + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_metadata + 0x0000000000000000 0x80 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader_data + 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader + 0x0000000000000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_flash_size + 0x0000000000000000 0x36 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.esp_image_get_flash_size + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .xt.lit 0x0000000000000000 0x88 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .xt.prop 0x0000000000000000 0x8d0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_partition_table_verify + 0x0000000000000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .rodata.esp_partition_table_verify.str1.4 + 0x0000000000000000 0x163 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text.esp_partition_table_verify + 0x0000000000000000 0x175 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_info 0x0000000000000000 0xeb3 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_abbrev 0x0000000000000000 0x279 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_loc 0x0000000000000000 0x1ef esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_ranges 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_line 0x0000000000000000 0x8c2 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_str 0x0000000000000000 0x7e3 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .xt.prop 0x0000000000000000 0x12c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .xt.prop 0x0000000000000000 0xd8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .literal.bootloader_common_get_partition_description + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_common_get_partition_description.str1.4 + 0x0000000000000000 0x3a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_get_partition_description + 0x0000000000000000 0x89 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .xt.prop 0x0000000000000000 0x2dc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.bootloader_random_enable + 0x0000000000000000 0x74 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .literal.bootloader_random_disable + 0x0000000000000000 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .text.bootloader_random_enable + 0x0000000000000000 0x1c4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .text.bootloader_random_disable + 0x0000000000000000 0x11d esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_frame 0x0000000000000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_info 0x0000000000000000 0x6e80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_abbrev 0x0000000000000000 0x291 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_aranges + 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_ranges 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_line 0x0000000000000000 0x5e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_str 0x0000000000000000 0x44e5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .xt.prop 0x0000000000000000 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .literal.check_invalid_otadata + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.get_last_invalid_otadata + 0x0000000000000000 0xc esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_write_with_offset + 0x0000000000000000 0x44 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_partition_description + 0x0000000000000000 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_check_rollback_is_possible + 0x0000000000000000 0x24 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_current_ota_is_workable + 0x0000000000000000 0x3c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_mark_app_valid_cancel_rollback + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_mark_app_invalid_rollback_and_reboot + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_last_invalid_partition + 0x0000000000000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_state_partition + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_erase_last_boot_app_partition + 0x0000000000000000 0x24 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .data 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.check_invalid_otadata + 0x0000000000000000 0x32 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.get_last_invalid_otadata + 0x0000000000000000 0x2c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_write_with_offset.str1.4 + 0x0000000000000000 0xc4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_write_with_offset + 0x0000000000000000 0xe1 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_partition_description + 0x0000000000000000 0x53 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_check_rollback_is_possible + 0x0000000000000000 0xbe esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_current_ota_is_workable.str1.4 + 0x0000000000000000 0x8b esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_current_ota_is_workable + 0x0000000000000000 0xcc esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_mark_app_valid_cancel_rollback + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_mark_app_invalid_rollback_and_reboot + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_last_invalid_partition + 0x0000000000000000 0x6a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_state_partition + 0x0000000000000000 0x9b esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_erase_last_boot_app_partition + 0x0000000000000000 0xe2 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__$6313 + 0x0000000000000000 0x1a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .xt.lit 0x0000000000000000 0xd0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .xt.prop 0x0000000000000000 0xe34 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.eth_stack_input + 0x0000000000000000 0x4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.eth_on_state_changed + 0x0000000000000000 0x84 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_driver_install + 0x0000000000000000 0xa4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_driver_uninstall + 0x0000000000000000 0x4c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_start + 0x0000000000000000 0x54 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_stop + 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_update_input_path + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_transmit + 0x0000000000000000 0x2c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_receive + 0x0000000000000000 0x2c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_increase_reference + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_decrease_reference + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.eth_check_link_timer_cb + 0x0000000000000000 0xc esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.eth_phy_reg_read + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.eth_phy_reg_write + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.eth_stack_input + 0x0000000000000000 0x24 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.eth_on_state_changed + 0x0000000000000000 0x218 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.eth_on_state_changed + 0x0000000000000000 0x18 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_driver_install.str1.4 + 0x0000000000000000 0x220 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_driver_install + 0x0000000000000000 0x254 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_driver_uninstall + 0x0000000000000000 0x11f esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_start.str1.4 + 0x0000000000000000 0xf7 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_start + 0x0000000000000000 0x12a esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_stop.str1.4 + 0x0000000000000000 0xb1 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_stop + 0x0000000000000000 0xf2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_update_input_path + 0x0000000000000000 0x36 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_transmit.str1.4 + 0x0000000000000000 0x70 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_transmit + 0x0000000000000000 0xa5 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.esp_eth_receive.str1.4 + 0x0000000000000000 0x7c esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_receive + 0x0000000000000000 0xa9 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_increase_reference + 0x0000000000000000 0x47 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.esp_eth_decrease_reference + 0x0000000000000000 0x4b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .text.eth_check_link_timer_cb + 0x0000000000000000 0x27 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7988 + 0x0000000000000000 0x1b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7981 + 0x0000000000000000 0x1b esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7952 + 0x0000000000000000 0x10 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7943 + 0x0000000000000000 0x11 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7930 + 0x0000000000000000 0x1a esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7912 + 0x0000000000000000 0xd esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7900 + 0x0000000000000000 0xe esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7883 + 0x0000000000000000 0x19 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7839 + 0x0000000000000000 0x15 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7862 + 0x0000000000000000 0x17 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .xt.prop 0x0000000000000000 0x9d8 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .literal.esp_eth_post_attach + 0x0000000000000000 0x28 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.eth_input_to_netif + 0x0000000000000000 0x4 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.esp_eth_new_netif_glue + 0x0000000000000000 0x1c esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.esp_eth_del_netif_glue + 0x0000000000000000 0x8 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.esp_eth_clear_default_handlers + 0x0000000000000000 0x40 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.esp_eth_set_default_handlers + 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .rodata.esp_eth_post_attach.str1.4 + 0x0000000000000000 0x73 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.esp_eth_post_attach + 0x0000000000000000 0x5a esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.eth_input_to_netif + 0x0000000000000000 0x15 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .rodata.esp_eth_new_netif_glue.str1.4 + 0x0000000000000000 0x44 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.esp_eth_new_netif_glue + 0x0000000000000000 0x46 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.esp_eth_del_netif_glue + 0x0000000000000000 0x18 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .rodata.esp_eth_clear_default_handlers.str1.4 + 0x0000000000000000 0x36 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.esp_eth_clear_default_handlers + 0x0000000000000000 0x75 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .text.esp_eth_set_default_handlers + 0x0000000000000000 0xa6 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .rodata.__func__$7670 + 0x0000000000000000 0x14 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_info 0x0000000000000000 0x1e4a esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_abbrev 0x0000000000000000 0x2f3 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_loc 0x0000000000000000 0x1e6 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_line 0x0000000000000000 0xb10 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .debug_str 0x0000000000000000 0x1b48 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .xt.prop 0x0000000000000000 0x18c esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .literal.wps_station_wps_register_cb + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_set_wps_cb + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_station_wps_register_cb + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_set_wps_cb + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .xt.lit 0x0000000000000000 0x200 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .xt.prop 0x0000000000000000 0x1de8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_process_msg + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_get_msg + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_is_selected_pin_registrar + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_ap_priority_compar + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_get_uuid_e + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_is_20 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_build_assoc_resp_ie + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_attr_text + 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_process_msg + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_get_msg + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_is_selected_pin_registrar + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_ap_priority_compar + 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_get_uuid_e + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_is_20 + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_build_assoc_resp_ie + 0x0000000000000000 0x87 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .rodata.wps_attr_text.str1.4 + 0x0000000000000000 0xfb esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_attr_text + 0x0000000000000000 0x215 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .xt.prop 0x0000000000000000 0x7e0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_build_resp_type + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_resp_type + 0x0000000000000000 0x3f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .xt.lit 0x0000000000000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .xt.prop 0x0000000000000000 0x4ec esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .xt.lit 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .xt.prop 0x0000000000000000 0xd44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .literal.wps_pin_valid + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_dev_type_str2bin + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_dev_type_bin2str + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_config_methods_str2bin + 0x0000000000000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pin_valid + 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pin_str_valid + 0x0000000000000000 0x3f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pbc_overlap_event + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pbc_timeout_event + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_dev_type_str2bin + 0x0000000000000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.wps_dev_type_bin2str.str1.4 + 0x0000000000000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_dev_type_bin2str + 0x0000000000000000 0x65 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.wps_config_methods_str2bin.str1.4 + 0x0000000000000000 0xad esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_config_methods_str2bin + 0x0000000000000000 0x12c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .xt.lit 0x0000000000000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .xt.prop 0x0000000000000000 0x6b4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_build_vendor_ext + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_device_data_dup + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_device_data_free + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_vendor_ext + 0x0000000000000000 0x75 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_os_version + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_rf_bands + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_device_data_dup + 0x0000000000000000 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_device_data_free + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .xt.lit 0x0000000000000000 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .xt.prop 0x0000000000000000 0x6b4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .xt.lit 0x0000000000000000 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .xt.prop 0x0000000000000000 0x1434 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_cb_set_sel_reg + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_uuid_e + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_mac_addr + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_enrollee_nonce + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_e_hash1 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_e_hash2 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_cred_update + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_add_authorized_mac + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_registrar_nonce + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_free_pin + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_remove_pin + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_free_pins + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_free_pbc_sessions + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_remove_pbc_session + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_add_pbc_session + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_pubkey + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_sel_pbc_reg_uuid_e + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_sel_reg_dev_password_id + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_sel_reg_config_methods + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_probe_config_methods + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_cred_auth_type + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_cred_encr_type + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_wps_state + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_ap_setup_locked + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_selected_registrar + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_cred_network_idx + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_free_devices + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_remove_authorized_mac + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_wsc_ack + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_config_methods_r + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_r_hash + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_wsc_nack + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_m3 + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_e_snonce1 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_m5 + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_cred_mac_addr + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_uuid_r + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_m2 + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_m2d + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_r_snonce1 + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_m4 + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_r_snonce2 + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_m6 + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_cred_ssid + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_cred_network_key + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_credential + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_ap_settings + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_ap_cred + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_pbc_overlap + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_m1 + 0x0000000000000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_set_ie + 0x0000000000000000 0xa4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_deinit + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_init + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_probe_req_rx + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_credential_wrap + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_cred + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_build_m8 + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_update_ie + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_selected_registrar_changed + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_remove_pin + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_invalidate_unused + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_invalidate_pin + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_unlock_pin + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_e_snonce2 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_invalidate_wildcard_pin + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_expire_pins + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_get_pin + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_get_dev_password + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_get_msg + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_add_pin + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_button_pushed + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_stop_pbc + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_pbc_completed + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_pbc_timeout + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_pin_completed + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_complete + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_wps_cancel + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_ap_settings_r + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_m7 + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_wsc_msg + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_process_wsc_done + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_process_msg + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .literal.wps_registrar_get_info + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_set_pushbutton + 0x0000000000000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_cb_new_psk + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_cb_pin_needed + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_cb_reg_success + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_cb_set_ie + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_cb_set_sel_reg + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_dev_password_id + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_auth_type_flags + 0x0000000000000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_encr_type_flags + 0x0000000000000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_conn_type_flags + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_config_methods + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_wps_state + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_assoc_state + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_config_error + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_p2p_dev_addr_match + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_skip_overlap + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_sta_cred_cb + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_uuid_e + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_mac_addr + 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_enrollee_nonce + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_e_hash1 + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_e_hash2 + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_cred_update + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_add_authorized_mac + 0x0000000000000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_registrar_nonce + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_free_pin + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_remove_pin + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_free_pins + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_free_pbc_sessions + 0x0000000000000000 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_remove_pbc_session + 0x0000000000000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_add_pbc_session + 0x0000000000000000 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_pubkey + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_sel_pbc_reg_uuid_e + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_sel_reg_dev_password_id + 0x0000000000000000 0x5d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_sel_reg_config_methods + 0x0000000000000000 0x7d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_probe_config_methods + 0x0000000000000000 0x4d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_cred_auth_type + 0x0000000000000000 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_cred_encr_type + 0x0000000000000000 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_wps_state + 0x0000000000000000 0x3f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_ap_setup_locked + 0x0000000000000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_selected_registrar + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_cred_network_idx + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_free_devices + 0x0000000000000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_remove_authorized_mac + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_wsc_ack + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_config_methods_r + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_r_hash + 0x0000000000000000 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_wsc_nack + 0x0000000000000000 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_m3 + 0x0000000000000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_e_snonce1 + 0x0000000000000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_m5 + 0x0000000000000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_cred_mac_addr + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_uuid_r + 0x0000000000000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_m2 + 0x0000000000000000 0x148 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_m2d + 0x0000000000000000 0x10f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_r_snonce1 + 0x0000000000000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_m4 + 0x0000000000000000 0xd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_r_snonce2 + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_m6 + 0x0000000000000000 0xbe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_cred_ssid + 0x0000000000000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_cred_network_key + 0x0000000000000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_credential + 0x0000000000000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_ap_settings + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_ap_cred + 0x0000000000000000 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_pbc_overlap + 0x0000000000000000 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .rodata.wps_process_m1.str1.4 + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_m1 + 0x0000000000000000 0x1c6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_authorized_macs + 0x0000000000000000 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .rodata 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_set_ie + 0x0000000000000000 0x288 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_deinit + 0x0000000000000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_init + 0x0000000000000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_probe_req_rx + 0x0000000000000000 0x12e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_credential_wrap + 0x0000000000000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_cred + 0x0000000000000000 0x2c2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_build_m8 + 0x0000000000000000 0xda esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_update_ie + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_selected_registrar_changed + 0x0000000000000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_remove_pin + 0x0000000000000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_invalidate_unused + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_invalidate_pin + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_unlock_pin + 0x0000000000000000 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_e_snonce2 + 0x0000000000000000 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_invalidate_wildcard_pin + 0x0000000000000000 0x43 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_expire_pins + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_get_pin + 0x0000000000000000 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .rodata.wps_get_dev_password.str1.4 + 0x0000000000000000 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_get_dev_password + 0x0000000000000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_get_msg + 0x0000000000000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .rodata.wps_registrar_get_msg + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .rodata.wps_registrar_add_pin.str1.4 + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_add_pin + 0x0000000000000000 0xd1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_button_pushed + 0x0000000000000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_stop_pbc + 0x0000000000000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_pbc_completed + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_pbc_timeout + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_pin_completed + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_complete + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_wps_cancel + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_ap_settings_r + 0x0000000000000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_m7 + 0x0000000000000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_wsc_msg + 0x0000000000000000 0x11c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_process_wsc_done + 0x0000000000000000 0x1d1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_process_msg + 0x0000000000000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .rodata.wps_registrar_get_info.str1.4 + 0x0000000000000000 0x81 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_get_info + 0x0000000000000000 0x8d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_registrar_config_ap + 0x0000000000000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .xt.lit 0x0000000000000000 0x2b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .xt.prop 0x0000000000000000 0x29d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text.dh5_init_fixed + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .xt.prop 0x0000000000000000 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .literal.base64_gen_encode + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .literal.base64_gen_decode + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .literal.base64_encode + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .literal.base64_url_encode + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .literal.base64_decode + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .literal.base64_url_decode + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .text.base64_gen_encode + 0x0000000000000000 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .text.base64_gen_decode + 0x0000000000000000 0x10a esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .text.base64_encode + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .text.base64_url_encode + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .text.base64_decode + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .text.base64_url_decode + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .rodata.base64_url_table + 0x0000000000000000 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .rodata.base64_table + 0x0000000000000000 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .debug_info 0x0000000000000000 0xe31 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .debug_abbrev 0x0000000000000000 0x284 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .debug_loc 0x0000000000000000 0x61b esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .debug_ranges 0x0000000000000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .debug_line 0x0000000000000000 0xc5b esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .debug_str 0x0000000000000000 0x658 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .xt.prop 0x0000000000000000 0x2e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .literal.uuid_str2bin + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .literal.uuid_bin2str + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .text.uuid_str2bin + 0x0000000000000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .rodata.uuid_bin2str.str1.4 + 0x0000000000000000 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .text.uuid_bin2str + 0x0000000000000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .text.is_nil_uuid + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .debug_info 0x0000000000000000 0xb98 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .debug_abbrev 0x0000000000000000 0x24d esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .debug_loc 0x0000000000000000 0x36e esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .debug_line 0x0000000000000000 0x69e esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .debug_str 0x0000000000000000 0x5de esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .xt.prop 0x0000000000000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .xt.prop 0x0000000000000000 0x4d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .literal.i2s_check_cfg_static + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_destroy_dma_queue + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_create_dma_queue + 0x0000000000000000 0x90 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_apll_get_fi2s + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_apll_calculate_fi2s + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal._i2s_adc_mode_recover + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(i2s.c.obj) + .iram1.25.literal + 0x0000000000000000 0x58 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_isr_register + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_param_config + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_clear_intr_status + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_enable_rx_intr + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_disable_rx_intr + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_disable_tx_intr + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_enable_tx_intr + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_get_clk + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_start + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_stop + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_set_dac_mode + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_set_adc_mode + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_set_pin + 0x0000000000000000 0x94 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_driver_uninstall + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_set_clk + 0x0000000000000000 0x184 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_set_sample_rates + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_set_pdm_rx_down_sample + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_driver_install + 0x0000000000000000 0xc0 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_write + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_zero_dma_buffer + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_adc_enable + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_adc_disable + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_write_expand + 0x0000000000000000 0x98 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.i2s_read + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(i2s.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(i2s.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(i2s.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_check_cfg_static.str1.4 + 0x0000000000000000 0x76 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_check_cfg_static + 0x0000000000000000 0x74 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_destroy_dma_queue.str1.4 + 0x0000000000000000 0x4f esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_destroy_dma_queue + 0x0000000000000000 0xbe esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_create_dma_queue.str1.4 + 0x0000000000000000 0x106 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_create_dma_queue + 0x0000000000000000 0x26d esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_apll_get_fi2s + 0x0000000000000000 0x99 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_apll_calculate_fi2s + 0x0000000000000000 0x201 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata._i2s_adc_mode_recover.str1.4 + 0x0000000000000000 0x2a esp-idf/driver/libdriver.a(i2s.c.obj) + .text._i2s_adc_mode_recover + 0x0000000000000000 0x4a esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x3b esp-idf/driver/libdriver.a(i2s.c.obj) + .iram1.25 0x0000000000000000 0x14f esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_isr_register + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_param_config.str1.4 + 0x0000000000000000 0x2e esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_param_config + 0x0000000000000000 0x113 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_clear_intr_status + 0x0000000000000000 0x4a esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_enable_rx_intr + 0x0000000000000000 0x4d esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_disable_rx_intr + 0x0000000000000000 0x4d esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_disable_tx_intr + 0x0000000000000000 0x4d esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_enable_tx_intr + 0x0000000000000000 0x4d esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_get_clk + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_start + 0x0000000000000000 0xda esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_stop + 0x0000000000000000 0xb1 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_set_dac_mode.str1.4 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_set_dac_mode + 0x0000000000000000 0x72 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_set_adc_mode.str1.4 + 0x0000000000000000 0x2e esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_set_adc_mode + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_set_pin.str1.4 + 0x0000000000000000 0xa5 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_set_pin + 0x0000000000000000 0x3ed esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_driver_uninstall + 0x0000000000000000 0x146 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_set_clk.str1.4 + 0x0000000000000000 0xce esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_set_clk + 0x0000000000000000 0x64d esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_set_sample_rates.str1.4 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_set_sample_rates + 0x0000000000000000 0x80 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_set_pdm_rx_down_sample + 0x0000000000000000 0x5d esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_driver_install.str1.4 + 0x0000000000000000 0x14d esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_driver_install + 0x0000000000000000 0x2e6 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_write.str1.4 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_write + 0x0000000000000000 0x172 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_zero_dma_buffer + 0x0000000000000000 0xf6 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_adc_enable.str1.4 + 0x0000000000000000 0x31 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_adc_enable + 0x0000000000000000 0xdc esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_adc_disable + 0x0000000000000000 0xb3 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_write_expand.str1.4 + 0x0000000000000000 0x192 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_write_expand + 0x0000000000000000 0x308 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.i2s_read.str1.4 + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(i2s.c.obj) + .text.i2s_read + 0x0000000000000000 0x172 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9763 + 0x0000000000000000 0x9 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9745 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9729 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9641 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9725 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9718 + 0x0000000000000000 0xa esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9707 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9670 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9675 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9698 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9679 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9665 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9660 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9651 + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9646 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9637 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9632 + 0x0000000000000000 0x9 esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9628 + 0x0000000000000000 0xa esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9572 + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9508 + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(i2s.c.obj) + .rodata.__FUNCTION__$9492 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(i2s.c.obj) + .data._i2s_adc_channel + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(i2s.c.obj) + .data._i2s_adc_unit + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(i2s.c.obj) + .bss.i2s_spinlock + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(i2s.c.obj) + .bss.p_i2s_obj + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(i2s.c.obj) + .debug_frame 0x0000000000000000 0x2f8 esp-idf/driver/libdriver.a(i2s.c.obj) + .debug_info 0x0000000000000000 0xb980 esp-idf/driver/libdriver.a(i2s.c.obj) + .debug_abbrev 0x0000000000000000 0x5cc esp-idf/driver/libdriver.a(i2s.c.obj) + .debug_loc 0x0000000000000000 0x20b0 esp-idf/driver/libdriver.a(i2s.c.obj) + .debug_aranges + 0x0000000000000000 0x110 esp-idf/driver/libdriver.a(i2s.c.obj) + .debug_ranges 0x0000000000000000 0x138 esp-idf/driver/libdriver.a(i2s.c.obj) + .debug_line 0x0000000000000000 0x607a esp-idf/driver/libdriver.a(i2s.c.obj) + .debug_str 0x0000000000000000 0x58bc esp-idf/driver/libdriver.a(i2s.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(i2s.c.obj) + .xt.lit 0x0000000000000000 0xf8 esp-idf/driver/libdriver.a(i2s.c.obj) + .xt.prop 0x0000000000000000 0x1488 esp-idf/driver/libdriver.a(i2s.c.obj) + .literal.hall_sensor_get_value + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_set_i2s_data_source + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_i2s_mode_init + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_digi_init + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_digi_deinit + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.adc_digi_controller_config + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc.c.obj) + .literal.hall_sensor_read + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(adc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(adc.c.obj) + .text.hall_sensor_get_value + 0x0000000000000000 0x165 esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.adc_set_i2s_data_source.str1.4 + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_set_i2s_data_source + 0x0000000000000000 0x68 esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.adc_i2s_mode_init.str1.4 + 0x0000000000000000 0x3a esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_i2s_mode_init + 0x0000000000000000 0xd8 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_init + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_deinit + 0x0000000000000000 0x26 esp-idf/driver/libdriver.a(adc.c.obj) + .text.adc_digi_controller_config + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(adc.c.obj) + .text.hall_sensor_read + 0x0000000000000000 0x36 esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.__FUNCTION__$7761 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(adc.c.obj) + .rodata.__FUNCTION__$7756 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_frame 0x0000000000000000 0xb8 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_info 0x0000000000000000 0x6912 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_abbrev 0x0000000000000000 0x414 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_loc 0x0000000000000000 0x155 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_aranges + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_ranges 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_line 0x0000000000000000 0xc01 esp-idf/driver/libdriver.a(adc.c.obj) + .debug_str 0x0000000000000000 0x406c esp-idf/driver/libdriver.a(adc.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(adc.c.obj) + .xt.lit 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(adc.c.obj) + .xt.prop 0x0000000000000000 0x1bc esp-idf/driver/libdriver.a(adc.c.obj) + .literal.dac_i2s_enable + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(dac.c.obj) + .literal.dac_i2s_disable + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(dac.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(dac.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(dac.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(dac.c.obj) + .text.dac_i2s_enable + 0x0000000000000000 0x41 esp-idf/driver/libdriver.a(dac.c.obj) + .text.dac_i2s_disable + 0x0000000000000000 0x41 esp-idf/driver/libdriver.a(dac.c.obj) + .debug_frame 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(dac.c.obj) + .debug_info 0x0000000000000000 0x5abf esp-idf/driver/libdriver.a(dac.c.obj) + .debug_abbrev 0x0000000000000000 0x2bd esp-idf/driver/libdriver.a(dac.c.obj) + .debug_loc 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(dac.c.obj) + .debug_aranges + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(dac.c.obj) + .debug_ranges 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(dac.c.obj) + .debug_line 0x0000000000000000 0x61f esp-idf/driver/libdriver.a(dac.c.obj) + .debug_str 0x0000000000000000 0x3746 esp-idf/driver/libdriver.a(dac.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/driver/libdriver.a(dac.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(dac.c.obj) + .xt.prop 0x0000000000000000 0x60 esp-idf/driver/libdriver.a(dac.c.obj) + .literal.esp_coex_adapter_funcs_md5_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.esp_coex_adapter_register + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.esp_coex_status_bit_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.esp_coex_status_bit_clear + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_event_duration_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_wifi_request + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .wifirxiram.7.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .iram1.8.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .iram1.9.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_condition_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_pre_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .wifirxiram.10.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_preference_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_version_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_register_wifi_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .literal.coex_register_bt_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .iram1.11.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .iram1.12.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .text.esp_coex_adapter_funcs_md5_check + 0x0000000000000000 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .text.esp_coex_status_bit_set + 0x0000000000000000 0xaa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .text.esp_coex_status_bit_clear + 0x0000000000000000 0xaa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .text.coex_preference_set + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .text.coex_version_get + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .text.coex_register_wifi_cb + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .dram1.6 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .dram1.5 0x0000000000000000 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .dram1.4 0x0000000000000000 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .dram1.3 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .dram1.2 0x0000000000000000 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .dram1.1 0x0000000000000000 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .data.g_coex_adapter_funcs_md5 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .rodata.coex_version_str + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .data.libcoexist_reversion_git + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .xt.lit 0x0000000000000000 0xa8 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .xt.prop 0x0000000000000000 0x54c ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .iram1.16.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.17.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.21.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.20.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.23.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.25.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.26.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.27.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.28.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .literal.coex_core_event_duration_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .literal.coex_core_condition_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .literal.coex_core_condition_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .literal.coex_core_condition_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .literal.coex_core_pre_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .literal.coex_core_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .literal.coex_core_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .literal.coex_core_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .literal.coex_core_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .wifislpiram.36.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .literal.coex_core_register_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.37.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.38.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .text.coex_core_condition_get + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .xt.lit 0x0000000000000000 0xa0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .xt.prop 0x0000000000000000 0x840 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .iram1.0.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .iram1.12.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .iram1.17.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .iram1.18.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .xt.lit 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .xt.prop 0x0000000000000000 0x21c ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) + .xt.prop 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) + .literal.coex_schm_status_change + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .wifirxiram.9.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .wifirxiram.10.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_status_bit_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_status_bit_clear + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_status_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_curr_phase_idx_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .wifirxiram.11.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_interval_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .wifirxiram.12.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_curr_period_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_curr_phase_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_get_phase_by_idx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_register_btdm_callback + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_wifi_channel_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_wifi_channel_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_register_wifi_channel_change_callback + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .literal.coex_schm_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .text.coex_schm_status_get + 0x0000000000000000 0x4b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .text.coex_schm_get_phase_by_idx + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .text.coex_schm_deinit + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_a2dp_wifi_default + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_default_bt_idle_wifi_default + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .data.coex_schm_ble_idle_bt_idle_wifi_default + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .xt.lit 0x0000000000000000 0x90 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .xt.prop 0x0000000000000000 0x1008 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .iram1.4.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.5.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.6.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.7.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.8.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.9.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.10.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.11.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.12.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.13.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.14.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .literal.coex_timer_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .literal.coex_timer_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.6 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.9 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .xt.lit 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .xt.prop 0x0000000000000000 0x2a0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .iram1.5.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .iram1.11.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .iram1.18.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .iram1.19.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .iram1.20.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .iram1.21.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .iram1.22.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .literal.coex_arbit_dump + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .literal.coex_arbit_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .literal.coex_arbit_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .text.coex_arbit_dump + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .xt.lit 0x0000000000000000 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .xt.prop 0x0000000000000000 0x4d4 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .literal.esp_wifi_ftm_end_session_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ftm_resp_set_offset_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_config_channel_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_negotiated_channel_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_negotiated_bw_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_inactive_time_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_inactive_time_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_get_config_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ap_get_sta_aid_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_reg_netstack_buf_cb_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_send_deauth_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_config_local$part$1 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_get_init_state + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_is_stop_in_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_api_lock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_api_unlock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_init_completed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_config_default + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_ap_info + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_current_ap_id + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_ap_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_cacl_mac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_get_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_get_station_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_deauth + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_register_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_unregister_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_set_user_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_get_user_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_check_chan_param + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_deinit_in_caller_task + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_init_in_caller_task + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_osi_funcs_register + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_osi_funcs_md5_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_crypto_funcs_md5_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_wifi_type_md5_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_esp_wifi_md5_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_init_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_deinit_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ftm_initiate_session + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_restart + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_disconnect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_clear_fast_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_deauth_sta + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_promiscuous_scan_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.get_total_scan_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_ap_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_ap_records + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ap_get_sta_list + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_connectionless_wake_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_ps + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_ps + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_protocol + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_protocol + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_config_11b_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_config_espnow_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_config_80211_tx_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_bandwidth + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_bandwidth + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_home_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_country + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_country_code + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_country + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_country_code + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_mac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_mac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_sta_get_ap_info + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_promiscuous_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous_ctrl_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_promiscuous_ctrl_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous_rx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_promiscuous + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_storage + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_reg_rxcb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_sta_ip + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_auto_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_auto_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_restore + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_vendor_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_vendor_ie_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_set_event_handler + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_event_post + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_mesh_event_post + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_lora_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_lora_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_max_tx_power + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_max_tx_power + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_event_mask + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_event_mask + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_csi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_csi_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_csi_rx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_ant_gpio + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_ant_gpio + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_ant + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_ant + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_fix_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_fix_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_sta_rx_probe_req + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ipc_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ftm_end_session + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ftm_resp_set_offset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .wifislpiram.36.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_log_level + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_log_mod + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_log + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_ioctl + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_configure_wake_window + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_update_light_sleep_default_params + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_sleep_delay_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_keep_alive_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_reg_netstack_buf_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_config_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_issue_disconnect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_improve_contention_ability + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_negotiated_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_negotiated_bandwidth + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ap_get_sta_aid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_tsf_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_tx_done_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_inactive_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_inactive_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_statis_dump + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_spp_amsdu + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_disable_pmf_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_mesh_reg_rxcb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_ap_assoc_expire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_ap_assoc_expire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_router_bssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_router_bssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_beacon_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_beacon_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_map_deauth + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_sta_disassoc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_cur_ap_info + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_scan_get_ap_ie_len + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_cur_ap_record + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_scan_get_ap_record + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_mesh_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_mesh_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_mesh_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_mesh_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_roots_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_roots_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_allow_root_conflicts + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_is_root_conflicts_allowed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_parent_monitor_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_parent_monitor_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_ie_crypto_funcs_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_ie_crypto_key_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_sort_ap_records + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_sort_get_cur_ap_info + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_phy_apply_phy_init_data + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_sort_get_cur_ap_record + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_parent_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_clear_parent_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_parent_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_rssi_threshold_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_rssi_threshold_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_is_roots_found + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_storage + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_switch_channel_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_active_duty_cycle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_active_duty_cycle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_network_duty_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_network_duty_cycle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_network_duty_cycle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_running_active_duty_cycle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_ps_get_ext_duty + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_ps_duty_signaling + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_non_mesh_connections + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_end_session_local + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_resp_set_offset_local + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_config_channel_local + 0x0000000000000000 0x7f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_negotiated_channel_local + 0x0000000000000000 0xc1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_negotiated_bw_local + 0x0000000000000000 0xf6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_inactive_time_local + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_inactive_time_local + 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ap_get_sta_aid_local + 0x0000000000000000 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_config + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_config_default + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_ap_info + 0x0000000000000000 0xb0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_current_ap_id + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_station_ap_check + 0x0000000000000000 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_cacl_mac + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_get_config + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_get_station_num + 0x0000000000000000 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_register_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_unregister_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_set_user_ie + 0x0000000000000000 0x18a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_get_user_ie + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata.wifi_get_user_ie + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_osi_funcs_md5_check + 0x0000000000000000 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_crypto_funcs_md5_check + 0x0000000000000000 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_wifi_type_md5_check + 0x0000000000000000 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_esp_wifi_md5_check + 0x0000000000000000 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_initiate_session + 0x0000000000000000 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_restart + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_clear_fast_connect + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_connectionless_wake_interval + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_11b_rate + 0x0000000000000000 0x102 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_espnow_rate + 0x0000000000000000 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_80211_tx_rate + 0x0000000000000000 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_bandwidth + 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_bandwidth + 0x0000000000000000 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_home_channel + 0x0000000000000000 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_channel + 0x0000000000000000 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_country_code + 0x0000000000000000 0xc2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_country_code + 0x0000000000000000 0x85 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_promiscuous_filter + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous_ctrl_filter + 0x0000000000000000 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_promiscuous_ctrl_filter + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_auto_connect + 0x0000000000000000 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_auto_connect + 0x0000000000000000 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_restore + 0x0000000000000000 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_vendor_ie + 0x0000000000000000 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_vendor_ie_cb + 0x0000000000000000 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_event_mask + 0x0000000000000000 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_csi + 0x0000000000000000 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_csi_config + 0x0000000000000000 0x9c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_csi_rx_cb + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_ant_gpio + 0x0000000000000000 0x66 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_ant_gpio + 0x0000000000000000 0x53 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_ant + 0x0000000000000000 0x66 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_ant + 0x0000000000000000 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_fix_rate + 0x0000000000000000 0x86 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_fix_rate + 0x0000000000000000 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_sta_rx_probe_req + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_end_session + 0x0000000000000000 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_resp_set_offset + 0x0000000000000000 0x5e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_log_mod + 0x0000000000000000 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_log + 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_ioctl + 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_configure_wake_window + 0x0000000000000000 0x8a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_update_light_sleep_default_params + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_sleep_delay_time + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_keep_alive_time + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_config_channel + 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_improve_contention_ability + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_negotiated_channel + 0x0000000000000000 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_negotiated_bandwidth + 0x0000000000000000 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ap_get_sta_aid + 0x0000000000000000 0x43 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_tsf_time + 0x0000000000000000 0xa7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_tx_done_cb + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_inactive_time + 0x0000000000000000 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_inactive_time + 0x0000000000000000 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_statis_dump + 0x0000000000000000 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_spp_amsdu + 0x0000000000000000 0x79 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_disable_pmf_config + 0x0000000000000000 0x5e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_mesh_reg_rxcb + 0x0000000000000000 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_ap_assoc_expire + 0x0000000000000000 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_ap_assoc_expire + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_router_bssid + 0x0000000000000000 0x66 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_router_bssid + 0x0000000000000000 0x66 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_beacon_interval + 0x0000000000000000 0x53 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_beacon_interval + 0x0000000000000000 0xa0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_sta_disassoc + 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_cur_ap_info + 0x0000000000000000 0xea ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_scan_get_ap_ie_len + 0x0000000000000000 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_cur_ap_record + 0x0000000000000000 0x180 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_scan_get_ap_record + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_init + 0x0000000000000000 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_deinit + 0x0000000000000000 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_set + 0x0000000000000000 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_get + 0x0000000000000000 0xac ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_roots_set + 0x0000000000000000 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_roots_get + 0x0000000000000000 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_allow_root_conflicts + 0x0000000000000000 0x84 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_is_root_conflicts_allowed + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_parent_monitor_config + 0x0000000000000000 0x66 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_parent_monitor_config + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_ie_crypto_funcs_internal + 0x0000000000000000 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_ie_crypto_key_internal + 0x0000000000000000 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_sort_ap_records + 0x0000000000000000 0x13e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_sort_get_cur_ap_info + 0x0000000000000000 0x105 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_sort_get_cur_ap_record + 0x0000000000000000 0x1d0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_parent_candidate + 0x0000000000000000 0x82 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_clear_parent_candidate + 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_parent_candidate + 0x0000000000000000 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_rssi_threshold_internal + 0x0000000000000000 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_rssi_threshold_internal + 0x0000000000000000 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_is_roots_found + 0x0000000000000000 0x55 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_storage + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_switch_channel_internal + 0x0000000000000000 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_active_duty_cycle + 0x0000000000000000 0xfc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_active_duty_cycle + 0x0000000000000000 0x81 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_network_duty_internal + 0x0000000000000000 0x6a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_network_duty_cycle + 0x0000000000000000 0xbc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_network_duty_cycle + 0x0000000000000000 0x9d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_ps_get_ext_duty + 0x0000000000000000 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_ps_duty_signaling + 0x0000000000000000 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_non_mesh_connections + 0x0000000000000000 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.token$13720 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.39 + 0x0000000000000000 0x41 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.38 + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.37 + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.s_mesh_fetch_num + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.s_mesh_sort_num + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.s_mesh_sort_bss + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.33 + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.32 + 0x0000000000000000 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.31 + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.30 + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.29 + 0x0000000000000000 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.28 + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.27 + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.26 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.25 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.24 + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.23 + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.22 + 0x0000000000000000 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.12 + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_esp_wifi_md5 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_wifi_type_md5 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_wifi_crypto_funcs_md5 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_wifi_osi_funcs_md5 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .xt.lit 0x0000000000000000 0x5b8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .xt.prop 0x0000000000000000 0x4320 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.ieee80211_freedom_inside_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_rate_ref_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_freedom_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_user_ie_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_ifattach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_ifdetach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_create_softap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_destroy_softap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_create_sta + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_destroy_sta + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_mode_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_recycle_rx_pkt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .text.wifi_recycle_rx_pkt + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata.ieee80211_opcap + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata.str1.1 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .data.libnet80211_reversion_remote + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .data.libnet80211_reversion_git + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .xt.lit 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .xt.prop 0x0000000000000000 0x4bc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_crypto_attach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_available + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_setkey + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_encap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_decap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_aes_128_cmac_encrypt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_aes_128_cmac_decrypt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .text.ieee80211_crypto_available + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .text.ieee80211_crypto_setkey + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .text.ieee80211_crypto_aes_128_cmac_encrypt + 0x0000000000000000 0x12e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.4 + 0x0000000000000000 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .xt.lit 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .xt.prop 0x0000000000000000 0x2c4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.wifi_log + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .literal.dbg_hmac_rxtx_statis_dump + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .literal.dbg_hmac_statis_dump + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .text.dbg_hmac_rxtx_statis_dump + 0x0000000000000000 0x297 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .text.dbg_hmac_statis_dump + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.14 + 0x0000000000000000 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.13 + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.12 + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.11 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.10 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.9 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.8 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.7 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.6 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.5 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.4 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.3 + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.2 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .xt.lit 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .xt.prop 0x0000000000000000 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .literal.ieee80211_hdrsize + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.unlikely.is_non_esp_oui + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.unlikely.is_esp_manufacturer_oui + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostap_send_beacon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_handle_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostapd_ps_txcb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.unlikely.hostap_auth_open + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .wifi0iram.29.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostap_send_beacon_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostap_attach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_handle_timer_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostapd_data_txcb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.wifi_ap_reg_rxcb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_input + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ap_rx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.wifi_softap_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostapd_beacon_txcb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.wifi_softap_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .wifi0iram.29 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .text.ieee80211_hostapd_data_txcb + 0x0000000000000000 0x9a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss.APRecvBcnStartTick + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .xt.lit 0x0000000000000000 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .xt.prop 0x0000000000000000 0x12cc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + COMMON 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.addba_stop_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_init_age_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_send_action_ba_addba + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.addba_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htinfo_body + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_stop_age_timer$part$0 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htcap_body + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_deinit_age_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_recv_action_ba_addba_response + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_tx_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_send_action_ba_delba + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.addba_response_txcb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_attach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_free_rx_ba_index + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_rx_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_recv_action_ba_delba + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_alloc_rx_ba_index + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_recv_action_ba_addba_request + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_deattach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_cal_tx_pps + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.addba_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_request + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.27.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_dispatch_movement + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.29.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.31.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.33.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_age_bss + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_start_age_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_age_all + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.38.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_recv_bar + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_node_cleanup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_node_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_parse_htcap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_has_ht40_bss + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_update_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_updatehtcap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_updateparams + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_setup_htrates + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_setup_basic_htrates + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htcap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htcap_vendor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htinfo + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htinfo_vendor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_decap1 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_decap_amsdu + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_cal_tx_pps + 0x0000000000000000 0x99 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ampdu_stop + 0x0000000000000000 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .xt.lit 0x0000000000000000 0x188 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .xt.prop 0x0000000000000000 0x1c74 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_ie_vendor_esp_head + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_mesh_group + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_simple_pair + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_freq_annon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_now + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_ssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_manufacturer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_mesh_group + 0x0000000000000000 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_simple_pair + 0x0000000000000000 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_freq_annon + 0x0000000000000000 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_now + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_ssid + 0x0000000000000000 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .xt.lit 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .xt.prop 0x0000000000000000 0x168 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.wpa_cipher + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.rsn_cipher + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.rsn_keymgmt_to_bitfield + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_deliver_data + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_decap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_is_support_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_is_11b_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_rates + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_set_max_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_is_lr_only + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_phy_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_lr_rates + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_alloc_challenge + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_beacon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_wpa + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_rsn_cipher_priority + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_better_rsn_pairwise_cipher + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_amsdu_negotiate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_rsn + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_match_security + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_is_ht_cipher + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_wapi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_action + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_rateset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .text.ieee80211_deliver_data + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .text.ieee80211_is_11b_rate + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .xt.lit 0x0000000000000000 0x98 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .xt.prop 0x0000000000000000 0x180c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.wifi_wps_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_wps_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ioctl_ht2040_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_pmk_is_valid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_station_set_config_local_2 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ioctl_ht2040_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.current_task_is_wifi_task + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.adc2_wifi_acquire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.adc2_wifi_release + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_station_get_reconnect_policy + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal._do_wifi_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal._do_wifi_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_phy_2nd_chan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_phy_2nd_chan_is_valid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_phy_bw + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_phy_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_phy_2nd_chan_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_station_save_ap_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.print_sta_pmk + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_sta_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal._do_wifi_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_sta_disconnect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal._do_wifi_disconnect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_sta_scan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_sta_ap_change_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_mac_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_promis_filter_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_promis_ctrl_filter_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_sta_set_ap_num_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_auto_connect_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_macaddr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_post_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_reset_mac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .wifislprxiram.21.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .wifislprxiram.23.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hw_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_txq_empty + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_stop_sw_txq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hw_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_promis_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_mode_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.esp_wifi_internal_set_baw + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_menuconfig_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_crypto_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wpa_crypto_funcs_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_crypto_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hmac_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hmac_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_lmac_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_lmac_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_init_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_deinit_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_start_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_stop_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_connect_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_sta_disconnect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_disconnect_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_scan_start_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_scan_stop_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ant_to_ant_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.cipher_map_net80211_to_public_cipher + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_ap_list_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_ap_info_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_sta_list_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_config_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_protocol_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_protocol_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_bw_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_bw_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_channel_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_home_channel_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_channel_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_chan_range + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_ps_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_country + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_country + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_restart_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_rxcb_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_restore_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_vnd_ie_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_vnd_ie_cb_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_max_tpw + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_event_mask + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_csi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_csi_set_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ant_config_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .wifirxiram.68.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_ant + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_ant_gpio + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_fix_rate_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_deauth_sta_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_wps_is_started + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_wps_start_flag + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_wpa2_is_started + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_wpa2_ent_enable_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_wpa2_ent_disable_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_log_mod_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_wps_type_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_wps_status_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ipc_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_appie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_appie_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_wps_cb_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_internal_ioctl_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_tsf_time_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ftm_start_initiator_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_send_mgmt_frame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_rssi_threshold + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_register_mgmt_frame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_roc_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_action_tx_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_configure_wake_window_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_disable_pmf_config_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_set_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_get_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_roots_ie_set_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_roots_ie_get_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_init_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_deinit_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_sta_disassoc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_map_deauth_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_sta_disassoc_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_set_beacon_interval_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_assoc_expire_set_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_router_bssid_set_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_router_bssid_get_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_root_conflicts_set_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_crypto_funcs_set_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_crypto_key_set_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_monitor_set_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_monitor_get_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_candidate_set_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_candidate_clear_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_candidate_get_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_rssi_threshold_set_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_rssi_threshold_get_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_is_roots_found_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_switch_channel_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ps_duty_cycle_set_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ps_duty_cycle_get_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ps_duty_ext_get_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_act_duty_signaling_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ioctl_ht2040_get + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ioctl_ht2040_set + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.adc2_wifi_acquire + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.adc2_wifi_release + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_set_phy_2nd_chan + 0x0000000000000000 0x41 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_phy_2nd_chan_is_valid + 0x0000000000000000 0xa1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_phy_2nd_chan_process + 0x0000000000000000 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.print_sta_pmk + 0x0000000000000000 0x1cc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sta_ap_change_process + 0x0000000000000000 0x112 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_promis_ctrl_filter_process + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sta_set_ap_num_process + 0x0000000000000000 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_auto_connect_process + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.chip_post_deinit + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.esp_wifi_internal_set_baw + 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_crypto_deinit + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_hmac_deinit + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_lmac_deinit + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sta_disconnect + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.cipher_map_net80211_to_public_cipher + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_bw_process + 0x0000000000000000 0xfa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_bw_process + 0x0000000000000000 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_home_channel_process + 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_channel_process + 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_restart_process + 0x0000000000000000 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_restore_process + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_vnd_ie_process + 0x0000000000000000 0x116 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_vnd_ie_cb_process + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_event_mask + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_csi + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_csi_set_config + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ant_config_check + 0x0000000000000000 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .wifirxiram.68 + 0x0000000000000000 0xa9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_ant + 0x0000000000000000 0x4f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_ant_gpio + 0x0000000000000000 0xb7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_fix_rate_process + 0x0000000000000000 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_wpa2_ent_enable_process + 0x0000000000000000 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_log_mod_process + 0x0000000000000000 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_internal_ioctl_process + 0x0000000000000000 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_tsf_time_process + 0x0000000000000000 0x78 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ftm_start_initiator_process + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_send_mgmt_frame + 0x0000000000000000 0xd0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_rssi_threshold + 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_register_mgmt_frame + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_roc_process + 0x0000000000000000 0xd0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_action_tx_process + 0x0000000000000000 0xd4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_configure_wake_window_process + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_disable_pmf_config_process + 0x0000000000000000 0x97 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_set_progress + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_get_progress + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_roots_ie_set_progress + 0x0000000000000000 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_roots_ie_get_progress + 0x0000000000000000 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_init_progress + 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_deinit_progress + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_sta_disassoc + 0x0000000000000000 0x5e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_sta_disassoc_progress + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_set_beacon_interval_progress + 0x0000000000000000 0x9b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_assoc_expire_set_progress + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_router_bssid_set_progress + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_router_bssid_get_progress + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_root_conflicts_set_progress + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_crypto_funcs_set_progress + 0x0000000000000000 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_crypto_key_set_progress + 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_monitor_set_progress + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_monitor_get_progress + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_candidate_set_progress + 0x0000000000000000 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_candidate_clear_progress + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_candidate_get_progress + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_rssi_threshold_set_progress + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_rssi_threshold_get_progress + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_is_roots_found_progress + 0x0000000000000000 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_switch_channel_progress + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ps_duty_cycle_set_process + 0x0000000000000000 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ps_duty_ext_get_process + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_act_duty_signaling_process + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .data.g_mesh_root_conflicts_allowed + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .data.map_assoc_expire + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .bss.mesh_router_bssid + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.89 + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.88 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.87 + 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.86 + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.85 + 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.84 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.83 + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.82 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.81 + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .data.s_ioctl_table + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.80 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.79 + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.72 + 0x0000000000000000 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.71 + 0x0000000000000000 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.70 + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.69 + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.67 + 0x0000000000000000 0x45 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.66 + 0x0000000000000000 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.30 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.14 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.6 + 0x0000000000000000 0xac ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.5 + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.4 + 0x0000000000000000 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .xt.lit 0x0000000000000000 0x470 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .xt.prop 0x0000000000000000 0x3e64 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_public_action_recv_mesh_awake + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_mesh_quick_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_mesh_quick_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_vnd_mesh_update_beacon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_vnd_mesh_fully_associated + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.is_esp_mesh_assoc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_public_action_send_mesh_awake + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_public_action_recv_mesh_awake + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_mesh_quick_init + 0x0000000000000000 0x1b2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_mesh_quick_deinit + 0x0000000000000000 0xb2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_vnd_mesh_update_beacon + 0x0000000000000000 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_vnd_mesh_fully_associated + 0x0000000000000000 0x4d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .rodata.str1.1 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .rodata 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_public_action_send_mesh_awake + 0x0000000000000000 0x190 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .bss.esp_mesh_ps_duty + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .bss.esp_mesh_appie + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .xt.lit 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .xt.prop 0x0000000000000000 0x2b8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.wifi_nvs_cfg_item_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_cfg_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_sta_restore + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_ap_restore + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.ieee80211_nvs_set_default_ssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_commit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.ieee80211_adjust_2nd_chan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_compare_cfg_diff + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_set_default_ssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_ssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_password + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_sta_password + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_country + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_chan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_sta_listen_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_load + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_restore + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_get_sta_listen_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_reset_current_ap_info + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_sta_restore + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_ap_restore + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text.ieee80211_nvs_set_default_ssid + 0x0000000000000000 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_restore + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.7 + 0x0000000000000000 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.6 + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .xt.lit 0x0000000000000000 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .xt.prop 0x0000000000000000 0xa8c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.add_appie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_amsdu_adjust_head + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_wme_param$isra$2 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_extended_caps + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_ie_size$part$11 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_internal_tx_is_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_reg_encap_amsdu_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_reg_netstack_buf_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_set_hmac_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.wifi_is_started + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_alloc_tx_buf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_recycle_cache_eb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_empty_txq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_post_hmac_tx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.get_wifi_internal_state + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output_pending_eb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_copy_eb_header + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_setup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_tx_mgt_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_align_eb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_classify + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_rates + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_dsparams + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_xrates + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_extcap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_ie_size + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_ie_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_lora_ie_size + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_lora_ie_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_setup_robust_mgmtframe + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_mgmt_output + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_getcapinfo + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifi0iram.28.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_search_node + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output_do + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_internal_tx_by_ref + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_internal_tx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_mesh_tx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_encap_amsdu + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_alloc_proberesp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_alloc_deauth + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output_raw_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_raw_frame_sanity_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_80211_tx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_set_tx_desc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_nulldata + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifi0iram.13.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifi0iram.7.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_probereq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_mgmt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_proberesp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_deauth + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_beacon_alloc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_encap_null_data + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_pm_tx_null_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_internal_tx_is_stop + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.ieee80211_reg_encap_amsdu_cb + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.wifi_is_started + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.get_wifi_internal_state + 0x0000000000000000 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.ieee80211_add_extcap + 0x0000000000000000 0x59 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.ieee80211_vnd_ie_size + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_internal_tx_by_ref + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_mesh_tx + 0x0000000000000000 0xa6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.ieee80211_raw_frame_sanity_check + 0x0000000000000000 0x208 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_80211_tx + 0x0000000000000000 0xf8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.45 + 0x0000000000000000 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.44 + 0x0000000000000000 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.43 + 0x0000000000000000 0x45 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.42 + 0x0000000000000000 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.41 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.40 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.39 + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.38 + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.37 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.36 + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.15 + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .xt.lit 0x0000000000000000 0x1b8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .xt.prop 0x0000000000000000 0x219c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_phy_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_phy_type_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_phy_mode_show + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_setup_ratetable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_phy_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_set_user_sup_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .text.ieee80211_set_user_sup_rate + 0x0000000000000000 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .xt.lit 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .xt.prop 0x0000000000000000 0x300 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_psq_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_gpsq_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_cleanup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_find_max_bss + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_set_tim + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_take_head + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_take_tail + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_drop_one_pkt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_send_one_pkt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_is_buff_pkt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_pwrsave + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.pwrsave_flushq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_node_pwrsave + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_pwrsave_node_cleanup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_pwrsave_txcb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .text.ieee80211_psq_cleanup + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .text.ieee80211_psq_take_tail + 0x0000000000000000 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .xt.lit 0x0000000000000000 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .xt.prop 0x0000000000000000 0x570 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_proto_attach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_gettid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_set_shortslottime + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_iserp_rateset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_wme_initparams + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_wme_updateparams + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_mlme_connect_bss + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_find_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .text.ieee80211_iserp_rateset + 0x0000000000000000 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .text.ieee80211_wme_initparams + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .rodata.rates$9818 + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .xt.lit 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .xt.prop 0x0000000000000000 0x2c4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.get_country_chan_info + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .literal.ieee80211_get_chan_info + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .literal.ieee80211_is_40mhz_valid_bw + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .text.ieee80211_get_chan_info + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .rodata.ieee80211_get_chan_info + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .rodata_wlog_warning.3 + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .xt.lit 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .xt.prop 0x0000000000000000 0x1e0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .literal.ieee80211_regdomain_max_tx_power + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_get_country + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_update_phy_country + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_update + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_update_in_scan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_update_in_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_add_countryie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_max_chan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_min_chan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_chan_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_policy + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_chan_in_range + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_is_active_scan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .xt.lit 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .xt.prop 0x0000000000000000 0x390 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_rfid_locp_recv_open + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.ieee80211_rfid_locp_recv_close + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.ieee80211_rfid_locp_recv_reset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.ieee80211_rfid_locp_recv + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.register_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.unregister_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .text.ieee80211_rfid_locp_recv_open + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .text.ieee80211_rfid_locp_recv_close + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .text.register_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .text.unregister_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .xt.lit 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .xt.prop 0x0000000000000000 0x138 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.scan_enter_oper_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_inter_channel_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_op_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.ieee80211_scan_attach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.ieee80211_scan_deattach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_get_apnum + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_freq_cal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_pm_channel_op_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_flush_all_tx_buf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_cancel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_add_bssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_remove_bssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_hidden_ssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_act_duration + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_pas_duration + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_add_probe_ssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_remove_probe_ssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_prefer_chan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_update_scan_history + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_build_chan_list + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_desChan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_get_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.cannel_scan_connect_state + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_check_hidden + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.unlikely.scan_add_ssid_do + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.unlikely.scan_add_ssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_reset_cipher_and_akm + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_profile_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.free_bss_info + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.clear_bss_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_next_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_enter_oper_channel_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_inter_channel_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_op_end + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_connect_state + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.check_bss_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_scan_id + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_get_scan_id + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_parse_ht2040_coex + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_fill_wps_scan_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_parse_beacon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.scan_pm_channel_op_cb + 0x0000000000000000 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.cannel_scan_connect_state + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.scan_connect_state + 0x0000000000000000 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .xt.lit 0x0000000000000000 0x148 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .xt.prop 0x0000000000000000 0x16c8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.sta_recv_sa_query_resp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_assoc_comeback + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_try_sa_query + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_sa_query_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_recv_sa_query_req + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_send_sa_query_resp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_send_sa_query_req + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_sta_new_state + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_rx_eapol + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.wifi_sta_reg_rxcb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_michael_mic_failure + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_wme_standard_ac_to_esp_ac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_parse_wmeparams + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_rx_csa + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_parse_obss_scan_param + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_retry_assoc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_recv_ctl + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.wifi_station_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.wifi_station_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_bip_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_sa_query_process_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_try_sa_query_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_setup_pmf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_is_wpa3_enabled + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_recv_mgmt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .wifirxiram.36.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .wifirxiram.42.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .xt.lit 0x0000000000000000 0xd8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .xt.prop 0x0000000000000000 0x19bc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.esp_wifi_ap_get_prof_pmk_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_prof_pmk_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_update_ap_info_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_ap_info_prof_pmk_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_get_prof_ap_ssid_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_prof_ssid_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_get_prof_authmode_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_get_prof_pairwise_cipher_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_prof_authmode_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_is_ap_notify_completed_rsne_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_get_prof_password_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.wifi_sta_get_prof_password + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_prof_password_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_reset_param_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_set_reset_param_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_prof_is_wpa_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_prof_is_wpa2_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_prof_is_wapi_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_prof_is_wpa3_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_pairwise_cipher_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_group_cipher_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_get_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_set_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_get_sta_gtk_index + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_set_sta_gtk_index + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_set_gtk + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_get_ptk + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_get_spp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_wpa_ptk_init_done_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_enable_sta_privacy_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_is_running_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_send_mgmt_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_auth_done_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_unregister_wpa2_cb_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_register_wpa2_cb_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_unregister_wapi_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_register_wapi_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_unregister_wpa_cb_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_register_wpa_cb_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_assoc_bssid_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_sta_is_connected + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_hostap_private_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_deauthenticate_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_spp_attrubute_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_user_init_flag_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.wifi_set_rx_policy + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_espnow_get_init_flag + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_espnow_set_init_flag + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_mt_key_is_mask + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_mt_key_is_mask_zero + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_mt_key_set_mask + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_mt_key_clear_mask + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_get_mac_addr_from_frame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_del_key_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_key_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_key_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_register_tx_cb_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_macaddr_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_deauth_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.wifi_init_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_ap_key_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ppInstallKey + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_sta_hw_key_idx_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_sta_key_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_sta_key_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_appie_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_appie_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_unset_appie_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_wpa2_ent_enable_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_wpa2_ent_disable_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_wpa2_ent_state_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_wps_type_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_wps_type_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_wps_status_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_disarm_sta_connection_timer_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_wps_status_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_wps_cb_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_internal_supplicant_header_md5_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_wps_start_flag_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_pmf_enabled + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_mgmt_group_cipher + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_igtk_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211w_get_active_igtk_key_id + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211w_get_igtk_from_keyidx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_skip_supp_pmkcaching + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_rssi_threshold + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_is_rm_enabled_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_is_btm_enabled_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_register_mgmt_frame_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_send_mgmt_frm_internal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_action_tx_req + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_remain_on_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_get_prof_pmk_internal + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_get_key + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_get_sta_gtk_index + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_register_wpa2_cb_internal + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_unregister_wapi_cb + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_register_wapi_cb + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_espnow_get_init_flag + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_espnow_set_init_flag + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_mt_key_is_mask + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_mt_key_is_mask_zero + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_mt_key_set_mask + 0x0000000000000000 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_mt_key_clear_mask + 0x0000000000000000 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_get_mac_addr_from_frame + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_del_key_internal + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_key_internal + 0x0000000000000000 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_get_key_internal + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_wpa2_ent_enable_internal + 0x0000000000000000 0x6a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wpa2_ent_state_internal + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_internal_supplicant_header_md5_check + 0x0000000000000000 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_rssi_threshold + 0x0000000000000000 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_is_rm_enabled_internal + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_is_btm_enabled_internal + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_register_mgmt_frame_internal + 0x0000000000000000 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_send_mgmt_frm_internal + 0x0000000000000000 0x8c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_action_tx_req + 0x0000000000000000 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_remain_on_channel + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .data.g_wifi_supplicant_funcs_md5 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .xt.lit 0x0000000000000000 0x2d0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .xt.prop 0x0000000000000000 0x17b8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_ampdu_age_handle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_addba + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_coexist + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_sta_retry_assoc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_sta_sa_query_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_sta_try_sa_query + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_assoc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_hostap_handle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_auth + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_send_beacon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_chm_dwell + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_handshake + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_beacon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_probe_send + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_csa + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_scan_enter_op_chan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_scan_inter_chan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_timer_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_timer_do_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_timer_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .xt.lit 0x0000000000000000 0xa0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .xt.prop 0x0000000000000000 0x720 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.chm_end_op_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_phy_change_channel$constprop$3 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_mhz2num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_release_lock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_end_op + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_end_op_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_cancel_op + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_acquire_lock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_get_current_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .wifi0iram.12.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_get_home_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_set_home_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_get_chan_info + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_set_current_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_change_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_start_op + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_return_home_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .xt.lit 0x0000000000000000 0x98 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .xt.prop 0x0000000000000000 0x5f4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.cnx_sta_connect_led_timer_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_cal_rc_util + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_get_next_rc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_traverse_rc_lis_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_op + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_handshake_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_csa_fn + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.mgd_probe_send_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_beacon_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.send_ap_probe + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_probe_rc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_to_bss + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.ieee80211_cnx_attach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal._cnx_start_connect_without_scan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_can_do_obss_scan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_obss_scan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_obss_scan_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_scan_cmd + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_auth_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_assoc_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_coexist_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_coexist_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.wl_is_ap_no_lr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.wl_clear_ap_no_lr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_csa_fn_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_bss_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_check_bssid_in_blacklist + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_add_to_blacklist + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_clear_blacklist + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_choose_rc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_search + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_add_rc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_remove_all_rc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_do_handoff + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_next_ap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_start_handoff_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_remove_rc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_connect_cmd + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_auth_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_assoc_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_handshake_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_bss_alloc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_remove_rc_except + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_update_rssi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_update_state_metric + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_probe_rc_tx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_update_age + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_update_bss + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.esp_mesh_get_tsf_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.mgd_probe_send_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_node_alloc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_node_remove + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .wifi0iram.78.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .wifi0iram.80.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.wifi_softap_staconnected_event_policy + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.wifi_softap_toomany_deny + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_pm + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_update_bss_more + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_beacon_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.ic_set_sta + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_leave + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_associated + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_node_leave + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_node_join + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_start_obss_scan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_obss_scan_done_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_stop_obss_scan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_auth_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text.esp_mesh_get_tsf_time + 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text.wifi_softap_staconnected_event_policy + 0x0000000000000000 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text.wifi_softap_toomany_deny + 0x0000000000000000 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text.cnx_stop_obss_scan + 0x0000000000000000 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .xt.lit 0x0000000000000000 0x228 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .xt.prop 0x0000000000000000 0x22ec ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.offchan_in_progress + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.offchan_recv_action + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.offchan_send_action_tx_status + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.roc_op_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.roc_op_end + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.offchan_txop_end + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.offchan_txop_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .text.roc_op_start + 0x0000000000000000 0x43 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .text.roc_op_end + 0x0000000000000000 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .text.offchan_txop_end + 0x0000000000000000 0x82 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .text.offchan_txop_start + 0x0000000000000000 0x253 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .rodata_wlog_error.2 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .data.s_global_offchan_seq + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .xt.lit 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .xt.prop 0x0000000000000000 0x264 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.send_inval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.recv_inval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_send_action_register + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_send_action_unregister + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_send_action + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_recv_action_register + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_recv_action_unregister + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_recv_action + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .text.ieee80211_send_action_unregister + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .text.ieee80211_recv_action_unregister + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .xt.lit 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .xt.prop 0x0000000000000000 0x4f8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.get_iav_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_recv_action_vendor_spec + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.register_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.unregister_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_add_action_vendor_spec_esp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_alloc_action_vendor_spec + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_send_action_vendor_spec + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_action_vendor_spec_attach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.register_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.unregister_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.register_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.unregister_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .rodata.str1.1 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.ieee80211_add_action_vendor_spec_esp + 0x0000000000000000 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.ieee80211_alloc_action_vendor_spec + 0x0000000000000000 0xf9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.ieee80211_send_action_vendor_spec + 0x0000000000000000 0x380 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.register_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.unregister_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .data.s_global_vendor_seq$9944 + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss.avs_tx_content + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .xt.lit 0x0000000000000000 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .xt.prop 0x0000000000000000 0x3f0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ccmp_encap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.ccmp_decap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.ieee80211_decrypt_espnow_pkt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.ieee80211_ccmp_decrypt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.ieee80211_ccmp_encrypt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .xt.lit 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .xt.prop 0x0000000000000000 0x2ac ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.sms4_decap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .literal.sms4_encap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .xt.lit 0x0000000000000000 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .xt.prop 0x0000000000000000 0xe4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .literal.tkip_decap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .literal.tkip_encap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .xt.lit 0x0000000000000000 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .xt.prop 0x0000000000000000 0xcc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .literal.wep_encap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .literal.wep_decap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .xt.lit 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .xt.prop 0x0000000000000000 0x78 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .literal.ieee80211_getmgtframe + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .literal.ieee80211_getbcnframe + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .xt.lit 0x0000000000000000 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .xt.prop 0x0000000000000000 0x9c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .literal.esf_buf_alloc_dynamic_default_handler + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .wifislpiram.5.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_alloc_default_handler + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .wifislprxiram.7.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_recycle_default_handler + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .wifirxiram.9.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_setup_for_mesh + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_setup_static + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_free_static + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_setdown + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_setup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_statis_dump + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .text.esf_buf_setup_for_mesh + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata.str1.1 + 0x0000000000000000 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .text.esf_buf_statis_dump + 0x0000000000000000 0xc6 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.19 + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.18 + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.17 + 0x0000000000000000 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .xt.lit 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .xt.prop 0x0000000000000000 0x5dc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.bb_intr_handl + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_addr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .wifislprxiram.3.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_is_pure_sta + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_ptk_alg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_disable_crypto + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_obtain_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_rssi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_tx_pkt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_ebuf_alloc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_ebuf_recycle_tx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_ebuf_recycle_rx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.esp_wifi_internal_free_rx_buffer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_tx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_rx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_timer_post_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_michael_mic_failure_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_pp_tx_done_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_promis_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_promis_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_promis_ctrl_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_promis_ctrl_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_promis_rx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_csi_rx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_config_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_pm_tx_null_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_net80211_tx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_timer_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_ftm_callbacks + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_pp_post + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_enable_sniffer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_disable_sniffer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_vif + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_next_tbtt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_del_rx_ba + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_reset_rx_ba + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_add_rx_ba + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_reset_tbtt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_del_key_all + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_del_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_ac_param + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_ampdu_op + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.esp_mesh_set_6m_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_trc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_bb_check_noise_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_enable_rx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_disable_rx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_beacon_int + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_mac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_bssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_current_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_random + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_trc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_tx_is_idle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_pp_hdl + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_rx_policy_ubssid_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_rx_policy + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_sta_auth_flag + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_interface + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_trc_set_per_pkt_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_trc_update_ifx_phy_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_stop_hw_txq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_stop_sw_txq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_txq_empty + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_fix_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_fix_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_create_wifi_task + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_delete_wifi_task + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_csi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .wifislprxiram.11.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .wifislprxiram.12.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_csi_set_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_update_light_sleep_default_params + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_sleep_delay_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_keep_alive_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_rx_disable_bssid_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_rx_enable_bssid_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_bar_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_trc_update_def_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_espnow_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_80211_tx_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_espnow_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_80211_tx_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_default_sched + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_connectionless_wake_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.bb_intr_handl + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_is_pure_sta + 0x0000000000000000 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_rssi + 0x0000000000000000 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_register_pp_tx_done_cb + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_promis_filter + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_promis_ctrl_filter + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_promis_ctrl_filter + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_register_csi_rx_cb + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_register_ftm_callbacks + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_pp_post + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.esp_mesh_set_6m_rate + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_bb_check_noise_init + 0x0000000000000000 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_random + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_tx_is_idle + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_trc_set_per_pkt_rate + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_fix_rate + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_fix_rate + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_csi + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_csi_set_config + 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_update_light_sleep_default_params + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_sleep_delay_time + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_keep_alive_time + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_rx_disable_bssid_check + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_rx_enable_bssid_check + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_bar_rate + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_trc_update_def_rate + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_espnow_rate + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_80211_tx_rate + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_espnow_rate + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_80211_tx_rate + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_default_sched + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_connectionless_wake_interval + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_info.9 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .xt.lit 0x0000000000000000 0x2d0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .xt.prop 0x0000000000000000 0x1368 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.lmacInitAc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacIsIdle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacReachShortLimit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacReachLongLimit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacIsLongFrame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacSetTxFrame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacSetAcParam + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacInit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxopSuccess + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.11.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacEndRetryAMPDUFail + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .iram1.19.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .iram1.23.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .iram1.24.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .iram1.25.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.28.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.dbg_cnt_lmac_drop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_internal_set_retry_counter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_internal_set_msdu_lifetime + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_internal_get_mib + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_internal_set_rts + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_internal_get_rts + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.44.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.45.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmac_record_txtime + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.49.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacDiscardMSDU + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacDiscardAgedMSDU + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacRetryTxFrame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacDiscardFrameExchangeSequence + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.12.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.14.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxSuccess + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessShortRetryFail + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessCtsTimeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessLongRetryFail + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessCollision + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessCollisions_task + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessAckTimeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxRtsError + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxseckiderr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxError + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxComplete + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacRxDone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacDisableTransmit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxTimeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.dbg_lmac_get_acs + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmac_stop_hw_txq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.54.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_set_11b_tx_plcp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.lmacReachShortLimit + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.lmacReachLongLimit + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.lmacProcessTxopSuccess + 0x0000000000000000 0xa4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.dbg_cnt_lmac_drop + 0x0000000000000000 0x8d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_internal_set_retry_counter + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_internal_set_msdu_lifetime + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_internal_get_mib + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_internal_set_rts + 0x0000000000000000 0x5c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_internal_get_rts + 0x0000000000000000 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.lmac_record_txtime + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.dbg_lmac_get_acs + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9149 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_info.43 + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.9 + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.7 + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.6 + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .data.txopstart_index + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .xt.lit 0x0000000000000000 0x188 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .xt.prop 0x0000000000000000 0x1788 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.pm_get_connectionless_status + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disable_noise_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_enable_noise_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_incr_active_cnt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_incr_coex_active_cnt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disable_active_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_schm_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_wake + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_schm_process_restart + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_mac_sleep_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_mac_sleep_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_connectionless_wake_window_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_connectionless_wake_interval_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_sleep_delay_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_slice_wifi_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_schm_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_noise_check_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_sleep_delay_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_active_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_dream_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_tbtt_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.wifi_apb80m_request + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.wifi_apb80m_release + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.3.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_is_dream + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_is_sleeping + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_is_open + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.4.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_allow_tx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.5.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_noise_check_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_noise_check_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifirxiram.15.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.16.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_enable_dream_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.17.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_enable_sleep_delay_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disable_disconnected_sleep_delay_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.sta_pm_phy_ref_acquire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_enable_disconnected_sleep_delay_timer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.sta_pm_phy_ref_release + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_update_by_connectionless_status + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_noise_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_pend_noise_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_noise_check_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_register_pm_tx_null_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_send_nullfunc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_mac_wakeup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_mac_sleep + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.18.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.19.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_sleep + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_send_probe_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_send_probe_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_off_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_wake_up + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_wake_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.20.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_go_to_sleep + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_go_to_wake + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_update_params + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_next_tbtt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_mesh_set_next_tbtt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.22.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_beacon_timestamp_statistic + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_beacon_misc_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_is_in_wifi_slice_threshold + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.24.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.25.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_schm_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_tbtt_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_slice_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_active_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_dream_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_sleep_delay_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_sleep_delay_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_connectionless_wake_interval_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_connectionless_wake_window_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.26.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.27.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_tx_data_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifirxiram.28.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifirxiram.29.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_tx_data_done_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_tx_null_data_done_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_send_sleep_null_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_send_wake_null_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_coex_schm_process_restart + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_probe_resp_rx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.30.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifirxiram.31.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_data_tx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_data_tx_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_attach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_deattach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_sleep_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_get_sleep_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_update_light_sleep_default_params + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_sleep_delay_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_keep_alive_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_scan_lock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_scan_unlock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_try_scan_unlock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_force_scan_unlock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_get_idle_wait_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_enable_sta_disconnected_power_management + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_register_connectionless_wake_window + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_unregister_connectionless_wake_window + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_connectionless_wake_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.wifi_apb80m_request + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.wifi_apb80m_release + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_is_dream + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.16 + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_enable_dream_timer + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_beacon_misc_process + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_update_light_sleep_default_params + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_set_sleep_delay_time + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_set_keep_alive_time + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_scan_lock + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_scan_unlock + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_try_scan_unlock + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_get_idle_wait_time + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_register_connectionless_wake_window + 0x0000000000000000 0x6a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_unregister_connectionless_wake_window + 0x0000000000000000 0x57 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_set_connectionless_wake_interval + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .xt.lit 0x0000000000000000 0x338 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .xt.prop 0x0000000000000000 0x26dc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.fpm_allow_tx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_do_wakeup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_is_open + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_do_sleep + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_open + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_close + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_rf_is_closed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .text.fpm_is_open + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .text.fpm_do_sleep + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .text.fpm_open + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .text.fpm_close + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .text.fpm_rf_is_closed + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .xt.prop 0x0000000000000000 0xfc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .literal.pp_delete_task_manually + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifislpiram.6.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.getle32 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.putle32 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.rotl 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.rotr 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.xswap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_set_cut_rx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_set_cut_evt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_can_cut_sevt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_can_cut_evt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.RxNodeNum + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.TxNodeNum + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.SigSpaceMalloc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.SigSpaceFree + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.DefFreqCalTimerCB + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifirxiram.7.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_register_net80211_tx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_register_config_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_register_timer_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_register_michael_mic_failure_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.8.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_default_event_handler + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.12.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppAddTimCount + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRegisterPromisRxCallback + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRegisterTxDoneUserActionCallback + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRegisterRxCallback + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRegisterTxCallback + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppUnregisterTxCallback + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_register_tx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_unregister_tx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRecycleRxPkt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppCheckTxQIdle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_coex_tx_release + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.19.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppSetInterface + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.21.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifislprxiram.23.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_gettid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppAssembleMicHdr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppCalTkipMic + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppClearRxFragment + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifirxiram.25.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppGetTxQFirstAvail_Locked + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppFetchTxQFirstAvail + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppDequeueTxQ + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRollBackTxQ + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppSetBarRate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppFillAMPDUBar + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppReSendBar + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRecordBarRRC + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppTxqUpdateBitmap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppEnqueueTxDone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppDequeueTxDone_Locked + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppProcTxDone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifislprxiram.40.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifislprxiram.41.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifislprxiram.27.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.emul_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_create_task + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_deattach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppGetTxframe + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppInitTxq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.50.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppTxqEmpty + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .iram1.52.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_delete_task + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppMapWaitTxq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppProcessWaitingQueue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppProcessWaitQ + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppDisableQueue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppCheckTxIdle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppSelectNextQueue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.49.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.51.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppDiscardMPDU + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.54.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.56.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.35.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.22.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.37.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.10.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.13.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.17.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppPrepareBarFrame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_attach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppDirectRecycleAmpdu + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppClearTxq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_stop_sw_txq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRecycleAmpdu + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRegressAmpdu + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppGetTaskHdl + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppMessageInQ + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.rotl 0x0000000000000000 0xb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.rotr 0x0000000000000000 0xb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_set_cut_rx + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_set_cut_evt + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_can_cut_sevt + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_can_cut_evt + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.RxNodeNum + 0x0000000000000000 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.TxNodeNum + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.SigSpaceMalloc + 0x0000000000000000 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.SigSpaceFree + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.DefFreqCalTimerCB + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppAddTimCount + 0x0000000000000000 0x198 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppRegisterTxDoneUserActionCallback + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppUnregisterTxCallback + 0x0000000000000000 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_register_tx_cb + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_unregister_tx_cb + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppCheckTxQIdle + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppGetTxQFirstAvail_Locked + 0x0000000000000000 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppFetchTxQFirstAvail + 0x0000000000000000 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppRollBackTxQ + 0x0000000000000000 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppSetBarRate + 0x0000000000000000 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.emul_timeout + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppProcessWaitQ + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppDiscardMPDU + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppMessageInQ + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .data.CanDoFreqCal + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.LowestFreqOffsetInOneChk + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.HighestFreqOffsetInOneChk + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .data.NoiseTimerInterval + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.pend_flag_periodic_cal + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.CurSigIdxToBeUse + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.CurFreeSigIdx + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.pp_allow_cut_sevt + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.pp_need_cut_rx + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .data.libpp_reversion_git + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .xt.lit 0x0000000000000000 0x2a8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .xt.prop 0x0000000000000000 0x2a60 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + COMMON 0x0000000000000000 0x1a4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .iram1.4.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .iram1.5.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_rxtx_statis_dump + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_hw_statis_dump + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_diag_statis_dump + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_ps_statis_dump + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_ps_statis_reset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_statis_dump + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_eb_show + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_event_show + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_int_show + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_rx_show + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_tx_show + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_ebuf_loc_show + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_perf_path_show + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_perf_path_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_perf_throughput_cal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .iram1.5 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata.str1.1 + 0x0000000000000000 0x1c0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_lmac_rxtx_statis_dump + 0x0000000000000000 0x21e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_lmac_hw_statis_dump + 0x0000000000000000 0x2ff ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_lmac_diag_statis_dump + 0x0000000000000000 0x1be ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_lmac_ps_statis_dump + 0x0000000000000000 0x192 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_lmac_statis_dump + 0x0000000000000000 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_his_lmac_eb_show + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_his_lmac_event_show + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_his_lmac_int_show + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_his_lmac_rx_show + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_his_lmac_tx_show + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_ebuf_loc_show + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_perf_path_show + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_perf_path_set + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_perf_throughput_cal + 0x0000000000000000 0xa1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.36 + 0x0000000000000000 0x3 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .bss.s_t_old 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .bss.s_total 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.35 + 0x0000000000000000 0x55 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.34 + 0x0000000000000000 0x51 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.33 + 0x0000000000000000 0xd ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.32 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.31 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.30 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.29 + 0x0000000000000000 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.28 + 0x0000000000000000 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.27 + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.26 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.25 + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.24 + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.23 + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.22 + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.21 + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.20 + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.19 + 0x0000000000000000 0xb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.18 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.17 + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.16 + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.15 + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.14 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.13 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.12 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.11 + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.10 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.9 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.8 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.7 + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.6 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .xt.lit 0x0000000000000000 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .xt.prop 0x0000000000000000 0x3fc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.pp_timer_connectionless_wake_window + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_connectionless_wake_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_disconnected_sleep_delay + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_sleep_delay + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_coex_slice + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_coex_schm + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_active + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_dream + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .wifislpiram.3.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_noise_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .wifislpiram.4.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_register_post_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .xt.lit 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .xt.prop 0x0000000000000000 0x330 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.RC_GetDuration + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_SetBasicRate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_GetAckRate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_GetRtsRate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_GetAckTime + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_GetCtsTime + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_GetBlockAckTime + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .text.RC_GetAckRate + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .text.RC_GetRtsRate + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .xt.lit 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .xt.prop 0x0000000000000000 0x198 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.rc11NRate2SchedIdx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc11GRate2SchedIdx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc11BRate2SchedIdx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcLoRaRate2SchedIdx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcBuildIndex + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_set_per_conn_fix_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_calc_duration + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rx11NRate2AMPDULimit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trcAmpduSetState + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcSetTxAmpduLimit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcUpdateAMPDUParam + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGet11NHighestRateIdx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGet11GHighestRateIdx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGet11BHighestRateIdx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGetDefaultHigestRateIdx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGetHighestRateIdx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcClearCurStat + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcClearCurSched + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcClearCurAMPDUSched + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcUpdatePhyMode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcLowerSched + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcUpSched + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcUpdateAckSnr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcTxUpdatePer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifi0iram.8.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifirxiram.9.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_onAmpduOp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_set_per_pkt_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcSetBarRate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_default_sched + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGetAmpduSched + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGetRate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rssi_margin + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.TRC_PER_IS_GOOD + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.TRC_AMPDU_PER_DOWN_THRESHOLD + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcAmpduLowerRate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.TRC_AMPDU_PER_UP_THRESHOLD + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifi0iram.10.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcUpdateRate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifi0iram.11.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcReachRetryLimit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcAttach + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_NeedRTS + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_onDisconnect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_onScanStart + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_onScanDone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_isAmpduOn + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_onPPTxDone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_SetTxAmpduState + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifi0iram.18.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifi0iram.19.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_enable_trc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_mask + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_disable_trc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_disable_trc_by_interface + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_sta_trc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifirxiram.23.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_trc_by_index + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_trc_default + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_only_sta_trc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_update_def_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_update_ifx_phy_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_fix_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_set_fix_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_get_espnow_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_set_espnow_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_get_80211_tx_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_set_80211_tx_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rcClearCurStat + 0x0000000000000000 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_set_per_pkt_rate + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rcSetBarRate + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_default_sched + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_NeedRTS + 0x0000000000000000 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.trc_NeedRTS + 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_onDisconnect + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_onScanStart + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_onScanDone + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_isAmpduOn + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_SetTxAmpduState + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_mask + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_sta_trc + 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_trc_default + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_only_sta_trc + 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_update_def_rate + 0x0000000000000000 0x86 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_fix_rate + 0x0000000000000000 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_set_fix_rate + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_get_espnow_rate + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_set_espnow_rate + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_get_80211_tx_rate + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_set_80211_tx_rate + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_warning.25 + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .data.BAROFDMSched + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss.g_80211_tx_rate + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss.g_espnow_rate + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .xt.lit 0x0000000000000000 0x1b0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .xt.prop 0x0000000000000000 0x1f74 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifiorslpiram.28.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_SetCurChannel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_SetAuthed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Set_Beacon_Int + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Reset_TBTT + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_reset_bcnSendTick + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Mesh_Enable_Tsf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Mesh_Set_TBTT + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Get_Next_TBTT + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.5.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.6.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.7.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.8.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.9.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.10.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_mac_sleep_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_mac_sleep_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.13.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.14.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.15.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislpiram.16.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_csi_hw_bug_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_csi_rx_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis_misc_pkt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .iram1.19.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_pop_promis_misc_buf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_process_misc_pkt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis_misc_buf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis_ctrl_pkt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_get_promis_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis_ctrl_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_get_promis_ctrl_filter + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_SnifferRxAmpdu + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_SnifferRxData + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_IndicateCtrlFrame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifirxiram.29.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_FetchFirstDesc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Rxbuf_Deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Rxbuf_Init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_disable_low_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_enable_low_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_is_low_rate_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .iram1.47.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .iram1.48.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislprxiram.49.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislpiram.27.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislprxiram.23.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifirxiram.26.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislprxiram.30.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislprxiram.32.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Insert_KeyEntry + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_remove_KeyEntry + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_remove_KeyEntry_all_cnx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Crypto_Disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislprxiram.53.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_csi_rx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_csi_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_ampdu_rx_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_ampdu_tx_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_amsdu_tx_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_nvs_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_rx_baw + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_static_rx_buffer_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_dynamic_rx_buffer_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_tx_buffer_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_static_tx_buffer_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_dynamic_tx_buffer_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_cache_tx_buffer_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_task_stack_size + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_timer_task_stack_size + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_wps_task_stack_size + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_wpa2_task_stack_size + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_coexist_task_stack_size + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_pm_task_stack_size + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_task_core_id + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_beacon_max_len + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_mgmt_sbuf_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_feature_capabilities + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_is_cache_tx_buf_enabled + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_sta_disconnected_pm + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wDev_Mesh_Enable_Tsf + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wDev_Mesh_Set_TBTT + 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_get_promis_filter + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_set_promis_ctrl_filter + 0x0000000000000000 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_get_promis_ctrl_filter + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifirxiram.29 + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wDev_FetchFirstDesc + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_set_csi_rx_cb + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_csi_enable + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_timer_task_stack_size + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_wps_task_stack_size + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_wpa2_task_stack_size + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_coexist_task_stack_size + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_pm_task_stack_size + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .xt.lit 0x0000000000000000 0x268 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .xt.prop 0x0000000000000000 0x1c08 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.hal_agreement_add_rx_ba + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_agreement_clr_rx_ba + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_agreement_del_rx_ba + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_ba_session_store + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_ba_session_restore + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .xt.lit 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .xt.prop 0x0000000000000000 0x12c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_crypto_clr_key_entry + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_get_using_key_idx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_set_key_entry + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_is_key_valid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_get_key_entry + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .text.hal_crypto_get_using_key_idx + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .xt.lit 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .xt.prop 0x0000000000000000 0x240 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.mac_tx_set_plcp0 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_tx_set_duration + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tx_set_ppdu + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tx_config_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.3.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.4.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_txq_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_set_txq_invalid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_is_txq_enabled + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.5.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.6.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tx_set_cca + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_disable_low_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_enable_low_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.7.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_rxbuf_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_disable_mac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_enable_mac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifislpiram.8.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifislprxiram.9.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifislprxiram.10.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_set_rxq_policy + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_last_rxbuf_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_last_rxbuf_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_rxbuf_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .iram1.11.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .iram1.12.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .iram1.13.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_set_addr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_set_bssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_rx_set_policy + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_clr_bssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tsf_get_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.wDev_Mesh_Disable_Tsf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_get_tsf_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tsf_set_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tsf_reset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_set_csi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifislprxiram.14.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifislprxiram.15.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_rx_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_rx_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_rx_disable_bssid_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_rx_enable_bssid_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.mac_last_rxbuf_deinit + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.mac_rxbuf_disable + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_clr_bssid + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.wDev_Mesh_Disable_Tsf + 0x0000000000000000 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_tsf_set_time + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_set_csi + 0x0000000000000000 0x55 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_rx_enable + 0x0000000000000000 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_rx_disable + 0x0000000000000000 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_rx_disable_bssid_check + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_rx_enable_bssid_check + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .xt.lit 0x0000000000000000 0x168 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .xt.prop 0x0000000000000000 0xa80 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .iram1.2.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .wifislprxiram.3.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .wifislprxiram.4.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .wifislprxiram.5.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .iram1.6.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .xt.lit 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .xt.prop 0x0000000000000000 0xf0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .literal.mac_tx_set_plcp1 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.mac_tx_set_plcp2 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.mac_tx_set_htsig + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .wifi0iram.5.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_mac_get_txq_state + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_mac_clr_txq_state + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_mac_get_txq_pmd + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_attenna_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_mac_rate_autoack_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .xt.lit 0x0000000000000000 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .xt.prop 0x0000000000000000 0x2f4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_sniffer_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .literal.hal_sniffer_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .literal.hal_sniffer_rx_set_promis + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .literal.hal_sniffer_rx_clr_statistics + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .xt.lit 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .xt.prop 0x0000000000000000 0x108 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .literal.hal_enable_sta_tsf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .literal.hal_disable_sta_tsf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .xt.lit 0x0000000000000000 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .xt.prop 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .literal.esp_smartconfig_fast_mode_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.sc_smartconfig_restart + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.sc_channel_timer_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.sc_channel_timer_cb_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.sc_PackCallback + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.sc_init_sniffer_glob + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.sc_free_sniffer_glob + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_stop_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.sc_system_init_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.sc_wifi_scan_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_internal_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_internal_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.sc_smartconfig_restart_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.smartconfig_get_status + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_start_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_esptouch_set_timeout_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_set_type_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_get_version + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_esptouch_set_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_set_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_get_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_fast_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_get_rvd_data + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.esp_smartconfig_internal_set_encrypt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .text.esp_smartconfig_fast_mode_local + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .text.esp_esptouch_set_timeout_local + 0x0000000000000000 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .text.esp_smartconfig_get_version + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .text.esp_esptouch_set_timeout + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .text.esp_smartconfig_get_type + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .text.esp_smartconfig_fast_mode + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .text.esp_smartconfig_internal_set_encrypt + 0x0000000000000000 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .data.libsc_reversion_git + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .xt.lit 0x0000000000000000 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .xt.prop 0x0000000000000000 0xbf4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .literal.KISS_Get_sequ_data + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Init_guide_glob + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Free_guide_glob + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Init_Glob_Trans + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Init_Glob_Diret + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Free_Glob_Trans + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Free_Glob_Diret + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Find_channel_end + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Find_channel_trans + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Find_channel_direct + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Find_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Deal_with_ht20 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.KISS_Deal_with + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .rodata.DATA_RSSI_BEAR + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .rodata.RSSI_BEAR + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .rodata.RSSI_MIN + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .xt.lit 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .xt.prop 0x0000000000000000 0xc60 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .literal.sc_get_encrypt_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .literal.sc_aes_crypt_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .literal.sc_set_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .literal.sc_get_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .text.sc_get_encrypt_type + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .xt.lit 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .xt.prop 0x0000000000000000 0x108 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .literal.restart_delay_cb_local + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.restart_delay_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.get_delay_restart_flag + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.set_delay_restart_flag + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.TOUCH_Init_guide_glob + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.TOUCH_Free_guide_glob + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.TOUCH_Init_glob + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.TOUCH_Find_sync_ht20_end$isra$1 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.TOUCH_Free_glob + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.TOUCH_Find_sync_ht20 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.TOUCH_Find_sync_ht40 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.TOUCH_Deal_with + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .text.set_delay_restart_flag + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .xt.lit 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .xt.prop 0x0000000000000000 0x1260 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .literal.sc_decode_data$part$0 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_uptime_ms + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_os_get_time_ms + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_get_status + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_set_state + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_set_dst_chan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_recv_callback_wps + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_recv_callback_action + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_start_frame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_group_frame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_get_group_index + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_data_frame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_get_data_index + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_pkg_cmp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_pkg_save + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_decode_data + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_dec_to_bin + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_get_encode_len + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_get_data_len + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_recv_completed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_set_mask_status + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.TOUCH_v2_init_glob + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.TOUCH_v2_free_glob + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_get_ssid_passwd + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_time_elapsed_ms_since + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_restart_switch_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_ciper_type_transfer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_recv_callback + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_is_invalid_pkg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_sniffer_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_pack_handle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .text.sc_get_status + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .text.sc_recv_callback_wps + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .text.sc_recv_callback_action + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .text.sc_time_elapsed_ms_since + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .text.sc_is_invalid_pkg + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .xt.lit 0x0000000000000000 0xb0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .xt.prop 0x0000000000000000 0x108c ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .literal.sc_get_apinfo + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .literal.sc_cmp_bssid_crc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .literal.sc_get_apinfo_by_ssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .literal.sc_ieee80211_aplist_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .literal.sc_ieee80211_data_extract + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .text.sc_get_apinfo_by_ssid + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .text.sc_ieee80211_aplist_process + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .data.mt_addr 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .xt.lit 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .xt.prop 0x0000000000000000 0x2b8 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + COMMON 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .literal.sc_is_sync_frame + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .literal.sc_get_data_score + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .literal.sc_try_to_sync_pos + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .literal.sc_try_to_replace_same_pos + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .literal.sc_recv_callback_broadcast + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .xt.lit 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .xt.prop 0x0000000000000000 0x630 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .literal.RFChannelSel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .literal.phy_change_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .literal.phy_change_channel_nomac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .text.RFChannelSel + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .text.phy_change_channel + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .xt.lit 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .xt.prop 0x0000000000000000 0x90 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .phyiram.20.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .iram1.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .phyiram.18.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .phyiram.19.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .phyiram.17.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.ram_pbus_force_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.ram_pbus_xpd_tx_on + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.i2c_xtal_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.i2c_rfpll_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.ram_rfpll_reset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.ram_restart_cal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.ram_wait_rfpll_cal_end + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.ram_rfpll_set_freq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_rxmax_ext_ana + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.phy_freq_correct_opt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_adc_wr_dly + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.i2c_bbtop_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.i2c_rftx_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.i2c_bias_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.get_rf_freq_cap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.correct_rfpll_offset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.wr_rf_freq_mem + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.get_rf_freq_init$part$1 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.write_freq_mem_all + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.get_rf_freq_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_read_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_read_mem + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_write_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_set_wifi_data + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.phy_wifi_pll_track + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.phy_bt_pll_track + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.tsens_read_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.phy_bt_power_track + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.bt_get_i2c_data + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.write_wifi_chan_data + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.set_chan_freq_hw_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.rf_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.check_rfpll_write_i2c + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.set_chan_freq_sw_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.set_channel_rfpll_freq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan_nomac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan_offset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan_ana + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .literal.phy_set_wifi_mode_only + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.i2c_xtal_init + 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.i2c_rfpll_init + 0x0000000000000000 0x90 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.chip_v7_adc_wr_dly + 0x0000000000000000 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.i2c_bbtop_init + 0x0000000000000000 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.i2c_rftx_init + 0x0000000000000000 0x78 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.i2c_bias_init + 0x0000000000000000 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.get_rf_freq_init + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.bt_i2c_read_set + 0x0000000000000000 0xf1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.bt_i2c_read_mem + 0x0000000000000000 0xc3 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.phy_wifi_pll_track + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.check_rfpll_write_i2c + 0x0000000000000000 0x86 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.chip_v7_set_chan + 0x0000000000000000 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .text.phy_set_wifi_mode_only + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .xt.lit 0x0000000000000000 0x200 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .xt.prop 0x0000000000000000 0x1a10 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .iram1.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.0.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ram_set_pbus_mem + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ram_start_tx_tone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ram_bb_tx_ht20_cen + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ram_phy_get_noisefloor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ram_check_noise_floor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.1.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ram_bb_bss_bw_40_en + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bt_txdc_cal$part$4 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bt_txiq_cal$part$5 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.spur_cal$part$7 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.2.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.3.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.4.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.5.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.6.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.7.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.8.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.9.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.10.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.13.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.12.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.14.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.16.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ram_gen_rx_gain_table + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_cal_iq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_cal_dc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.wr_rx_gain_mem + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_testchip_70 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bt_correct_bbgain + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bt_tx_gain_cal$part$3 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bt_tx_gain_cal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bt_index_to_bb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bt_bb_to_index + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bt_txdc_cal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.get_bbgain_db + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bt_txiq_cal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.wr_bt_tx_gain_mem + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.force_bttx_gain + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_bttx_low_power + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.set_tx_gain_table_bt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.set_tx_dig_gain + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.spur_cal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.set_chanfreq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.set_chanfreq_nomac + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.chip_sleep_prot_en + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.chip_sleep_prot_dis + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.chip_v7_rxmax_ext_dig + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.chip_v7_rxmax_ext + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.set_cca + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.set_rx_sense + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.read_hw_noisefloor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_get_txpwr_param + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.noise_check_loop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.noise_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.target_power_backoff + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_set_rfrx_dcap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.chip_v7_set_chan_misc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_table + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.rx_blocking_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.rx_gain_level + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.txiq_cal_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_rx11blr_cfg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.analog_gain_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bb_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.wifi_rifs_mode_en + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_chan_filt_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_get_tx_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.register_chipv7_phy_init_param + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.uart_wait_idle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_get_romfunc_addr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_byte_to_word + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.rf_cal_data_recovery + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.rf_cal_data_backup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_get_rf_cal_version + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_rfcal_data_check + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.i2cmst_reg_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.fe_reg_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.11.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.15.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.bt_opt_2480 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.get_phy_version_str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_version_print + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.tx_cont_en + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.tx_cont_dis + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.tx_cont_cfg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_get_tx_pwr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_init_pwr_print + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_get_rx_freq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.reset_rf_dig + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.register_chipv7_phy + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_set_most_tpw + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_get_most_tpw + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_rx_sense_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ant_dft_cfg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ant_wifitx_cfg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ant_wifirx_cfg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ant_bttx_cfg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.ant_btrx_cfg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.esp_tx_state_out + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_chan_dump_cfg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.chan14_mic_cfg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.chan14_mic_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_get_adc_rand + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_enable_low_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_disable_low_rate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_close_pa + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.btpwr_backoff + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .literal.phy_dig_reg_backup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.5 0x0000000000000000 0x67 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .phyiram.10 0x0000000000000000 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.bt_tx_gain_cal + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.bt_bb_to_index + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.bt_txdc_cal + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.get_bbgain_db + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.bt_txiq_cal + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.force_bttx_gain + 0x0000000000000000 0xa7 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_bttx_low_power + 0x0000000000000000 0xb1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.set_tx_dig_gain + 0x0000000000000000 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.spur_cal + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.set_chanfreq + 0x0000000000000000 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.chip_sleep_prot_en + 0x0000000000000000 0x9e ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.chip_sleep_prot_dis + 0x0000000000000000 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.chip_v7_rxmax_ext_dig + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.chip_v7_rxmax_ext + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.set_cca 0x0000000000000000 0x8e ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_get_txpwr_param + 0x0000000000000000 0x81 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_set_rfrx_dcap + 0x0000000000000000 0xf0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.rx_blocking_set + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.rx_gain_level + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_rx11blr_cfg + 0x0000000000000000 0x7d ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.wifi_rifs_mode_en + 0x0000000000000000 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_chan_filt_set + 0x0000000000000000 0x112 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_get_tx_rate + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.uart_wait_idle + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.bt_opt_2480 + 0x0000000000000000 0xb3 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_version_print + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.tx_cont_en + 0x0000000000000000 0x8b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.tx_cont_dis + 0x0000000000000000 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.tx_cont_cfg + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_get_tx_pwr + 0x0000000000000000 0x59 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_init_pwr_print + 0x0000000000000000 0x152 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_get_rx_freq + 0x0000000000000000 0x51 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_rx_sense_set + 0x0000000000000000 0xa8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.ant_dft_cfg + 0x0000000000000000 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.ant_wifitx_cfg + 0x0000000000000000 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.ant_wifirx_cfg + 0x0000000000000000 0xc8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.ant_bttx_cfg + 0x0000000000000000 0x53 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.ant_btrx_cfg + 0x0000000000000000 0xc7 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.esp_tx_state_out + 0x0000000000000000 0xfd ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_chan_dump_cfg + 0x0000000000000000 0xb8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.chan14_mic_enable + 0x0000000000000000 0x71 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_get_adc_rand + 0x0000000000000000 0x198 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.phy_close_pa + 0x0000000000000000 0xb9 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .text.btpwr_backoff + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .bss.rfrx_dcap_enable + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .bss.rfrx_vga_lna_dcap + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .bss.bt_txpwr_backoff + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .bss.chan14_mic_flag + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .bss.bt_mode_wifibb + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .bss.rxmax_ext_level + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .xt.lit 0x0000000000000000 0x3b8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .xt.prop 0x0000000000000000 0x30c0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .iram1.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .phyiram.21.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .phyiram.22.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .phyiram.23.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .phyiram.24.literal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_index_to_txbbgain + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_txdc_cal_v70 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.txcal_debuge_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_txcal_work_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_get_fm_sar_dout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_txiq_get_mis_pwr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_txiq_cover + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.rfcal_txiq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_iq_est_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_iq_est_disable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_dc_iq_est + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_pbus_rx_dco_cal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.rxdc_est_min + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.pbus_rx_dco_cal_1step + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.rc_cal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.tx_cap_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_meas_tone_pwr_db + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_rfcal_pwrctrl + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_tx_pwr_backoff + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.cal_rf_ana_gain + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.tx_pwctrl_init_cal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.tx_pwctrl_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.bt_tx_pwctrl_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.set_bt_chan_cal_interp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.phy_set_bt_dig_gain + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.ram_phy_get_vdd33 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.txpwr_offset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.phy_get_bb_freqoffset + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.phy_pwdet_always_en + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.dpd_scale_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .text.set_bt_chan_cal_interp + 0x0000000000000000 0xcc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .text.phy_set_bt_dig_gain + 0x0000000000000000 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .text.phy_get_bb_freqoffset + 0x0000000000000000 0x87 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .text.phy_pwdet_always_en + 0x0000000000000000 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .text.dpd_scale_set + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .xt.lit 0x0000000000000000 0x180 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .xt.prop 0x0000000000000000 0x1bf0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .literal.BT_tx_8m_enable + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.BT_tx_if_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.BT_init_rx_filters + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.bt_dgmixer_fstep_250k + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.bt_rfoffset_en + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.bt_bb_init_cmplx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.bt_bb_init_cmplx_reg + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.rw_coex_on + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.force_bt_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.force_wifi_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.unforce_wifi_mode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.coex_bt_high_prio + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.bt_rxfilt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.bt_txfilt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.bt_cmplx_hq_wr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.bt_cmplx_lq_wr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.bt_cmplx_hq_re + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.bt_cmplx_lq_re + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.BT_tx_8m_enable + 0x0000000000000000 0x7f ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.bt_dgmixer_fstep_250k + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.bt_rfoffset_en + 0x0000000000000000 0x47 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.rw_coex_on + 0x0000000000000000 0x90 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.force_bt_mode + 0x0000000000000000 0xf6 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.bt_rxfilt + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.bt_txfilt + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.bt_cmplx_hq_wr + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.bt_cmplx_lq_wr + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.bt_cmplx_hq_re + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .text.bt_cmplx_lq_re + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .xt.lit 0x0000000000000000 0x90 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .xt.prop 0x0000000000000000 0x3e4 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .literal.temprature_sens_read + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.dac_out + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.touch_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.touch_read + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.vdd33_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.get_vdd33 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.adc1_read_test + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.adc1_amp_read_full + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.hall_sens_read_full + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.hall_sens_amp_read_full + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.adc2_read_test + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.adc1_pad_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.adc1_read + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.adc1_amp_read + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.hall_sens_read + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.hall_sens_amp_read + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.adc2_pad_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.adc2_read + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.adc_pad_int + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.adc_pad_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.dac_pad_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.dac_out 0x0000000000000000 0x249 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.touch_init + 0x0000000000000000 0xc2 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.touch_read + 0x0000000000000000 0xba ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.vdd33_init + 0x0000000000000000 0x13b ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.get_vdd33 + 0x0000000000000000 0x100 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.adc1_read_test + 0x0000000000000000 0x1f0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.adc1_amp_read_full + 0x0000000000000000 0x213 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.hall_sens_read_full + 0x0000000000000000 0xfd ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.hall_sens_amp_read_full + 0x0000000000000000 0xe8 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.adc2_read_test + 0x0000000000000000 0x1b0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.adc1_pad_init + 0x0000000000000000 0x6e ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.adc1_read + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.adc1_amp_read + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.hall_sens_read + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.hall_sens_amp_read + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.adc2_pad_init + 0x0000000000000000 0x70 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.adc2_read + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.adc_pad_int + 0x0000000000000000 0x108 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.adc_pad_init + 0x0000000000000000 0x180 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .text.dac_pad_init + 0x0000000000000000 0xce ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .rodata.CSWTCH$24 + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .rodata.CSWTCH$18 + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .xt.lit 0x0000000000000000 0xa8 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .xt.prop 0x0000000000000000 0x630 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .literal.rtc_cmd_wakeup_conf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pads_muxsel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pads_funsel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pads_slpsel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pads_slpoe + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pads_slpie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pads_funie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pads_pu + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pads_pd + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pads_hold + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_apbbridge_sel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_powerup_rf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_powerdown_rf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_get_st + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_is_st_idle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_soc_clk_ck12m + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_init_full + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pad_gpio_wakeup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_pad_ext_wakeup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_cmd_ext_wakeup + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_wifi_force_pd + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_sdreg_off + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.rtc_slp_prep_lite_12M + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.cfg_sdio_volt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_cmd_wakeup_conf + 0x0000000000000000 0x67 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pads_muxsel + 0x0000000000000000 0x29e ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pads_funsel + 0x0000000000000000 0x292 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pads_slpsel + 0x0000000000000000 0x292 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pads_slpoe + 0x0000000000000000 0x1ba ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pads_slpie + 0x0000000000000000 0x28e ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pads_funie + 0x0000000000000000 0x292 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pads_pu + 0x0000000000000000 0x1ba ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pads_pd + 0x0000000000000000 0x1ba ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pads_hold + 0x0000000000000000 0x266 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_apbbridge_sel + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_powerup_rf + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_powerdown_rf + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_get_st + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_is_st_idle + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_soc_clk_ck12m + 0x0000000000000000 0x4f ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_init_full + 0x0000000000000000 0x3ba ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pad_gpio_wakeup + 0x0000000000000000 0xd3 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_pad_ext_wakeup + 0x0000000000000000 0xd7 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_cmd_ext_wakeup + 0x0000000000000000 0xce ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_wifi_force_pd + 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_sdreg_off + 0x0000000000000000 0x48 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.rtc_slp_prep_lite_12M + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .text.cfg_sdio_volt + 0x0000000000000000 0xb3 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .debug_frame 0x0000000000000000 0x250 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .debug_info 0x0000000000000000 0x965 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .debug_abbrev 0x0000000000000000 0x1ac ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .debug_loc 0x0000000000000000 0x455 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .debug_aranges + 0x0000000000000000 0xd8 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .debug_ranges 0x0000000000000000 0xc8 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .debug_line 0x0000000000000000 0x104b ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .debug_str 0x0000000000000000 0x4a2 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .xt.lit 0x0000000000000000 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .xt.prop 0x0000000000000000 0xc6c ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .literal.wpa_printf + 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .literal.wpa2_printf + 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .literal.wps_printf + 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .literal.pp_printf + 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .literal.core_printf + 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .literal.wapi_printf + 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .literal.mesh_printf + 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.rtc_printf + 0x0000000000000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.wpa_printf.str1.4 + 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.wpa_printf + 0x0000000000000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.wpa2_printf.str1.4 + 0x0000000000000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.wpa2_printf + 0x0000000000000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.wps_printf.str1.4 + 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.wps_printf + 0x0000000000000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.pp_printf.str1.4 + 0x0000000000000000 0x3 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.pp_printf + 0x0000000000000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.core_printf.str1.4 + 0x0000000000000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.core_printf + 0x0000000000000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.wapi_printf + 0x0000000000000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.mesh_printf.str1.4 + 0x0000000000000000 0x5 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text.mesh_printf + 0x0000000000000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .xt.lit 0x0000000000000000 0x60 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .xt.prop 0x0000000000000000 0x294 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .xt.prop 0x0000000000000000 0xd8 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .xt.prop 0x0000000000000000 0x24c esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .literal.esp_http_client_delete_header + 0x0000000000000000 0x4 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .literal.esp_http_client_get_username + 0x0000000000000000 0x10 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .literal.esp_http_client_set_username + 0x0000000000000000 0x18 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .literal.esp_http_client_get_password + 0x0000000000000000 0x10 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .literal.esp_http_client_set_password + 0x0000000000000000 0x20 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .literal.esp_http_client_set_authtype + 0x0000000000000000 0x10 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .literal.esp_http_client_get_transport_type + 0x0000000000000000 0x10 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .literal.esp_http_client_read_response + 0x0000000000000000 0x4 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .literal.esp_http_client_flush_response + 0x0000000000000000 0x18 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .literal.esp_http_client_get_url + 0x0000000000000000 0x18 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .literal.esp_http_client_get_chunk_length + 0x0000000000000000 0x14 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_delete_header + 0x0000000000000000 0x14 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.esp_http_client_get_username.str1.4 + 0x0000000000000000 0x38 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_get_username + 0x0000000000000000 0x45 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.esp_http_client_set_username.str1.4 + 0x0000000000000000 0x2f esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_set_username + 0x0000000000000000 0x47 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_get_password + 0x0000000000000000 0x45 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_set_password + 0x0000000000000000 0x5f esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_set_authtype + 0x0000000000000000 0x2f esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_get_post_field + 0x0000000000000000 0x13 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_get_content_length + 0x0000000000000000 0x9 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_is_chunked_response + 0x0000000000000000 0xa esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_get_transport_type + 0x0000000000000000 0x2e esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_read_response + 0x0000000000000000 0x23 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_flush_response + 0x0000000000000000 0x55 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.esp_http_client_get_url.str1.4 + 0x0000000000000000 0x35 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_get_url + 0x0000000000000000 0x62 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.esp_http_client_get_chunk_length.str1.4 + 0x0000000000000000 0x2f esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_get_chunk_length + 0x0000000000000000 0x55 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .xt.lit 0x0000000000000000 0x148 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .xt.prop 0x0000000000000000 0x1aac esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .xt.prop 0x0000000000000000 0x1bc esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .literal.http_header_set_from_string + 0x0000000000000000 0x2c esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .text.http_header_set_from_string + 0x0000000000000000 0x74 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .text.http_header_count + 0x0000000000000000 0x13 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .rodata.__FUNCTION__$4045 + 0x0000000000000000 0x1c esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .xt.prop 0x0000000000000000 0x4bc esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .literal.http_utils_join_string + 0x0000000000000000 0x24 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .text.http_utils_join_string + 0x0000000000000000 0x62 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .rodata.__func__$3769 + 0x0000000000000000 0x17 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .xt.lit 0x0000000000000000 0x30 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .xt.prop 0x0000000000000000 0x2dc esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .literal.get_port + 0x0000000000000000 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_conn_new + 0x0000000000000000 0x38 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_conn_http_new + 0x0000000000000000 0x1c esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_conn_http_new_async + 0x0000000000000000 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_get_global_ca_store + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_init_global_ca_store + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_set_global_ca_store + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_free_global_ca_store + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .rodata.get_port.str1.4 + 0x0000000000000000 0xe esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.get_port + 0x0000000000000000 0x52 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_conn_new + 0x0000000000000000 0xaa esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_conn_http_new + 0x0000000000000000 0x62 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_conn_http_new_async + 0x0000000000000000 0x4a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_get_global_ca_store + 0x0000000000000000 0xd esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_init_global_ca_store + 0x0000000000000000 0xd esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_set_global_ca_store + 0x0000000000000000 0x11 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_free_global_ca_store + 0x0000000000000000 0xb esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .xt.lit 0x0000000000000000 0xd0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .xt.prop 0x0000000000000000 0x8d0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .xt.lit 0x0000000000000000 0x20 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .xt.prop 0x0000000000000000 0xcc esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .xt.prop 0x0000000000000000 0x18c esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .literal.esp_mbedtls_init_global_ca_store + 0x0000000000000000 0x1c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .literal.esp_mbedtls_set_global_ca_store + 0x0000000000000000 0x40 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .literal.esp_mbedtls_get_global_ca_store + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .literal.esp_mbedtls_free_global_ca_store + 0x0000000000000000 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.esp_mbedtls_init_global_ca_store.str1.4 + 0x0000000000000000 0x33 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text.esp_mbedtls_init_global_ca_store + 0x0000000000000000 0x50 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.esp_mbedtls_set_global_ca_store.str1.4 + 0x0000000000000000 0x94 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text.esp_mbedtls_set_global_ca_store + 0x0000000000000000 0xb0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text.esp_mbedtls_get_global_ca_store + 0x0000000000000000 0xa esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text.esp_mbedtls_free_global_ca_store + 0x0000000000000000 0x22 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .xt.lit 0x0000000000000000 0x98 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .xt.prop 0x0000000000000000 0x99c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .literal.esp_https_ota_get_img_desc + 0x0000000000000000 0x24 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .rodata.esp_https_ota_get_img_desc.str1.4 + 0x0000000000000000 0x8a esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .text.esp_https_ota_get_img_desc + 0x0000000000000000 0x82 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .text.esp_https_ota_get_image_len_read + 0x0000000000000000 0x19 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .xt.lit 0x0000000000000000 0x68 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .xt.prop 0x0000000000000000 0x8dc esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .literal.http_method_str + 0x0000000000000000 0x8 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .literal.http_parser_settings_init + 0x0000000000000000 0x4 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .literal.http_errno_name + 0x0000000000000000 0x18 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .literal.http_errno_description + 0x0000000000000000 0x18 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .literal.http_parser_pause + 0x0000000000000000 0x20 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .literal.http_body_is_final + 0x0000000000000000 0x8 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .literal.http_parser_version + 0x0000000000000000 0x4 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text 0x0000000000000000 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .data 0x0000000000000000 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.http_method_str.str1.4 + 0x0000000000000000 0xa esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text.http_method_str + 0x0000000000000000 0x1a esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text.http_parser_settings_init + 0x0000000000000000 0x12 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.http_errno_name.str1.4 + 0x0000000000000000 0x2f esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text.http_errno_name + 0x0000000000000000 0x2c esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text.http_errno_description + 0x0000000000000000 0x2c esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.http_parser_pause.str1.4 + 0x0000000000000000 0x31 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text.http_parser_pause + 0x0000000000000000 0x4e esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text.http_body_is_final + 0x0000000000000000 0x1b esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text.http_parser_version + 0x0000000000000000 0x8 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.__func__$3280 + 0x0000000000000000 0x12 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.__func__$3193 + 0x0000000000000000 0x17 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.__func__$3189 + 0x0000000000000000 0x10 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.http_strerror_tab + 0x0000000000000000 0x108 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .xt.lit 0x0000000000000000 0x78 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .xt.prop 0x0000000000000000 0x35b8 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .text.esp_transport_get_payload_transport_handle + 0x0000000000000000 0x19 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .xt.lit 0x0000000000000000 0x48 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .xt.prop 0x0000000000000000 0x7c8 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .xt.lit 0x0000000000000000 0xa8 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .xt.prop 0x0000000000000000 0x654 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .xt.lit 0x0000000000000000 0x50 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .xt.prop 0x0000000000000000 0x534 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .xt.prop 0x0000000000000000 0x48 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .literal.esp_transport_ws_send_raw + 0x0000000000000000 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_set_user_agent + 0x0000000000000000 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_set_headers + 0x0000000000000000 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_set_config + 0x0000000000000000 0x40 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_get_read_opcode + 0x0000000000000000 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_get_read_payload_len + 0x0000000000000000 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.esp_transport_ws_send_raw.str1.4 + 0x0000000000000000 0x3b esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_send_raw + 0x0000000000000000 0x3e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_set_user_agent + 0x0000000000000000 0x3f esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_set_headers + 0x0000000000000000 0x41 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.esp_transport_ws_set_config.str1.4 + 0x0000000000000000 0x3d esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_set_config + 0x0000000000000000 0xfe esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_get_read_opcode + 0x0000000000000000 0x1d esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_get_read_payload_len + 0x0000000000000000 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.__FUNCTION__$7586 + 0x0000000000000000 0x1c esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .xt.lit 0x0000000000000000 0xd0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .xt.prop 0x0000000000000000 0xdbc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(random.c.obj) + .xt.prop 0x0000000000000000 0x48 esp-idf/newlib/libnewlib.a(random.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .rodata.i2s_periph_signal + 0x0000000000000000 0x20 esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .debug_info 0x0000000000000000 0x23c1 esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x22d esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .debug_line 0x0000000000000000 0x334 esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .debug_str 0x0000000000000000 0x14f3 esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .xt.prop 0x0000000000000000 0xc esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .literal.i2s_hal_set_tx_mode + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_set_rx_mode + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_set_in_link + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_tx_pdm_cfg + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_rx_pdm_cfg + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_set_clk_div + 0x0000000000000000 0xc esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_set_tx_bits_mod + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_set_rx_bits_mod + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_start_tx + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_start_rx + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_stop_tx + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_stop_rx + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_format_config + 0x0000000000000000 0x18 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_config_param + 0x0000000000000000 0x48 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .literal.i2s_hal_init + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_set_tx_mode + 0x0000000000000000 0x77 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_set_rx_mode + 0x0000000000000000 0x78 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_set_in_link + 0x0000000000000000 0x2a esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_tx_pdm_cfg + 0x0000000000000000 0x7a esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_get_tx_pdm + 0x0000000000000000 0x1d esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_rx_pdm_cfg + 0x0000000000000000 0x44 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_get_rx_pdm + 0x0000000000000000 0x12 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_set_clk_div + 0x0000000000000000 0xa6 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_set_tx_bits_mod + 0x0000000000000000 0x22 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_set_rx_bits_mod + 0x0000000000000000 0x22 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_reset + 0x0000000000000000 0xc5 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_start_tx + 0x0000000000000000 0x28 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_start_rx + 0x0000000000000000 0x28 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_stop_tx + 0x0000000000000000 0x28 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_stop_rx + 0x0000000000000000 0x29 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_format_config + 0x0000000000000000 0x15e esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_config_param + 0x0000000000000000 0x47f esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_enable_master_mode + 0x0000000000000000 0x29 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_enable_slave_mode + 0x0000000000000000 0x28 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text.i2s_hal_init + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(i2s_hal.c.obj) + .debug_frame 0x0000000000000000 0x1f0 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .debug_info 0x0000000000000000 0x7efc esp-idf/hal/libhal.a(i2s_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x40f esp-idf/hal/libhal.a(i2s_hal.c.obj) + .debug_loc 0x0000000000000000 0x1158 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .debug_aranges + 0x0000000000000000 0xb8 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .debug_ranges 0x0000000000000000 0xa8 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .debug_line 0x0000000000000000 0x1d10 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .debug_str 0x0000000000000000 0x4101 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(i2s_hal.c.obj) + .xt.lit 0x0000000000000000 0x78 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .xt.prop 0x0000000000000000 0x4b0 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/hal/libhal.a(sha_hal.c.obj) + .xt.prop 0x0000000000000000 0x1f8 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/hal/libhal.a(aes_hal.c.obj) + .xt.prop 0x0000000000000000 0x9c esp-idf/hal/libhal.a(aes_hal.c.obj) + .literal.adc_hal_digi_deinit + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_digi_controller_config + 0x0000000000000000 0x40 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.adc_hal_hall_convert + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(adc_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_deinit + 0x0000000000000000 0x48 esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_digi_controller_config + 0x0000000000000000 0x2fb esp-idf/hal/libhal.a(adc_hal.c.obj) + .text.adc_hal_hall_convert + 0x0000000000000000 0x6d esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_info 0x0000000000000000 0x5358 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x423 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_loc 0x0000000000000000 0x345 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_line 0x0000000000000000 0xd50 esp-idf/hal/libhal.a(adc_hal.c.obj) + .debug_str 0x0000000000000000 0x2ffe esp-idf/hal/libhal.a(adc_hal.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/hal/libhal.a(adc_hal.c.obj) + .xt.lit 0x0000000000000000 0x18 esp-idf/hal/libhal.a(adc_hal.c.obj) + .xt.prop 0x0000000000000000 0x120 esp-idf/hal/libhal.a(adc_hal.c.obj) + .literal.esp_err_to_name_r + 0x0000000000000000 0x10 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.esp_err_to_name_r.str1.4 + 0x0000000000000000 0xc esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .text.esp_err_to_name_r + 0x0000000000000000 0x2a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .xt.prop 0x0000000000000000 0x78 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .literal.mbedtls_net_connect + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_bind + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_accept + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_set_block + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_set_nonblock + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_usleep + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_recv_timeout + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.net_prepare + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_connect + 0x0000000000000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_bind + 0x0000000000000000 0xec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_accept + 0x0000000000000000 0x134 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_set_block + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_set_nonblock + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_usleep + 0x0000000000000000 0x2b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_recv_timeout + 0x0000000000000000 0xb6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .xt.lit 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .xt.prop 0x0000000000000000 0x66c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.misc_nvs_load + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .literal.misc_nvs_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .literal.misc_nvs_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .literal.misc_nvs_restore + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .text.misc_nvs_restore + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .data.libcore_reversion_git + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .xt.lit 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .xt.prop 0x0000000000000000 0x144 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .literal.is_zero_addr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_vnd_ext_assoc_len + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_ps_duty_ext_get_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_ssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_roots_announce + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_roots_yield + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_roots_fixed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_roots_gone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_ps + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_parse_ext_assoc_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_sync_interface_tsf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_ext_assoc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._wifi_vnd_ext_mesh_roots_free$part$14 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_fixed$part$15 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_conflict_root_state$part$31 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_my_ie_encrypted + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_vnd_ssid_len + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_coding_ie_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_encrypt_vnd_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_assoc_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_decrypt_vnd_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_check_vnd_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_set_ie_crypto_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_mesh_quick_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_mesh_quick_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_sta_monitor_rssi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_map_reject_connection + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_map_change_beacon_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_vnd_mesh_quick_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_vnd_mesh_quick_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_ie_esp_mesh_head + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_ssid_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_ext_assoc_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_ps_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_duty_signaling + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_init_mesh_assoc_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.roots_type2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._wifi_vnd_ext_mesh_roots_free + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._wifi_vnd_ext_mesh_roots_malloc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._print_roots_count + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_num_reach_max + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_reset_window_open_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_announce + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_fixed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_vnd_mesh_roots_get + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_valid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_announce + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_yield + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_announce_used + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_yield_used + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_fixed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_gone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_get_vnd_roots_len + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_roots_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_map_stop_beacon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_check_window_close_expire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_check_window_open_expire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_timer_process_fixed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_timer_process_gone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.print_roots_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_duty_signaling + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_ps_set_new_duty + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_post_event + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_master_is_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_parse_ps_entire_rule + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_parse_ps_uplink_rule + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_check_duration_expire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_set_master_identity + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_clr_master_identity + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_clr_remaining + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_set_remaining + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_check_allowed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_ps_duty_cycle_set_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_parse_ps_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_recv_mesh_duty_signaling + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_process_remaining + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_root_process_duty_duration_expire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_ps_duty_cycle_get_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_is_new_root_found + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_is_new_root_invalid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_is_ie_ignored + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_is_same_router + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_conflict_root_state + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_check_roots_gone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_timer_process_announce + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_timer_process_conflict_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_remove_conflict_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_yield + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_conflict_table + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_find_conflict_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_update_conflict_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_add_conflict_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_is_new_found_conflict_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_vnd_mesh_roots_set + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_remove_gone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_gone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_process_roots_ie_ttl + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_timer_process_yield + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_root_process_roots_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_process_roots_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_parse_conflict_roots_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_parse_conflict_roots_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_check_conflict_beacon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_parse_conflict_assoc_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_set_parent_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_clear_parent_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_get_parent_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_post_parent_switch_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_post_parent_weak_rssi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_post_parent_assoc_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_monitor_parent_candidate_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_set_parent_monitor_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_get_parent_monitor_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_get_sub_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_set_flag_roots_found + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_vnd_roots_len + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_monitor_parent_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_map_probe_response + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_monitor_vote_candidate_rssi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_parse_beacon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_set_rssi_threshold + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_get_rssi_threshold + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_quick_funcs_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_init_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_quick_funcs_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_deinit_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_zero_addr + 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_vnd_ext_assoc_len + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_ps_duty_ext_get_process + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_ssid + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_announce + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_yield + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_fixed + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_gone + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_ps + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_ext_assoc_ie + 0x0000000000000000 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_sync_interface_tsf + 0x0000000000000000 0x8e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_ext_assoc + 0x0000000000000000 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._wifi_vnd_ext_mesh_roots_free$part$14 + 0x0000000000000000 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_fixed$part$15 + 0x0000000000000000 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_conflict_root_state$part$31 + 0x0000000000000000 0x25b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_my_ie_encrypted + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_vnd_ssid_len + 0x0000000000000000 0x67 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_coding_ie_key + 0x0000000000000000 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_encrypt_vnd_ie + 0x0000000000000000 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_assoc_ie + 0x0000000000000000 0xa4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_decrypt_vnd_ie + 0x0000000000000000 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_check_vnd_ie + 0x0000000000000000 0x85 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_set_ie_crypto_config + 0x0000000000000000 0x6a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_mesh_quick_set + 0x0000000000000000 0x25a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.ieee80211_mesh_quick_set + 0x0000000000000000 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_mesh_quick_get + 0x0000000000000000 0x15a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.ieee80211_mesh_quick_get + 0x0000000000000000 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_sta_monitor_rssi + 0x0000000000000000 0x148 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_reject_connection + 0x0000000000000000 0xc9 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_change_beacon_interval + 0x0000000000000000 0x9c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_quick_set + 0x0000000000000000 0x1d4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_quick_get + 0x0000000000000000 0x61 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.str1.1 + 0x0000000000000000 0x342 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_ie_esp_mesh_head + 0x0000000000000000 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_ssid_ie + 0x0000000000000000 0xfe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_ext_assoc_ie + 0x0000000000000000 0x98 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_ps_ie + 0x0000000000000000 0x8e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_duty_signaling + 0x0000000000000000 0xee ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_init_mesh_assoc_ie + 0x0000000000000000 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.roots_type2str + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._wifi_vnd_ext_mesh_roots_free + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._wifi_vnd_ext_mesh_roots_malloc + 0x0000000000000000 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._print_roots_count + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_num_reach_max + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_reset_window_open_time + 0x0000000000000000 0x85 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_announce + 0x0000000000000000 0x27c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_fixed + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_roots_get + 0x0000000000000000 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_valid + 0x0000000000000000 0xa7 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_announce + 0x0000000000000000 0xae ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_yield + 0x0000000000000000 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_announce_used + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_yield_used + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_fixed + 0x0000000000000000 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_gone + 0x0000000000000000 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_get_vnd_roots_len + 0x0000000000000000 0x87 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_roots_ie + 0x0000000000000000 0x136 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_stop_beacon + 0x0000000000000000 0xde ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_check_window_close_expire + 0x0000000000000000 0x19a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_check_window_open_expire + 0x0000000000000000 0x1ca ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_fixed + 0x0000000000000000 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_gone + 0x0000000000000000 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.print_roots_ie + 0x0000000000000000 0x29a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_duty_signaling + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_ps_set_new_duty + 0x0000000000000000 0xa2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_post_event + 0x0000000000000000 0xe0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_master_is_root + 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_parse_ps_entire_rule + 0x0000000000000000 0x4cf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_parse_ps_uplink_rule + 0x0000000000000000 0x20b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_check_duration_expire + 0x0000000000000000 0x4b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_set_master_identity + 0x0000000000000000 0xe1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_clr_master_identity + 0x0000000000000000 0x136 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_clr_remaining + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_set_remaining + 0x0000000000000000 0xb0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_check_allowed + 0x0000000000000000 0x20e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_ps_duty_cycle_set_process + 0x0000000000000000 0x31e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_ps_ie + 0x0000000000000000 0x28d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_recv_mesh_duty_signaling + 0x0000000000000000 0x104 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_process_remaining + 0x0000000000000000 0x33f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_root_process_duty_duration_expire + 0x0000000000000000 0xaa ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_ps_duty_cycle_get_process + 0x0000000000000000 0x185 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_is_new_root_found + 0x0000000000000000 0x19a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_is_new_root_invalid + 0x0000000000000000 0x92 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_is_ie_ignored + 0x0000000000000000 0x8b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_is_same_router + 0x0000000000000000 0x4d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_conflict_root_state + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_check_roots_gone + 0x0000000000000000 0xfe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_announce + 0x0000000000000000 0x128 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_conflict_root + 0x0000000000000000 0x13b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_remove_conflict_root + 0x0000000000000000 0x76 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_yield + 0x0000000000000000 0x161 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_conflict_table + 0x0000000000000000 0xf5 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_find_conflict_root + 0x0000000000000000 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_update_conflict_root + 0x0000000000000000 0xf4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_add_conflict_root + 0x0000000000000000 0x207 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_is_new_found_conflict_root + 0x0000000000000000 0x51 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_roots_set + 0x0000000000000000 0x53c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_remove_gone + 0x0000000000000000 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_gone + 0x0000000000000000 0x190 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_stop + 0x0000000000000000 0x120 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_process_roots_ie_ttl + 0x0000000000000000 0xb6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_yield + 0x0000000000000000 0x22f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_root_process_roots_ie + 0x0000000000000000 0x34e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_process_roots_ie + 0x0000000000000000 0x39c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_parse_conflict_roots_ie + 0x0000000000000000 0x450 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_conflict_roots_ie + 0x0000000000000000 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_check_conflict_beacon + 0x0000000000000000 0xdf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_conflict_assoc_ie + 0x0000000000000000 0x4c0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_set_parent_candidate + 0x0000000000000000 0xf8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_clear_parent_candidate + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_get_parent_candidate + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_post_parent_switch_candidate + 0x0000000000000000 0x35b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_post_parent_weak_rssi + 0x0000000000000000 0x1c3 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_post_parent_assoc_ie + 0x0000000000000000 0xea ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_monitor_parent_candidate_ie + 0x0000000000000000 0x24f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_set_parent_monitor_config + 0x0000000000000000 0x87 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_get_parent_monitor_config + 0x0000000000000000 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_get_sub_ie + 0x0000000000000000 0x99 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_set_flag_roots_found + 0x0000000000000000 0xde ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_vnd_roots_len + 0x0000000000000000 0x2ba ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_monitor_parent_ie + 0x0000000000000000 0x48a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_probe_response + 0x0000000000000000 0x121 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_monitor_vote_candidate_rssi + 0x0000000000000000 0x110 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_beacon + 0x0000000000000000 0x14a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_set_rssi_threshold + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_get_rssi_threshold + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_quick_funcs_init + 0x0000000000000000 0x1ad ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_init_cb + 0x0000000000000000 0xab ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_quick_funcs_deinit + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_deinit_cb + 0x0000000000000000 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.CSWTCH$377 + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.rx_bcn_count$10499 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.monitor_count$10370 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.last_parent_layer$10369 + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.mesh_sub_ie$10360 + 0x0000000000000000 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .data.candidate_rssi$10349 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.monitor_time_start$10280 + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.__func__$10247 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.post_event_time$10069 + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.signaling_token$9888 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.__func__$9824 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.max_ie_len$9819 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.roots_found_time$9817 + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.is_roots_found$9816 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.post_event_time$9776 + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.__func__$9452 + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.__func__$9446 + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.__func__$9273 + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.36 + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.35 + 0x0000000000000000 0x77 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_info.34 + 0x0000000000000000 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_parent_worse_rssi_time + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.33 + 0x0000000000000000 0x76 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_info.32 + 0x0000000000000000 0x99 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.31 + 0x0000000000000000 0xa0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.30 + 0x0000000000000000 0xa3 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.29 + 0x0000000000000000 0xa2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.28 + 0x0000000000000000 0x89 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_info.27 + 0x0000000000000000 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_info.26 + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.25 + 0x0000000000000000 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.24 + 0x0000000000000000 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.23 + 0x0000000000000000 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.22 + 0x0000000000000000 0x51 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.21 + 0x0000000000000000 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_info.20 + 0x0000000000000000 0x85 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.19 + 0x0000000000000000 0x61 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.18 + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.17 + 0x0000000000000000 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.16 + 0x0000000000000000 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.15 + 0x0000000000000000 0x53 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.14 + 0x0000000000000000 0x43 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.13 + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.12 + 0x0000000000000000 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.11 + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.10 + 0x0000000000000000 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.9 + 0x0000000000000000 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.8 + 0x0000000000000000 0x75 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.7 + 0x0000000000000000 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.6 + 0x0000000000000000 0x76 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_error.5 + 0x0000000000000000 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.4 + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.3 + 0x0000000000000000 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_error.2 + 0x0000000000000000 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.esp_mesh_remain_nwk_duty + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_ps_device_duty_type + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_ps_parent_duty_type + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_ps_device_duty + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_ps_parent_duty + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.wifi_vnd_ext_mesh_roots + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_conflict_roots + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_roots_ie_life + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_parent_monitor_assoc_time + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_parent_monitor_weak_time + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_parent_candidate + 0x0000000000000000 0xb0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_rssi_threshold + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_monitor_parent_cfg + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_recv_bcn_count + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_is_probe_requested + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.iv 0x0000000000000000 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_ie_crypto_funcs + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_ie_crypto_key + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .data.g_mesh_monitor_parent_beacon_count + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .xt.lit 0x0000000000000000 0x3d8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .xt.prop 0x0000000000000000 0x4c14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_pm_tbtt_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_tbtt_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_rx_beacon_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_tx_data_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_tx_null_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.mesh_pm_set_null + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_go_to_sleep + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_go_to_wake + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_is_start_pm_now + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.mesh_pm_tbtt_start + 0x0000000000000000 0x5c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_tbtt_timeout_process + 0x0000000000000000 0x1f7 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_rx_beacon_process + 0x0000000000000000 0x188 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_tx_data_process + 0x0000000000000000 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_tx_null_process + 0x0000000000000000 0x5d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.mesh_pm_set_null + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_go_to_sleep + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_go_to_wake + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_is_start_pm_now + 0x0000000000000000 0x57 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss.rx_bcn_count$7173 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss.send_null_cnt$7119 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .rodata_wlog_info.4 + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .rodata_wlog_warning.3 + 0x0000000000000000 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .rodata_wlog_info.2 + 0x0000000000000000 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss.mesh_ps_keep_cnx + 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .data.s_mesh_active_duty_cycle + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss.s_mesh_next_awake_tbtt + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss.s_mesh_is_awake_duty + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .data.g_mesh_dfs_compensation_ms + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .xt.lit 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .xt.prop 0x0000000000000000 0x444 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.mesh_mutex_lock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.mesh_mutex_unlock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.esp_mesh_create_mbox + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.esp_mesh_free_mbox + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.mesh_malloc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.mesh_free + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.esp_mesh_create_context + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.esp_mesh_free_context + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.mesh_create_task + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.wifi_event_id2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.nwk_event_id2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.tx_msg_id2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.tx_state_id2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.discnx_reason_id2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.mesh_ie_type2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.scan_status2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.vote_done2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.vote_start2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.txq_opr2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.tx_wifi_err2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.io_cfg2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.opt_type2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.reconnect_type2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.dutytype2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_mutex_lock + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_mutex_unlock + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.str1.1 + 0x0000000000000000 0xdd3 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.esp_mesh_create_mbox + 0x0000000000000000 0xa4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.esp_mesh_free_mbox + 0x0000000000000000 0x93 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_malloc + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_free + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.esp_mesh_create_context + 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.esp_mesh_free_context + 0x0000000000000000 0x8c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_create_task + 0x0000000000000000 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.wifi_event_id2str + 0x0000000000000000 0x148 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.wifi_event_id2str + 0x0000000000000000 0x98 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.nwk_event_id2str + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.tx_msg_id2str + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.tx_state_id2str + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.discnx_reason_id2str + 0x0000000000000000 0x170 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_ie_type2str + 0x0000000000000000 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.scan_status2str + 0x0000000000000000 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.vote_done2str + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.vote_start2str + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.txq_opr2str + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.tx_wifi_err2str + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.io_cfg2str + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.opt_type2str + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.reconnect_type2str + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.dutytype2str + 0x0000000000000000 0x9b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$57 + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$55 + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$53 + 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$51 + 0x0000000000000000 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$49 + 0x0000000000000000 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$47 + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$45 + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$40 + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$38 + 0x0000000000000000 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$36 + 0x0000000000000000 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .bss.strid$8443 + 0x0000000000000000 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.__func__$8399 + 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.__func__$8393 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .xt.lit 0x0000000000000000 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .xt.prop 0x0000000000000000 0xaf8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.esp_mesh_get_rx_pending + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_ie_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_wifi_event_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_wifi_event_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_stop_recv + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_parse_option + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_add_option + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_chain_header_add_ttl + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_send_process_topo + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_send_process_flag + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_sem_wait + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_sem_signal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_mgmt + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_recv_add_option + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_recv_process_flag + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_recv + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_recv + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_encrypt_ie_plain_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_router + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_router + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_id + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_id + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_id + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_max_layer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ap_password + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ap_authmode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_ap_authmode + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ap_connections + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_ap_connections + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_non_mesh_connections + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_non_mesh_connections + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_layer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_parent_bssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_print_rxQ_waiting + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_push_to_myself_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_push_to_tcpip_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_flush_tcpip_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_recv_release + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_recv_toDS + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_max_layer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_self_organized + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_self_organized + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_parent + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_parent + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_waive_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_waive_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_send_stop_vote + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_stop_vote + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_vote_percentage + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_vote_percentage + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_root_addr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_attempts + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_attempts + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_push_to_xmit_state_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_total_node_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_switch_parent_paras + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_switch_parent_paras + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_xon_qsize + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_xon_qsize + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_my_group + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_insert_group_addr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_delete_group_addr + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_group_id + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_delete_group_id + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_group_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_group_list + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_capacity_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_capacity_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_my_ie_encrypted + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_ie_crypto_funcs + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ie_crypto_funcs + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_ie_crypto_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ie_crypto_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_ie_crypto_key + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_root_healing_delay + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_root_healing_delay + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_passive_scan_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_passive_scan_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_fix_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_root_fixed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_announce_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_announce_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_subnet_nodes_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_subnet_nodes_list + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_switch_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_look_for_network + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_topology + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_topology + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_device_active + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_enable_ps + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_disable_ps + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_ps_enabled + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_ps_get_duties + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.str1.1 + 0x0000000000000000 0xaa0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_rx_pending + 0x0000000000000000 0x13f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_ie_init + 0x0000000000000000 0x136 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_wifi_event_init + 0x0000000000000000 0xd4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_wifi_event_deinit + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_init + 0x0000000000000000 0x261 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_stop_recv + 0x0000000000000000 0x1ee ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_parse_option + 0x0000000000000000 0x118 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.mesh_parse_option + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_add_option + 0x0000000000000000 0x11c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_chain_header_add_ttl + 0x0000000000000000 0x5d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_send_process_topo + 0x0000000000000000 0x66 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_send_process_flag + 0x0000000000000000 0x178 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_sem_wait + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_sem_signal + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_mgmt + 0x0000000000000000 0x2ea ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send + 0x0000000000000000 0x6b4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.esp_mesh_send + 0x0000000000000000 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_recv_add_option + 0x0000000000000000 0x170 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_recv_process_flag + 0x0000000000000000 0x105 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_recv + 0x0000000000000000 0x3e8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_recv + 0x0000000000000000 0x166 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_encrypt_ie_plain_key + 0x0000000000000000 0x118 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_config + 0x0000000000000000 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_router + 0x0000000000000000 0xb8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_router + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_id + 0x0000000000000000 0xd8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_id + 0x0000000000000000 0x152 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_id + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_type + 0x0000000000000000 0xb2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_type + 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_max_layer + 0x0000000000000000 0x4e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_password + 0x0000000000000000 0xcf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_authmode + 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_ap_authmode + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_connections + 0x0000000000000000 0x75 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_ap_connections + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_non_mesh_connections + 0x0000000000000000 0x84 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_config + 0x0000000000000000 0x4b1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_non_mesh_connections + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_layer + 0x0000000000000000 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_parent_bssid + 0x0000000000000000 0xa8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_root + 0x0000000000000000 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_print_rxQ_waiting + 0x0000000000000000 0x204 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_push_to_myself_queue + 0x0000000000000000 0x21c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_push_to_tcpip_queue + 0x0000000000000000 0x3ca ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_flush_tcpip_queue + 0x0000000000000000 0xa9 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_recv_release + 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_recv_toDS + 0x0000000000000000 0x1da ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_max_layer + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_self_organized + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_self_organized + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_parent + 0x0000000000000000 0x66f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_parent + 0x0000000000000000 0x15a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_waive_root + 0x0000000000000000 0xa6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_waive_root + 0x0000000000000000 0xa0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_send_stop_vote + 0x0000000000000000 0x1c5 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_stop_vote + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_vote_percentage + 0x0000000000000000 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_vote_percentage + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_root_addr + 0x0000000000000000 0xaa ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_attempts + 0x0000000000000000 0xae ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_attempts + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_push_to_xmit_state_queue + 0x0000000000000000 0xb4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_stop + 0x0000000000000000 0x67e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_deinit + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_start + 0x0000000000000000 0x21c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_total_node_num + 0x0000000000000000 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_switch_parent_paras + 0x0000000000000000 0xb9 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_switch_parent_paras + 0x0000000000000000 0x76 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_xon_qsize + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_xon_qsize + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_my_group + 0x0000000000000000 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_insert_group_addr + 0x0000000000000000 0x141 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_delete_group_addr + 0x0000000000000000 0x1a6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_group_id + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_delete_group_id + 0x0000000000000000 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_group_num + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_group_list + 0x0000000000000000 0x8a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_capacity_num + 0x0000000000000000 0x86 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_capacity_num + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_my_ie_encrypted + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_ie_crypto_funcs + 0x0000000000000000 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ie_crypto_funcs + 0x0000000000000000 0x107 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_ie_crypto_key + 0x0000000000000000 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ie_crypto_key + 0x0000000000000000 0x1a4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_ie_crypto_key + 0x0000000000000000 0xf2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_root_healing_delay + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_root_healing_delay + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_passive_scan_time + 0x0000000000000000 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_passive_scan_time + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_fix_root + 0x0000000000000000 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_root_fixed + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_announce_interval + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_announce_interval + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_subnet_nodes_num + 0x0000000000000000 0xec ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_subnet_nodes_list + 0x0000000000000000 0x12a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_switch_channel + 0x0000000000000000 0x124 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_look_for_network + 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_topology + 0x0000000000000000 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_topology + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_device_active + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_enable_ps + 0x0000000000000000 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_disable_ps + 0x0000000000000000 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_ps_enabled + 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_ps_get_duties + 0x0000000000000000 0xe6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8904 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8892 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8836 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8777 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8767 + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8758 + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8682 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8650 + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8582 + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8563 + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.option$8530 + 0x0000000000000000 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.value$8529 + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8484 + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$8474 + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_group_addr + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_send_mutex + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_stop_mutex + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_mesh_stop_event_group + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_ioctl_sem + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_xmit_sem + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_tcpip_mbox + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_myself_mbox + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_ext_crypto_config + 0x0000000000000000 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.s_mesh_ie_crypto_plain_key + 0x0000000000000000 0x41 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_mesh_started + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_mesh_inited + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_extra_toDS_qsize + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_extra_toSelf_qsize + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_standalone_sta + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_ann_interval + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_root_fixed + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_rt_capacity + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_root_healing_delay + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_passive_scan_time + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_cfg_vote_percent + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_mesh_cfg_switch_parent + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_max_layer + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.libmesh_reversion_git + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .xt.lit 0x0000000000000000 0x338 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .xt.prop 0x0000000000000000 0x3750 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + COMMON 0x0000000000000000 0x146 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.nvs_op2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_operate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_set_layer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_set_assoc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .rodata.str1.1 + 0x0000000000000000 0xf5 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.nvs_op2str + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_operate + 0x0000000000000000 0x368 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .rodata.esp_mesh_nvs_operate + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_set_layer + 0x0000000000000000 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_set_assoc + 0x0000000000000000 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_init + 0x0000000000000000 0x5d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_deinit + 0x0000000000000000 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .rodata.CSWTCH$12 + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .bss.mesh_nvs_settings + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .data.mesh_nvs_handle + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .bss.g_mesh_nvs_settings + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .xt.lit 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .xt.prop 0x0000000000000000 0x378 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_io_sem_wait + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.esp_mesh_io_sem_signal + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_io_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.esp_mesh_stop_parent_reconnection + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_router + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_self_organized + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_csa_set_bssid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_switch_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_look_for_network + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_nwk_io_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.esp_mesh_io_sem_wait + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.esp_mesh_io_sem_signal + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.str1.1 + 0x0000000000000000 0x20c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_io_process + 0x0000000000000000 0xdf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.esp_mesh_stop_parent_reconnection + 0x0000000000000000 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_router + 0x0000000000000000 0x22b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_self_organized + 0x0000000000000000 0x145 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_type + 0x0000000000000000 0x2ce ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_csa_set_bssid + 0x0000000000000000 0x92 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_switch_channel + 0x0000000000000000 0x76 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_look_for_network + 0x0000000000000000 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_nwk_io_process + 0x0000000000000000 0x1d9 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.mesh_nwk_io_process + 0x0000000000000000 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.__func__$8454 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.__func__$8400 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.csa_bssid + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.s_mesh_io_error + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.g_mesh_stop_reconnection + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .xt.lit 0x0000000000000000 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .xt.prop 0x0000000000000000 0x744 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_process_mgmt_announce$part$6 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_routing_table$part$7 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.optype2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_get_optlen + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_mcast_cover_node + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_remove_myself_from_forwarding + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_delivery_toDS + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_delivery_toSelf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mcast_cover_node + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_mcast + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_bcast + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_root_switch + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_root_waive + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_announce + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_routing_table + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_options + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_ucast + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_forward_packet + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.str1.1 + 0x0000000000000000 0x8bc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_announce$part$6 + 0x0000000000000000 0x3f1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_routing_table$part$7 + 0x0000000000000000 0x3ba ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.optype2str + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_get_optlen + 0x0000000000000000 0x78 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_mcast_cover_node + 0x0000000000000000 0x350 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_remove_myself_from_forwarding + 0x0000000000000000 0x113 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_delivery_toDS + 0x0000000000000000 0x1fc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_delivery_toSelf + 0x0000000000000000 0x3cc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mcast_cover_node + 0x0000000000000000 0x4ca ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_mcast + 0x0000000000000000 0x17a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_bcast + 0x0000000000000000 0x39c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_root_switch + 0x0000000000000000 0x182 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_root_waive + 0x0000000000000000 0x1e2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_announce + 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_routing_table + 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_options + 0x0000000000000000 0x226 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_ucast + 0x0000000000000000 0x9b8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_forward_packet + 0x0000000000000000 0x3ca ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.CSWTCH$144 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$8500 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$8486 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$8468 + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$8436 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$8402 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .bss.mesh_xseqno + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .xt.lit 0x0000000000000000 0x90 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .xt.prop 0x0000000000000000 0x13a4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_channel_enable_jp + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.esp_mesh_scan_done_get_channel + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_nwk_process_reselect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_nwk_process_look_for_network + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_nwk_process_allow_switch + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.str1.1 + 0x0000000000000000 0x69c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.esp_mesh_channel_enable_jp + 0x0000000000000000 0x67 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.esp_mesh_scan_done_get_channel + 0x0000000000000000 0x7ab ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_reselect + 0x0000000000000000 0x2c2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_look_for_network + 0x0000000000000000 0x368 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_allow_switch + 0x0000000000000000 0x13c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.__func__$8469 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.__func__$8458 + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss.look_for_nwk_count$8453 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss.scan_times$8433 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.__func__$8439 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .xt.lit 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .xt.prop 0x0000000000000000 0x4ec ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_set_root_candidate$part$17 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_set_root_candidate_ie$part$18 + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_sta_auth_expire_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_register_timer_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_ie_update_rssi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_set_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.is_mesh_last_parent + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_send_root_switch + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_is_switch_parent + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_compute_my_votes + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_check_rc_expire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_change_layer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_set_parent_candidate_config + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_parent_check_root_conflict + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.route_announce_timer_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.route_announce_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.route_announce_timer_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_ie_monitor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ie_monitor_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_bcn_change_timer_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_root_connect_timer_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.candidate_monitor_timer_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_disable_parent_switch_monitor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.candidate_monitor_timer_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_ps_control_check_awake + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_control_set_awake + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_control_set_sleep + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_control_get_min_duty + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_control_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_find_conflict_roots + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_remove_conflict_roots + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.is_self_mac_greater + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_is_yield_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_add_conflict_roots + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_yield_roots_announce + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_yield_roots_monitor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_delete_timers + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_send_roots_gone + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_send_roots_fixed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_send_roots_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_check_conflict_roots + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_send_rmv_announcement + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_is_scan_allowed + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_rt_change_debug + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_is_rt_change_debug + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_vote_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_disconnected + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_scan_request + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_rootless + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_check_no_parent_found + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_root_process_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_child_set_ps_duty + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_child_clr_ps_duty + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_process_ps_type + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_is_better_parent + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.is_mesh_child + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_flush_scan_result + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_scan_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.scan_result_print + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_scan_done_process_weak + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_conn_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_conn_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_parent_insert_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_scan_done_vote + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_scan_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_update_current_parent + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_set_root_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_update_ie_rssi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_set_root_candidate_ie + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_compute_votes + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_process_root_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_process_same_root_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_add_invalid_rc + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal._mesh_find_root_competitor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.print_rc_info + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_is_last_rc_existing + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_update_rcandidate_rssi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_init_rcandidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_check_last_rcandidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_find_root_competitor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_vote_root_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_router + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_nvs_settings + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_is_better_parent + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_parent_compute_rank + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_set_ignore + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_parent_limit_layer2_cap + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_parent_try_rssi + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_parent_try_layer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_parent + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_get_child_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_process_ps_awake + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_child_event + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_process_child_macconnected + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.print_txupQ_pending + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_get_child_idx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_get_child_idx_lock + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_insert_child + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_remove_child + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_remove_children + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_leaf + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_no_parent + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_clear_parent + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_node_process_disconnect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_revote_root + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_node_process_healing + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_push_to_nwk_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_route_announce_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ie_monitor_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_bcn_change_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_root_connect_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_candidate_monitor_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_candidate_monitor_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_control_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_sta_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_connect_to_router + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_connect_to_candidate + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_root_connect_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_root_process_disconnect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_manual_networking + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_sta_disconnect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_disconnect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_parent_reselect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_check_layer + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_ie_change + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_conflict_discnx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_node_process_cycle + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_wifi_event_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_post_toDS_state + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_set_rssi_threshold + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_get_rssi_threshold + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_set_default_rssi_threshold + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_is_nwk_inited + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_is_nwk_running + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_process_parent_organized + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_task_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_nwk_task_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_nwk_task_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_get_beacon_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_adjust_passive_scan_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_set_beacon_interval + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_parent_select_done + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_parent_select + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_bcn_change_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_task_main + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_get_duties + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_print_scan_result + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate$part$17 + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate_ie$part$18 + 0x0000000000000000 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_sta_auth_expire_time + 0x0000000000000000 0x47 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_register_timer_cb + 0x0000000000000000 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_ie_update_rssi + 0x0000000000000000 0xc9 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_ie + 0x0000000000000000 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.is_mesh_last_parent + 0x0000000000000000 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_send_root_switch + 0x0000000000000000 0x78 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.str1.1 + 0x0000000000000000 0x2b64 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_switch_parent + 0x0000000000000000 0x202 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_compute_my_votes + 0x0000000000000000 0x85 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_check_rc_expire + 0x0000000000000000 0x36a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_change_layer + 0x0000000000000000 0x9e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_parent_candidate_config + 0x0000000000000000 0xc3 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_parent_check_root_conflict + 0x0000000000000000 0xce ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.route_announce_timer_start + 0x0000000000000000 0xb7 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.route_announce_timeout_process + 0x0000000000000000 0xb4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.route_announce_timer_stop + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_ie_monitor + 0x0000000000000000 0x130 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ie_monitor_timeout_process + 0x0000000000000000 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_bcn_change_timer_start + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_root_connect_timer_start + 0x0000000000000000 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.candidate_monitor_timer_stop + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_disable_parent_switch_monitor + 0x0000000000000000 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.candidate_monitor_timer_start + 0x0000000000000000 0x212 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_ps_control_check_awake + 0x0000000000000000 0xa3 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_set_awake + 0x0000000000000000 0x5c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_set_sleep + 0x0000000000000000 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_get_min_duty + 0x0000000000000000 0x138 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_timeout_process + 0x0000000000000000 0x1ee ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_find_conflict_roots + 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_remove_conflict_roots + 0x0000000000000000 0xe0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.is_self_mac_greater + 0x0000000000000000 0x82 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_is_yield_root + 0x0000000000000000 0x59 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_add_conflict_roots + 0x0000000000000000 0x20d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_yield_roots_announce + 0x0000000000000000 0x21e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_yield_roots_monitor + 0x0000000000000000 0x1c6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_delete_timers + 0x0000000000000000 0xc2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_send_roots_gone + 0x0000000000000000 0x86 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_send_roots_fixed + 0x0000000000000000 0xea ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_send_roots_stop + 0x0000000000000000 0xc8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_check_conflict_roots + 0x0000000000000000 0x18e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_send_rmv_announcement + 0x0000000000000000 0x1e0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_scan_allowed + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_rt_change_debug + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_rt_change_debug + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_vote_done + 0x0000000000000000 0xd0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_disconnected + 0x0000000000000000 0xae ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_scan_request + 0x0000000000000000 0xfd ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_rootless + 0x0000000000000000 0xac ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_check_no_parent_found + 0x0000000000000000 0x9e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_root_process_connect + 0x0000000000000000 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_child_set_ps_duty + 0x0000000000000000 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_child_clr_ps_duty + 0x0000000000000000 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_process_ps_type + 0x0000000000000000 0xa6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_is_better_parent + 0x0000000000000000 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.is_mesh_child + 0x0000000000000000 0x6a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_flush_scan_result + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_scan_done + 0x0000000000000000 0x212 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.scan_result_print + 0x0000000000000000 0x29c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_scan_done_process_weak + 0x0000000000000000 0xf5 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_conn_init + 0x0000000000000000 0xca ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_conn_deinit + 0x0000000000000000 0xc2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_parent_insert_candidate + 0x0000000000000000 0x162 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_scan_done_vote + 0x0000000000000000 0x534 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_scan_done + 0x0000000000000000 0x774 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_update_current_parent + 0x0000000000000000 0x13f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate + 0x0000000000000000 0x99 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_update_ie_rssi + 0x0000000000000000 0xa9 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate_ie + 0x0000000000000000 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_compute_votes + 0x0000000000000000 0xed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_process_root_candidate + 0x0000000000000000 0x24d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_process_same_root_candidate + 0x0000000000000000 0x65 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_add_invalid_rc + 0x0000000000000000 0x116 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text._mesh_find_root_competitor + 0x0000000000000000 0x68a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.print_rc_info + 0x0000000000000000 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_is_last_rc_existing + 0x0000000000000000 0x124 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_update_rcandidate_rssi + 0x0000000000000000 0xa1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_init_rcandidate + 0x0000000000000000 0xf8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_check_last_rcandidate + 0x0000000000000000 0x26e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_find_root_competitor + 0x0000000000000000 0x1cc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_vote_root_candidate + 0x0000000000000000 0x5a8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_router + 0x0000000000000000 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_nvs_settings + 0x0000000000000000 0x25d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_is_better_parent + 0x0000000000000000 0x124 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_compute_rank + 0x0000000000000000 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_set_ignore + 0x0000000000000000 0x104 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_limit_layer2_cap + 0x0000000000000000 0x25e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_try_rssi + 0x0000000000000000 0x1fb ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_try_layer + 0x0000000000000000 0x14c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_parent + 0x0000000000000000 0x22c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_child_num + 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_process_ps_awake + 0x0000000000000000 0x145 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_child_event + 0x0000000000000000 0xe8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_process_child_macconnected + 0x0000000000000000 0x254 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.print_txupQ_pending + 0x0000000000000000 0x286 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_child_idx + 0x0000000000000000 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_child_idx_lock + 0x0000000000000000 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_insert_child + 0x0000000000000000 0x2fd ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_remove_child + 0x0000000000000000 0x75 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_remove_children + 0x0000000000000000 0x125 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_leaf + 0x0000000000000000 0x6c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_no_parent + 0x0000000000000000 0xdd ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_clear_parent + 0x0000000000000000 0x146 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_node_process_disconnect + 0x0000000000000000 0x45 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_revote_root + 0x0000000000000000 0x59 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_node_process_healing + 0x0000000000000000 0xd5 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_push_to_nwk_queue + 0x0000000000000000 0x12a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_route_announce_timeout + 0x0000000000000000 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ie_monitor_timeout + 0x0000000000000000 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_bcn_change_timeout + 0x0000000000000000 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_root_connect_timeout + 0x0000000000000000 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_candidate_monitor_timeout + 0x0000000000000000 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_candidate_monitor_timeout_process + 0x0000000000000000 0xc6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_timeout + 0x0000000000000000 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_sta_connect + 0x0000000000000000 0x215 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_connect_to_router + 0x0000000000000000 0x33d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_connect_to_candidate + 0x0000000000000000 0x404 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_root_connect_timeout_process + 0x0000000000000000 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_root_process_disconnect + 0x0000000000000000 0x112 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_manual_networking + 0x0000000000000000 0x35d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_sta_disconnect + 0x0000000000000000 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_connect + 0x0000000000000000 0x86 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_disconnect + 0x0000000000000000 0x86 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_parent_reselect + 0x0000000000000000 0xdf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_check_layer + 0x0000000000000000 0xf6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_ie_change + 0x0000000000000000 0x402 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_conflict_discnx + 0x0000000000000000 0x80 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_node_process_cycle + 0x0000000000000000 0xfd ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_wifi_event_cb + 0x0000000000000000 0x4d2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.mesh_wifi_event_cb + 0x0000000000000000 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_post_toDS_state + 0x0000000000000000 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_rssi_threshold + 0x0000000000000000 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_rssi_threshold + 0x0000000000000000 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_default_rssi_threshold + 0x0000000000000000 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_nwk_inited + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_nwk_running + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_process_parent_organized + 0x0000000000000000 0x73 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_task_deinit + 0x0000000000000000 0xb9 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_nwk_task_init + 0x0000000000000000 0x3c9 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_nwk_task_deinit + 0x0000000000000000 0xa0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_beacon_interval + 0x0000000000000000 0x6d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_adjust_passive_scan_time + 0x0000000000000000 0x8e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_beacon_interval + 0x0000000000000000 0x51 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_parent_select_done + 0x0000000000000000 0x909 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_parent_select + 0x0000000000000000 0x943 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_bcn_change_timeout_process + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_task_main + 0x0000000000000000 0x3843 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_task_main + 0x0000000000000000 0xb0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_get_duties + 0x0000000000000000 0x11a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_print_scan_result + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9911 + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.last_event_id$9841 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9816 + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9808 + 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9777 + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9764 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9748 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9475 + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9471 + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9459 + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9434 + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9415 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9393 + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9386 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9318 + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9182 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9177 + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9163 + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9140 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9129 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9115 + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9054 + 0x0000000000000000 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8915 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8883 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8875 + 0x0000000000000000 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8870 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8858 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8849 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8824 + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8818 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.cnx_backoff$8811 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_final_struggle$8799 + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.max_voter_num$8794 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8796 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8744 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8732 + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8688 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$8668 + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_rt_change_dbg + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_monitor_timer_interval + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_history_root_backoff + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.retry_attemps + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_ps_cnt + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_layer_backoff_times + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_rssi_backoff_times + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.vote_log_time_start + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.vote_log_time_stop + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_vote_scan_times + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_extra_scan_attempts + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_vote_ps_times + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_vote_rc_times + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_last_rcandidate + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_rcandidate + 0x0000000000000000 0xa ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_ps_control + 0x0000000000000000 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .data.s_mesh_beacon_interval + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_running_channel + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .data.s_monitor_parent_config + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_first_short_time_retries + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_parent_rssi_threshold + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_root_addr + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_is_parent_set + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_sta_discnx_times + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_sta_cnx_times + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_last_parent + 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_last_parent_chain + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_last_parent_ie + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.ann_time_start + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mie_log_time_start + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_root_connect_timer_armed + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.ps_control_timer + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.candidate_monitor_timer + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.root_connect_timer + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.bcn_change_timer + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mie_monitor_timer + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.route_announce_timer + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_timer_func + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_nwk_task + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_nwk_mbox + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.is_nwk_running + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_parent_root_children_list + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_vote_invalid_list + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_vote_expire_list + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_parent_cyclic_list + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_parent_map_list + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_parent_idle_list + 0x0000000000000000 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_print_scan_result_enable + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .data.s_mesh_scan_done + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_scan_req + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_last_layer + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_rmv_opt + 0x0000000000000000 0x4d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_conn_mutex + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_conn + 0x0000000000000000 0x2c8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_is_wifi_disconnecting + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_is_wifi_connecting + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_is_wifi_connected + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .xt.lit 0x0000000000000000 0x488 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .xt.prop 0x0000000000000000 0x6af8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + COMMON 0x0000000000000000 0x6c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_rt_change_timeout + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_route_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_route_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_rt_change_timer_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_rt_change_timeout_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_match_self + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_get_total_children_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_lookup_sub_route + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_lookup_route + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_print_route_table + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_get_sub_capacity + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.routetype2str + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_update_route_table + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_delete_sub_children + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_send_add_announcement + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_fill_rmv_sub_child + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_malloc_rmv_announcement + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_construct_rmv_announcement + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_pack_rmv_announcement + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_pack_rmv_announcement + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_pack_multi_routing_table + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_ie_update_capacity + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_check_nonassociated_children + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_monitor_nonassociated_children + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_remove_nonassociated_children + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_copy_mgmt_announce + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_process_redundant_subchildren + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_combine_multi_redundant_ack + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_check_multi_redundant_ack + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_refresh_routing_table + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_get_routing_table_size + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_get_routing_table + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_get_subnet_nodes_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_get_subnet_nodes_list + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_send_rtable_request + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_send_rtable_ack + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_nwk_redundant_route + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_rt_change_timeout + 0x0000000000000000 0x5c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_route_init + 0x0000000000000000 0x65 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_route_deinit + 0x0000000000000000 0xac ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_rt_change_timer_start + 0x0000000000000000 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_rt_change_timeout_process + 0x0000000000000000 0x57 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_match_self + 0x0000000000000000 0x5c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_get_total_children_num + 0x0000000000000000 0x7d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_lookup_sub_route + 0x0000000000000000 0xc4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.str1.1 + 0x0000000000000000 0xd03 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_lookup_route + 0x0000000000000000 0x14a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_print_route_table + 0x0000000000000000 0x9f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_get_sub_capacity + 0x0000000000000000 0x59 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.routetype2str + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_update_route_table + 0x0000000000000000 0x3ff ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_delete_sub_children + 0x0000000000000000 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_send_add_announcement + 0x0000000000000000 0xed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_fill_rmv_sub_child + 0x0000000000000000 0x39c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_malloc_rmv_announcement + 0x0000000000000000 0xbc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_construct_rmv_announcement + 0x0000000000000000 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_pack_rmv_announcement + 0x0000000000000000 0xcd ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_pack_rmv_announcement + 0x0000000000000000 0x136 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_pack_multi_routing_table + 0x0000000000000000 0x4fb ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_ie_update_capacity + 0x0000000000000000 0x184 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_check_nonassociated_children + 0x0000000000000000 0x84 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_monitor_nonassociated_children + 0x0000000000000000 0x2ed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_remove_nonassociated_children + 0x0000000000000000 0x1c6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_copy_mgmt_announce + 0x0000000000000000 0x2df ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_process_redundant_subchildren + 0x0000000000000000 0x3bd ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_combine_multi_redundant_ack + 0x0000000000000000 0x2ac ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_check_multi_redundant_ack + 0x0000000000000000 0x2b1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_refresh_routing_table + 0x0000000000000000 0x6fa ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_get_routing_table_size + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_get_routing_table + 0x0000000000000000 0x1ba ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_get_subnet_nodes_num + 0x0000000000000000 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_get_subnet_nodes_list + 0x0000000000000000 0xfe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_send_rtable_request + 0x0000000000000000 0x8e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_send_rtable_ack + 0x0000000000000000 0x20a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_nwk_redundant_route + 0x0000000000000000 0x1ba ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.CSWTCH$137 + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8732 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8719 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8690 + 0x0000000000000000 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8685 + 0x0000000000000000 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8660 + 0x0000000000000000 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8645 + 0x0000000000000000 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8556 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8538 + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8498 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8425 + 0x0000000000000000 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8408 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$8400 + 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.mesh_multi_send_ack + 0x0000000000000000 0xe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.mesh_multi_recv_ack + 0x0000000000000000 0xf0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.rt_change_timer + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.mesh_route_table + 0x0000000000000000 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.is_route_inited + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .xt.lit 0x0000000000000000 0x120 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .xt.prop 0x0000000000000000 0x1860 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_print_txQ_waiting + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_print_txQ_waiting + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_get_tx_pending + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_get_tx_pending + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_block_event + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_block_start + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_forward_check_active + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_check_tid_mbox_full + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_push_to_ack_state_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_tx_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_best_effort_tx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_push_to_wnd_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_operation_rxseqno + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending_get_cidx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending_insert_child + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending_delete_child + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending_get_xonseq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending_clear_xonseq + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_process_txupQ_pending + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_push_to_tx_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_force_txupQ_pending + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_available_txupQ_num + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_flush_txQ + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_tx_tid_flush + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_tx_tid_stop + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_push_to_ps_tx_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_ps_tx + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.tx_task_main + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_discard_context + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_xon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_recv_xon + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_tx_task_main + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_deliver_packet + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_flush_packets + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_process_disconnected + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_process_expired + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_flush_upstream_packets + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.xon_task_main + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_process_no_wnd + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_task_main + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_tx_task_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_tx_task_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_tx_task_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_block_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_send_block_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_send_block_main + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_block_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_flush_upstream_packets + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_block_time + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.str1.1 + 0x0000000000000000 0x141a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_print_txQ_waiting + 0x0000000000000000 0x13e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_print_txQ_waiting + 0x0000000000000000 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_get_tx_pending + 0x0000000000000000 0x1b1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_get_tx_pending + 0x0000000000000000 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_event + 0x0000000000000000 0x1c8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_start + 0x0000000000000000 0x1b0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_forward_check_active + 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_check_tid_mbox_full + 0x0000000000000000 0x1d4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.mesh_check_tid_mbox_full + 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_ack_state_queue + 0x0000000000000000 0xac ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_tx_cb + 0x0000000000000000 0x10b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_best_effort_tx + 0x0000000000000000 0x323 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_wnd_queue + 0x0000000000000000 0x102 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_operation_rxseqno + 0x0000000000000000 0x3c8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_get_cidx + 0x0000000000000000 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_insert_child + 0x0000000000000000 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_delete_child + 0x0000000000000000 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_get_xonseq + 0x0000000000000000 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_clear_xonseq + 0x0000000000000000 0x5e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending + 0x0000000000000000 0xc86 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_process_txupQ_pending + 0x0000000000000000 0x270 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_tx_queue + 0x0000000000000000 0x535 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_force_txupQ_pending + 0x0000000000000000 0x146 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_available_txupQ_num + 0x0000000000000000 0x1d0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_flush_txQ + 0x0000000000000000 0x130 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_tx_tid_flush + 0x0000000000000000 0x1e5 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_tx_tid_stop + 0x0000000000000000 0x1c8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_ps_tx_queue + 0x0000000000000000 0x7d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_ps_tx + 0x0000000000000000 0x138 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.tx_task_main + 0x0000000000000000 0x240 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_discard_context + 0x0000000000000000 0x136 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_xon + 0x0000000000000000 0x6e5 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_recv_xon + 0x0000000000000000 0x14f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_tx_task_main + 0x0000000000000000 0x9a6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_deliver_packet + 0x0000000000000000 0x1c0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_flush_packets + 0x0000000000000000 0x23d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_process_disconnected + 0x0000000000000000 0x2d1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_process_expired + 0x0000000000000000 0x131 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_flush_upstream_packets + 0x0000000000000000 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.xon_task_main + 0x0000000000000000 0x1b5 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_process_no_wnd + 0x0000000000000000 0xf0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_task_main + 0x0000000000000000 0xa9f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_tx_task_deinit + 0x0000000000000000 0x1da ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_tx_task_init + 0x0000000000000000 0x252 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_tx_task_init + 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_tx_task_deinit + 0x0000000000000000 0xa4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_deinit + 0x0000000000000000 0xc2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_send_block_deinit + 0x0000000000000000 0x8e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_send_block_main + 0x0000000000000000 0x4b6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_init + 0x0000000000000000 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_flush_upstream_packets + 0x0000000000000000 0x180 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_time + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8945 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8937 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8900 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8842 + 0x0000000000000000 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8789 + 0x0000000000000000 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8771 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8763 + 0x0000000000000000 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8755 + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_tx_fail_cnt$8730 + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8737 + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8719 + 0x0000000000000000 0xd ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8671 + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8664 + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8653 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8640 + 0x0000000000000000 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8630 + 0x0000000000000000 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8592 + 0x0000000000000000 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8576 + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8543 + 0x0000000000000000 0xb ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8531 + 0x0000000000000000 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8508 + 0x0000000000000000 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8471 + 0x0000000000000000 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$8440 + 0x0000000000000000 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.send_block_flush_mbox + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.send_block_task + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.send_block_mbox + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.is_block_running + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .data.g_mesh_packet_lifetime + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_xreq_seqno + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_be_xmit_seqno + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_new_wnd_mbox + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_ack_state_mbox + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_tx_mbox + 0x0000000000000000 0xa8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_tx_task + 0x0000000000000000 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.is_mesh_tx_started + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_reassign_xseqno + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .xt.lit 0x0000000000000000 0x190 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .xt.prop 0x0000000000000000 0x309c ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + COMMON 0x0000000000000000 0x2e8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_timer_route_announce + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_mie_monitor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_bcn_change + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_root_connect + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_candidate_monitor + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_rt_change + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_ps_control + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_do_process + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_route_announce + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_mie_monitor + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_bcn_change + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_root_connect + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_candidate_monitor + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_rt_change + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_ps_control + 0x0000000000000000 0xf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .rodata.str1.1 + 0x0000000000000000 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_do_process + 0x0000000000000000 0xe8 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .rodata.__func__$8431 + 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .data.mesh_timer_info + 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .xt.lit 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .xt.prop 0x0000000000000000 0x210 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.esp_mesh_push_to_rx_queue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.mesh_topo_get_ttl + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_wifi_recv_cb + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_rx_task_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.mesh_rx_task_deinit + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.mesh_rx_task_main + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_rx_task_init + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.str1.1 + 0x0000000000000000 0x2f7 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_push_to_rx_queue + 0x0000000000000000 0xca ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.mesh_topo_get_ttl + 0x0000000000000000 0xc2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_wifi_recv_cb + 0x0000000000000000 0x748 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_rx_task_deinit + 0x0000000000000000 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.mesh_rx_task_deinit + 0x0000000000000000 0x95 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.mesh_rx_task_main + 0x0000000000000000 0x230 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_rx_task_init + 0x0000000000000000 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.__func__$8457 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.__func__$8444 + 0x0000000000000000 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.parent_last_mac_seqno$8441 + 0x0000000000000000 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.__func__$8416 + 0x0000000000000000 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.mesh_rx_task + 0x0000000000000000 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.mesh_rx_mbox + 0x0000000000000000 0xc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.is_rx_running + 0x0000000000000000 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .xt.lit 0x0000000000000000 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .xt.prop 0x0000000000000000 0x510 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_ap_list_clear + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_find_expire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_clear_expire + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_find_invalid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_clear_invalid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_update_invalid + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_find + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_enqueue + 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .rodata.str1.1 + 0x0000000000000000 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_clear + 0x0000000000000000 0xce ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_find_expire + 0x0000000000000000 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_clear_expire + 0x0000000000000000 0xbe ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_find_invalid + 0x0000000000000000 0xba ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_clear_invalid + 0x0000000000000000 0xc2 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_update_invalid + 0x0000000000000000 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_find + 0x0000000000000000 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_enqueue + 0x0000000000000000 0x1b9 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .rodata.__func__$8464 + 0x0000000000000000 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .rodata.__func__$8392 + 0x0000000000000000 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .comment 0x0000000000000000 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .xt.lit 0x0000000000000000 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .xt.prop 0x0000000000000000 0x570 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_send_event_internal + 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .text.esp_mesh_send_event_internal + 0x0000000000000000 0x1a esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .rodata.str1.4 + 0x0000000000000000 0xb esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .data.MESH_EVENT + 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_info 0x0000000000000000 0x1774 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_abbrev 0x0000000000000000 0x23c esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_loc 0x0000000000000000 0x25 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_line 0x0000000000000000 0x612 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_str 0x0000000000000000 0x16a6 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .comment 0x0000000000000000 0x2d esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .xt.lit 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .xt.prop 0x0000000000000000 0x3c esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .literal._ZSt15set_new_handlerPFvvE + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .text._ZSt15set_new_handlerPFvvE + 0x0000000000000000 0x1f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .xt.lit 0x0000000000000000 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .xt.prop 0x0000000000000000 0x78 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .group 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .group 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .group 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .group 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .xt.prop 0x0000000000000000 0x78 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .group 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .xt.lit 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .xt.prop 0x0000000000000000 0x1b0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .group 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .literal._ZNSt9type_infoD0Ev + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .literal._ZNKSt9type_info10__do_catchEPKS_PPvj + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .text._ZNKSt9type_info11__do_upcastEPKN10__cxxabiv117__class_type_infoEPPv + 0x0000000000000000 0x7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .text._ZNSt9type_infoD0Ev + 0x0000000000000000 0xf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .text._ZNKSt9type_info10__do_catchEPKS_PPvj + 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .rodata._ZTVSt9type_info + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .xt.lit 0x0000000000000000 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .xt.prop 0x0000000000000000 0xcc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .xt.prop._ZTVSt9type_info + 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .literal._ZSt13set_terminatePFvvE + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .literal._ZN10__cxxabiv112__unexpectedEPFvvE + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .literal._ZSt14set_unexpectedPFvvE + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .literal._ZSt14get_unexpectedv + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .literal._ZSt10unexpectedv + 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt13set_terminatePFvvE + 0x0000000000000000 0x1f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZN10__cxxabiv112__unexpectedEPFvvE + 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt14set_unexpectedPFvvE + 0x0000000000000000 0x1f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt14get_unexpectedv + 0x0000000000000000 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .text._ZSt10unexpectedv + 0x0000000000000000 0xf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .xt.lit 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .xt.prop 0x0000000000000000 0x198 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .literal._ZSt18uncaught_exceptionv + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .literal._ZSt19uncaught_exceptionsv + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .text.__cxa_get_exception_ptr + 0x0000000000000000 0xa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .text._ZSt18uncaught_exceptionv + 0x0000000000000000 0x16 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .text._ZSt19uncaught_exceptionsv + 0x0000000000000000 0xd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .xt.lit 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .xt.prop 0x0000000000000000 0x1a4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .group 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .xt.lit 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .xt.prop 0x0000000000000000 0x198 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .xt.prop 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .data._ZN10__cxxabiv120__unexpected_handlerE + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_info 0x0000000000000000 0x44f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_abbrev 0x0000000000000000 0x291 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_aranges + 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_line 0x0000000000000000 0x2ee /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .debug_str 0x0000000000000000 0x755 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .xt.prop 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .xt.lit 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .xt.prop 0x0000000000000000 0x168 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .literal._Z12abort_returnIPPvET_v + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal._Z12abort_returnIPvET_v + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal._Z12abort_returnIP11frame_stateET_v + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.abort_expect_void_and_return + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.forward_abort_uw_ctx + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_SetEnableExceptionFdeSorting + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap___register_frame_info_bases + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap___register_frame_info + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap___register_frame_info_table_bases + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap___register_frame_info_table + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_Find_FDE + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_GetGR + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_GetCFA + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_SetIP + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_SetGR + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_GetIPInfo + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal._Z17__frame_state_forPvP11frame_state + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_RaiseException + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_ForcedUnwind + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_Backtrace + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIPPvET_v + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIPvET_v + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIP11frame_stateET_v + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.abort_expect_void_and_return + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.forward_abort_uw_ctx + 0x0000000000000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_SetEnableExceptionFdeSorting + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_bases + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_table_bases + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_table + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_Find_FDE + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetGR + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetCFA + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_SetIP + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_SetGR + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetIPInfo + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z17__frame_state_forPvP11frame_state + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_RaiseException + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_ForcedUnwind + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_Backtrace + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .xt.lit 0x0000000000000000 0xc8 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .xt.prop 0x0000000000000000 0x384 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + .xt.prop 0x0000000000000000 0x24 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + .text 0x0000000000000000 0x85 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + .debug_line 0x0000000000000000 0x19a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + .xt.prop 0x0000000000000000 0x90 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + .literal 0x0000000000000000 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .text 0x0000000000000000 0x312 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .debug_line 0x0000000000000000 0x6f2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .xt.prop 0x0000000000000000 0x420 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .text 0x0000000000000000 0x1ff /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .debug_line 0x0000000000000000 0x4b9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .xt.prop 0x0000000000000000 0x228 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .literal 0x0000000000000000 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .text 0x0000000000000000 0x213 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .debug_line 0x0000000000000000 0x4e2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .xt.prop 0x0000000000000000 0x264 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .literal 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .text 0x0000000000000000 0x176 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .debug_line 0x0000000000000000 0x3b0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .xt.prop 0x0000000000000000 0x288 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .text 0x0000000000000000 0x4c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .debug_line 0x0000000000000000 0x128 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .xt.prop 0x0000000000000000 0x6c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .text 0x0000000000000000 0x6c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .debug_line 0x0000000000000000 0x176 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .xt.prop 0x0000000000000000 0xa8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .xt.prop 0x0000000000000000 0xcc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .text 0x0000000000000000 0x3d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .debug_line 0x0000000000000000 0x10a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .xt.prop 0x0000000000000000 0x54 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .text 0x0000000000000000 0x81 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + .debug_line 0x0000000000000000 0x19a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + .xt.prop 0x0000000000000000 0x9c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .text 0x0000000000000000 0xa4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .debug_line 0x0000000000000000 0x1d6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .xt.prop 0x0000000000000000 0xb4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .text 0x0000000000000000 0x62 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .debug_line 0x0000000000000000 0x158 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .xt.prop 0x0000000000000000 0x6c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .text 0x0000000000000000 0x37 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_info 0x0000000000000000 0xb01 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_abbrev 0x0000000000000000 0x1b1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_loc 0x0000000000000000 0xd1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_line 0x0000000000000000 0x330 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .debug_str 0x0000000000000000 0x6d8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .text 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_info 0x0000000000000000 0xb01 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_abbrev 0x0000000000000000 0x1b1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_loc 0x0000000000000000 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_line 0x0000000000000000 0x2e2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .debug_str 0x0000000000000000 0x6d4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .text 0x0000000000000000 0x2aa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .xt.prop 0x0000000000000000 0x1bc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .text 0x0000000000000000 0x2ae /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .xt.prop 0x0000000000000000 0x15c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .text 0x0000000000000000 0x26e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .xt.prop 0x0000000000000000 0x1a4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .text 0x0000000000000000 0x272 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .xt.prop 0x0000000000000000 0x15c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .xt.lit 0x0000000000000000 0x8 ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .xt.prop 0x0000000000000000 0xf0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .xt.prop 0x0000000000000000 0x24 ../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .text 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .xt.prop 0x0000000000000000 0xc ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .xt.prop 0x0000000000000000 0x24 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .data 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .bss 0x0000000000000000 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .xt.prop 0x0000000000000000 0x24 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .literal 0x0000000000000000 0x1c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .text 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .rodata.str1.1 + 0x0000000000000000 0x6e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .debug_info 0x0000000000000000 0xae3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .debug_abbrev 0x0000000000000000 0x240 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .debug_loc 0x0000000000000000 0x4f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .debug_ranges 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .debug_line 0x0000000000000000 0x28a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .debug_str 0x0000000000000000 0x651 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .xt.prop 0x0000000000000000 0x3c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .literal 0x0000000000000000 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .text 0x0000000000000000 0x42 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .rodata.str1.1 + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .rodata 0x0000000000000000 0x39 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .debug_info 0x0000000000000000 0xa9a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .debug_abbrev 0x0000000000000000 0x20d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .debug_loc 0x0000000000000000 0x32 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .debug_line 0x0000000000000000 0x269 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .debug_str 0x0000000000000000 0x636 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .literal 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .text 0x0000000000000000 0xa8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .debug_info 0x0000000000000000 0xcda /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .debug_abbrev 0x0000000000000000 0x2b9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .debug_loc 0x0000000000000000 0x74 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .debug_line 0x0000000000000000 0x42c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .debug_str 0x0000000000000000 0x771 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .xt.prop 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .text 0x0000000000000000 0x29 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .debug_info 0x0000000000000000 0x9d8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .debug_abbrev 0x0000000000000000 0x1e4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .debug_loc 0x0000000000000000 0x4a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .debug_line 0x0000000000000000 0x21d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .debug_str 0x0000000000000000 0x5c9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .text 0x0000000000000000 0x12 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .debug_info 0x0000000000000000 0x976 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .debug_abbrev 0x0000000000000000 0x1cc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .debug_line 0x0000000000000000 0x1ef /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .debug_str 0x0000000000000000 0x5bd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .rodata 0x0000000000000000 0x101 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .debug_info 0x0000000000000000 0xe99 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .debug_abbrev 0x0000000000000000 0x181 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .debug_aranges + 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .debug_line 0x0000000000000000 0x1e6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .debug_str 0x0000000000000000 0x8c5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + .bss 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + .debug_info 0x0000000000000000 0x43 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + .debug_abbrev 0x0000000000000000 0x37 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + .debug_aranges + 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + .debug_line 0x0000000000000000 0x79 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + .debug_str 0x0000000000000000 0x115 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .literal 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .text 0x0000000000000000 0x11e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .debug_info 0x0000000000000000 0xd7e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .debug_abbrev 0x0000000000000000 0x2a4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .debug_loc 0x0000000000000000 0xfa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .debug_line 0x0000000000000000 0x50b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .debug_str 0x0000000000000000 0x7f6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .xt.prop 0x0000000000000000 0x108 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .literal 0x0000000000000000 0x24 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .text 0x0000000000000000 0x80 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .debug_info 0x0000000000000000 0xc59 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .debug_abbrev 0x0000000000000000 0x25c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .debug_loc 0x0000000000000000 0x4c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .debug_line 0x0000000000000000 0x35c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .debug_str 0x0000000000000000 0x797 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .xt.prop 0x0000000000000000 0x84 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .literal 0x0000000000000000 0x44 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .text 0x0000000000000000 0x20c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .debug_frame 0x0000000000000000 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .debug_info 0x0000000000000000 0xe62 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .debug_abbrev 0x0000000000000000 0x2f1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .debug_loc 0x0000000000000000 0x28f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .debug_line 0x0000000000000000 0x847 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .debug_str 0x0000000000000000 0x7ef /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .xt.prop 0x0000000000000000 0x21c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .literal 0x0000000000000000 0x3c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .text 0x0000000000000000 0x13e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .debug_info 0x0000000000000000 0xde8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .debug_abbrev 0x0000000000000000 0x2a4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .debug_loc 0x0000000000000000 0x20c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .debug_ranges 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .debug_line 0x0000000000000000 0x5b3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .debug_str 0x0000000000000000 0x7b8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .xt.prop 0x0000000000000000 0xfc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .literal 0x0000000000000000 0x94 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .text 0x0000000000000000 0x257 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .rodata 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .debug_frame 0x0000000000000000 0x160 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .debug_info 0x0000000000000000 0x1281 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .debug_abbrev 0x0000000000000000 0x3c8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .debug_loc 0x0000000000000000 0x18d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .debug_ranges 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .debug_line 0x0000000000000000 0x9d0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .debug_str 0x0000000000000000 0x93f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .xt.prop 0x0000000000000000 0x210 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .xt.prop 0x0000000000000000 0x9c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .literal 0x0000000000000000 0x2c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .text 0x0000000000000000 0xb0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .debug_info 0x0000000000000000 0xdb4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .debug_abbrev 0x0000000000000000 0x29f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .debug_loc 0x0000000000000000 0xa6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .debug_line 0x0000000000000000 0x406 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .debug_str 0x0000000000000000 0x7f5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .xt.prop 0x0000000000000000 0x9c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .literal 0x0000000000000000 0x38 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .text 0x0000000000000000 0x124 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .debug_info 0x0000000000000000 0xded /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .debug_abbrev 0x0000000000000000 0x2ec /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .debug_loc 0x0000000000000000 0x1ef /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .debug_ranges 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .debug_line 0x0000000000000000 0x561 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .debug_str 0x0000000000000000 0x7c8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .xt.prop 0x0000000000000000 0xfc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .xt.prop 0x0000000000000000 0x2a0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .text 0x0000000000000000 0x29 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .debug_info 0x0000000000000000 0xca4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .debug_abbrev 0x0000000000000000 0x291 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .debug_loc 0x0000000000000000 0x9e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .debug_line 0x0000000000000000 0x2a7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .debug_str 0x0000000000000000 0x737 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .xt.prop 0x0000000000000000 0x144 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .literal 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .text 0x0000000000000000 0x2c1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .debug_info 0x0000000000000000 0xf30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .debug_abbrev 0x0000000000000000 0x26f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .debug_loc 0x0000000000000000 0x5bc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .debug_line 0x0000000000000000 0xacd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .debug_str 0x0000000000000000 0x7cc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .xt.prop 0x0000000000000000 0x204 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .text 0x0000000000000000 0x77 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .debug_info 0x0000000000000000 0xcd4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .debug_abbrev 0x0000000000000000 0x20d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .debug_loc 0x0000000000000000 0x11b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .debug_line 0x0000000000000000 0x434 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .debug_str 0x0000000000000000 0x73f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .xt.prop 0x0000000000000000 0xb4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .literal 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .text 0x0000000000000000 0xdc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .debug_info 0x0000000000000000 0xe03 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .debug_abbrev 0x0000000000000000 0x2e1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .debug_loc 0x0000000000000000 0x10d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .debug_line 0x0000000000000000 0x451 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .debug_str 0x0000000000000000 0x7f5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .xt.prop 0x0000000000000000 0xc0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .literal 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .text 0x0000000000000000 0x94 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .debug_info 0x0000000000000000 0xaaa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .debug_abbrev 0x0000000000000000 0x236 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .debug_loc 0x0000000000000000 0x124 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .debug_line 0x0000000000000000 0x3bf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .debug_str 0x0000000000000000 0x60c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .xt.prop 0x0000000000000000 0xcc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .literal 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .text 0x0000000000000000 0x3a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .rodata.str1.1 + 0x0000000000000000 0x6d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .debug_info 0x0000000000000000 0xad1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .debug_abbrev 0x0000000000000000 0x240 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .debug_loc 0x0000000000000000 0x4f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .debug_ranges 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .debug_line 0x0000000000000000 0x273 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .debug_str 0x0000000000000000 0x64e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .literal 0x0000000000000000 0x44 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .text 0x0000000000000000 0x1ae /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .debug_info 0x0000000000000000 0xb34 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .debug_abbrev 0x0000000000000000 0x1fa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .debug_loc 0x0000000000000000 0x198 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .debug_line 0x0000000000000000 0x5fe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .debug_str 0x0000000000000000 0x660 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .xt.prop 0x0000000000000000 0x90 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + .bss 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + .debug_info 0x0000000000000000 0x915 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + .debug_abbrev 0x0000000000000000 0x169 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + .debug_aranges + 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + .debug_line 0x0000000000000000 0x101 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + .debug_str 0x0000000000000000 0x5a1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .text 0x0000000000000000 0x4c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .debug_info 0x0000000000000000 0xa11 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .debug_abbrev 0x0000000000000000 0x23c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .debug_loc 0x0000000000000000 0x104 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .debug_line 0x0000000000000000 0x2cd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .debug_str 0x0000000000000000 0x5d0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .xt.prop 0x0000000000000000 0x78 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .literal 0x0000000000000000 0x2c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .text 0x0000000000000000 0x27d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .debug_info 0x0000000000000000 0xc50 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .debug_abbrev 0x0000000000000000 0x234 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .debug_loc 0x0000000000000000 0x1ba /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .debug_line 0x0000000000000000 0x812 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .debug_str 0x0000000000000000 0x6f3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .xt.prop 0x0000000000000000 0x234 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .literal 0x0000000000000000 0x1c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .text 0x0000000000000000 0x103 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .debug_info 0x0000000000000000 0xf53 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .debug_abbrev 0x0000000000000000 0x310 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .debug_loc 0x0000000000000000 0x1fd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .debug_ranges 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .debug_line 0x0000000000000000 0x5ba /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .debug_str 0x0000000000000000 0x894 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .xt.prop 0x0000000000000000 0x114 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .text 0x0000000000000000 0x1b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .debug_info 0x0000000000000000 0x9ab /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .debug_abbrev 0x0000000000000000 0x1c3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .debug_loc 0x0000000000000000 0xcd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .debug_line 0x0000000000000000 0x240 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .debug_str 0x0000000000000000 0x5c1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .text 0x0000000000000000 0x52 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .debug_info 0x0000000000000000 0x9ca /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .debug_abbrev 0x0000000000000000 0x1af /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .debug_loc 0x0000000000000000 0x17f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .debug_line 0x0000000000000000 0x2e7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .debug_str 0x0000000000000000 0x5b1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .xt.prop 0x0000000000000000 0x84 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .literal 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .text 0x0000000000000000 0x135 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .debug_line 0x0000000000000000 0x355 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .debug_str 0x0000000000000000 0xe9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .xt.prop 0x0000000000000000 0x15c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .text 0x0000000000000000 0x3f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .debug_info 0x0000000000000000 0xef6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .debug_abbrev 0x0000000000000000 0x1d1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .debug_loc 0x0000000000000000 0x1d1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .debug_line 0x0000000000000000 0x334 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .debug_str 0x0000000000000000 0x8e1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .xt.prop 0x0000000000000000 0x6c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .literal 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .text 0x0000000000000000 0x74 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .debug_line 0x0000000000000000 0x18c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .debug_str 0x0000000000000000 0xe9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .xt.prop 0x0000000000000000 0xd8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .literal 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .text 0x0000000000000000 0x5b6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .rodata 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .debug_info 0x0000000000000000 0xda8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .debug_abbrev 0x0000000000000000 0x28e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .debug_loc 0x0000000000000000 0x42d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .debug_ranges 0x0000000000000000 0x38 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .debug_line 0x0000000000000000 0xe3f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .debug_str 0x0000000000000000 0x763 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .xt.prop 0x0000000000000000 0x2f4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .rodata 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .debug_info 0x0000000000000000 0x978 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .debug_abbrev 0x0000000000000000 0x182 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .debug_aranges + 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .debug_line 0x0000000000000000 0x1c6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .debug_str 0x0000000000000000 0x5d2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .xt.prop 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .literal 0x0000000000000000 0x54 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .text 0x0000000000000000 0x470 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .rodata.str1.1 + 0x0000000000000000 0x11 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .debug_frame 0x0000000000000000 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .debug_info 0x0000000000000000 0x181b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .debug_abbrev 0x0000000000000000 0x36a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .debug_loc 0x0000000000000000 0x611 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .debug_line 0x0000000000000000 0x1059 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .debug_str 0x0000000000000000 0xc16 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .xt.prop 0x0000000000000000 0x330 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .xt.prop 0x0000000000000000 0x51c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .text 0x0000000000000000 0x41e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .rodata.str1.1 + 0x0000000000000000 0x22 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .debug_info 0x0000000000000000 0x15c4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .debug_abbrev 0x0000000000000000 0x2fd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .debug_loc 0x0000000000000000 0x52a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .debug_ranges 0x0000000000000000 0x50 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .debug_line 0x0000000000000000 0xc6f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .debug_str 0x0000000000000000 0xbad /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .xt.prop 0x0000000000000000 0x510 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .xt.prop 0x0000000000000000 0x4c8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .literal 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .text 0x0000000000000000 0x78 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .debug_info 0x0000000000000000 0xcd2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .debug_abbrev 0x0000000000000000 0x2a1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .debug_loc 0x0000000000000000 0x89 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .debug_line 0x0000000000000000 0x3d0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .debug_str 0x0000000000000000 0x768 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .xt.prop 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .xt.prop 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .xt.prop 0x0000000000000000 0x9c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .literal 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .text 0x0000000000000000 0x364 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .debug_frame 0x0000000000000000 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .debug_info 0x0000000000000000 0x1186 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .debug_abbrev 0x0000000000000000 0x35c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .debug_loc 0x0000000000000000 0x96f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .debug_line 0x0000000000000000 0xaaf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .debug_str 0x0000000000000000 0x615 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .xt.prop 0x0000000000000000 0x3c0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .literal 0x0000000000000000 0x5c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .text 0x0000000000000000 0xd2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .rodata.str1.1 + 0x0000000000000000 0x6d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .debug_info 0x0000000000000000 0xaa3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .debug_abbrev 0x0000000000000000 0x253 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .debug_loc 0x0000000000000000 0x7e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .debug_ranges 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .debug_line 0x0000000000000000 0x453 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .debug_str 0x0000000000000000 0x5e1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .xt.prop 0x0000000000000000 0x54 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .xt.prop 0x0000000000000000 0x114 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .literal 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .text 0x0000000000000000 0x144 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .debug_info 0x0000000000000000 0xd26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .debug_abbrev 0x0000000000000000 0x264 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .debug_loc 0x0000000000000000 0x135 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .debug_line 0x0000000000000000 0x62b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .debug_str 0x0000000000000000 0x782 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .xt.prop 0x0000000000000000 0x144 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .xt.prop 0x0000000000000000 0x1a4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .text 0x0000000000000000 0xd9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .debug_info 0x0000000000000000 0xd50 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .debug_abbrev 0x0000000000000000 0x2a0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .debug_loc 0x0000000000000000 0x147 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .debug_line 0x0000000000000000 0x563 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .debug_str 0x0000000000000000 0x78f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .xt.prop 0x0000000000000000 0xc0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .literal 0x0000000000000000 0x1c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .text 0x0000000000000000 0xa3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .debug_info 0x0000000000000000 0xceb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .debug_abbrev 0x0000000000000000 0x294 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .debug_loc 0x0000000000000000 0xc5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .debug_line 0x0000000000000000 0x3cc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .debug_str 0x0000000000000000 0x769 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .literal 0x0000000000000000 0x1c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .text 0x0000000000000000 0xc2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .debug_info 0x0000000000000000 0xd1a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .debug_abbrev 0x0000000000000000 0x2a1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .debug_loc 0x0000000000000000 0x99 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .debug_line 0x0000000000000000 0x46d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .debug_str 0x0000000000000000 0x76e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .literal 0x0000000000000000 0x24 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .text 0x0000000000000000 0xbe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .debug_frame 0x0000000000000000 0x88 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .debug_info 0x0000000000000000 0xe37 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .debug_abbrev 0x0000000000000000 0x24f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .debug_loc 0x0000000000000000 0x14c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .debug_line 0x0000000000000000 0x3e9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .debug_str 0x0000000000000000 0x777 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .xt.prop 0x0000000000000000 0xcc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .text 0x0000000000000000 0x3e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .debug_info 0x0000000000000000 0x151 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .debug_abbrev 0x0000000000000000 0xc9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .debug_loc 0x0000000000000000 0xd5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .debug_ranges 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .debug_line 0x0000000000000000 0x1e1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .debug_str 0x0000000000000000 0x1b3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .xt.prop 0x0000000000000000 0x3c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .text 0x0000000000000000 0x62 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .debug_info 0x0000000000000000 0xa40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .debug_abbrev 0x0000000000000000 0x218 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .debug_loc 0x0000000000000000 0x130 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .debug_line 0x0000000000000000 0x314 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .debug_str 0x0000000000000000 0x5d9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .xt.prop 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .text 0x0000000000000000 0x23 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .debug_info 0x0000000000000000 0x96b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .debug_abbrev 0x0000000000000000 0x1af /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .debug_loc 0x0000000000000000 0xbc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .debug_line 0x0000000000000000 0x23f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .debug_str 0x0000000000000000 0x5aa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .text 0x0000000000000000 0x1d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .debug_info 0x0000000000000000 0x981 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .debug_abbrev 0x0000000000000000 0x1aa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .debug_loc 0x0000000000000000 0x74 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .debug_line 0x0000000000000000 0x24d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .debug_str 0x0000000000000000 0x5aa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .xt.prop 0x0000000000000000 0x54 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .literal 0x0000000000000000 0x1c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .text 0x0000000000000000 0x123 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .debug_line 0x0000000000000000 0x2fb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .debug_str 0x0000000000000000 0xe9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .xt.prop 0x0000000000000000 0x120 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .text 0x0000000000000000 0x90 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .debug_line 0x0000000000000000 0x1c8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .debug_str 0x0000000000000000 0xe9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .xt.prop 0x0000000000000000 0x114 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .text 0x0000000000000000 0x2b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .debug_info 0x0000000000000000 0x979 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .debug_abbrev 0x0000000000000000 0x1b9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .debug_loc 0x0000000000000000 0x83 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .debug_line 0x0000000000000000 0x29a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .debug_str 0x0000000000000000 0x5b3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .xt.prop 0x0000000000000000 0x90 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .text 0x0000000000000000 0x15 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .debug_info 0x0000000000000000 0x97f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .debug_abbrev 0x0000000000000000 0x1f1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .debug_loc 0x0000000000000000 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .debug_line 0x0000000000000000 0x1fb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .debug_str 0x0000000000000000 0x5c9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .text 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .debug_info 0x0000000000000000 0x9fe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .debug_abbrev 0x0000000000000000 0x22c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .debug_loc 0x0000000000000000 0x4f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .debug_line 0x0000000000000000 0x235 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .debug_str 0x0000000000000000 0x5e7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .xt.prop 0x0000000000000000 0x3c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .xt.prop 0x0000000000000000 0x81c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .literal 0x0000000000000000 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .text 0x0000000000000000 0x2e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .debug_info 0x0000000000000000 0xa2a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .debug_abbrev 0x0000000000000000 0x239 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .debug_loc 0x0000000000000000 0x3a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .debug_line 0x0000000000000000 0x227 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .debug_str 0x0000000000000000 0x609 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .xt.prop 0x0000000000000000 0x3c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .text 0x0000000000000000 0x52 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .debug_info 0x0000000000000000 0x9ce /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .debug_abbrev 0x0000000000000000 0x1ed /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .debug_loc 0x0000000000000000 0x14f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .debug_line 0x0000000000000000 0x334 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .debug_str 0x0000000000000000 0x5bf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .xt.prop 0x0000000000000000 0xa8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .text 0x0000000000000000 0x46 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .debug_info 0x0000000000000000 0x9a1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .debug_abbrev 0x0000000000000000 0x1b9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .debug_loc 0x0000000000000000 0x1b3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .debug_line 0x0000000000000000 0x2ce /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .debug_str 0x0000000000000000 0x5b3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .xt.prop 0x0000000000000000 0x78 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .text 0x0000000000000000 0x63 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .debug_line 0x0000000000000000 0x168 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .debug_str 0x0000000000000000 0xe9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .xt.prop 0x0000000000000000 0xc0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .text 0x0000000000000000 0x4c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .debug_info 0x0000000000000000 0x16f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .debug_abbrev 0x0000000000000000 0xd8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .debug_loc 0x0000000000000000 0x160 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .debug_ranges 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .debug_line 0x0000000000000000 0x281 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .debug_str 0x0000000000000000 0x1bc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .xt.prop 0x0000000000000000 0x6c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .text 0x0000000000000000 0x3e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .debug_info 0x0000000000000000 0x96d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .debug_abbrev 0x0000000000000000 0x194 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .debug_loc 0x0000000000000000 0xd6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .debug_line 0x0000000000000000 0x27e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .debug_str 0x0000000000000000 0x5b3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .xt.prop 0x0000000000000000 0x3c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .text 0x0000000000000000 0x113 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .debug_line 0x0000000000000000 0x2ef /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .debug_str 0x0000000000000000 0xea /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .xt.prop 0x0000000000000000 0x1a4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .text 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .debug_info 0x0000000000000000 0x99d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .debug_abbrev 0x0000000000000000 0x202 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .debug_loc 0x0000000000000000 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .debug_line 0x0000000000000000 0x1fe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .debug_str 0x0000000000000000 0x5d3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .text 0x0000000000000000 0x41 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .debug_info 0x0000000000000000 0xa04 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .debug_abbrev 0x0000000000000000 0x22f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .debug_loc 0x0000000000000000 0xff /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .debug_line 0x0000000000000000 0x29c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .debug_str 0x0000000000000000 0x5e2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .xt.prop 0x0000000000000000 0x78 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .text 0x0000000000000000 0x1d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .debug_info 0x0000000000000000 0x96f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .debug_abbrev 0x0000000000000000 0x1a8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .debug_loc 0x0000000000000000 0x79 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .debug_line 0x0000000000000000 0x22a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .debug_str 0x0000000000000000 0x5b9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .xt.prop 0x0000000000000000 0x54 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .text 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .debug_info 0x0000000000000000 0x98f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .debug_abbrev 0x0000000000000000 0x1f2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .debug_loc 0x0000000000000000 0xa4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .debug_line 0x0000000000000000 0x262 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .debug_str 0x0000000000000000 0x5b8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .xt.prop 0x0000000000000000 0x6c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .text 0x0000000000000000 0x36 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .debug_info 0x0000000000000000 0x979 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .debug_abbrev 0x0000000000000000 0x1b9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .debug_loc 0x0000000000000000 0x44 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .debug_line 0x0000000000000000 0x2b8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .debug_str 0x0000000000000000 0x5b1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .xt.prop 0x0000000000000000 0x78 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .xt.prop 0x0000000000000000 0x984 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .literal 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .text 0x0000000000000000 0x15e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .debug_frame 0x0000000000000000 0x70 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .debug_info 0x0000000000000000 0x1250 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .debug_abbrev 0x0000000000000000 0x318 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .debug_loc 0x0000000000000000 0x3ed /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .debug_ranges 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .debug_line 0x0000000000000000 0x76e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .debug_str 0x0000000000000000 0x97f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .xt.prop 0x0000000000000000 0x1bc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .text 0x0000000000000000 0x136 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .debug_frame 0x0000000000000000 0x70 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .debug_info 0x0000000000000000 0x11d7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .debug_abbrev 0x0000000000000000 0x2dd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .debug_loc 0x0000000000000000 0x3a2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .debug_line 0x0000000000000000 0x6dd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .debug_str 0x0000000000000000 0x97c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .xt.prop 0x0000000000000000 0x198 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .text 0x0000000000000000 0x15 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .debug_info 0x0000000000000000 0x9c0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .debug_abbrev 0x0000000000000000 0x1f1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .debug_loc 0x0000000000000000 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .debug_line 0x0000000000000000 0x1fe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .debug_str 0x0000000000000000 0x5f0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .text 0x0000000000000000 0x19 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .debug_info 0x0000000000000000 0x9f4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .debug_abbrev 0x0000000000000000 0x202 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .debug_loc 0x0000000000000000 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .debug_line 0x0000000000000000 0x1ff /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .debug_str 0x0000000000000000 0x5f4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .text 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .debug_info 0x0000000000000000 0xbfb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .debug_abbrev 0x0000000000000000 0x202 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .debug_loc 0x0000000000000000 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .debug_line 0x0000000000000000 0x2a7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .debug_str 0x0000000000000000 0x744 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .text 0x0000000000000000 0x19 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .debug_info 0x0000000000000000 0x9fb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .debug_abbrev 0x0000000000000000 0x207 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .debug_loc 0x0000000000000000 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .debug_line 0x0000000000000000 0x200 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .debug_str 0x0000000000000000 0x5f7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .text 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .debug_info 0x0000000000000000 0xa0b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .debug_abbrev 0x0000000000000000 0x202 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .debug_loc 0x0000000000000000 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .debug_line 0x0000000000000000 0x252 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .debug_str 0x0000000000000000 0x611 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .literal 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .text 0x0000000000000000 0x16a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .debug_info 0x0000000000000000 0xb6d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .debug_abbrev 0x0000000000000000 0x207 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .debug_loc 0x0000000000000000 0x1ac /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .debug_ranges 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .debug_line 0x0000000000000000 0x5b5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .debug_str 0x0000000000000000 0x692 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .xt.prop 0x0000000000000000 0xe4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .literal 0x0000000000000000 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .text 0x0000000000000000 0x1e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .debug_info 0x0000000000000000 0x9e2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .debug_abbrev 0x0000000000000000 0x1c0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .debug_line 0x0000000000000000 0x1fa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .debug_str 0x0000000000000000 0x62e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .literal 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .text 0x0000000000000000 0x31 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .debug_info 0x0000000000000000 0xa07 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .debug_abbrev 0x0000000000000000 0x1c4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .debug_line 0x0000000000000000 0x206 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .debug_str 0x0000000000000000 0x613 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .literal 0x0000000000000000 0x7c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .text 0x0000000000000000 0x33e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .bss 0x0000000000000000 0x1a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .rodata.str1.1 + 0x0000000000000000 0x4e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .debug_info 0x0000000000000000 0xe77 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .debug_abbrev 0x0000000000000000 0x262 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .debug_loc 0x0000000000000000 0x1be /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .debug_line 0x0000000000000000 0xaea /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .debug_str 0x0000000000000000 0x708 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .xt.prop 0x0000000000000000 0x1d4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .data 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .bss 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .rodata.str1.1 + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .debug_info 0x0000000000000000 0x95f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .debug_abbrev 0x0000000000000000 0x17c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .debug_aranges + 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .debug_line 0x0000000000000000 0x15b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .debug_str 0x0000000000000000 0x5bb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .xt.prop 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .xt.prop 0x0000000000000000 0x24 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .text 0x0000000000000000 0x74 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .rodata.str1.1 + 0x0000000000000000 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .debug_info 0x0000000000000000 0xa76 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .debug_abbrev 0x0000000000000000 0x240 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .debug_loc 0x0000000000000000 0x195 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .debug_line 0x0000000000000000 0x3ed /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .debug_str 0x0000000000000000 0x5eb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .xt.prop 0x0000000000000000 0x84 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .literal 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .text 0x0000000000000000 0x55 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .debug_info 0x0000000000000000 0xca9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .debug_abbrev 0x0000000000000000 0x2ad /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .debug_loc 0x0000000000000000 0x5f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .debug_line 0x0000000000000000 0x339 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .debug_str 0x0000000000000000 0x774 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .xt.prop 0x0000000000000000 0x54 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .literal 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .text 0x0000000000000000 0x62 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .debug_info 0x0000000000000000 0xca6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .debug_abbrev 0x0000000000000000 0x28b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .debug_loc 0x0000000000000000 0x5f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .debug_line 0x0000000000000000 0x307 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .debug_str 0x0000000000000000 0x771 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .xt.prop 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .literal 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .text 0x0000000000000000 0x81 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .debug_info 0x0000000000000000 0xd0f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .debug_abbrev 0x0000000000000000 0x287 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .debug_loc 0x0000000000000000 0xbe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .debug_line 0x0000000000000000 0x3d2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .debug_str 0x0000000000000000 0x792 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .xt.prop 0x0000000000000000 0x84 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .literal 0x0000000000000000 0x1c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .text 0x0000000000000000 0xdf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .debug_info 0x0000000000000000 0xc50 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .debug_abbrev 0x0000000000000000 0x247 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .debug_loc 0x0000000000000000 0x5c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .debug_line 0x0000000000000000 0x4a1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .debug_str 0x0000000000000000 0x758 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .xt.prop 0x0000000000000000 0xf0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .text 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .debug_info 0x0000000000000000 0x99f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .debug_abbrev 0x0000000000000000 0x1cf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .debug_loc 0x0000000000000000 0xbd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .debug_line 0x0000000000000000 0x285 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .debug_str 0x0000000000000000 0x5bb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .xt.prop 0x0000000000000000 0x84c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .literal 0x0000000000000000 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .text 0x0000000000000000 0x1e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .debug_info 0x0000000000000000 0x99e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .debug_abbrev 0x0000000000000000 0x1d1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .debug_line 0x0000000000000000 0x205 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .debug_str 0x0000000000000000 0x633 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .xt.prop 0x0000000000000000 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .xt.prop 0x0000000000000000 0xc0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .xt.prop 0x0000000000000000 0x4a4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .xt.prop 0x0000000000000000 0x1b0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .text 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .data 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .debug_info 0x0000000000000000 0xa69 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .debug_abbrev 0x0000000000000000 0x1a4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .debug_line 0x0000000000000000 0x1f3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .debug_str 0x0000000000000000 0x64e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .xt.prop 0x0000000000000000 0x3c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .text 0x0000000000000000 0x7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .literal 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .text 0x0000000000000000 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .bss 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .xt.prop 0x0000000000000000 0x78 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .xt.prop 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .xt.prop 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .xt.prop 0x0000000000000000 0x738 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .literal 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .text 0x0000000000000000 0x430 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .rodata.str1.1 + 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .debug_frame 0x0000000000000000 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .debug_info 0x0000000000000000 0x1662 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .debug_abbrev 0x0000000000000000 0x391 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .debug_loc 0x0000000000000000 0x4ba /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .debug_line 0x0000000000000000 0xe3d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .debug_str 0x0000000000000000 0xbf1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .xt.prop 0x0000000000000000 0x4c8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .literal 0x0000000000000000 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .text 0x0000000000000000 0x3ad /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .rodata.str1.1 + 0x0000000000000000 0x11 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .debug_frame 0x0000000000000000 0x88 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .debug_info 0x0000000000000000 0x1842 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .debug_abbrev 0x0000000000000000 0x342 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .debug_loc 0x0000000000000000 0x42f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .debug_ranges 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .debug_line 0x0000000000000000 0xd46 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .debug_str 0x0000000000000000 0xca3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .xt.prop 0x0000000000000000 0x318 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .literal 0x0000000000000000 0x24 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .text 0x0000000000000000 0x304 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .rodata.str1.1 + 0x0000000000000000 0x1b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .rodata 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .debug_info 0x0000000000000000 0x1544 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .debug_abbrev 0x0000000000000000 0x2ea /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .debug_loc 0x0000000000000000 0x35a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .debug_line 0x0000000000000000 0xcbe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .debug_str 0x0000000000000000 0xbaa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .xt.prop 0x0000000000000000 0x264 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .xt.prop 0x0000000000000000 0xb4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + .literal 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .text 0x0000000000000000 0x88 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .debug_frame 0x0000000000000000 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .debug_info 0x0000000000000000 0xbcf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .debug_abbrev 0x0000000000000000 0x1f1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .debug_loc 0x0000000000000000 0x178 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .debug_line 0x0000000000000000 0x3f8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .debug_str 0x0000000000000000 0x70d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .xt.prop 0x0000000000000000 0xcc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .literal 0x0000000000000000 0x3c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .text 0x0000000000000000 0x1e0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .debug_frame 0x0000000000000000 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .debug_info 0x0000000000000000 0xe6a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .debug_abbrev 0x0000000000000000 0x32e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .debug_loc 0x0000000000000000 0x2de /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .debug_line 0x0000000000000000 0x824 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .debug_str 0x0000000000000000 0x7d6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .xt.prop 0x0000000000000000 0x198 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .literal 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .text 0x0000000000000000 0xbc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .debug_info 0x0000000000000000 0xce1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .debug_abbrev 0x0000000000000000 0x288 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .debug_loc 0x0000000000000000 0x119 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .debug_ranges 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .debug_line 0x0000000000000000 0x448 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .debug_str 0x0000000000000000 0x75d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .xt.prop 0x0000000000000000 0xe4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .text 0x0000000000000000 0x41 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .debug_frame 0x0000000000000000 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .debug_info 0x0000000000000000 0x102e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .debug_abbrev 0x0000000000000000 0x25b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .debug_loc 0x0000000000000000 0xa7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .debug_ranges 0x0000000000000000 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .debug_line 0x0000000000000000 0x35c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .debug_str 0x0000000000000000 0x95b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .comment 0x0000000000000000 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .xt.prop 0x0000000000000000 0x6c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .text 0x0000000000000000 0x5d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .debug_line 0x0000000000000000 0x158 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .debug_info 0x0000000000000000 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .debug_abbrev 0x0000000000000000 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .debug_aranges + 0x0000000000000000 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .debug_str 0x0000000000000000 0xd3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .xt.lit 0x0000000000000000 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .xt.prop 0x0000000000000000 0xa8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .init.literal 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .text 0x0000000000000000 0x16 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .ctors 0x0000000000000000 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .tm_clone_table + 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .init 0x0000000000000000 0x6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .xt.lit 0x0000000000000000 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .xt.prop 0x0000000000000000 0x84 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .text 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtn.o + .data 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtn.o + .bss 0x0000000000000000 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtn.o + .init 0x0000000000000000 0x2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtn.o + .fini 0x0000000000000000 0x2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtn.o + .xt.prop 0x0000000000000000 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtn.o + +Memory Configuration + +Name Origin Length Attributes +iram0_0_seg 0x0000000040080000 0x0000000000020000 xr +iram0_2_seg 0x00000000400d0020 0x000000000032ffe0 xr +dram0_0_seg 0x000000003ffbdb5c 0x000000000001e6a4 rw +drom0_0_seg 0x000000003f400020 0x00000000003fffe0 r +rtc_iram_seg 0x00000000400c0000 0x0000000000002000 xrw +rtc_data_seg 0x000000003ff80000 0x0000000000002000 rw +rtc_slow_seg 0x0000000050000000 0x0000000000002000 rw +extern_ram_seg 0x000000003f800000 0x0000000000400000 xrw +*default* 0x0000000000000000 0xffffffffffffffff + +Linker script and memory map + +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crti.o +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o +LOAD CMakeFiles/esp-at.elf.dir/project_elf_src_esp32.c.obj +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/perfmon/libperfmon.a +LOAD esp-idf/esp32/libesp32.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/asio/libasio.a +LOAD esp-idf/bt/libbt.a +LOAD esp-idf/cbor/libcbor.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/cmock/libcmock.a +LOAD esp-idf/coap/libcoap.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc_cal/libesp_adc_cal.a +LOAD esp-idf/esp_hid/libesp_hid.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/mdns/libmdns.a +LOAD esp-idf/esp_local_ctrl/libesp_local_ctrl.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/esp_websocket_client/libesp_websocket_client.a +LOAD esp-idf/expat/libexpat.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/fatfs/libfatfs.a +LOAD esp-idf/freemodbus/libfreemodbus.a +LOAD esp-idf/jsmn/libjsmn.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/libsodium/liblibsodium.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/openssl/libopenssl.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/ulp/libulp.a +LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a +LOAD esp-idf/at/libat.a +LOAD esp-idf/main/libmain.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/perfmon/libperfmon.a +LOAD esp-idf/esp32/libesp32.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/asio/libasio.a +LOAD esp-idf/bt/libbt.a +LOAD esp-idf/cbor/libcbor.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/cmock/libcmock.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/coap/libcoap.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc_cal/libesp_adc_cal.a +LOAD esp-idf/esp_hid/libesp_hid.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/mdns/libmdns.a +LOAD esp-idf/esp_local_ctrl/libesp_local_ctrl.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/esp_websocket_client/libesp_websocket_client.a +LOAD esp-idf/expat/libexpat.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/fatfs/libfatfs.a +LOAD esp-idf/freemodbus/libfreemodbus.a +LOAD esp-idf/jsmn/libjsmn.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/libsodium/liblibsodium.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/openssl/libopenssl.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/ulp/libulp.a +LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/at/libat.a +LOAD ../components/at/lib/libesp32_at_core.a +LOAD esp-idf/at/libat.a +LOAD ../components/at/lib/libesp32_at_core.a +LOAD esp-idf/at/libat.a +LOAD ../components/decoder/lib/libesp32_mp3.a +LOAD ../components/decoder/lib/libesp32_mp3.a +LOAD esp-idf/bt/libbt.a +LOAD /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a +LOAD esp-idf/mdns/libmdns.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/openssl/libopenssl.a +LOAD esp-idf/fatfs/libfatfs.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp32/libesp32.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/driver/libdriver.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libcore.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libespnow.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libpp.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libwapi.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libphy.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/librtc.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/perfmon/libperfmon.a +LOAD esp-idf/ulp/libulp.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp32/libesp32.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/driver/libdriver.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libcore.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libespnow.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libpp.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libwapi.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libphy.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/librtc.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/perfmon/libperfmon.a +LOAD esp-idf/ulp/libulp.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp32/libesp32.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/driver/libdriver.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libcore.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libespnow.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libpp.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libwapi.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libphy.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/librtc.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/perfmon/libperfmon.a +LOAD esp-idf/ulp/libulp.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp32/libesp32.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_ipc/libesp_ipc.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/tcpip_adapter/libtcpip_adapter.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/driver/libdriver.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libcore.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libespnow.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libpp.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libwapi.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/libphy.a +LOAD ../esp-idf/components/esp_wifi/lib/esp32/librtc.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/perfmon/libperfmon.a +LOAD esp-idf/ulp/libulp.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_serial_slave_link/libesp_serial_slave_link.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/nghttp/libnghttp.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/newlib/libnewlib.a +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a +LOAD ../esp-idf/components/xtensa/esp32/libxt_hal.a +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libm.a +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a +START GROUP +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a +END GROUP +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o +LOAD /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtn.o + [!provide] PROVIDE (Add2SelfBigHex256 = 0x40015b7c) + [!provide] PROVIDE (AddBigHex256 = 0x40015b28) + 0x0000000040015c98 PROVIDE (AddBigHexModP256 = 0x40015c98) + [!provide] PROVIDE (AddP256 = 0x40015c74) + [!provide] PROVIDE (AddPdiv2_256 = 0x40015ce0) + [!provide] PROVIDE (app_gpio_arg = 0x3ffe003c) + [!provide] PROVIDE (app_gpio_handler = 0x3ffe0040) + [!provide] PROVIDE (BasePoint_x_256 = 0x3ff97488) + [!provide] PROVIDE (BasePoint_y_256 = 0x3ff97468) + [!provide] PROVIDE (bigHexInversion256 = 0x400168f0) + [!provide] PROVIDE (bigHexP256 = 0x3ff973bc) + [!provide] PROVIDE (btdm_r_ble_bt_handler_tab_p_get = 0x40019b0c) + 0x0000000040010004 PROVIDE (btdm_r_btdm_option_data_p_get = 0x40010004) + 0x0000000040010078 PROVIDE (btdm_r_btdm_rom_version_get = 0x40010078) + [!provide] PROVIDE (btdm_r_data_init = 0x4001002c) + 0x0000000040054298 PROVIDE (btdm_r_import_rf_phy_func_p_get = 0x40054298) + 0x0000000040019af0 PROVIDE (btdm_r_ip_func_p_get = 0x40019af0) + [!provide] PROVIDE (btdm_r_ip_func_p_set = 0x40019afc) + 0x000000004005427c PROVIDE (btdm_r_modules_func_p_get = 0x4005427c) + [!provide] PROVIDE (btdm_r_modules_func_p_set = 0x40054270) + 0x0000000040054288 PROVIDE (btdm_r_plf_func_p_set = 0x40054288) + 0x000000003ffb8bd4 PROVIDE (bt_util_buf_env = 0x3ffb8bd4) + 0x00000000400095e0 PROVIDE (cache_flash_mmu_set_rom = 0x400095e0) + 0x0000000040009a14 PROVIDE (Cache_Flush_rom = 0x40009a14) + 0x0000000040009ab8 PROVIDE (Cache_Read_Disable_rom = 0x40009ab8) + 0x0000000040009a84 PROVIDE (Cache_Read_Enable_rom = 0x40009a84) + [!provide] PROVIDE (Cache_Read_Init_rom = 0x40009950) + [!provide] PROVIDE (cache_sram_mmu_set_rom = 0x400097f4) + [!provide] PROVIDE (calc_rtc_memory_crc = 0x40008170) + [!provide] PROVIDE (__clear_cache = 0x40063860) + 0x000000003ffae704 PROVIDE (co_default_bdaddr = 0x3ffae704) + 0x000000003ffb80e0 PROVIDE (co_null_bdaddr = 0x3ffb80e0) + [!provide] PROVIDE (co_sca2ppm = 0x3ff971e8) + 0x000000004005d09c PROVIDE (crc16_be = 0x4005d09c) + [!provide] PROVIDE (crc16_le = 0x4005d05c) + [!provide] PROVIDE (crc32_be = 0x4005d024) + 0x000000004005cfec PROVIDE (crc32_le = 0x4005cfec) + [!provide] PROVIDE (crc8_be = 0x4005d114) + [!provide] PROVIDE (crc8_le = 0x4005d0e0) + [!provide] PROVIDE (_data_end_rom = 0x4000d5c8) + [!provide] PROVIDE (_data_end_btdm_rom = 0x4000d4f8) + [!provide] PROVIDE (_data_start_rom = 0x4000d4f8) + 0x000000004000d4f4 PROVIDE (_data_start_btdm_rom = 0x4000d4f4) + 0x000000003ffae6e0 PROVIDE (_data_start_btdm = 0x3ffae6e0) + 0x000000003ffaff10 PROVIDE (_data_end_btdm = 0x3ffaff10) + [!provide] PROVIDE (_bss_start_btdm = 0x3ffb8000) + [!provide] PROVIDE (_bss_end_btdm = 0x3ffbff70) + [!provide] PROVIDE (dbg_default_handler = 0x3ff97218) + 0x000000003ff97220 PROVIDE (dbg_default_state = 0x3ff97220) + 0x000000003ffb8d5d PROVIDE (dbg_state = 0x3ffb8d5d) + [!provide] PROVIDE (DebugE256PublicKey_x = 0x3ff97428) + [!provide] PROVIDE (DebugE256PublicKey_y = 0x3ff97408) + [!provide] PROVIDE (DebugE256SecretKey = 0x3ff973e8) + [!provide] PROVIDE (debug_timer = 0x3ffe042c) + [!provide] PROVIDE (debug_timerfn = 0x3ffe0430) + [!provide] PROVIDE (dh_group14_generator = 0x3ff9ac60) + [!provide] PROVIDE (dh_group14_prime = 0x3ff9ab60) + [!provide] PROVIDE (dh_group15_generator = 0x3ff9ab5f) + [!provide] PROVIDE (dh_group15_prime = 0x3ff9a9df) + [!provide] PROVIDE (dh_group16_generator = 0x3ff9a9de) + [!provide] PROVIDE (dh_group16_prime = 0x3ff9a7de) + [!provide] PROVIDE (dh_group17_generator = 0x3ff9a7dd) + [!provide] PROVIDE (dh_group17_prime = 0x3ff9a4dd) + [!provide] PROVIDE (dh_group18_generator = 0x3ff9a4dc) + [!provide] PROVIDE (dh_group18_prime = 0x3ff9a0dc) + [!provide] PROVIDE (dh_group1_generator = 0x3ff9ae03) + [!provide] PROVIDE (dh_group1_prime = 0x3ff9ada3) + [!provide] PROVIDE (dh_group2_generator = 0x3ff9ada2) + [!provide] PROVIDE (dh_group2_prime = 0x3ff9ad22) + [!provide] PROVIDE (dh_group5_generator = 0x3ff9ad21) + [!provide] PROVIDE (dh_group5_prime = 0x3ff9ac61) + 0x000000003ffae290 PROVIDE (g_rom_spiflash_dummy_len_plus = 0x3ffae290) + 0x000000003ffb8d60 PROVIDE (ecc_env = 0x3ffb8d60) + [!provide] PROVIDE (ecc_Jacobian_InfinityPoint256 = 0x3ff972e8) + 0x000000003ffb8d74 PROVIDE (em_buf_env = 0x3ffb8d74) + 0x000000004005d144 PROVIDE (esp_crc8 = 0x4005d144) + [!provide] PROVIDE (_etext = 0x4000d66c) + [!provide] PROVIDE (ets_readySet_ = 0x3ffe01f0) + [!provide] PROVIDE (ets_startup_callback = 0x3ffe0404) + 0x000000003ff9914c PROVIDE (rwip_coex_cfg = 0x3ff9914c) + 0x000000003ff99159 PROVIDE (rwip_priority = 0x3ff99159) + [!provide] PROVIDE (exc_cause_table = 0x3ff991d0) + [!provide] PROVIDE (GF_Jacobian_Point_Addition256 = 0x400163a4) + [!provide] PROVIDE (GF_Jacobian_Point_Double256 = 0x40016260) + [!provide] PROVIDE (GF_Point_Jacobian_To_Affine256 = 0x40016b0c) + [!provide] PROVIDE (g_phyFuns_instance = 0x3ffae0c4) + 0x000000003ffae270 PROVIDE (g_rom_flashchip = 0x3ffae270) + [!provide] PROVIDE (gTxMsg = 0x3ffe0050) + [!provide] PROVIDE (hci_cmd_desc_root_tab = 0x3ff976d4) + [!provide] PROVIDE (hci_cmd_desc_tab_ctrl_bb = 0x3ff97b70) + [!provide] PROVIDE (hci_cmd_desc_tab_info_par = 0x3ff97b1c) + [!provide] PROVIDE (hci_cmd_desc_tab_le = 0x3ff97870) + [!provide] PROVIDE (hci_cmd_desc_tab_lk_ctrl = 0x3ff97fc0) + [!provide] PROVIDE (hci_cmd_desc_tab_lk_pol = 0x3ff97f3c) + [!provide] PROVIDE (hci_cmd_desc_tab_stat_par = 0x3ff97ac8) + [!provide] PROVIDE (hci_cmd_desc_tab_testing = 0x3ff97a98) + [!provide] PROVIDE (hci_cmd_desc_tab_vs = 0x3ff97714) + [!provide] PROVIDE (hci_command_handler = 0x4004c928) + [!provide] PROVIDE (hci_env = 0x3ffb9350) + 0x000000003ffb8bcc PROVIDE (rwip_env = 0x3ffb8bcc) + [!provide] PROVIDE (hci_evt_dbg_desc_tab = 0x3ff9750c) + [!provide] PROVIDE (hci_evt_desc_tab = 0x3ff9751c) + [!provide] PROVIDE (hci_evt_le_desc_tab = 0x3ff974b4) + 0x000000003ffb9340 PROVIDE (hci_fc_env = 0x3ffb9340) + [!provide] PROVIDE (jd_decomp = 0x400613e8) + [!provide] PROVIDE (jd_prepare = 0x40060fa8) + 0x000000003ffb93cc PROVIDE (ke_env = 0x3ffb93cc) + 0x000000004001a430 PROVIDE (ke_handler_search = 0x4001a430) + 0x000000003ffb81d4 PROVIDE (ke_task_env = 0x3ffb81d4) + [!provide] PROVIDE (ke_event_env = 0x3ffb81a4) + [!provide] PROVIDE (lb_default_handler = 0x3ff982b8) + [!provide] PROVIDE (lb_default_state_tab_p_get = 0x4001c198) + [!provide] PROVIDE (lb_env = 0x3ffb9424) + [!provide] PROVIDE (lb_hci_cmd_handler_tab_p_get = 0x4001c18c) + [!provide] PROVIDE (lb_state = 0x3ffb94e8) + [!provide] PROVIDE (lc_default_handler = 0x3ff98648) + 0x000000004002f494 PROVIDE (lc_default_state_tab_p_get = 0x4002f494) + 0x000000003ffb94ec PROVIDE (lc_env = 0x3ffb94ec) + 0x000000004002f488 PROVIDE (lc_hci_cmd_handler_tab_p_get = 0x4002f488) + [!provide] PROVIDE (lc_state = 0x3ffb9508) + [!provide] PROVIDE (ld_acl_br_sizes = 0x3ff98a2a) + [!provide] PROVIDE (ld_acl_br_types = 0x3ff98a36) + [!provide] PROVIDE (ld_acl_edr_sizes = 0x3ff98a14) + [!provide] PROVIDE (ld_acl_edr_types = 0x3ff98a22) + 0x000000003ffb9510 PROVIDE (ld_env = 0x3ffb9510) + [!provide] PROVIDE (ld_pcm_settings_dft = 0x3ff98a0c) + [!provide] PROVIDE (ld_sched_params = 0x3ffb96c0) + [!provide] PROVIDE (ld_sync_train_channels = 0x3ff98a3c) + [!provide] PROVIDE (llc_default_handler = 0x3ff98b3c) + 0x0000000040046058 PROVIDE (llc_default_state_tab_p_get = 0x40046058) + 0x000000003ffb96d0 PROVIDE (llc_env = 0x3ffb96d0) + [!provide] PROVIDE (llc_hci_acl_data_tx_handler = 0x40042398) + 0x0000000040042358 PROVIDE (llc_hci_cmd_handler_tab_p_get = 0x40042358) + [!provide] PROVIDE (llc_hci_command_handler = 0x40042360) + 0x0000000040043f64 PROVIDE (llcp_pdu_handler_tab_p_get = 0x40043f64) + [!provide] PROVIDE (llc_state = 0x3ffb96f8) + [!provide] PROVIDE (lldesc_build_chain = 0x4000a850) + [!provide] PROVIDE (lldesc_num2link = 0x4000a948) + [!provide] PROVIDE (lldesc_set_owner = 0x4000a974) + 0x00000000400466b4 PROVIDE (lld_evt_deferred_elt_push = 0x400466b4) + 0x00000000400466dc PROVIDE (lld_evt_deferred_elt_pop = 0x400466dc) + 0x0000000040046730 PROVIDE (lld_evt_winsize_change = 0x40046730) + 0x00000000400467c8 PROVIDE (lld_evt_rxwin_compute = 0x400467c8) + 0x0000000040046818 PROVIDE (lld_evt_slave_time_compute = 0x40046818) + 0x000000003ffb9704 PROVIDE (lld_evt_env = 0x3ffb9704) + 0x00000000400468e4 PROVIDE (lld_evt_elt_wait_get = 0x400468e4) + 0x000000004004692c PROVIDE (lld_evt_get_next_free_slot = 0x4004692c) + [!provide] PROVIDE (lld_pdu_adv_pk_desc_tab = 0x3ff98c70) + 0x000000003ff98b68 PROVIDE (lld_pdu_llcp_pk_desc_tab = 0x3ff98b68) + 0x000000004004a760 PROVIDE (lld_pdu_tx_flush_list = 0x4004a760) + 0x000000004004ab14 PROVIDE (lld_pdu_pack = 0x4004ab14) + 0x000000003ff98d8a PROVIDE (LLM_AA_CT1 = 0x3ff98d8a) + 0x000000003ff98d88 PROVIDE (LLM_AA_CT2 = 0x3ff98d88) + [!provide] PROVIDE (llm_default_handler = 0x3ff98d80) + 0x000000004004e718 PROVIDE (llm_default_state_tab_p_get = 0x4004e718) + 0x000000004004c920 PROVIDE (llm_hci_cmd_handler_tab_p_get = 0x4004c920) + 0x000000003ffb976c PROVIDE (llm_le_env = 0x3ffb976c) + [!provide] PROVIDE (llm_local_cmds = 0x3ff98d38) + [!provide] PROVIDE (llm_local_data_len_values = 0x3ff98d1c) + [!provide] PROVIDE (llm_local_le_feats = 0x3ff98d30) + [!provide] PROVIDE (llm_local_le_states = 0x3ff98d28) + [!provide] PROVIDE (llm_state = 0x3ffb985c) + [!provide] PROVIDE (lm_default_handler = 0x3ff990e0) + 0x0000000040054268 PROVIDE (lm_default_state_tab_p_get = 0x40054268) + 0x000000003ffb9860 PROVIDE (lm_env = 0x3ffb9860) + 0x000000004005425c PROVIDE (lm_hci_cmd_handler_tab_p_get = 0x4005425c) + [!provide] PROVIDE (lm_local_supp_feats = 0x3ff990ee) + [!provide] PROVIDE (lm_n_page_tab = 0x3ff990e8) + [!provide] PROVIDE (lmp_desc_tab = 0x3ff96e6c) + [!provide] PROVIDE (lmp_ext_desc_tab = 0x3ff96d9c) + [!provide] PROVIDE (lm_state = 0x3ffb9a1c) + [!provide] PROVIDE (maxSecretKey_256 = 0x3ff97448) + [!provide] PROVIDE (mmu_init = 0x400095a4) + [!provide] PROVIDE (MultiplyBigHexByUint32_256 = 0x40016214) + 0x00000000400160b8 PROVIDE (MultiplyBigHexModP256 = 0x400160b8) + [!provide] PROVIDE (MultiplyByU32ModP256 = 0x40015fdc) + [!provide] PROVIDE (multofup = 0x4000ab8c) + [!provide] PROVIDE (mz_adler32 = 0x4005edbc) + [!provide] PROVIDE (mz_crc32 = 0x4005ee88) + [!provide] PROVIDE (mz_free = 0x4005eed4) + [!provide] PROVIDE (notEqual256 = 0x40015b04) + 0x000000003ff971f8 PROVIDE (one_bits = 0x3ff971f8) + 0x0000000040004100 PROVIDE (phy_get_romfuncs = 0x40004100) + [!provide] PROVIDE (_Pri_4_HandlerAddress = 0x3ffe0648) + [!provide] PROVIDE (_Pri_5_HandlerAddress = 0x3ffe064c) + 0x000000003ffae6e0 PROVIDE (r_btdm_option_data = 0x3ffae6e0) + [!provide] PROVIDE (r_bt_util_buf_acl_rx_alloc = 0x40010218) + [!provide] PROVIDE (r_bt_util_buf_acl_rx_free = 0x40010234) + [!provide] PROVIDE (r_bt_util_buf_acl_tx_alloc = 0x40010268) + [!provide] PROVIDE (r_bt_util_buf_acl_tx_free = 0x40010280) + [!provide] PROVIDE (r_bt_util_buf_init = 0x400100e4) + [!provide] PROVIDE (r_bt_util_buf_lmp_tx_alloc = 0x400101d0) + [!provide] PROVIDE (r_bt_util_buf_lmp_tx_free = 0x400101ec) + [!provide] PROVIDE (r_bt_util_buf_sync_clear = 0x400103c8) + [!provide] PROVIDE (r_bt_util_buf_sync_init = 0x400102c4) + [!provide] PROVIDE (r_bt_util_buf_sync_rx_alloc = 0x40010468) + [!provide] PROVIDE (r_bt_util_buf_sync_rx_free = 0x4001049c) + [!provide] PROVIDE (r_bt_util_buf_sync_tx_alloc = 0x400103ec) + [!provide] PROVIDE (r_bt_util_buf_sync_tx_free = 0x40010428) + [!provide] PROVIDE (r_co_bdaddr_compare = 0x40014324) + [!provide] PROVIDE (r_co_bytes_to_string = 0x400142e4) + [!provide] PROVIDE (r_co_list_check_size_available = 0x400142c4) + [!provide] PROVIDE (r_co_list_extract = 0x4001404c) + [!provide] PROVIDE (r_co_list_extract_after = 0x40014118) + [!provide] PROVIDE (r_co_list_find = 0x4001419c) + [!provide] PROVIDE (r_co_list_init = 0x40013f14) + [!provide] PROVIDE (r_co_list_insert_after = 0x40014254) + [!provide] PROVIDE (r_co_list_insert_before = 0x40014200) + [!provide] PROVIDE (r_co_list_merge = 0x400141bc) + [!provide] PROVIDE (r_co_list_pool_init = 0x40013f30) + [!provide] PROVIDE (r_co_list_pop_front = 0x40014028) + [!provide] PROVIDE (r_co_list_push_back = 0x40013fb8) + [!provide] PROVIDE (r_co_list_push_front = 0x40013ff4) + [!provide] PROVIDE (r_co_list_size = 0x400142ac) + [!provide] PROVIDE (r_co_nb_good_channels = 0x40014360) + [!provide] PROVIDE (r_co_slot_to_duration = 0x40014348) + [!provide] PROVIDE (r_dbg_init = 0x40014394) + [!provide] PROVIDE (r_dbg_platform_reset_complete = 0x400143d0) + [!provide] PROVIDE (r_dbg_swdiag_init = 0x40014470) + [!provide] PROVIDE (r_dbg_swdiag_read = 0x400144a4) + [!provide] PROVIDE (r_dbg_swdiag_write = 0x400144d0) + [!provide] PROVIDE (r_E1 = 0x400108e8) + [!provide] PROVIDE (r_E21 = 0x40010968) + [!provide] PROVIDE (r_E22 = 0x400109b4) + [!provide] PROVIDE (r_E3 = 0x40010a58) + 0x0000000040011dc0 PROVIDE (lm_n192_mod_mul = 0x40011dc0) + 0x0000000040011e9c PROVIDE (lm_n192_mod_add = 0x40011e9c) + 0x0000000040011eec PROVIDE (lm_n192_mod_sub = 0x40011eec) + [!provide] PROVIDE (r_ea_alarm_clear = 0x40015ab4) + [!provide] PROVIDE (r_ea_alarm_set = 0x40015a10) + [!provide] PROVIDE (r_ea_elt_cancel = 0x400150d0) + [!provide] PROVIDE (r_ea_elt_create = 0x40015264) + [!provide] PROVIDE (r_ea_elt_insert = 0x400152a8) + [!provide] PROVIDE (r_ea_elt_remove = 0x400154f0) + [!provide] PROVIDE (r_ea_finetimer_isr = 0x400155d4) + [!provide] PROVIDE (r_ea_init = 0x40015228) + [!provide] PROVIDE (r_ea_interval_create = 0x4001555c) + [!provide] PROVIDE (r_ea_interval_delete = 0x400155a8) + [!provide] PROVIDE (r_ea_interval_duration_req = 0x4001597c) + [!provide] PROVIDE (r_ea_interval_insert = 0x4001557c) + [!provide] PROVIDE (r_ea_interval_remove = 0x40015590) + 0x0000000040014e9c PROVIDE (ea_conflict_check = 0x40014e9c) + 0x0000000040014f88 PROVIDE (ea_prog_timer = 0x40014f88) + [!provide] PROVIDE (r_ea_offset_req = 0x40015748) + [!provide] PROVIDE (r_ea_sleep_check = 0x40015928) + [!provide] PROVIDE (r_ea_sw_isr = 0x40015724) + 0x0000000040015894 PROVIDE (r_ea_time_get_halfslot_rounded = 0x40015894) + [!provide] PROVIDE (r_ea_time_get_slot_rounded = 0x400158d4) + [!provide] PROVIDE (r_ecc_abort_key256_generation = 0x40017070) + [!provide] PROVIDE (r_ecc_generate_key256 = 0x40016e00) + [!provide] PROVIDE (r_ecc_gen_new_public_key = 0x400170c0) + [!provide] PROVIDE (r_ecc_gen_new_secret_key = 0x400170e4) + [!provide] PROVIDE (r_ecc_get_debug_Keys = 0x40017224) + [!provide] PROVIDE (r_ecc_init = 0x40016dbc) + 0x0000000040016804 PROVIDE (ecc_point_multiplication_uint8_256 = 0x40016804) + [!provide] PROVIDE (RecvBuff = 0x3ffe009c) + [!provide] PROVIDE (r_em_buf_init = 0x4001729c) + [!provide] PROVIDE (r_em_buf_rx_buff_addr_get = 0x400173e8) + [!provide] PROVIDE (r_em_buf_rx_free = 0x400173c4) + [!provide] PROVIDE (r_em_buf_tx_buff_addr_get = 0x40017404) + [!provide] PROVIDE (r_em_buf_tx_free = 0x4001741c) + [!provide] PROVIDE (r_F1_256 = 0x400133e4) + [!provide] PROVIDE (r_F2_256 = 0x40013568) + [!provide] PROVIDE (r_F3_256 = 0x40013664) + [!provide] PROVIDE (RFPLL_ICP_TABLE = 0x3ffb8b7c) + [!provide] PROVIDE (r_G_256 = 0x40013470) + [!provide] PROVIDE (r_H3 = 0x40013760) + [!provide] PROVIDE (r_H4 = 0x40013830) + [!provide] PROVIDE (r_h4tl_init = 0x40017878) + [!provide] PROVIDE (r_h4tl_start = 0x40017924) + [!provide] PROVIDE (r_h4tl_stop = 0x40017934) + [!provide] PROVIDE (r_h4tl_write = 0x400178d0) + [!provide] PROVIDE (r_H5 = 0x400138dc) + [!provide] PROVIDE (r_hashConcat = 0x40013a38) + [!provide] PROVIDE (r_hci_acl_tx_data_alloc = 0x4001951c) + [!provide] PROVIDE (r_hci_acl_tx_data_received = 0x40019654) + [!provide] PROVIDE (r_hci_bt_acl_bdaddr_register = 0x40018900) + [!provide] PROVIDE (r_hci_bt_acl_bdaddr_unregister = 0x400189ac) + [!provide] PROVIDE (r_hci_bt_acl_conhdl_register = 0x4001895c) + [!provide] PROVIDE (r_hci_cmd_get_max_param_size = 0x400192d0) + [!provide] PROVIDE (r_hci_cmd_received = 0x400192f8) + [!provide] PROVIDE (r_hci_evt_filter_add = 0x40018a64) + [!provide] PROVIDE (r_hci_evt_mask_set = 0x400189e4) + [!provide] PROVIDE (r_hci_fc_acl_buf_size_set = 0x40017988) + [!provide] PROVIDE (r_hci_fc_acl_en = 0x400179d8) + [!provide] PROVIDE (r_hci_fc_acl_packet_sent = 0x40017a3c) + [!provide] PROVIDE (r_hci_fc_check_host_available_nb_acl_packets = 0x40017aa4) + [!provide] PROVIDE (r_hci_fc_check_host_available_nb_sync_packets = 0x40017ac8) + [!provide] PROVIDE (r_hci_fc_host_nb_acl_pkts_complete = 0x40017a6c) + [!provide] PROVIDE (r_hci_fc_host_nb_sync_pkts_complete = 0x40017a88) + [!provide] PROVIDE (r_hci_fc_init = 0x40017974) + [!provide] PROVIDE (r_hci_fc_sync_buf_size_set = 0x400179b0) + [!provide] PROVIDE (r_hci_fc_sync_en = 0x40017a30) + [!provide] PROVIDE (r_hci_fc_sync_packet_sent = 0x40017a54) + [!provide] PROVIDE (r_hci_init = 0x40018538) + 0x0000000040018454 PROVIDE (r_hci_look_for_cmd_desc = 0x40018454) + 0x00000000400184c4 PROVIDE (r_hci_look_for_dbg_evt_desc = 0x400184c4) + [!provide] PROVIDE (r_hci_look_for_evt_desc = 0x400184a0) + [!provide] PROVIDE (r_hci_look_for_le_evt_desc = 0x400184e0) + [!provide] PROVIDE (r_hci_reset = 0x4001856c) + 0x00000000400185bc PROVIDE (r_hci_send_2_host = 0x400185bc) + [!provide] PROVIDE (r_hci_sync_tx_data_alloc = 0x40019754) + [!provide] PROVIDE (r_hci_sync_tx_data_received = 0x400197c0) + [!provide] PROVIDE (r_hci_tl_init = 0x40019290) + [!provide] PROVIDE (r_hci_tl_send = 0x40019228) + [!provide] PROVIDE (r_hci_util_pack = 0x40019874) + [!provide] PROVIDE (r_hci_util_unpack = 0x40019998) + [!provide] PROVIDE (r_hci_voice_settings_get = 0x40018bdc) + [!provide] PROVIDE (r_hci_voice_settings_set = 0x40018be8) + [!provide] PROVIDE (r_HMAC = 0x40013968) + [!provide] PROVIDE (r_import_rf_phy_func = 0x3ffb8354) + [!provide] PROVIDE (r_import_rf_phy_func_p = 0x3ffafd64) + [!provide] PROVIDE (r_ip_funcs = 0x3ffae710) + [!provide] PROVIDE (r_ip_funcs_p = 0x3ffae70c) + [!provide] PROVIDE (r_ke_check_malloc = 0x40019de0) + [!provide] PROVIDE (r_ke_event_callback_set = 0x40019ba8) + [!provide] PROVIDE (r_ke_event_clear = 0x40019c2c) + [!provide] PROVIDE (r_ke_event_flush = 0x40019ccc) + [!provide] PROVIDE (r_ke_event_get = 0x40019c78) + [!provide] PROVIDE (r_ke_event_get_all = 0x40019cc0) + [!provide] PROVIDE (r_ke_event_init = 0x40019b90) + [!provide] PROVIDE (r_ke_event_schedule = 0x40019cdc) + [!provide] PROVIDE (r_ke_event_set = 0x40019be0) + [!provide] PROVIDE (r_ke_flush = 0x4001a374) + [!provide] PROVIDE (r_ke_free = 0x4001a014) + [!provide] PROVIDE (r_ke_get_max_mem_usage = 0x4001a1c8) + [!provide] PROVIDE (r_ke_get_mem_usage = 0x4001a1a0) + [!provide] PROVIDE (r_ke_init = 0x4001a318) + [!provide] PROVIDE (r_ke_is_free = 0x4001a184) + [!provide] PROVIDE (r_ke_malloc = 0x40019eb4) + [!provide] PROVIDE (r_ke_mem_init = 0x40019d3c) + [!provide] PROVIDE (r_ke_mem_is_empty = 0x40019d8c) + [!provide] PROVIDE (r_ke_msg_alloc = 0x4001a1e0) + [!provide] PROVIDE (r_ke_msg_dest_id_get = 0x4001a2e0) + [!provide] PROVIDE (r_ke_msg_discard = 0x4001a850) + [!provide] PROVIDE (r_ke_msg_forward = 0x4001a290) + [!provide] PROVIDE (r_ke_msg_forward_new_id = 0x4001a2ac) + [!provide] PROVIDE (r_ke_msg_free = 0x4001a2cc) + [!provide] PROVIDE (r_ke_msg_in_queue = 0x4001a2f8) + [!provide] PROVIDE (r_ke_msg_save = 0x4001a858) + [!provide] PROVIDE (r_ke_msg_send = 0x4001a234) + [!provide] PROVIDE (r_ke_msg_send_basic = 0x4001a26c) + [!provide] PROVIDE (r_ke_msg_src_id_get = 0x4001a2ec) + [!provide] PROVIDE (r_ke_queue_extract = 0x40055fd0) + [!provide] PROVIDE (r_ke_queue_insert = 0x40056020) + [!provide] PROVIDE (r_ke_sleep_check = 0x4001a3d8) + [!provide] PROVIDE (r_ke_state_get = 0x4001a7d8) + [!provide] PROVIDE (r_ke_state_set = 0x4001a6fc) + [!provide] PROVIDE (r_ke_stats_get = 0x4001a3f0) + [!provide] PROVIDE (r_ke_task_check = 0x4001a8a4) + [!provide] PROVIDE (r_ke_task_create = 0x4001a674) + [!provide] PROVIDE (r_ke_task_delete = 0x4001a6c0) + [!provide] PROVIDE (r_ke_task_init = 0x4001a650) + [!provide] PROVIDE (r_ke_task_msg_flush = 0x4001a860) + [!provide] PROVIDE (r_ke_timer_active = 0x4001ac08) + [!provide] PROVIDE (r_ke_timer_adjust_all = 0x4001ac30) + [!provide] PROVIDE (r_ke_timer_clear = 0x4001ab90) + [!provide] PROVIDE (r_ke_timer_init = 0x4001aa9c) + [!provide] PROVIDE (r_ke_timer_set = 0x4001aac0) + [!provide] PROVIDE (r_ke_timer_sleep_check = 0x4001ac50) + [!provide] PROVIDE (r_KPrimC = 0x40010ad4) + [!provide] PROVIDE (r_lb_clk_adj_activate = 0x4001ae70) + [!provide] PROVIDE (r_lb_clk_adj_id_get = 0x4001af14) + [!provide] PROVIDE (r_lb_clk_adj_period_update = 0x4001af20) + [!provide] PROVIDE (r_lb_init = 0x4001acd4) + [!provide] PROVIDE (r_lb_mst_key = 0x4001afc0) + [!provide] PROVIDE (r_lb_mst_key_cmp = 0x4001af74) + [!provide] PROVIDE (r_lb_mst_key_restart_enc = 0x4001b0d4) + [!provide] PROVIDE (r_lb_mst_start_act_bcst_enc = 0x4001b198) + [!provide] PROVIDE (r_lb_mst_stop_act_bcst_enc = 0x4001b24c) + [!provide] PROVIDE (r_lb_reset = 0x4001ad38) + [!provide] PROVIDE (r_lb_send_lmp = 0x4001adbc) + [!provide] PROVIDE (r_lb_send_pdu_clk_adj = 0x4001af3c) + [!provide] PROVIDE (r_lb_util_get_csb_mode = 0x4001ada4) + [!provide] PROVIDE (r_lb_util_get_nb_broadcast = 0x4001ad80) + [!provide] PROVIDE (r_lb_util_get_res_lt_addr = 0x4001ad98) + [!provide] PROVIDE (r_lb_util_set_nb_broadcast = 0x4001ad8c) + [!provide] PROVIDE (r_lc_afh_set = 0x4001cc74) + [!provide] PROVIDE (r_lc_afh_start = 0x4001d240) + 0x000000004001cd54 PROVIDE (r_lc_auth_cmp = 0x4001cd54) + [!provide] PROVIDE (r_lc_calc_link_key = 0x4001ce7c) + [!provide] PROVIDE (r_lc_chg_pkt_type_cmp = 0x4001d038) + [!provide] PROVIDE (r_lc_chg_pkt_type_cont = 0x4001cfbc) + [!provide] PROVIDE (r_lc_chg_pkt_type_retry = 0x4001d0ac) + [!provide] PROVIDE (r_lc_chk_to = 0x4001d2a8) + [!provide] PROVIDE (r_lc_cmd_stat_send = 0x4001c914) + [!provide] PROVIDE (r_lc_comb_key_svr = 0x4001d30c) + [!provide] PROVIDE (r_lc_con_cmp = 0x4001d44c) + [!provide] PROVIDE (r_lc_con_cmp_evt_send = 0x4001d4fc) + [!provide] PROVIDE (r_lc_conn_seq_done = 0x40021334) + [!provide] PROVIDE (r_lc_detach = 0x4002037c) + [!provide] PROVIDE (r_lc_dhkey = 0x4001d564) + [!provide] PROVIDE (r_lc_enc_cmp = 0x4001d8bc) + [!provide] PROVIDE (r_lc_enc_key_refresh = 0x4001d720) + [!provide] PROVIDE (r_lc_end_chk_colli = 0x4001d858) + [!provide] PROVIDE (r_lc_end_of_sniff_nego = 0x4001d9a4) + [!provide] PROVIDE (r_lc_enter_sniff_mode = 0x4001ddb8) + [!provide] PROVIDE (r_lc_epr_change_lk = 0x4001db38) + [!provide] PROVIDE (r_lc_epr_cmp = 0x4001da88) + [!provide] PROVIDE (r_lc_epr_resp = 0x4001e0b4) + [!provide] PROVIDE (r_lc_epr_rsw_cmp = 0x4001dd40) + [!provide] PROVIDE (r_lc_ext_feat = 0x40020d6c) + [!provide] PROVIDE (r_lc_feat = 0x40020984) + [!provide] PROVIDE (r_lc_hl_connect = 0x400209e8) + 0x000000004001c948 PROVIDE (r_lc_init = 0x4001c948) + [!provide] PROVIDE (r_lc_init_calc_f3 = 0x4001deb0) + [!provide] PROVIDE (r_lc_initiator_epr = 0x4001e064) + [!provide] PROVIDE (r_lc_init_passkey_loop = 0x4001dfc0) + [!provide] PROVIDE (r_lc_init_start_mutual_auth = 0x4001df60) + [!provide] PROVIDE (r_lc_key_exch_end = 0x4001e140) + [!provide] PROVIDE (r_lc_legacy_pair = 0x4001e1c0) + [!provide] PROVIDE (r_lc_local_switch = 0x4001e22c) + [!provide] PROVIDE (r_lc_local_trans_mode = 0x4001e2e4) + [!provide] PROVIDE (r_lc_local_untrans_mode = 0x4001e3a0) + [!provide] PROVIDE (r_lc_loc_auth = 0x40020ecc) + [!provide] PROVIDE (r_lc_locepr_lkref = 0x4001d648) + [!provide] PROVIDE (r_lc_locepr_rsw = 0x4001d5d0) + [!provide] PROVIDE (r_lc_loc_sniff = 0x40020a6c) + [!provide] PROVIDE (r_lc_max_slot_mgt = 0x4001e410) + [!provide] PROVIDE (r_lc_mst_key = 0x4001e7c0) + [!provide] PROVIDE (r_lc_mst_qos_done = 0x4001ea80) + [!provide] PROVIDE (r_lc_mst_send_mst_key = 0x4001e8f4) + [!provide] PROVIDE (r_lc_mutual_auth_end = 0x4001e670) + [!provide] PROVIDE (r_lc_mutual_auth_end2 = 0x4001e4f4) + [!provide] PROVIDE (r_lc_packet_type = 0x40021038) + [!provide] PROVIDE (r_lc_pair = 0x40020ddc) + [!provide] PROVIDE (r_lc_pairing_cont = 0x4001eafc) + [!provide] PROVIDE (r_lc_passkey_comm = 0x4001ed20) + [!provide] PROVIDE (r_lc_prepare_all_links_for_clk_adj = 0x40021430) + [!provide] PROVIDE (r_lc_proc_rcv_dhkey = 0x4001edec) + [!provide] PROVIDE (r_lc_ptt = 0x4001ee2c) + [!provide] PROVIDE (r_lc_ptt_cmp = 0x4001eeec) + [!provide] PROVIDE (r_lc_qos_setup = 0x4001ef50) + [!provide] PROVIDE (r_lc_rd_rem_name = 0x4001efd0) + [!provide] PROVIDE (r_lc_release = 0x4001f8a8) + [!provide] PROVIDE (r_lc_rem_enc = 0x4001f124) + [!provide] PROVIDE (r_lc_rem_name_cont = 0x4001f290) + [!provide] PROVIDE (r_lc_rem_nego_trans_mode = 0x4001f1b4) + [!provide] PROVIDE (r_lc_rem_sniff = 0x40020ca4) + [!provide] PROVIDE (r_lc_rem_sniff_sub_rate = 0x40020b10) + [!provide] PROVIDE (r_lc_rem_switch = 0x4001f070) + [!provide] PROVIDE (r_lc_rem_trans_mode = 0x4001f314) + [!provide] PROVIDE (r_lc_rem_unsniff = 0x400207a0) + [!provide] PROVIDE (r_lc_rem_untrans_mode = 0x4001f36c) + 0x000000004001c99c PROVIDE (r_lc_reset = 0x4001c99c) + [!provide] PROVIDE (r_lc_resp_auth = 0x4001f518) + [!provide] PROVIDE (r_lc_resp_calc_f3 = 0x4001f710) + [!provide] PROVIDE (r_lc_resp_num_comp = 0x40020074) + [!provide] PROVIDE (r_lc_resp_oob_nonce = 0x4001f694) + [!provide] PROVIDE (r_lc_resp_oob_wait_nonce = 0x4001f66c) + [!provide] PROVIDE (r_lc_resp_pair = 0x400208a4) + [!provide] PROVIDE (r_lc_resp_sec_auth = 0x4001f4a0) + [!provide] PROVIDE (r_lc_resp_wait_dhkey_cont = 0x4001f86c) + [!provide] PROVIDE (r_lc_restart_enc = 0x4001f8ec) + [!provide] PROVIDE (r_lc_restart_enc_cont = 0x4001f940) + [!provide] PROVIDE (r_lc_restore_afh_reporting = 0x4001f028) + [!provide] PROVIDE (r_lc_restore_to = 0x4001f9e0) + [!provide] PROVIDE (r_lc_ret_sniff_max_slot_chg = 0x4001fa30) + [!provide] PROVIDE (r_lc_rsw_clean_up = 0x4001dc70) + [!provide] PROVIDE (r_lc_rsw_done = 0x4001db94) + [!provide] PROVIDE (r_lc_sco_baseband_ack = 0x40022b00) + [!provide] PROVIDE (r_lc_sco_detach = 0x40021e40) + [!provide] PROVIDE (r_lc_sco_host_accept = 0x40022118) + [!provide] PROVIDE (r_lc_sco_host_reject = 0x400222b8) + [!provide] PROVIDE (r_lc_sco_host_request = 0x40021f4c) + [!provide] PROVIDE (r_lc_sco_host_request_disc = 0x4002235c) + [!provide] PROVIDE (r_lc_sco_init = 0x40021dc8) + [!provide] PROVIDE (r_lc_sco_peer_accept = 0x40022780) + [!provide] PROVIDE (r_lc_sco_peer_accept_disc = 0x40022a08) + [!provide] PROVIDE (r_lc_sco_peer_reject = 0x40022824) + [!provide] PROVIDE (r_lc_sco_peer_reject_disc = 0x40022a8c) + [!provide] PROVIDE (r_lc_sco_peer_request = 0x4002240c) + [!provide] PROVIDE (r_lc_sco_peer_request_disc = 0x400228ec) + [!provide] PROVIDE (r_lc_sco_release = 0x40021eec) + [!provide] PROVIDE (r_lc_sco_reset = 0x40021dfc) + [!provide] PROVIDE (r_lc_sco_timeout = 0x40022bd4) + [!provide] PROVIDE (r_lc_sec_auth_compute_sres = 0x4001f3ec) + [!provide] PROVIDE (r_lc_semi_key_cmp = 0x40020294) + [!provide] PROVIDE (r_lc_send_enc_chg_evt = 0x4002134c) + [!provide] PROVIDE (r_lc_send_enc_mode = 0x40020220) + [!provide] PROVIDE (r_lc_send_lmp = 0x4001c1a8) + [!provide] PROVIDE (r_lc_send_pdu_acc = 0x4001c21c) + [!provide] PROVIDE (r_lc_send_pdu_acc_ext4 = 0x4001c240) + [!provide] PROVIDE (r_lc_send_pdu_au_rand = 0x4001c308) + [!provide] PROVIDE (r_lc_send_pdu_auto_rate = 0x4001c5d0) + [!provide] PROVIDE (r_lc_send_pdu_clk_adj_ack = 0x4001c46c) + [!provide] PROVIDE (r_lc_send_pdu_clk_adj_req = 0x4001c494) + [!provide] PROVIDE (r_lc_send_pdu_comb_key = 0x4001c368) + [!provide] PROVIDE (r_lc_send_pdu_dhkey_chk = 0x4001c8e8) + [!provide] PROVIDE (r_lc_send_pdu_encaps_head = 0x4001c440) + [!provide] PROVIDE (r_lc_send_pdu_encaps_payl = 0x4001c410) + [!provide] PROVIDE (r_lc_send_pdu_enc_key_sz_req = 0x4001c670) + [!provide] PROVIDE (r_lc_send_pdu_esco_lk_rem_req = 0x4001c5a8) + [!provide] PROVIDE (r_lc_send_pdu_feats_ext_req = 0x4001c6ec) + [!provide] PROVIDE (r_lc_send_pdu_feats_res = 0x4001c694) + [!provide] PROVIDE (r_lc_send_pdu_in_rand = 0x4001c338) + [!provide] PROVIDE (r_lc_send_pdu_io_cap_res = 0x4001c72c) + [!provide] PROVIDE (r_lc_send_pdu_lsto = 0x4001c64c) + [!provide] PROVIDE (r_lc_send_pdu_max_slot = 0x4001c3c8) + [!provide] PROVIDE (r_lc_send_pdu_max_slot_req = 0x4001c3ec) + [!provide] PROVIDE (r_lc_send_pdu_not_acc = 0x4001c26c) + [!provide] PROVIDE (r_lc_send_pdu_not_acc_ext4 = 0x4001c294) + [!provide] PROVIDE (r_lc_send_pdu_num_comp_fail = 0x4001c770) + [!provide] PROVIDE (r_lc_send_pdu_pause_enc_aes_req = 0x4001c794) + [!provide] PROVIDE (r_lc_send_pdu_paus_enc_req = 0x4001c7c0) + [!provide] PROVIDE (r_lc_send_pdu_ptt_req = 0x4001c4c0) + [!provide] PROVIDE (r_lc_send_pdu_qos_req = 0x4001c82c) + [!provide] PROVIDE (r_lc_send_pdu_resu_enc_req = 0x4001c7e4) + [!provide] PROVIDE (r_lc_send_pdu_sco_lk_rem_req = 0x4001c580) + [!provide] PROVIDE (r_lc_send_pdu_set_afh = 0x4001c2c8) + [!provide] PROVIDE (r_lc_send_pdu_setup_cmp = 0x4001c808) + [!provide] PROVIDE (r_lc_send_pdu_slot_off = 0x4001c854) + [!provide] PROVIDE (r_lc_send_pdu_sniff_req = 0x4001c5f0) + [!provide] PROVIDE (r_lc_send_pdu_sp_cfm = 0x4001c518) + [!provide] PROVIDE (r_lc_send_pdu_sp_nb = 0x4001c4e8) + [!provide] PROVIDE (r_lc_send_pdu_sres = 0x4001c548) + [!provide] PROVIDE (r_lc_send_pdu_tim_acc = 0x4001c6cc) + [!provide] PROVIDE (r_lc_send_pdu_unit_key = 0x4001c398) + [!provide] PROVIDE (r_lc_send_pdu_unsniff_req = 0x4001c894) + [!provide] PROVIDE (r_lc_send_pdu_vers_req = 0x4001c8b4) + [!provide] PROVIDE (r_lc_skip_hl_oob_req = 0x400201bc) + [!provide] PROVIDE (r_lc_sniff_init = 0x40022cac) + [!provide] PROVIDE (r_lc_sniff_max_slot_chg = 0x40020590) + [!provide] PROVIDE (r_lc_sniff_reset = 0x40022cc8) + [!provide] PROVIDE (r_lc_sniff_slot_unchange = 0x40021100) + [!provide] PROVIDE (r_lc_sniff_sub_mode = 0x400204fc) + [!provide] PROVIDE (r_lc_sp_end = 0x400213a8) + [!provide] PROVIDE (r_lc_sp_fail = 0x40020470) + [!provide] PROVIDE (r_lc_sp_oob_tid_fail = 0x400204cc) + [!provide] PROVIDE (r_lc_ssr_nego = 0x4002125c) + 0x000000004001ca28 PROVIDE (r_lc_start = 0x4001ca28) + [!provide] PROVIDE (r_lc_start_enc = 0x4001fb28) + [!provide] PROVIDE (r_lc_start_enc_key_size = 0x4001fd9c) + [!provide] PROVIDE (r_lc_start_key_exch = 0x4001fe10) + [!provide] PROVIDE (r_lc_start_lmp_to = 0x4001fae8) + [!provide] PROVIDE (r_lc_start_oob = 0x4001fffc) + [!provide] PROVIDE (r_lc_start_passkey = 0x4001feac) + [!provide] PROVIDE (r_lc_start_passkey_loop = 0x4001ff88) + [!provide] PROVIDE (r_lc_stop_afh_report = 0x40020184) + [!provide] PROVIDE (r_lc_stop_enc = 0x40020110) + [!provide] PROVIDE (r_lc_switch_cmp = 0x40020448) + [!provide] PROVIDE (r_lc_unit_key_svr = 0x400206d8) + [!provide] PROVIDE (r_lc_unsniff = 0x40020c50) + [!provide] PROVIDE (r_lc_unsniff_cmp = 0x40020810) + [!provide] PROVIDE (r_lc_unsniff_cont = 0x40020750) + [!provide] PROVIDE (r_lc_upd_to = 0x4002065c) + [!provide] PROVIDE (r_lc_util_convert_pref_rate_to_packet_type = 0x4002f9b0) + [!provide] PROVIDE (r_lc_util_get_max_packet_size = 0x4002f4ac) + [!provide] PROVIDE (r_lc_util_get_offset_clke = 0x4002f538) + [!provide] PROVIDE (r_lc_util_get_offset_clkn = 0x4002f51c) + [!provide] PROVIDE (r_lc_util_set_loc_trans_coll = 0x4002f500) + [!provide] PROVIDE (r_lc_version = 0x40020a30) + 0x000000004002e4c8 PROVIDE (lc_set_encap_pdu_data_p192 = 0x4002e4c8) + 0x000000004002e454 PROVIDE (lc_set_encap_pdu_data_p256 = 0x4002e454) + 0x0000000040023420 PROVIDE (lm_get_auth_method = 0x40023420) + 0x0000000040027290 PROVIDE (lmp_accepted_ext_handler = 0x40027290) + [!provide] PROVIDE (lmp_not_accepted_ext_handler = 0x40029c54) + 0x0000000040027468 PROVIDE (lmp_clk_adj_handler = 0x40027468) + 0x00000000400274f4 PROVIDE (lmp_clk_adj_ack_handler = 0x400274f4) + [!provide] PROVIDE (lm_get_auth_method = 0x40023420) + [!provide] PROVIDE (lmp_accepted_ext_handler = 0x40027290) + [!provide] PROVIDE (lmp_not_accepted_ext_handler = 0x40029c54) + [!provide] PROVIDE (lmp_clk_adj_handler = 0x40027468) + [!provide] PROVIDE (lmp_clk_adj_ack_handler = 0x400274f4) + 0x000000004002751c PROVIDE (lmp_clk_adj_req_handler = 0x4002751c) + [!provide] PROVIDE (lmp_feats_res_ext_handler = 0x4002cac4) + 0x000000004002ccb0 PROVIDE (lmp_feats_req_ext_handler = 0x4002ccb0) + 0x0000000040027574 PROVIDE (lmp_pkt_type_tbl_req_handler = 0x40027574) + 0x0000000040027610 PROVIDE (lmp_esco_link_req_handler = 0x40027610) + 0x00000000400276e8 PROVIDE (lmp_rmv_esco_link_req_handler = 0x400276e8) + [!provide] PROVIDE (lmp_ch_class_req_handler = 0x40027730) + 0x000000004002ca18 PROVIDE (lmp_ch_class_handler = 0x4002ca18) + 0x000000004002780c PROVIDE (lmp_ssr_req_handler = 0x4002780c) + 0x0000000040027900 PROVIDE (lmp_ssr_res_handler = 0x40027900) + 0x00000000400279a4 PROVIDE (lmp_pause_enc_aes_req_handler = 0x400279a4) + 0x000000004002df90 PROVIDE (lmp_pause_enc_req_handler = 0x4002df90) + 0x000000004002e084 PROVIDE (lmp_resume_enc_req_handler = 0x4002e084) + 0x0000000040027a74 PROVIDE (lmp_num_comparison_fail_handler = 0x40027a74) + 0x0000000040027aec PROVIDE (lmp_passkey_fail_handler = 0x40027aec) + 0x000000004002c5c8 PROVIDE (lmp_keypress_notif_handler = 0x4002c5c8) + 0x00000000400263bc PROVIDE (lmp_pwr_ctrl_req_handler = 0x400263bc) + 0x0000000040026480 PROVIDE (lmp_pwr_ctrl_res_handler = 0x40026480) + 0x0000000040026548 PROVIDE (lmp_auto_rate_handler = 0x40026548) + 0x000000004002657c PROVIDE (lmp_pref_rate_handler = 0x4002657c) + 0x0000000040025050 PROVIDE (lmp_name_req_handler = 0x40025050) + 0x00000000400250bc PROVIDE (lmp_name_res_handler = 0x400250bc) + [!provide] PROVIDE (lmp_not_accepted_handler = 0x400251d0) + 0x000000004002e894 PROVIDE (lmp_accepted_handler = 0x4002e894) + 0x0000000040025a44 PROVIDE (lmp_clk_off_req_handler = 0x40025a44) + 0x0000000040025ab8 PROVIDE (lmp_clk_off_res_handler = 0x40025ab8) + 0x0000000040025b74 PROVIDE (lmp_detach_handler = 0x40025b74) + 0x000000004002b6b0 PROVIDE (lmp_tempkey_handler = 0x4002b6b0) + 0x000000004002b74c PROVIDE (lmp_temprand_handler = 0x4002b74c) + 0x000000004002b840 PROVIDE (lmp_sres_handler = 0x4002b840) + 0x000000004002bda0 PROVIDE (lmp_aurand_handler = 0x4002bda0) + 0x000000004002c13c PROVIDE (lmp_unitkey_handler = 0x4002c13c) + [!provide] PROVIDE (lmp_combkey_handler = 0x4002c234) + 0x000000004002c414 PROVIDE (lmp_inrand_handler = 0x4002c414) + 0x0000000040027b84 PROVIDE (lmp_oob_fail_handler = 0x40027b84) + 0x0000000040027c08 PROVIDE (lmp_ping_req_handler = 0x40027c08) + 0x0000000040027c5c PROVIDE (lmp_ping_res_handler = 0x40027c5c) + 0x0000000040025c60 PROVIDE (lmp_enc_mode_req_handler = 0x40025c60) + [!provide] PROVIDE (lmp_enc_key_size_req_handler = 0x40025e54) + 0x0000000040025f84 PROVIDE (lmp_switch_req_handler = 0x40025f84) + 0x000000004002e124 PROVIDE (lmp_start_enc_req_handler = 0x4002e124) + 0x000000004002de30 PROVIDE (lmp_stop_enc_req_handler = 0x4002de30) + [!provide] PROVIDE (lmp_sniff_req_handler = 0x400260c8) + [!provide] PROVIDE (lmp_unsniff_req_handler = 0x400261e0) + 0x000000004002629c PROVIDE (lmp_incr_pwr_req_handler = 0x4002629c) + 0x00000000400262f8 PROVIDE (lmp_decr_pwr_req_handler = 0x400262f8) + 0x0000000040026354 PROVIDE (lmp_max_pwr_handler = 0x40026354) + 0x0000000040026388 PROVIDE (lmp_min_pwr_handler = 0x40026388) + 0x00000000400265f0 PROVIDE (lmp_ver_req_handler = 0x400265f0) + 0x0000000040026670 PROVIDE (lmp_ver_res_handler = 0x40026670) + 0x0000000040026790 PROVIDE (lmp_qos_handler = 0x40026790) + 0x0000000040026844 PROVIDE (lmp_qos_req_handler = 0x40026844) + 0x0000000040026930 PROVIDE (lmp_sco_link_req_handler = 0x40026930) + 0x0000000040026a10 PROVIDE (lmp_rmv_sco_link_req_handler = 0x40026a10) + 0x0000000040026a54 PROVIDE (lmp_max_slot_handler = 0x40026a54) + 0x0000000040026aac PROVIDE (lmp_max_slot_req_handler = 0x40026aac) + 0x0000000040026b54 PROVIDE (lmp_timing_accu_req_handler = 0x40026b54) + 0x0000000040026bcc PROVIDE (lmp_timing_accu_res_handler = 0x40026bcc) + 0x0000000040026c84 PROVIDE (lmp_setup_cmp_handler = 0x40026c84) + 0x000000004002b548 PROVIDE (lmp_feats_res_handler = 0x4002b548) + 0x000000004002b620 PROVIDE (lmp_feats_req_handler = 0x4002b620) + 0x000000004002b3d8 PROVIDE (lmp_host_con_req_handler = 0x4002b3d8) + 0x000000004002b4c4 PROVIDE (lmp_use_semi_perm_key_handler = 0x4002b4c4) + 0x0000000040026cc8 PROVIDE (lmp_slot_off_handler = 0x40026cc8) + 0x0000000040026d0c PROVIDE (lmp_page_mode_req_handler = 0x40026d0c) + 0x0000000040026d4c PROVIDE (lmp_page_scan_mode_req_handler = 0x40026d4c) + 0x0000000040026d94 PROVIDE (lmp_supv_to_handler = 0x40026d94) + 0x0000000040026e7c PROVIDE (lmp_test_activate_handler = 0x40026e7c) + 0x0000000040026ee4 PROVIDE (lmp_test_ctrl_handler = 0x40026ee4) + 0x0000000040027038 PROVIDE (lmp_enc_key_size_mask_req_handler = 0x40027038) + 0x00000000400270a4 PROVIDE (lmp_enc_key_size_mask_res_handler = 0x400270a4) + [!provide] PROVIDE (lmp_set_afh_handler = 0x4002b2e4) + 0x0000000040027120 PROVIDE (lmp_encaps_hdr_handler = 0x40027120) + [!provide] PROVIDE (lmp_encaps_payl_handler = 0x4002e590) + 0x000000004002acf0 PROVIDE (lmp_sp_nb_handler = 0x4002acf0) + 0x000000004002b170 PROVIDE (lmp_sp_cfm_handler = 0x4002b170) + 0x000000004002ab48 PROVIDE (lmp_dhkey_chk_handler = 0x4002ab48) + [!provide] PROVIDE (lmp_pause_enc_aes_req_handler = 0x400279a4) + 0x000000004002c670 PROVIDE (lmp_io_cap_res_handler = 0x4002c670) + 0x000000004002c7a4 PROVIDE (lmp_io_cap_req_handler = 0x4002c7a4) + 0x000000004002cec4 PROVIDE (lc_cmd_cmp_bd_addr_send = 0x4002cec4) + 0x000000004002fb40 PROVIDE (ld_acl_tx_packet_type_select = 0x4002fb40) + 0x0000000040033268 PROVIDE (ld_acl_sched = 0x40033268) + 0x000000004003340c PROVIDE (ld_acl_sniff_sched = 0x4003340c) + 0x000000004003274c PROVIDE (ld_acl_rx = 0x4003274c) + 0x000000004002ffdc PROVIDE (ld_acl_tx = 0x4002ffdc) + 0x000000004002fbec PROVIDE (ld_acl_rx_sync = 0x4002fbec) + 0x000000004002fd8c PROVIDE (ld_acl_rx_sync2 = 0x4002fd8c) + 0x000000004002fe78 PROVIDE (ld_acl_rx_no_sync = 0x4002fe78) + 0x0000000040030cf8 PROVIDE (ld_acl_clk_isr = 0x40030cf8) + 0x0000000040033bb0 PROVIDE (ld_acl_rsw_frm_cbk = 0x40033bb0) + 0x0000000040031778 PROVIDE (ld_sco_modify = 0x40031778) + 0x0000000040051838 PROVIDE (lm_cmd_cmp_send = 0x40051838) + 0x00000000400349dc PROVIDE (ld_sco_frm_cbk = 0x400349dc) + 0x000000004002fa94 PROVIDE (ld_acl_sco_rsvd_check = 0x4002fa94) + 0x000000004003482c PROVIDE (ld_acl_sniff_frm_cbk = 0x4003482c) + 0x000000004003ab48 PROVIDE (ld_inq_end = 0x4003ab48) + 0x000000004003aba4 PROVIDE (ld_inq_sched = 0x4003aba4) + 0x000000004003ae4c PROVIDE (ld_inq_frm_cbk = 0x4003ae4c) + 0x000000004003ebe4 PROVIDE (ld_pscan_frm_cbk = 0x4003ebe4) + [!provide] PROVIDE (r_ld_acl_active_hop_types_get = 0x40036e10) + [!provide] PROVIDE (r_ld_acl_afh_confirm = 0x40036d40) + [!provide] PROVIDE (r_ld_acl_afh_prepare = 0x40036c84) + [!provide] PROVIDE (r_ld_acl_afh_set = 0x40036b60) + [!provide] PROVIDE (r_ld_acl_allowed_tx_packet_types_set = 0x40036810) + [!provide] PROVIDE (r_ld_acl_bcst_rx_dec = 0x40036394) + [!provide] PROVIDE (r_ld_acl_bit_off_get = 0x40036b18) + [!provide] PROVIDE (r_ld_acl_clk_adj_set = 0x40036a00) + [!provide] PROVIDE (r_ld_acl_clk_off_get = 0x40036b00) + [!provide] PROVIDE (r_ld_acl_clk_set = 0x40036950) + [!provide] PROVIDE (r_ld_acl_clock_offset_get = 0x400364c0) + [!provide] PROVIDE (r_ld_acl_current_tx_power_get = 0x400368f0) + [!provide] PROVIDE (r_ld_acl_data_flush = 0x400357bc) + [!provide] PROVIDE (r_ld_acl_data_tx = 0x4003544c) + [!provide] PROVIDE (r_ld_acl_edr_set = 0x4003678c) + [!provide] PROVIDE (r_ld_acl_enc_key_load = 0x40036404) + [!provide] PROVIDE (r_ld_acl_flow_off = 0x40035400) + [!provide] PROVIDE (r_ld_acl_flow_on = 0x4003541c) + [!provide] PROVIDE (r_ld_acl_flush_timeout_get = 0x40035f9c) + [!provide] PROVIDE (r_ld_acl_flush_timeout_set = 0x40035fe0) + [!provide] PROVIDE (r_ld_acl_init = 0x40034d08) + [!provide] PROVIDE (r_ld_acl_lmp_flush = 0x40035d80) + [!provide] PROVIDE (r_ld_acl_lmp_tx = 0x40035b34) + [!provide] PROVIDE (r_ld_acl_lsto_get = 0x400366b4) + [!provide] PROVIDE (r_ld_acl_lsto_set = 0x400366f8) + [!provide] PROVIDE (r_ld_acl_reset = 0x40034d24) + [!provide] PROVIDE (r_ld_acl_role_get = 0x40036b30) + [!provide] PROVIDE (r_ld_acl_rssi_delta_get = 0x40037028) + [!provide] PROVIDE (r_ld_acl_rsw_req = 0x40035e74) + [!provide] PROVIDE (r_ld_acl_rx_enc = 0x40036344) + [!provide] PROVIDE (r_ld_acl_rx_max_slot_get = 0x40036e58) + [!provide] PROVIDE (r_ld_acl_rx_max_slot_set = 0x40036ea0) + [!provide] PROVIDE (r_ld_acl_slot_offset_get = 0x4003653c) + [!provide] PROVIDE (r_ld_acl_slot_offset_set = 0x40036658) + 0x000000004003617c PROVIDE (r_ld_acl_sniff = 0x4003617c) + [!provide] PROVIDE (r_ld_acl_sniff_trans = 0x400360a8) + [!provide] PROVIDE (r_ld_acl_ssr_set = 0x40036274) + [!provide] PROVIDE (r_ld_acl_start = 0x40034ddc) + [!provide] PROVIDE (r_ld_acl_stop = 0x4003532c) + [!provide] PROVIDE (r_ld_acl_test_mode_set = 0x40036f24) + [!provide] PROVIDE (r_ld_acl_timing_accuracy_set = 0x4003673c) + [!provide] PROVIDE (r_ld_acl_t_poll_get = 0x40036024) + [!provide] PROVIDE (r_ld_acl_t_poll_set = 0x40036068) + [!provide] PROVIDE (r_ld_acl_tx_enc = 0x400362f8) + 0x0000000040034414 PROVIDE (ld_acl_frm_cbk = 0x40034414) + 0x0000000040032bc0 PROVIDE (ld_acl_rsw_end = 0x40032bc0) + 0x0000000040033140 PROVIDE (ld_acl_end = 0x40033140) + 0x0000000040033814 PROVIDE (ld_acl_resched = 0x40033814) + 0x0000000040032050 PROVIDE (ld_acl_test_mode_update = 0x40032050) + [!provide] PROVIDE (r_ld_acl_unsniff = 0x400361e0) + [!provide] PROVIDE (r_ld_active_check = 0x4003cac4) + [!provide] PROVIDE (r_ld_afh_ch_assess_data_get = 0x4003caec) + [!provide] PROVIDE (r_ld_bcst_acl_data_tx = 0x40038d3c) + [!provide] PROVIDE (r_ld_bcst_acl_init = 0x40038bd0) + [!provide] PROVIDE (r_ld_bcst_acl_reset = 0x40038bdc) + [!provide] PROVIDE (r_ld_bcst_acl_start = 0x4003882c) + [!provide] PROVIDE (r_ld_bcst_afh_update = 0x40038f3c) + [!provide] PROVIDE (r_ld_bcst_enc_key_load = 0x4003906c) + [!provide] PROVIDE (r_ld_bcst_lmp_tx = 0x40038bf8) + [!provide] PROVIDE (r_ld_bcst_tx_enc = 0x40038ff8) + [!provide] PROVIDE (r_ld_bd_addr_get = 0x4003ca20) + [!provide] PROVIDE (r_ld_channel_assess = 0x4003c184) + [!provide] PROVIDE (r_ld_class_of_dev_get = 0x4003ca34) + [!provide] PROVIDE (r_ld_class_of_dev_set = 0x4003ca50) + [!provide] PROVIDE (r_ld_csb_rx_afh_update = 0x40039af4) + [!provide] PROVIDE (r_ld_csb_rx_init = 0x40039690) + [!provide] PROVIDE (r_ld_csb_rx_reset = 0x4003969c) + [!provide] PROVIDE (r_ld_csb_rx_start = 0x4003972c) + [!provide] PROVIDE (r_ld_csb_rx_stop = 0x40039bb8) + [!provide] PROVIDE (r_ld_csb_tx_afh_update = 0x4003a5fc) + [!provide] PROVIDE (r_ld_csb_tx_clr_data = 0x4003a71c) + [!provide] PROVIDE (r_ld_csb_tx_dis = 0x4003a5e8) + [!provide] PROVIDE (r_ld_csb_tx_en = 0x4003a1c0) + [!provide] PROVIDE (r_ld_csb_tx_init = 0x4003a0e8) + [!provide] PROVIDE (r_ld_csb_tx_reset = 0x4003a0f8) + [!provide] PROVIDE (r_ld_csb_tx_set_data = 0x4003a6c0) + [!provide] PROVIDE (r_ld_fm_clk_isr = 0x4003a7a8) + [!provide] PROVIDE (r_ld_fm_frame_isr = 0x4003a82c) + [!provide] PROVIDE (r_ld_fm_init = 0x4003a760) + [!provide] PROVIDE (r_ld_fm_prog_check = 0x4003ab28) + [!provide] PROVIDE (r_ld_fm_prog_disable = 0x4003a984) + [!provide] PROVIDE (r_ld_fm_prog_enable = 0x4003a944) + [!provide] PROVIDE (r_ld_fm_prog_push = 0x4003a9d4) + [!provide] PROVIDE (r_ld_fm_reset = 0x4003a794) + [!provide] PROVIDE (r_ld_fm_rx_isr = 0x4003a7f4) + [!provide] PROVIDE (r_ld_fm_sket_isr = 0x4003a8a4) + 0x000000004003c294 PROVIDE (r_ld_init = 0x4003c294) + [!provide] PROVIDE (r_ld_inq_init = 0x4003b15c) + [!provide] PROVIDE (r_ld_inq_reset = 0x4003b168) + [!provide] PROVIDE (r_ld_inq_start = 0x4003b1f0) + [!provide] PROVIDE (r_ld_inq_stop = 0x4003b4f0) + [!provide] PROVIDE (r_ld_iscan_eir_get = 0x4003c118) + [!provide] PROVIDE (r_ld_iscan_eir_set = 0x4003bfa0) + [!provide] PROVIDE (r_ld_iscan_init = 0x4003b9f0) + [!provide] PROVIDE (r_ld_iscan_reset = 0x4003ba14) + [!provide] PROVIDE (r_ld_iscan_restart = 0x4003ba44) + [!provide] PROVIDE (r_ld_iscan_start = 0x4003bb28) + [!provide] PROVIDE (r_ld_iscan_stop = 0x4003bf1c) + [!provide] PROVIDE (r_ld_iscan_tx_pwr_get = 0x4003c138) + [!provide] PROVIDE (r_ld_page_init = 0x4003d808) + [!provide] PROVIDE (r_ld_page_reset = 0x4003d814) + [!provide] PROVIDE (r_ld_page_start = 0x4003d848) + [!provide] PROVIDE (r_ld_page_stop = 0x4003da54) + [!provide] PROVIDE (r_ld_pca_coarse_clock_adjust = 0x4003e324) + [!provide] PROVIDE (r_ld_pca_init = 0x4003deb4) + [!provide] PROVIDE (r_ld_pca_initiate_clock_dragging = 0x4003e4ac) + [!provide] PROVIDE (r_ld_pca_local_config = 0x4003df6c) + [!provide] PROVIDE (r_ld_pca_mws_frame_sync = 0x4003e104) + [!provide] PROVIDE (r_ld_pca_mws_moment_offset_gt = 0x4003e278) + [!provide] PROVIDE (r_ld_pca_mws_moment_offset_lt = 0x4003e280) + [!provide] PROVIDE (r_ld_pca_reporting_enable = 0x4003e018) + [!provide] PROVIDE (r_ld_pca_reset = 0x4003df0c) + [!provide] PROVIDE (r_ld_pca_update_target_offset = 0x4003e050) + [!provide] PROVIDE (r_ld_pscan_evt_handler = 0x4003f238) + [!provide] PROVIDE (r_ld_pscan_init = 0x4003f474) + [!provide] PROVIDE (r_ld_pscan_reset = 0x4003f498) + [!provide] PROVIDE (r_ld_pscan_restart = 0x4003f4b8) + [!provide] PROVIDE (r_ld_pscan_start = 0x4003f514) + [!provide] PROVIDE (r_ld_pscan_stop = 0x4003f618) + [!provide] PROVIDE (r_ld_read_clock = 0x4003c9e4) + 0x000000004003c714 PROVIDE (r_ld_reset = 0x4003c714) + [!provide] PROVIDE (r_ld_sched_acl_add = 0x4003f978) + [!provide] PROVIDE (r_ld_sched_acl_remove = 0x4003f99c) + [!provide] PROVIDE (r_ld_sched_compute = 0x4003f6f8) + [!provide] PROVIDE (r_ld_sched_init = 0x4003f7ac) + [!provide] PROVIDE (r_ld_sched_inq_add = 0x4003f8a8) + [!provide] PROVIDE (r_ld_sched_inq_remove = 0x4003f8d0) + [!provide] PROVIDE (r_ld_sched_iscan_add = 0x4003f7e8) + [!provide] PROVIDE (r_ld_sched_iscan_remove = 0x4003f808) + [!provide] PROVIDE (r_ld_sched_page_add = 0x4003f910) + [!provide] PROVIDE (r_ld_sched_page_remove = 0x4003f938) + [!provide] PROVIDE (r_ld_sched_pscan_add = 0x4003f828) + [!provide] PROVIDE (r_ld_sched_pscan_remove = 0x4003f848) + [!provide] PROVIDE (r_ld_sched_reset = 0x4003f7d4) + [!provide] PROVIDE (r_ld_sched_sco_add = 0x4003fa4c) + [!provide] PROVIDE (r_ld_sched_sco_remove = 0x4003fa9c) + 0x000000004003f9c4 PROVIDE (r_ld_sched_sniff_add = 0x4003f9c4) + [!provide] PROVIDE (r_ld_sched_sniff_remove = 0x4003fa0c) + [!provide] PROVIDE (r_ld_sched_sscan_add = 0x4003f868) + [!provide] PROVIDE (r_ld_sched_sscan_remove = 0x4003f888) + [!provide] PROVIDE (r_ld_sco_audio_isr = 0x40037cc8) + [!provide] PROVIDE (r_ld_sco_data_tx = 0x40037ee8) + [!provide] PROVIDE (r_ld_sco_start = 0x40037110) + [!provide] PROVIDE (r_ld_sco_stop = 0x40037c40) + [!provide] PROVIDE (r_ld_sco_update = 0x40037a74) + [!provide] PROVIDE (r_ld_sscan_activated = 0x4004031c) + [!provide] PROVIDE (r_ld_sscan_init = 0x400402f0) + [!provide] PROVIDE (r_ld_sscan_reset = 0x400402fc) + 0x0000000040040384 PROVIDE (r_ld_sscan_start = 0x40040384) + [!provide] PROVIDE (r_ld_strain_init = 0x400409f4) + [!provide] PROVIDE (r_ld_strain_reset = 0x40040a00) + [!provide] PROVIDE (r_ld_strain_start = 0x40040a8c) + [!provide] PROVIDE (r_ld_strain_stop = 0x40040df0) + [!provide] PROVIDE (r_ld_timing_accuracy_get = 0x4003caac) + [!provide] PROVIDE (r_ld_util_active_master_afh_map_get = 0x4004131c) + [!provide] PROVIDE (r_ld_util_active_master_afh_map_set = 0x40041308) + [!provide] PROVIDE (r_ld_util_bch_create = 0x40040fcc) + [!provide] PROVIDE (r_ld_util_fhs_pk = 0x400411c8) + [!provide] PROVIDE (r_ld_util_fhs_unpk = 0x40040e54) + [!provide] PROVIDE (r_ld_util_stp_pk = 0x400413f4) + [!provide] PROVIDE (r_ld_util_stp_unpk = 0x40041324) + [!provide] PROVIDE (r_ld_version_get = 0x4003ca6c) + [!provide] PROVIDE (r_ld_wlcoex_set = 0x4003caf8) + [!provide] PROVIDE (r_llc_ch_assess_get_current_ch_map = 0x40041574) + [!provide] PROVIDE (r_llc_ch_assess_get_local_ch_map = 0x4004150c) + [!provide] PROVIDE (r_llc_ch_assess_local = 0x40041494) + [!provide] PROVIDE (r_llc_ch_assess_merge_ch = 0x40041588) + [!provide] PROVIDE (r_llc_ch_assess_reass_ch = 0x400415c0) + [!provide] PROVIDE (r_llc_common_cmd_complete_send = 0x40044eac) + [!provide] PROVIDE (r_llc_common_cmd_status_send = 0x40044ee0) + [!provide] PROVIDE (r_llc_common_enc_change_evt_send = 0x40044f6c) + [!provide] PROVIDE (r_llc_common_enc_key_ref_comp_evt_send = 0x40044f38) + [!provide] PROVIDE (r_llc_common_flush_occurred_send = 0x40044f0c) + [!provide] PROVIDE (r_llc_common_nb_of_pkt_comp_evt_send = 0x40045000) + [!provide] PROVIDE (r_llc_con_update_complete_send = 0x40044d68) + [!provide] PROVIDE (r_llc_con_update_finished = 0x4004518c) + [!provide] PROVIDE (r_llc_con_update_ind = 0x40045038) + [!provide] PROVIDE (r_llc_discon_event_complete_send = 0x40044a30) + [!provide] PROVIDE (r_llc_end_evt_defer = 0x40046330) + [!provide] PROVIDE (r_llc_feats_rd_event_send = 0x40044e0c) + [!provide] PROVIDE (r_llc_init = 0x40044778) + [!provide] PROVIDE (r_llc_le_con_cmp_evt_send = 0x40044a78) + [!provide] PROVIDE (r_llc_llcp_ch_map_update_pdu_send = 0x40043f94) + [!provide] PROVIDE (r_llc_llcp_con_param_req_pdu_send = 0x400442fc) + [!provide] PROVIDE (r_llc_llcp_con_param_rsp_pdu_send = 0x40044358) + [!provide] PROVIDE (r_llc_llcp_con_update_pdu_send = 0x400442c4) + [!provide] PROVIDE (r_llc_llcp_enc_req_pdu_send = 0x40044064) + [!provide] PROVIDE (r_llc_llcp_enc_rsp_pdu_send = 0x40044160) + [!provide] PROVIDE (r_llc_llcp_feats_req_pdu_send = 0x400443b4) + [!provide] PROVIDE (r_llc_llcp_feats_rsp_pdu_send = 0x400443f0) + [!provide] PROVIDE (r_llc_llcp_get_autorize = 0x4004475c) + [!provide] PROVIDE (r_llc_llcp_length_req_pdu_send = 0x40044574) + [!provide] PROVIDE (r_llc_llcp_length_rsp_pdu_send = 0x400445ac) + [!provide] PROVIDE (r_llc_llcp_pause_enc_req_pdu_send = 0x40043fd8) + [!provide] PROVIDE (r_llc_llcp_pause_enc_rsp_pdu_send = 0x40044010) + [!provide] PROVIDE (r_llc_llcp_ping_req_pdu_send = 0x4004454c) + [!provide] PROVIDE (r_llc_llcp_ping_rsp_pdu_send = 0x40044560) + [!provide] PROVIDE (r_llc_llcp_recv_handler = 0x40044678) + [!provide] PROVIDE (r_llc_llcp_reject_ind_pdu_send = 0x4004425c) + [!provide] PROVIDE (r_llc_llcp_start_enc_req_pdu_send = 0x4004441c) + [!provide] PROVIDE (r_llc_llcp_start_enc_rsp_pdu_send = 0x400441f8) + [!provide] PROVIDE (r_llc_llcp_terminate_ind_pdu_send = 0x400444b0) + [!provide] PROVIDE (r_llc_llcp_tester_send = 0x400445e4) + [!provide] PROVIDE (r_llc_llcp_unknown_rsp_send_pdu = 0x40044534) + [!provide] PROVIDE (r_llc_llcp_version_ind_pdu_send = 0x40043f6c) + [!provide] PROVIDE (r_llc_lsto_con_update = 0x40045098) + [!provide] PROVIDE (r_llc_ltk_req_send = 0x40044dc0) + [!provide] PROVIDE (r_llc_map_update_finished = 0x40045260) + [!provide] PROVIDE (r_llc_map_update_ind = 0x400450f0) + [!provide] PROVIDE (r_llc_pdu_acl_tx_ack_defer = 0x400464dc) + [!provide] PROVIDE (r_llc_pdu_defer = 0x40046528) + [!provide] PROVIDE (r_llc_pdu_llcp_tx_ack_defer = 0x400463ac) + [!provide] PROVIDE (r_llc_reset = 0x400447b8) + [!provide] PROVIDE (r_llc_start = 0x400447f4) + 0x00000000400449ac PROVIDE (r_llc_stop = 0x400449ac) + [!provide] PROVIDE (r_llc_util_bw_mgt = 0x4004629c) + [!provide] PROVIDE (r_llc_util_clear_operation_ptr = 0x40046234) + [!provide] PROVIDE (r_llc_util_dicon_procedure = 0x40046130) + [!provide] PROVIDE (r_llc_util_get_free_conhdl = 0x400460c8) + [!provide] PROVIDE (r_llc_util_get_nb_active_link = 0x40046100) + [!provide] PROVIDE (r_llc_util_set_auth_payl_to_margin = 0x400461f4) + [!provide] PROVIDE (r_llc_util_set_llcp_discard_enable = 0x400461c8) + [!provide] PROVIDE (r_llc_util_update_channel_map = 0x400461ac) + [!provide] PROVIDE (r_llc_version_rd_event_send = 0x40044e60) + [!provide] PROVIDE (r_lld_adv_start = 0x40048b38) + 0x0000000040048ea0 PROVIDE (r_lld_adv_stop = 0x40048ea0) + [!provide] PROVIDE (r_lld_ch_map_ind = 0x4004a2f4) + [!provide] PROVIDE (r_lld_con_param_req = 0x40049f0c) + [!provide] PROVIDE (r_lld_con_param_rsp = 0x40049e00) + [!provide] PROVIDE (r_lld_con_start = 0x400491f8) + [!provide] PROVIDE (r_lld_con_stop = 0x40049fdc) + [!provide] PROVIDE (r_lld_con_update_after_param_req = 0x40049bcc) + [!provide] PROVIDE (r_lld_con_update_ind = 0x4004a30c) + [!provide] PROVIDE (r_lld_con_update_req = 0x40049b60) + [!provide] PROVIDE (r_lld_core_reset = 0x40048a9c) + [!provide] PROVIDE (r_lld_crypt_isr = 0x4004a324) + [!provide] PROVIDE (r_lld_evt_adv_create = 0x400481f4) + [!provide] PROVIDE (r_lld_evt_canceled = 0x400485c8) + [!provide] PROVIDE (r_lld_evt_channel_next = 0x40046aac) + [!provide] PROVIDE (r_lld_evt_deffered_elt_handler = 0x400482bc) + [!provide] PROVIDE (r_lld_evt_delete_elt_handler = 0x40046974) + [!provide] PROVIDE (r_lld_evt_delete_elt_push = 0x40046a3c) + [!provide] PROVIDE (r_lld_evt_drift_compute = 0x40047670) + [!provide] PROVIDE (r_lld_evt_elt_delete = 0x40047538) + [!provide] PROVIDE (r_lld_evt_elt_insert = 0x400474c8) + [!provide] PROVIDE (r_lld_evt_end = 0x400483e8) + [!provide] PROVIDE (r_lld_evt_end_isr = 0x4004862c) + 0x0000000040046b3c PROVIDE (r_lld_evt_init = 0x40046b3c) + [!provide] PROVIDE (r_lld_evt_init_evt = 0x40046cd0) + [!provide] PROVIDE (r_lld_evt_move_to_master = 0x40047ba0) + [!provide] PROVIDE (r_lld_evt_move_to_slave = 0x40047e18) + [!provide] PROVIDE (r_lld_evt_prevent_stop = 0x40047adc) + [!provide] PROVIDE (r_lld_evt_restart = 0x40046d50) + [!provide] PROVIDE (r_lld_evt_rx = 0x40048578) + [!provide] PROVIDE (r_lld_evt_rx_isr = 0x40048678) + [!provide] PROVIDE (r_lld_evt_scan_create = 0x40047ae8) + [!provide] PROVIDE (r_lld_evt_schedule = 0x40047908) + [!provide] PROVIDE (r_lld_evt_schedule_next = 0x400477dc) + [!provide] PROVIDE (r_lld_evt_schedule_next_instant = 0x400476a8) + [!provide] PROVIDE (r_lld_evt_slave_update = 0x40048138) + [!provide] PROVIDE (r_lld_evt_update_create = 0x40047cd8) + [!provide] PROVIDE (r_lld_get_mode = 0x40049ff8) + [!provide] PROVIDE (r_lld_init = 0x4004873c) + [!provide] PROVIDE (r_lld_move_to_master = 0x400499e0) + [!provide] PROVIDE (r_lld_move_to_slave = 0x4004a024) + [!provide] PROVIDE (r_lld_pdu_adv_pack = 0x4004b488) + [!provide] PROVIDE (r_lld_pdu_check = 0x4004ac34) + [!provide] PROVIDE (r_lld_pdu_data_send = 0x4004b018) + [!provide] PROVIDE (r_lld_pdu_data_tx_push = 0x4004aecc) + [!provide] PROVIDE (r_lld_pdu_rx_handler = 0x4004b4d4) + [!provide] PROVIDE (r_lld_pdu_send_packet = 0x4004b774) + 0x000000004004b414 PROVIDE (r_lld_pdu_tx_flush = 0x4004b414) + [!provide] PROVIDE (r_lld_pdu_tx_loop = 0x4004ae40) + [!provide] PROVIDE (r_lld_pdu_tx_prog = 0x4004b120) + [!provide] PROVIDE (r_lld_pdu_tx_push = 0x4004b080) + [!provide] PROVIDE (r_lld_ral_renew_req = 0x4004a73c) + [!provide] PROVIDE (r_lld_scan_start = 0x40048ee0) + 0x0000000040049190 PROVIDE (r_lld_scan_stop = 0x40049190) + [!provide] PROVIDE (r_lld_test_mode_rx = 0x4004a540) + [!provide] PROVIDE (r_lld_test_mode_tx = 0x4004a350) + [!provide] PROVIDE (r_lld_test_stop = 0x4004a710) + [!provide] PROVIDE (r_lld_util_anchor_point_move = 0x4004bacc) + [!provide] PROVIDE (r_lld_util_compute_ce_max = 0x4004bc0c) + [!provide] PROVIDE (r_lld_util_connection_param_set = 0x4004ba40) + [!provide] PROVIDE (r_lld_util_dle_set_cs_fields = 0x4004ba90) + [!provide] PROVIDE (r_lld_util_eff_tx_time_set = 0x4004bd88) + [!provide] PROVIDE (r_lld_util_elt_programmed = 0x4004bce0) + [!provide] PROVIDE (r_lld_util_flush_list = 0x4004bbd8) + [!provide] PROVIDE (r_lld_util_freq2chnl = 0x4004b9e4) + [!provide] PROVIDE (r_lld_util_get_bd_address = 0x4004b8ac) + [!provide] PROVIDE (r_lld_util_get_local_offset = 0x4004ba10) + [!provide] PROVIDE (r_lld_util_get_peer_offset = 0x4004ba24) + [!provide] PROVIDE (r_lld_util_get_tx_pkt_cnt = 0x4004bd80) + [!provide] PROVIDE (r_lld_util_instant_get = 0x4004b890) + [!provide] PROVIDE (r_lld_util_instant_ongoing = 0x4004bbfc) + [!provide] PROVIDE (r_lld_util_priority_set = 0x4004bd10) + [!provide] PROVIDE (r_lld_util_priority_update = 0x4004bd78) + [!provide] PROVIDE (r_lld_util_ral_force_rpa_renew = 0x4004b980) + [!provide] PROVIDE (r_lld_util_set_bd_address = 0x4004b8f8) + [!provide] PROVIDE (r_lld_wlcoex_set = 0x4004bd98) + [!provide] PROVIDE (r_llm_ble_ready = 0x4004cc34) + [!provide] PROVIDE (r_llm_common_cmd_complete_send = 0x4004d288) + [!provide] PROVIDE (r_llm_common_cmd_status_send = 0x4004d2b4) + [!provide] PROVIDE (r_llm_con_req_ind = 0x4004cc54) + [!provide] PROVIDE (r_llm_con_req_tx_cfm = 0x4004d158) + [!provide] PROVIDE (r_llm_create_con = 0x4004de78) + [!provide] PROVIDE (r_llm_encryption_done = 0x4004dff8) + [!provide] PROVIDE (r_llm_encryption_start = 0x4004e128) + [!provide] PROVIDE (r_llm_end_evt_defer = 0x4004eb6c) + 0x000000004004c9f8 PROVIDE (r_llm_init = 0x4004c9f8) + [!provide] PROVIDE (r_llm_le_adv_report_ind = 0x4004cdf4) + [!provide] PROVIDE (r_llm_pdu_defer = 0x4004ec48) + [!provide] PROVIDE (r_llm_ral_clear = 0x4004e1fc) + [!provide] PROVIDE (r_llm_ral_dev_add = 0x4004e23c) + [!provide] PROVIDE (r_llm_ral_dev_rm = 0x4004e3bc) + [!provide] PROVIDE (r_llm_ral_get_rpa = 0x4004e400) + [!provide] PROVIDE (r_llm_ral_set_timeout = 0x4004e4a0) + [!provide] PROVIDE (r_llm_ral_update = 0x4004e4f8) + [!provide] PROVIDE (r_llm_set_adv_data = 0x4004d960) + [!provide] PROVIDE (r_llm_set_adv_en = 0x4004d7ec) + [!provide] PROVIDE (r_llm_set_adv_param = 0x4004d5f4) + [!provide] PROVIDE (r_llm_set_scan_en = 0x4004db64) + [!provide] PROVIDE (r_llm_set_scan_param = 0x4004dac8) + [!provide] PROVIDE (r_llm_set_scan_rsp_data = 0x4004da14) + [!provide] PROVIDE (r_llm_test_mode_start_rx = 0x4004d534) + [!provide] PROVIDE (r_llm_test_mode_start_tx = 0x4004d2fc) + [!provide] PROVIDE (r_llm_util_adv_data_update = 0x4004e8fc) + [!provide] PROVIDE (r_llm_util_apply_bd_addr = 0x4004e868) + [!provide] PROVIDE (r_llm_util_bd_addr_in_ral = 0x4004eb08) + [!provide] PROVIDE (r_llm_util_bd_addr_in_wl = 0x4004e788) + [!provide] PROVIDE (r_llm_util_bd_addr_wl_position = 0x4004e720) + [!provide] PROVIDE (r_llm_util_bl_add = 0x4004e9ac) + [!provide] PROVIDE (r_llm_util_bl_check = 0x4004e930) + [!provide] PROVIDE (r_llm_util_bl_rem = 0x4004ea70) + [!provide] PROVIDE (r_llm_util_check_address_validity = 0x4004e7e4) + [!provide] PROVIDE (r_llm_util_check_evt_mask = 0x4004e8b0) + [!provide] PROVIDE (r_llm_util_check_map_validity = 0x4004e800) + [!provide] PROVIDE (r_llm_util_get_channel_map = 0x4004e8d4) + [!provide] PROVIDE (r_llm_util_get_supp_features = 0x4004e8e8) + [!provide] PROVIDE (r_llm_util_set_public_addr = 0x4004e89c) + [!provide] PROVIDE (r_llm_wl_clr = 0x4004dc54) + [!provide] PROVIDE (r_llm_wl_dev_add = 0x4004dcc0) + [!provide] PROVIDE (r_llm_wl_dev_add_hdl = 0x4004dd38) + [!provide] PROVIDE (r_llm_wl_dev_rem = 0x4004dcfc) + [!provide] PROVIDE (r_llm_wl_dev_rem_hdl = 0x4004dde0) + [!provide] PROVIDE (r_lm_acl_disc = 0x4004f148) + [!provide] PROVIDE (r_LM_AddSniff = 0x40022d20) + [!provide] PROVIDE (r_lm_add_sync = 0x40051358) + [!provide] PROVIDE (r_lm_afh_activate_timer = 0x4004f444) + [!provide] PROVIDE (r_lm_afh_ch_ass_en_get = 0x4004f3f8) + [!provide] PROVIDE (r_lm_afh_host_ch_class_get = 0x4004f410) + [!provide] PROVIDE (r_lm_afh_master_ch_map_get = 0x4004f43c) + [!provide] PROVIDE (r_lm_afh_peer_ch_class_set = 0x4004f418) + [!provide] PROVIDE (r_lm_check_active_sync = 0x40051334) + [!provide] PROVIDE (r_LM_CheckEdrFeatureRequest = 0x4002f90c) + [!provide] PROVIDE (r_LM_CheckSwitchInstant = 0x4002f8c0) + [!provide] PROVIDE (r_lm_check_sync_hl_rsp = 0x4005169c) + [!provide] PROVIDE (r_lm_clk_adj_ack_pending_clear = 0x4004f514) + [!provide] PROVIDE (r_lm_clk_adj_instant_pending_set = 0x4004f4d8) + [!provide] PROVIDE (r_LM_ComputePacketType = 0x4002f554) + [!provide] PROVIDE (r_LM_ComputeSniffSubRate = 0x400233ac) + [!provide] PROVIDE (r_lm_debug_key_compare_192 = 0x4004f3a8) + [!provide] PROVIDE (r_lm_debug_key_compare_256 = 0x4004f3d0) + [!provide] PROVIDE (r_lm_dhkey_calc_init = 0x40013234) + [!provide] PROVIDE (r_lm_dhkey_compare = 0x400132d8) + [!provide] PROVIDE (r_lm_dut_mode_en_get = 0x4004f3ec) + [!provide] PROVIDE (r_LM_ExtractMaxEncKeySize = 0x4001aca4) + [!provide] PROVIDE (r_lm_f1 = 0x40012bb8) + [!provide] PROVIDE (r_lm_f2 = 0x40012cfc) + [!provide] PROVIDE (r_lm_f3 = 0x40013050) + [!provide] PROVIDE (r_lm_g = 0x40012f90) + [!provide] PROVIDE (r_LM_GetAFHSwitchInstant = 0x4002f86c) + [!provide] PROVIDE (r_lm_get_auth_en = 0x4004f1ac) + [!provide] PROVIDE (r_lm_get_common_pkt_types = 0x4002fa1c) + [!provide] PROVIDE (r_LM_GetConnectionAcceptTimeout = 0x4004f1f4) + [!provide] PROVIDE (r_LM_GetFeature = 0x4002f924) + [!provide] PROVIDE (r_LM_GetLinkTimeout = 0x400233ec) + [!provide] PROVIDE (r_LM_GetLocalNameSeg = 0x4004f200) + [!provide] PROVIDE (r_lm_get_loopback_mode = 0x4004f248) + [!provide] PROVIDE (r_LM_GetMasterEncKeySize = 0x4001b29c) + [!provide] PROVIDE (r_LM_GetMasterEncRand = 0x4001b288) + [!provide] PROVIDE (r_LM_GetMasterKey = 0x4001b260) + [!provide] PROVIDE (r_LM_GetMasterKeyRand = 0x4001b274) + [!provide] PROVIDE (r_lm_get_min_sync_intv = 0x400517a8) + [!provide] PROVIDE (r_lm_get_nb_acl = 0x4004ef9c) + [!provide] PROVIDE (r_lm_get_nb_sync_link = 0x4005179c) + [!provide] PROVIDE (r_lm_get_nonce = 0x400131c4) + [!provide] PROVIDE (r_lm_get_oob_local_commit = 0x4004f374) + [!provide] PROVIDE (r_lm_get_oob_local_data_192 = 0x4004f2d4) + [!provide] PROVIDE (r_lm_get_oob_local_data_256 = 0x4004f318) + [!provide] PROVIDE (r_LM_GetPINType = 0x4004f1e8) + [!provide] PROVIDE (r_lm_get_priv_key_192 = 0x4004f278) + [!provide] PROVIDE (r_lm_get_priv_key_256 = 0x4004f2b8) + [!provide] PROVIDE (r_lm_get_pub_key_192 = 0x4004f258) + [!provide] PROVIDE (r_lm_get_pub_key_256 = 0x4004f298) + [!provide] PROVIDE (r_LM_GetQoSParam = 0x4002f6e0) + [!provide] PROVIDE (r_lm_get_sec_con_host_supp = 0x4004f1d4) + [!provide] PROVIDE (r_LM_GetSniffSubratingParam = 0x4002325c) + [!provide] PROVIDE (r_lm_get_sp_en = 0x4004f1c0) + [!provide] PROVIDE (r_LM_GetSwitchInstant = 0x4002f7f8) + [!provide] PROVIDE (r_lm_get_synchdl = 0x4005175c) + [!provide] PROVIDE (r_lm_get_sync_param = 0x400503b4) + 0x000000004004ed34 PROVIDE (r_lm_init = 0x4004ed34) + [!provide] PROVIDE (r_lm_init_sync = 0x400512d8) + [!provide] PROVIDE (r_lm_is_acl_con = 0x4004f47c) + [!provide] PROVIDE (r_lm_is_acl_con_role = 0x4004f49c) + [!provide] PROVIDE (r_lm_is_clk_adj_ack_pending = 0x4004f4e8) + [!provide] PROVIDE (r_lm_is_clk_adj_instant_pending = 0x4004f4c8) + [!provide] PROVIDE (r_lm_local_ext_fr_configured = 0x4004f540) + [!provide] PROVIDE (r_lm_look_for_stored_link_key = 0x4002f948) + [!provide] PROVIDE (r_lm_look_for_sync = 0x40051774) + [!provide] PROVIDE (r_lm_lt_addr_alloc = 0x4004ef1c) + [!provide] PROVIDE (r_lm_lt_addr_free = 0x4004ef74) + [!provide] PROVIDE (r_lm_lt_addr_reserve = 0x4004ef48) + [!provide] PROVIDE (r_LM_MakeCof = 0x4002f84c) + [!provide] PROVIDE (r_LM_MakeRandVec = 0x400112d8) + [!provide] PROVIDE (r_lm_master_clk_adj_req_handler = 0x40054180) + [!provide] PROVIDE (r_LM_MaxSlot = 0x4002f694) + [!provide] PROVIDE (r_lm_modif_sync = 0x40051578) + [!provide] PROVIDE (r_lm_n_is_zero = 0x40012170) + [!provide] PROVIDE (r_lm_num_clk_adj_ack_pending_set = 0x4004f500) + [!provide] PROVIDE (r_lm_oob_f1 = 0x40012e54) + [!provide] PROVIDE (r_lm_pca_sscan_link_get = 0x4004f560) + [!provide] PROVIDE (r_lm_pca_sscan_link_set = 0x4004f550) + 0x00000000400542a0 PROVIDE (nvds_null_read = 0x400542a0) + 0x00000000400542a8 PROVIDE (nvds_null_write = 0x400542a8) + 0x00000000400542b0 PROVIDE (nvds_null_erase = 0x400542b0) + 0x00000000400542c4 PROVIDE (nvds_read = 0x400542c4) + 0x00000000400542fc PROVIDE (nvds_write = 0x400542fc) + 0x0000000040054334 PROVIDE (nvds_erase = 0x40054334) + 0x0000000040054358 PROVIDE (nvds_init_memory = 0x40054358) + [!provide] PROVIDE (r_lmp_pack = 0x4001135c) + [!provide] PROVIDE (r_lmp_unpack = 0x4001149c) + [!provide] PROVIDE (r_lm_read_features = 0x4004f0d8) + [!provide] PROVIDE (r_LM_RemoveSniff = 0x40023124) + [!provide] PROVIDE (r_LM_RemoveSniffSubrating = 0x400233c4) + [!provide] PROVIDE (r_lm_remove_sync = 0x400517c8) + [!provide] PROVIDE (r_lm_reset_sync = 0x40051304) + [!provide] PROVIDE (r_lm_role_switch_finished = 0x4004f028) + [!provide] PROVIDE (r_lm_role_switch_start = 0x4004efe0) + [!provide] PROVIDE (r_lm_sco_nego_end = 0x40051828) + [!provide] PROVIDE (r_LM_SniffSubrateNegoRequired = 0x40023334) + [!provide] PROVIDE (r_LM_SniffSubratingHlReq = 0x40023154) + [!provide] PROVIDE (r_LM_SniffSubratingPeerReq = 0x400231dc) + [!provide] PROVIDE (r_lm_sp_debug_mode_get = 0x4004f398) + [!provide] PROVIDE (r_lm_sp_n192_convert_wnaf = 0x400123c0) + [!provide] PROVIDE (r_lm_sp_n_one = 0x400123a4) + [!provide] PROVIDE (r_lm_sp_p192_add = 0x40012828) + [!provide] PROVIDE (r_lm_sp_p192_dbl = 0x4001268c) + [!provide] PROVIDE (r_lm_sp_p192_invert = 0x40012b6c) + [!provide] PROVIDE (r_lm_sp_p192_point_jacobian_to_affine = 0x40012468) + [!provide] PROVIDE (r_lm_sp_p192_points_jacobian_to_affine = 0x400124e4) + [!provide] PROVIDE (r_lm_sp_p192_point_to_inf = 0x40012458) + [!provide] PROVIDE (r_lm_sp_pre_compute_points = 0x40012640) + [!provide] PROVIDE (r_lm_sp_sha256_calculate = 0x400121a0) + [!provide] PROVIDE (r_LM_SuppressAclPacket = 0x4002f658) + [!provide] PROVIDE (r_lm_sync_flow_ctrl_en_get = 0x4004f404) + [!provide] PROVIDE (r_LM_UpdateAclEdrPacketType = 0x4002f5d8) + [!provide] PROVIDE (r_LM_UpdateAclPacketType = 0x4002f584) + [!provide] PROVIDE (r_modules_funcs = 0x3ffafd6c) + [!provide] PROVIDE (r_modules_funcs_p = 0x3ffafd68) + [!provide] PROVIDE (r_nvds_del = 0x400544c4) + [!provide] PROVIDE (r_nvds_get = 0x40054488) + [!provide] PROVIDE (r_nvds_init = 0x40054410) + [!provide] PROVIDE (r_nvds_lock = 0x400544fc) + [!provide] PROVIDE (r_nvds_put = 0x40054534) + [!provide] PROVIDE (rom_abs_temp = 0x400054f0) + [!provide] PROVIDE (rom_bb_bss_bw_40_en = 0x4000401c) + [!provide] PROVIDE (rom_bb_bss_cbw40_dig = 0x40003bac) + [!provide] PROVIDE (rom_bb_rx_ht20_cen_bcov_en = 0x40003734) + [!provide] PROVIDE (rom_bb_tx_ht20_cen = 0x40003760) + [!provide] PROVIDE (rom_bb_wdg_test_en = 0x40003b70) + [!provide] PROVIDE (rom_cbw2040_cfg = 0x400040b0) + [!provide] PROVIDE (rom_check_noise_floor = 0x40003c78) + [!provide] PROVIDE (rom_chip_i2c_readReg = 0x40004110) + [!provide] PROVIDE (rom_chip_i2c_writeReg = 0x40004168) + [!provide] PROVIDE (rom_chip_v7_bt_init = 0x40004d8c) + [!provide] PROVIDE (rom_chip_v7_rx_init = 0x40004cec) + [!provide] PROVIDE (rom_chip_v7_rx_rifs_en = 0x40003d90) + [!provide] PROVIDE (rom_chip_v7_tx_init = 0x40004d18) + [!provide] PROVIDE (rom_clk_force_on_vit = 0x40003710) + [!provide] PROVIDE (rom_correct_rf_ana_gain = 0x400062a8) + [!provide] PROVIDE (rom_dc_iq_est = 0x400055c8) + [!provide] PROVIDE (rom_disable_agc = 0x40002fa4) + [!provide] PROVIDE (rom_enable_agc = 0x40002fcc) + [!provide] PROVIDE (rom_en_pwdet = 0x4000506c) + [!provide] PROVIDE (rom_gen_rx_gain_table = 0x40003e3c) + [!provide] PROVIDE (rom_get_data_sat = 0x4000312c) + [!provide] PROVIDE (rom_get_fm_sar_dout = 0x40005204) + [!provide] PROVIDE (rom_get_power_db = 0x40005fc8) + [!provide] PROVIDE (rom_get_pwctrl_correct = 0x400065d4) + [!provide] PROVIDE (rom_get_rfcal_rxiq_data = 0x40005bbc) + [!provide] PROVIDE (rom_get_rf_gain_qdb = 0x40006290) + [!provide] PROVIDE (rom_get_sar_dout = 0x40006564) + 0x0000000040004148 PROVIDE (rom_i2c_readReg = 0x40004148) + 0x00000000400041c0 PROVIDE (rom_i2c_readReg_Mask = 0x400041c0) + 0x00000000400041a4 PROVIDE (rom_i2c_writeReg = 0x400041a4) + 0x00000000400041fc PROVIDE (rom_i2c_writeReg_Mask = 0x400041fc) + [!provide] PROVIDE (rom_index_to_txbbgain = 0x40004df8) + [!provide] PROVIDE (rom_iq_est_disable = 0x40005590) + [!provide] PROVIDE (rom_iq_est_enable = 0x40005514) + [!provide] PROVIDE (rom_linear_to_db = 0x40005f64) + [!provide] PROVIDE (rom_loopback_mode_en = 0x400030f8) + [!provide] PROVIDE (rom_meas_tone_pwr_db = 0x40006004) + [!provide] PROVIDE (rom_mhz2ieee = 0x4000404c) + [!provide] PROVIDE (rom_noise_floor_auto_set = 0x40003bdc) + [!provide] PROVIDE (rom_pbus_debugmode = 0x40004458) + [!provide] PROVIDE (rom_pbus_force_mode = 0x40004270) + [!provide] PROVIDE (rom_pbus_force_test = 0x400043c0) + [!provide] PROVIDE (rom_pbus_rd = 0x40004414) + [!provide] PROVIDE (rom_pbus_rd_addr = 0x40004334) + [!provide] PROVIDE (rom_pbus_rd_shift = 0x40004374) + [!provide] PROVIDE (rom_pbus_rx_dco_cal = 0x40005620) + [!provide] PROVIDE (rom_pbus_set_dco = 0x40004638) + [!provide] PROVIDE (rom_pbus_set_rxgain = 0x40004480) + [!provide] PROVIDE (rom_pbus_workmode = 0x4000446c) + [!provide] PROVIDE (rom_pbus_xpd_rx_off = 0x40004508) + [!provide] PROVIDE (rom_pbus_xpd_rx_on = 0x4000453c) + [!provide] PROVIDE (rom_pbus_xpd_tx_off = 0x40004590) + [!provide] PROVIDE (rom_pbus_xpd_tx_on = 0x400045e0) + [!provide] PROVIDE (rom_phy_disable_agc = 0x40002f6c) + [!provide] PROVIDE (rom_phy_disable_cca = 0x40003000) + [!provide] PROVIDE (rom_phy_enable_agc = 0x40002f88) + [!provide] PROVIDE (rom_phy_enable_cca = 0x4000302c) + [!provide] PROVIDE (rom_phy_freq_correct = 0x40004b44) + [!provide] PROVIDE (rom_phyFuns = 0x3ffae0c0) + [!provide] PROVIDE (rom_phy_get_noisefloor = 0x40003c2c) + [!provide] PROVIDE (rom_phy_get_vdd33 = 0x4000642c) + [!provide] PROVIDE (rom_pow_usr = 0x40003044) + [!provide] PROVIDE (rom_read_sar_dout = 0x400051c0) + [!provide] PROVIDE (rom_restart_cal = 0x400046e0) + [!provide] PROVIDE (rom_rfcal_pwrctrl = 0x40006058) + [!provide] PROVIDE (rom_rfcal_rxiq = 0x40005b4c) + [!provide] PROVIDE (rom_rfcal_txcap = 0x40005dec) + [!provide] PROVIDE (rom_rfpll_reset = 0x40004680) + [!provide] PROVIDE (rom_rfpll_set_freq = 0x400047f8) + [!provide] PROVIDE (rom_rtc_mem_backup = 0x40003db4) + [!provide] PROVIDE (rom_rtc_mem_recovery = 0x40003df4) + [!provide] PROVIDE (rom_rx_gain_force = 0x4000351c) + [!provide] PROVIDE (rom_rxiq_cover_mg_mp = 0x40005a68) + [!provide] PROVIDE (rom_rxiq_get_mis = 0x400058e4) + [!provide] PROVIDE (rom_rxiq_set_reg = 0x40005a00) + [!provide] PROVIDE (rom_set_cal_rxdc = 0x400030b8) + [!provide] PROVIDE (rom_set_chan_cal_interp = 0x40005ce0) + [!provide] PROVIDE (rom_set_channel_freq = 0x40004880) + [!provide] PROVIDE (rom_set_loopback_gain = 0x40003060) + [!provide] PROVIDE (rom_set_noise_floor = 0x40003d48) + [!provide] PROVIDE (rom_set_pbus_mem = 0x400031a4) + [!provide] PROVIDE (rom_set_rf_freq_offset = 0x40004ca8) + [!provide] PROVIDE (rom_set_rxclk_en = 0x40003594) + [!provide] PROVIDE (rom_set_txcap_reg = 0x40005d50) + [!provide] PROVIDE (rom_set_txclk_en = 0x40003564) + [!provide] PROVIDE (rom_spur_coef_cfg = 0x40003ac8) + [!provide] PROVIDE (rom_spur_reg_write_one_tone = 0x400037f0) + [!provide] PROVIDE (rom_start_tx_tone = 0x400036b4) + [!provide] PROVIDE (rom_start_tx_tone_step = 0x400035d0) + [!provide] PROVIDE (rom_stop_tx_tone = 0x40003f98) + [!provide] PROVIDE (_rom_store = 0x4000d66c) + [!provide] PROVIDE (_rom_store_table = 0x4000d4f8) + [!provide] PROVIDE (rom_target_power_add_backoff = 0x40006268) + [!provide] PROVIDE (rom_tx_atten_set_interp = 0x400061cc) + [!provide] PROVIDE (rom_txbbgain_to_index = 0x40004dc0) + [!provide] PROVIDE (rom_txcal_work_mode = 0x4000510c) + [!provide] PROVIDE (rom_txdc_cal_init = 0x40004e10) + [!provide] PROVIDE (rom_txdc_cal_v70 = 0x40004ea4) + [!provide] PROVIDE (rom_txiq_cover = 0x4000538c) + [!provide] PROVIDE (rom_txiq_get_mis_pwr = 0x400052dc) + [!provide] PROVIDE (rom_txiq_set_reg = 0x40005154) + [!provide] PROVIDE (rom_tx_pwctrl_bg_init = 0x4000662c) + [!provide] PROVIDE (rom_txtone_linear_pwr = 0x40005290) + [!provide] PROVIDE (rom_wait_rfpll_cal_end = 0x400047a8) + [!provide] PROVIDE (rom_write_gain_mem = 0x4000348c) + [!provide] PROVIDE (rom_write_rfpll_sdm = 0x40004740) + 0x000000004000ab7c PROVIDE (roundup2 = 0x4000ab7c) + [!provide] PROVIDE (r_plf_funcs_p = 0x3ffb8360) + [!provide] PROVIDE (r_rf_rw_bt_init = 0x40054868) + [!provide] PROVIDE (r_rf_rw_init = 0x40054b0c) + [!provide] PROVIDE (r_rf_rw_le_init = 0x400549d0) + [!provide] PROVIDE (r_rwble_activity_ongoing_check = 0x40054d8c) + [!provide] PROVIDE (r_rwble_init = 0x40054bf4) + [!provide] PROVIDE (r_rwble_isr = 0x40054e08) + [!provide] PROVIDE (r_rwble_reset = 0x40054ce8) + [!provide] PROVIDE (r_rwble_sleep_check = 0x40054d78) + [!provide] PROVIDE (r_rwble_version = 0x40054dac) + [!provide] PROVIDE (r_rwbt_init = 0x40055160) + [!provide] PROVIDE (r_rwbt_isr = 0x40055248) + [!provide] PROVIDE (r_rwbt_reset = 0x400551bc) + [!provide] PROVIDE (r_rwbt_sleep_check = 0x4005577c) + [!provide] PROVIDE (r_rwbt_sleep_enter = 0x400557a4) + [!provide] PROVIDE (r_rwbt_sleep_wakeup = 0x400557fc) + [!provide] PROVIDE (r_rwbt_sleep_wakeup_end = 0x400558cc) + [!provide] PROVIDE (r_rwbt_version = 0x4005520c) + [!provide] PROVIDE (r_rwip_assert_err = 0x40055f88) + [!provide] PROVIDE (r_rwip_check_wakeup_boundary = 0x400558fc) + [!provide] PROVIDE (r_rwip_ext_wakeup_enable = 0x40055f3c) + [!provide] PROVIDE (r_rwip_init = 0x4005595c) + [!provide] PROVIDE (r_rwip_pca_clock_dragging_only = 0x40055f48) + [!provide] PROVIDE (r_rwip_prevent_sleep_clear = 0x40055ec8) + [!provide] PROVIDE (r_rwip_prevent_sleep_set = 0x40055e64) + 0x0000000040055ab8 PROVIDE (r_rwip_reset = 0x40055ab8) + [!provide] PROVIDE (r_rwip_schedule = 0x40055b38) + [!provide] PROVIDE (r_rwip_sleep = 0x40055b5c) + [!provide] PROVIDE (r_rwip_sleep_enable = 0x40055f30) + [!provide] PROVIDE (r_rwip_version = 0x40055b20) + [!provide] PROVIDE (r_rwip_wakeup = 0x40055dc4) + [!provide] PROVIDE (r_rwip_wakeup_delay_set = 0x40055e4c) + [!provide] PROVIDE (r_rwip_wakeup_end = 0x40055e18) + [!provide] PROVIDE (r_rwip_wlcoex_set = 0x40055f60) + [!provide] PROVIDE (r_SHA_256 = 0x40013a90) + [!provide] PROVIDE (rwip_coex_cfg = 0x3ff9914c) + [!provide] PROVIDE (rwip_priority = 0x3ff99159) + 0x000000003ffbdb28 PROVIDE (rwip_rf = 0x3ffbdb28) + [!provide] PROVIDE (rwip_rf_p_get = 0x400558f4) + [!provide] PROVIDE (r_XorKey = 0x400112c0) + [!provide] PROVIDE (sha_blk_bits = 0x3ff99290) + [!provide] PROVIDE (sha_blk_bits_bytes = 0x3ff99288) + [!provide] PROVIDE (sha_blk_hash_bytes = 0x3ff9928c) + [!provide] PROVIDE (sig_matrix = 0x3ffae293) + [!provide] PROVIDE (sip_after_tx_complete = 0x4000b358) + [!provide] PROVIDE (sip_alloc_to_host_evt = 0x4000ab9c) + [!provide] PROVIDE (sip_get_ptr = 0x4000b34c) + [!provide] PROVIDE (sip_get_state = 0x4000ae2c) + [!provide] PROVIDE (sip_init_attach = 0x4000ae58) + [!provide] PROVIDE (sip_install_rx_ctrl_cb = 0x4000ae10) + [!provide] PROVIDE (sip_install_rx_data_cb = 0x4000ae20) + [!provide] PROVIDE (sip_is_active = 0x4000b3c0) + [!provide] PROVIDE (sip_post_init = 0x4000aed8) + [!provide] PROVIDE (sip_reclaim_from_host_cmd = 0x4000adbc) + [!provide] PROVIDE (sip_reclaim_tx_data_pkt = 0x4000ad5c) + [!provide] PROVIDE (sip_send = 0x4000af54) + [!provide] PROVIDE (sip_to_host_chain_append = 0x4000aef8) + [!provide] PROVIDE (sip_to_host_evt_send_done = 0x4000ac04) + [!provide] PROVIDE (slc_add_credits = 0x4000baf4) + [!provide] PROVIDE (slc_enable = 0x4000b64c) + [!provide] PROVIDE (slc_from_host_chain_fetch = 0x4000b7e8) + [!provide] PROVIDE (slc_from_host_chain_recycle = 0x4000bb10) + [!provide] PROVIDE (slc_has_pkt_to_host = 0x4000b5fc) + [!provide] PROVIDE (slc_init_attach = 0x4000b918) + [!provide] PROVIDE (slc_init_credit = 0x4000badc) + [!provide] PROVIDE (slc_reattach = 0x4000b62c) + [!provide] PROVIDE (slc_send_to_host_chain = 0x4000b6a0) + [!provide] PROVIDE (slc_set_host_io_max_window = 0x4000b89c) + [!provide] PROVIDE (slc_to_host_chain_recycle = 0x4000b758) + [!provide] PROVIDE (specialModP256 = 0x4001600c) + [!provide] PROVIDE (__stack = 0x3ffe3f20) + [!provide] PROVIDE (__stack_app = 0x3ffe7e30) + [!provide] PROVIDE (_stack_sentry = 0x3ffe1320) + [!provide] PROVIDE (_stack_sentry_app = 0x3ffe5230) + [!provide] PROVIDE (_start = 0x40000704) + [!provide] PROVIDE (start_tb_console = 0x4005a980) + [!provide] PROVIDE (_stat_r = 0x4000bcb4) + [!provide] PROVIDE (_stext = 0x40000560) + [!provide] PROVIDE (SubtractBigHex256 = 0x40015bcc) + 0x0000000040015e8c PROVIDE (SubtractBigHexMod256 = 0x40015e8c) + [!provide] PROVIDE (SubtractBigHexUint32_256 = 0x40015f8c) + [!provide] PROVIDE (SubtractFromSelfBigHex256 = 0x40015c20) + [!provide] PROVIDE (SubtractFromSelfBigHexSign256 = 0x40015dc8) + 0x000000003ffb8d40 PROVIDE (sw_to_hw = 0x3ffb8d40) + 0x000000003ffae020 PROVIDE (syscall_table_ptr_app = 0x3ffae020) + 0x000000003ffae024 PROVIDE (syscall_table_ptr_pro = 0x3ffae024) + [!provide] PROVIDE (tdefl_compress = 0x400600bc) + [!provide] PROVIDE (tdefl_compress_buffer = 0x400607f4) + [!provide] PROVIDE (tdefl_compress_mem_to_mem = 0x40060900) + [!provide] PROVIDE (tdefl_compress_mem_to_output = 0x400608e0) + [!provide] PROVIDE (tdefl_get_adler32 = 0x400608d8) + [!provide] PROVIDE (tdefl_get_prev_return_status = 0x400608d0) + [!provide] PROVIDE (tdefl_init = 0x40060810) + [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory = 0x4006091c) + [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory_ex = 0x40060910) + [!provide] PROVIDE (tinfl_decompress = 0x4005ef30) + [!provide] PROVIDE (tinfl_decompress_mem_to_callback = 0x40060090) + [!provide] PROVIDE (tinfl_decompress_mem_to_mem = 0x40060050) + [!provide] PROVIDE (UartDev = 0x3ffe019c) + [!provide] PROVIDE (user_code_start = 0x3ffe0400) + [!provide] PROVIDE (veryBigHexP256 = 0x3ff9736c) + [!provide] PROVIDE (xthal_bcopy = 0x4000c098) + [!provide] PROVIDE (xthal_copy123 = 0x4000c124) + [!provide] PROVIDE (xthal_get_ccompare = 0x4000c078) + [!provide] PROVIDE (xthal_get_ccount = 0x4000c050) + [!provide] PROVIDE (xthal_get_interrupt = 0x4000c1e4) + [!provide] PROVIDE (xthal_get_intread = 0x4000c1e4) + [!provide] PROVIDE (Xthal_intlevel = 0x3ff9c2b4) + [!provide] PROVIDE (xthal_memcpy = 0x4000c0bc) + [!provide] PROVIDE (xthal_set_ccompare = 0x4000c058) + [!provide] PROVIDE (xthal_set_intclear = 0x4000c1ec) + 0x000000004000bfdc PROVIDE (_xtos_set_intlevel = 0x4000bfdc) + 0x000000003ffe01e0 PROVIDE (g_ticks_per_us_pro = 0x3ffe01e0) + [!provide] PROVIDE (g_ticks_per_us_app = 0x3ffe40f0) + [!provide] PROVIDE (esp_rom_spiflash_config_param = 0x40063238) + 0x00000000400621b0 PROVIDE (esp_rom_spiflash_read_user_cmd = 0x400621b0) + 0x0000000040062e60 PROVIDE (esp_rom_spiflash_write_encrypted_disable = 0x40062e60) + 0x0000000040062df4 PROVIDE (esp_rom_spiflash_write_encrypted_enable = 0x40062df4) + 0x0000000040062e1c PROVIDE (esp_rom_spiflash_prepare_encrypted_data = 0x40062e1c) + [!provide] PROVIDE (esp_rom_spiflash_select_qio_pins = 0x40061ddc) + [!provide] PROVIDE (esp_rom_spiflash_attach = 0x40062a6c) + 0x0000000040062bc8 PROVIDE (esp_rom_spiflash_config_clk = 0x40062bc8) + 0x000000003ffae270 PROVIDE (g_rom_spiflash_chip = 0x3ffae270) + 0x00000000400417b4 PROVIDE (hci_le_rd_rem_used_feats_cmd_handler = 0x400417b4) + 0x0000000040043808 PROVIDE (llcp_length_req_handler = 0x40043808) + 0x0000000040043ba8 PROVIDE (llcp_unknown_rsp_handler = 0x40043ba8) + 0x000000004004291c PROVIDE (llcp_channel_map_req_handler = 0x4004291c) + 0x00000000400426f0 PROVIDE (llcp_con_up_req_handler = 0x400426f0) + [!provide] PROVIDE (FilePacketSendDeflatedReqMsgProc = 0x40008b24) + [!provide] PROVIDE (FilePacketSendReqMsgProc = 0x40008860) + [!provide] PROVIDE (FlashDwnLdDeflatedStartMsgProc = 0x40008ad8) + [!provide] PROVIDE (FlashDwnLdParamCfgMsgProc = 0x4000891c) + [!provide] PROVIDE (FlashDwnLdStartMsgProc = 0x40008820) + [!provide] PROVIDE (FlashDwnLdStopDeflatedReqMsgProc = 0x40008c18) + [!provide] PROVIDE (FlashDwnLdStopReqMsgProc = 0x400088ec) + [!provide] PROVIDE (MemDwnLdStartMsgProc = 0x40008948) + [!provide] PROVIDE (MemDwnLdStopReqMsgProc = 0x400089dc) + [!provide] PROVIDE (MemPacketSendReqMsgProc = 0x40008978) + [!provide] PROVIDE (uart_baudrate_detect = 0x40009034) + [!provide] PROVIDE (uart_buff_switch = 0x400093c0) + [!provide] PROVIDE (UartConnCheck = 0x40008738) + [!provide] PROVIDE (UartConnectProc = 0x40008a04) + [!provide] PROVIDE (UartDwnLdProc = 0x40008ce8) + [!provide] PROVIDE (UartRegReadProc = 0x40008a58) + [!provide] PROVIDE (UartRegWriteProc = 0x40008a14) + [!provide] PROVIDE (UartSetBaudProc = 0x40008aac) + [!provide] PROVIDE (UartSpiAttachProc = 0x40008a6c) + [!provide] PROVIDE (UartSpiReadProc = 0x40008a80) + [!provide] PROVIDE (VerifyFlashMd5Proc = 0x40008c44) + [!provide] PROVIDE (GetUartDevice = 0x40009598) + [!provide] PROVIDE (RcvMsg = 0x4000954c) + [!provide] PROVIDE (SendMsg = 0x40009384) + [!provide] PROVIDE (UartGetCmdLn = 0x40009564) + [!provide] PROVIDE (UartRxString = 0x400092fc) + [!provide] PROVIDE (Uart_Init = 0x40009120) + [!provide] PROVIDE (recv_packet = 0x40009424) + [!provide] PROVIDE (send_packet = 0x40009340) + [!provide] PROVIDE (uartAttach = 0x40008fd0) + 0x00000000400090cc PROVIDE (uart_div_modify = 0x400090cc) + [!provide] PROVIDE (uart_rx_intr_handler = 0x40008f4c) + 0x00000000400092d0 PROVIDE (uart_rx_one_char = 0x400092d0) + [!provide] PROVIDE (uart_rx_one_char_block = 0x400092a4) + [!provide] PROVIDE (uart_rx_readbuff = 0x40009394) + [!provide] PROVIDE (uart_tx_flush = 0x40009258) + 0x0000000040009200 PROVIDE (uart_tx_one_char = 0x40009200) + [!provide] PROVIDE (uart_tx_one_char2 = 0x4000922c) + [!provide] PROVIDE (uart_tx_switch = 0x40009028) + [!provide] PROVIDE (gpio_output_set = 0x40009b24) + [!provide] PROVIDE (gpio_output_set_high = 0x40009b5c) + [!provide] PROVIDE (gpio_input_get = 0x40009b88) + [!provide] PROVIDE (gpio_input_get_high = 0x40009b9c) + 0x0000000040009edc PROVIDE (gpio_matrix_in = 0x40009edc) + 0x0000000040009f0c PROVIDE (gpio_matrix_out = 0x40009f0c) + 0x0000000040009fdc PROVIDE (gpio_pad_select_gpio = 0x40009fdc) + [!provide] PROVIDE (gpio_pad_set_drv = 0x4000a11c) + [!provide] PROVIDE (gpio_pad_pulldown = 0x4000a348) + 0x000000004000a22c PROVIDE (gpio_pad_pullup = 0x4000a22c) + [!provide] PROVIDE (gpio_pad_hold = 0x4000a734) + [!provide] PROVIDE (gpio_pad_unhold = 0x4000a484) + [!provide] PROVIDE (ets_aes_crypt = 0x4005c9b8) + [!provide] PROVIDE (ets_aes_disable = 0x4005c8f8) + [!provide] PROVIDE (ets_aes_enable = 0x4005c8cc) + [!provide] PROVIDE (ets_aes_set_endian = 0x4005c928) + [!provide] PROVIDE (ets_aes_setkey_dec = 0x4005c994) + [!provide] PROVIDE (ets_aes_setkey_enc = 0x4005c97c) + [!provide] PROVIDE (ets_bigint_disable = 0x4005c4e0) + [!provide] PROVIDE (ets_bigint_enable = 0x4005c498) + [!provide] PROVIDE (ets_bigint_mod_mult_getz = 0x4005c818) + [!provide] PROVIDE (ets_bigint_mod_mult_prepare = 0x4005c7b4) + [!provide] PROVIDE (ets_bigint_mod_power_getz = 0x4005c614) + [!provide] PROVIDE (ets_bigint_mod_power_prepare = 0x4005c54c) + [!provide] PROVIDE (ets_bigint_montgomery_mult_getz = 0x4005c7a4) + [!provide] PROVIDE (ets_bigint_montgomery_mult_prepare = 0x4005c6fc) + [!provide] PROVIDE (ets_bigint_mult_getz = 0x4005c6e8) + [!provide] PROVIDE (ets_bigint_mult_prepare = 0x4005c630) + [!provide] PROVIDE (ets_bigint_wait_finish = 0x4005c520) + [!provide] PROVIDE (ets_post = 0x4000673c) + [!provide] PROVIDE (ets_run = 0x400066bc) + [!provide] PROVIDE (ets_set_idle_cb = 0x40006674) + [!provide] PROVIDE (ets_task = 0x40006688) + [!provide] PROVIDE (ets_efuse_get_8M_clock = 0x40008710) + 0x0000000040008658 PROVIDE (ets_efuse_get_spiconfig = 0x40008658) + [!provide] PROVIDE (ets_efuse_program_op = 0x40008628) + [!provide] PROVIDE (ets_efuse_read_op = 0x40008600) + [!provide] PROVIDE (ets_intr_lock = 0x400067b0) + [!provide] PROVIDE (ets_intr_unlock = 0x400067c4) + [!provide] PROVIDE (ets_isr_attach = 0x400067ec) + [!provide] PROVIDE (ets_waiti0 = 0x400067d8) + 0x000000004000681c PROVIDE (intr_matrix_set = 0x4000681c) + [!provide] PROVIDE (check_pos = 0x400068b8) + [!provide] PROVIDE (ets_set_appcpu_boot_addr = 0x4000689c) + [!provide] PROVIDE (ets_set_startup_callback = 0x4000688c) + [!provide] PROVIDE (ets_set_user_start = 0x4000687c) + [!provide] PROVIDE (ets_unpack_flash_code = 0x40007018) + [!provide] PROVIDE (ets_unpack_flash_code_legacy = 0x4000694c) + [!provide] PROVIDE (rom_main = 0x400076c4) + [!provide] PROVIDE (ets_write_char_uart = 0x40007cf8) + 0x0000000040007d18 PROVIDE (ets_install_putc1 = 0x40007d18) + 0x0000000040007d38 PROVIDE (ets_install_putc2 = 0x40007d38) + [!provide] PROVIDE (ets_install_uart_printf = 0x40007d28) + 0x0000000040007d54 PROVIDE (ets_printf = 0x40007d54) + [!provide] PROVIDE (rtc_boot_control = 0x4000821c) + 0x00000000400081d4 PROVIDE (rtc_get_reset_reason = 0x400081d4) + [!provide] PROVIDE (rtc_get_wakeup_cause = 0x400081f4) + [!provide] PROVIDE (rtc_select_apb_bridge = 0x40008288) + [!provide] PROVIDE (set_rtc_memory_crc = 0x40008208) + [!provide] PROVIDE (software_reset = 0x4000824c) + [!provide] PROVIDE (software_reset_cpu = 0x40008264) + [!provide] PROVIDE (ets_secure_boot_check = 0x4005cb40) + [!provide] PROVIDE (ets_secure_boot_check_finish = 0x4005cc04) + [!provide] PROVIDE (ets_secure_boot_check_start = 0x4005cbcc) + [!provide] PROVIDE (ets_secure_boot_finish = 0x4005ca84) + [!provide] PROVIDE (ets_secure_boot_hash = 0x4005cad4) + [!provide] PROVIDE (ets_secure_boot_obtain = 0x4005cb14) + [!provide] PROVIDE (ets_secure_boot_rd_abstract = 0x4005cba8) + [!provide] PROVIDE (ets_secure_boot_rd_iv = 0x4005cb84) + [!provide] PROVIDE (ets_secure_boot_start = 0x4005ca34) + [!provide] PROVIDE (ets_sha_disable = 0x4005c0a8) + [!provide] PROVIDE (ets_sha_enable = 0x4005c07c) + [!provide] PROVIDE (ets_sha_finish = 0x4005c104) + [!provide] PROVIDE (ets_sha_init = 0x4005c0d4) + [!provide] PROVIDE (ets_sha_update = 0x4005c2a0) + 0x0000000040008534 PROVIDE (ets_delay_us = 0x40008534) + [!provide] PROVIDE (ets_get_cpu_frequency = 0x4000855c) + 0x0000000040008588 PROVIDE (ets_get_detected_xtal_freq = 0x40008588) + [!provide] PROVIDE (ets_get_xtal_scale = 0x4000856c) + 0x0000000040008550 PROVIDE (ets_update_cpu_frequency_rom = 0x40008550) + 0x000000003ffb8154 PROVIDE (hci_tl_env = 0x3ffb8154) + 0x000000003ffb8258 PROVIDE (ld_acl_env = 0x3ffb8258) + 0x000000003ffb80ec PROVIDE (ea_env = 0x3ffb80ec) + 0x000000003ffb81f8 PROVIDE (lc_sco_data_path_config = 0x3ffb81f8) + 0x000000003ffb81fc PROVIDE (lc_sco_env = 0x3ffb81fc) + [!provide] PROVIDE (ld_active_ch_map = 0x3ffb8334) + [!provide] PROVIDE (ld_bcst_acl_env = 0x3ffb8274) + [!provide] PROVIDE (ld_csb_rx_env = 0x3ffb8278) + [!provide] PROVIDE (ld_csb_tx_env = 0x3ffb827c) + [!provide] PROVIDE (ld_env = 0x3ffb9510) + 0x000000003ffb8284 PROVIDE (ld_fm_env = 0x3ffb8284) + 0x000000003ffb82e4 PROVIDE (ld_inq_env = 0x3ffb82e4) + [!provide] PROVIDE (ld_iscan_env = 0x3ffb82e8) + [!provide] PROVIDE (ld_page_env = 0x3ffb82f0) + [!provide] PROVIDE (ld_pca_env = 0x3ffb82f4) + 0x000000003ffb8308 PROVIDE (ld_pscan_env = 0x3ffb8308) + 0x000000003ffb830c PROVIDE (ld_sched_env = 0x3ffb830c) + [!provide] PROVIDE (ld_sched_params = 0x3ffb96c0) + 0x000000003ffb824c PROVIDE (ld_sco_env = 0x3ffb824c) + [!provide] PROVIDE (ld_sscan_env = 0x3ffb832c) + [!provide] PROVIDE (ld_strain_env = 0x3ffb8330) + 0x000000003ffb8230 PROVIDE (LM_Sniff = 0x3ffb8230) + [!provide] PROVIDE (LM_SniffSubRate = 0x3ffb8214) + [!provide] PROVIDE (prbs_64bytes = 0x3ff98992) + 0x000000003ffb8364 PROVIDE (nvds_env = 0x3ffb8364) + 0x000000003ff9912a PROVIDE (nvds_magic_number = 0x3ff9912a) + 0x000000003ff98b58 PROVIDE (TASK_DESC_LLD = 0x3ff98b58) + [!provide] PROVIDE (ld_acl_clk_isr = 0x40030cf8) + 0x0000000040033944 PROVIDE (ld_acl_evt_canceled_cbk = 0x40033944) + 0x0000000040033870 PROVIDE (ld_acl_evt_stop_cbk = 0x40033870) + 0x0000000040030ab0 PROVIDE (ld_acl_evt_start_cbk = 0x40030ab0) + [!provide] PROVIDE (ld_acl_test_mode_update = 0x40032050) + [!provide] PROVIDE (ld_acl_resched = 0x40033814) + [!provide] PROVIDE (ld_acl_rx_isr = 0x40033aa8) + 0x000000004002f270 PROVIDE (lc_acl_disc_ind_handler = 0x4002f270) + [!provide] PROVIDE (lc_pca_sscan_start_req_handler = 0x40029b34) + [!provide] PROVIDE (lmp_feats_req_ext_handler = 0x4002ccb0) + [!provide] PROVIDE (ld_pscan_em_init = 0x4003e5e8) + [!provide] PROVIDE (ld_acl_rsw_start = 0x40032e90) + [!provide] PROVIDE (ld_acl_sniff_enter = 0x40031244) + [!provide] PROVIDE (ld_acl_sniff_trans_sched = 0x40033734) + 0x000000004002859c PROVIDE (lc_pwr_decr_ind_handler = 0x4002859c) + 0x00000000400284a8 PROVIDE (lc_pwr_incr_ind_handler = 0x400284a8) + 0x0000000040028690 PROVIDE (lc_pwr_max_ind_handler = 0x40028690) + 0x000000004005cfec PROVIDE (esp_rom_crc32_le = crc32_le) + [!provide] PROVIDE (esp_rom_crc16_le = crc16_le) + [!provide] PROVIDE (esp_rom_crc8_le = crc8_le) + [!provide] PROVIDE (esp_rom_crc32_be = crc32_be) + [!provide] PROVIDE (esp_rom_crc16_be = crc16_be) + [!provide] PROVIDE (esp_rom_crc8_be = crc8_be) + 0x0000000040009fdc PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) + 0x000000004000a22c PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) + [!provide] PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) + [!provide] PROVIDE (esp_rom_gpio_pad_unhold = gpio_pad_unhold) + 0x0000000040009edc PROVIDE (esp_rom_gpio_connect_in_signal = gpio_matrix_in) + 0x0000000040009f0c PROVIDE (esp_rom_gpio_connect_out_signal = gpio_matrix_out) + 0x000000004005d144 PROVIDE (esp_rom_efuse_mac_address_crc8 = esp_crc8) + 0x0000000040008658 PROVIDE (esp_rom_efuse_get_flash_gpio_info = ets_efuse_get_spiconfig) + [!provide] PROVIDE (esp_rom_efuse_is_secure_boot_enabled = ets_efuse_secure_boot_enabled) + [!provide] PROVIDE (esp_rom_uart_flush_tx = uart_tx_flush) + 0x0000000040009200 PROVIDE (esp_rom_uart_tx_one_char = uart_tx_one_char) + [!provide] PROVIDE (esp_rom_uart_tx_wait_idle = uart_tx_wait_idle) + 0x00000000400092d0 PROVIDE (esp_rom_uart_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_uart_rx_string = UartRxString) + [!provide] PROVIDE (esp_rom_uart_set_as_console = uart_tx_switch) + [!provide] PROVIDE (esp_rom_uart_putc = ets_write_char_uart) + 0x000000004005da7c PROVIDE (esp_rom_md5_init = 0x4005da7c) + 0x000000004005da9c PROVIDE (esp_rom_md5_update = 0x4005da9c) + 0x000000004005db1c PROVIDE (esp_rom_md5_final = 0x4005db1c) + 0x0000000040007d54 PROVIDE (esp_rom_printf = ets_printf) + 0x0000000040008534 PROVIDE (esp_rom_delay_us = ets_delay_us) + [!provide] PROVIDE (esp_rom_install_uart_printf = ets_install_uart_printf) + 0x000000004006387c __absvdi2 = 0x4006387c + 0x0000000040063868 __absvsi2 = 0x40063868 + 0x0000000040002590 __adddf3 = 0x40002590 + 0x00000000400020e8 __addsf3 = 0x400020e8 + 0x0000000040002cbc __addvdi3 = 0x40002cbc + 0x0000000040002c98 __addvsi3 = 0x40002c98 + 0x000000004000c818 __ashldi3 = 0x4000c818 + 0x000000004000c830 __ashrdi3 = 0x4000c830 + 0x0000000040064b08 __bswapdi2 = 0x40064b08 + 0x0000000040064ae0 __bswapsi2 = 0x40064ae0 + 0x0000000040064b7c __clrsbdi2 = 0x40064b7c + 0x0000000040064b64 __clrsbsi2 = 0x40064b64 + 0x000000004000ca50 __clzdi2 = 0x4000ca50 + 0x000000004000c7e8 __clzsi2 = 0x4000c7e8 + 0x0000000040063820 __cmpdi2 = 0x40063820 + 0x000000004000ca64 __ctzdi2 = 0x4000ca64 + 0x000000004000c7f0 __ctzsi2 = 0x4000c7f0 + 0x00000000400645a4 __divdc3 = 0x400645a4 + 0x0000000040002954 __divdf3 = 0x40002954 + 0x000000004000ca84 __divdi3 = 0x4000ca84 + 0x000000004000c7b8 __divsi3 = 0x4000c7b8 + 0x00000000400636a8 __eqdf2 = 0x400636a8 + 0x0000000040063374 __eqsf2 = 0x40063374 + 0x0000000040002c34 __extendsfdf2 = 0x40002c34 + 0x000000004000ca2c __ffsdi2 = 0x4000ca2c + 0x000000004000c804 __ffssi2 = 0x4000c804 + 0x0000000040002ac4 __fixdfdi = 0x40002ac4 + 0x0000000040002a78 __fixdfsi = 0x40002a78 + 0x000000004000244c __fixsfdi = 0x4000244c + 0x000000004000240c __fixsfsi = 0x4000240c + 0x0000000040002b30 __fixunsdfsi = 0x40002b30 + 0x0000000040002504 __fixunssfdi = 0x40002504 + 0x00000000400024ac __fixunssfsi = 0x400024ac + 0x000000004000c988 __floatdidf = 0x4000c988 + 0x000000004000c8c0 __floatdisf = 0x4000c8c0 + 0x000000004000c944 __floatsidf = 0x4000c944 + 0x000000004000c870 __floatsisf = 0x4000c870 + 0x000000004000c978 __floatundidf = 0x4000c978 + 0x000000004000c8b0 __floatundisf = 0x4000c8b0 + 0x000000004000c938 __floatunsidf = 0x4000c938 + 0x000000004000c864 __floatunsisf = 0x4000c864 + 0x0000000040064a70 __gcc_bcmp = 0x40064a70 + 0x0000000040063768 __gedf2 = 0x40063768 + 0x000000004006340c __gesf2 = 0x4006340c + 0x00000000400636dc __gtdf2 = 0x400636dc + 0x00000000400633a0 __gtsf2 = 0x400633a0 + 0x0000000040063704 __ledf2 = 0x40063704 + 0x00000000400633c0 __lesf2 = 0x400633c0 + 0x000000004000c84c __lshrdi3 = 0x4000c84c + 0x0000000040063790 __ltdf2 = 0x40063790 + 0x000000004006342c __ltsf2 = 0x4006342c + 0x000000004000cd4c __moddi3 = 0x4000cd4c + 0x000000004000c7c0 __modsi3 = 0x4000c7c0 + 0x0000000040063c90 __muldc3 = 0x40063c90 + 0x000000004006358c __muldf3 = 0x4006358c + 0x000000004000c9fc __muldi3 = 0x4000c9fc + 0x00000000400632c8 __mulsf3 = 0x400632c8 + 0x000000004000c7b0 __mulsi3 = 0x4000c7b0 + 0x0000000040002d78 __mulvdi3 = 0x40002d78 + 0x0000000040002d60 __mulvsi3 = 0x40002d60 + 0x00000000400636a8 __nedf2 = 0x400636a8 + 0x00000000400634a0 __negdf2 = 0x400634a0 + 0x000000004000ca14 __negdi2 = 0x4000ca14 + 0x00000000400020c0 __negsf2 = 0x400020c0 + 0x0000000040002e98 __negvdi2 = 0x40002e98 + 0x0000000040002e78 __negvsi2 = 0x40002e78 + 0x0000000040063374 __nesf2 = 0x40063374 + 0x000000003ff96544 __nsau_data = 0x3ff96544 + 0x0000000040002f3c __paritysi2 = 0x40002f3c + 0x000000003ff96544 __popcount_tab = 0x3ff96544 + 0x0000000040002ef8 __popcountdi2 = 0x40002ef8 + 0x0000000040002ed0 __popcountsi2 = 0x40002ed0 + 0x00000000400638e4 __powidf2 = 0x400638e4 + 0x00000000400026e4 __subdf3 = 0x400026e4 + 0x00000000400021d0 __subsf3 = 0x400021d0 + 0x0000000040002d20 __subvdi3 = 0x40002d20 + 0x0000000040002cf8 __subvsi3 = 0x40002cf8 + 0x0000000040002b90 __truncdfsf2 = 0x40002b90 + 0x0000000040063840 __ucmpdi2 = 0x40063840 + 0x0000000040064bec __udiv_w_sdiv = 0x40064bec + 0x000000004000cff8 __udivdi3 = 0x4000cff8 + 0x0000000040064bf4 __udivmoddi4 = 0x40064bf4 + 0x000000004000c7c8 __udivsi3 = 0x4000c7c8 + 0x000000004000d280 __umoddi3 = 0x4000d280 + 0x000000004000c7d0 __umodsi3 = 0x4000c7d0 + 0x000000004000c7d8 __umulsidi3 = 0x4000c7d8 + 0x00000000400637f4 __unorddf2 = 0x400637f4 + 0x0000000040063478 __unordsf2 = 0x40063478 + 0x000000003ff96354 _ctype_ = 0x3ff96354 + 0x000000003ff96350 __ctype_ptr__ = 0x3ff96350 + 0x000000003ffae0b4 environ = 0x3ffae0b4 + 0x000000003ffae0b0 _global_impure_ptr = 0x3ffae0b0 + 0x000000003ff96530 __mb_cur_max = 0x3ff96530 + 0x000000003ff96458 __sf_fake_stderr = 0x3ff96458 + 0x000000003ff96498 __sf_fake_stdin = 0x3ff96498 + 0x000000003ff96478 __sf_fake_stdout = 0x3ff96478 + 0x000000003ff96540 __wctomb = 0x3ff96540 + 0x000000003ffae0ac __sfp_lock = 0x3ffae0ac + 0x000000003ffae0a8 __sinit_lock = 0x3ffae0a8 + 0x000000003ffae0b8 __env_lock_object = 0x3ffae0b8 + 0x000000003ffae080 __tz_lock_object = 0x3ffae080 + 0x0000000040001778 close = 0x40001778 + 0x000000004000178c open = 0x4000178c + 0x00000000400017dc read = 0x400017dc + 0x00000000400017f4 sbrk = 0x400017f4 + 0x0000000040001808 times = 0x40001808 + 0x000000004000181c write = 0x4000181c + 0x0000000040056340 abs = 0x40056340 + 0x0000000040058ef0 __ascii_wctomb = 0x40058ef0 + 0x00000000400566c4 atoi = 0x400566c4 + 0x00000000400566d4 _atoi_r = 0x400566d4 + 0x00000000400566ec atol = 0x400566ec + 0x00000000400566fc _atol_r = 0x400566fc + 0x000000004000c1f4 bzero = 0x4000c1f4 + 0x0000000040001df8 _cleanup = 0x40001df8 + 0x0000000040001d48 _cleanup_r = 0x40001d48 + 0x0000000040000e8c creat = 0x40000e8c + 0x0000000040056348 div = 0x40056348 + 0x000000004000c728 __dummy_lock = 0x4000c728 + 0x000000004000c730 __dummy_lock_try = 0x4000c730 + 0x0000000040001fd4 __env_lock = 0x40001fd4 + 0x0000000040001fe0 __env_unlock = 0x40001fe0 + 0x00000000400020ac fclose = 0x400020ac + 0x0000000040001fec _fclose_r = 0x40001fec + 0x0000000040059394 fflush = 0x40059394 + 0x0000000040059320 _fflush_r = 0x40059320 + 0x0000000040001f44 _findenv_r = 0x40001f44 + 0x0000000040001f1c __fp_lock_all = 0x40001f1c + 0x0000000040001f30 __fp_unlock_all = 0x40001f30 + 0x0000000040058da0 __fputwc = 0x40058da0 + 0x0000000040058ea8 fputwc = 0x40058ea8 + 0x0000000040058e4c _fputwc_r = 0x40058e4c + 0x000000004000c738 _fwalk = 0x4000c738 + 0x000000004000c770 _fwalk_reent = 0x4000c770 + 0x0000000040001fbc _getenv_r = 0x40001fbc + 0x0000000040000f04 isalnum = 0x40000f04 + 0x0000000040000f18 isalpha = 0x40000f18 + 0x000000004000c20c isascii = 0x4000c20c + 0x0000000040000f2c isblank = 0x40000f2c + 0x0000000040000f50 iscntrl = 0x40000f50 + 0x0000000040000f64 isdigit = 0x40000f64 + 0x0000000040000f94 isgraph = 0x40000f94 + 0x0000000040000f78 islower = 0x40000f78 + 0x0000000040000fa8 isprint = 0x40000fa8 + 0x0000000040000fc0 ispunct = 0x40000fc0 + 0x0000000040000fd4 isspace = 0x40000fd4 + 0x0000000040000fe8 isupper = 0x40000fe8 + 0x0000000040056678 __itoa = 0x40056678 + 0x00000000400566b4 itoa = 0x400566b4 + 0x0000000040056370 labs = 0x40056370 + 0x0000000040056378 ldiv = 0x40056378 + 0x00000000400562cc longjmp = 0x400562cc + 0x000000004000c220 memccpy = 0x4000c220 + 0x000000004000c244 memchr = 0x4000c244 + 0x000000004000c260 memcmp = 0x4000c260 + 0x000000004000c2c8 memcpy = 0x4000c2c8 + 0x000000004000c3c0 memmove = 0x4000c3c0 + 0x000000004000c400 memrchr = 0x4000c400 + 0x000000004000c44c memset = 0x4000c44c + 0x0000000040056424 qsort = 0x40056424 + 0x0000000040001058 rand = 0x40001058 + 0x00000000400010d4 rand_r = 0x400010d4 + 0x000000004000c498 __sccl = 0x4000c498 + 0x00000000400011b8 __sclose = 0x400011b8 + 0x0000000040001148 __seofread = 0x40001148 + 0x0000000040056268 setjmp = 0x40056268 + 0x00000000400591e0 __sflush_r = 0x400591e0 + 0x0000000040001dc8 __sfmoreglue = 0x40001dc8 + 0x0000000040001e90 __sfp = 0x40001e90 + 0x0000000040001e08 __sfp_lock_acquire = 0x40001e08 + 0x0000000040001e14 __sfp_lock_release = 0x40001e14 + 0x0000000040001e38 __sinit = 0x40001e38 + 0x0000000040001e20 __sinit_lock_acquire = 0x40001e20 + 0x0000000040001e2c __sinit_lock_release = 0x40001e2c + 0x0000000040001004 srand = 0x40001004 + 0x0000000040001118 __sread = 0x40001118 + 0x0000000040001184 __sseek = 0x40001184 + 0x00000000400011cc strcasecmp = 0x400011cc + 0x0000000040001210 strcasestr = 0x40001210 + 0x000000004000c518 strcat = 0x4000c518 + 0x000000004000c53c strchr = 0x4000c53c + 0x0000000040001274 strcmp = 0x40001274 + 0x0000000040001398 strcoll = 0x40001398 + 0x00000000400013ac strcpy = 0x400013ac + 0x000000004000c558 strcspn = 0x4000c558 + 0x000000004000143c strdup = 0x4000143c + 0x0000000040001450 _strdup_r = 0x40001450 + 0x0000000040001470 strlcat = 0x40001470 + 0x000000004000c584 strlcpy = 0x4000c584 + 0x00000000400014c0 strlen = 0x400014c0 + 0x0000000040001524 strlwr = 0x40001524 + 0x0000000040001550 strncasecmp = 0x40001550 + 0x000000004000c5c4 strncat = 0x4000c5c4 + 0x000000004000c5f4 strncmp = 0x4000c5f4 + 0x00000000400015d4 strncpy = 0x400015d4 + 0x00000000400016b0 strndup = 0x400016b0 + 0x00000000400016c4 _strndup_r = 0x400016c4 + 0x000000004000c628 strnlen = 0x4000c628 + 0x0000000040001708 strrchr = 0x40001708 + 0x0000000040001734 strsep = 0x40001734 + 0x000000004000c648 strspn = 0x4000c648 + 0x000000004000c674 strstr = 0x4000c674 + 0x000000004000c6a8 __strtok_r = 0x4000c6a8 + 0x000000004000c70c strtok_r = 0x4000c70c + 0x000000004005681c strtol = 0x4005681c + 0x0000000040056714 _strtol_r = 0x40056714 + 0x000000004005692c strtoul = 0x4005692c + 0x0000000040056834 _strtoul_r = 0x40056834 + 0x000000004000174c strupr = 0x4000174c + 0x0000000040058f3c __submore = 0x40058f3c + 0x0000000040058cb4 __swbuf = 0x40058cb4 + 0x0000000040058bec __swbuf_r = 0x40058bec + 0x0000000040001150 __swrite = 0x40001150 + 0x000000004000c720 toascii = 0x4000c720 + 0x0000000040001868 tolower = 0x40001868 + 0x0000000040001884 toupper = 0x40001884 + 0x00000000400590f4 ungetc = 0x400590f4 + 0x0000000040058fa0 _ungetc_r = 0x40058fa0 + 0x00000000400561f0 __utoa = 0x400561f0 + 0x0000000040056258 utoa = 0x40056258 + 0x0000000040058920 wcrtomb = 0x40058920 + 0x00000000400588d8 _wcrtomb_r = 0x400588d8 + 0x0000000040058f14 _wctomb_r = 0x40058f14 + 0x0000000040059588 asctime = 0x40059588 + 0x0000000040000ec8 asctime_r = 0x40000ec8 + 0x00000000400595b0 ctime = 0x400595b0 + 0x00000000400595c4 ctime_r = 0x400595c4 + 0x0000000040001fcc __gettzinfo = 0x40001fcc + 0x0000000040001834 __get_current_time_locale = 0x40001834 + 0x0000000040059848 gmtime = 0x40059848 + 0x0000000040059868 gmtime_r = 0x40059868 + 0x00000000400595dc localtime = 0x400595dc + 0x00000000400595fc localtime_r = 0x400595fc + 0x000000004005a5e8 mktime = 0x4005a5e8 + 0x0000000040059ab4 strftime = 0x40059ab4 + 0x0000000040001844 time = 0x40001844 + 0x000000004000183c __time_load_locale = 0x4000183c + 0x0000000040001a1c tzset = 0x40001a1c + 0x0000000040001a28 _tzset_r = 0x40001a28 + 0x00000000400018a0 __tzcalc_limits = 0x400018a0 + 0x0000000040001a04 __tz_lock = 0x40001a04 + 0x0000000040001a10 __tz_unlock = 0x40001a10 + 0x000000003ffae0a0 _timezone = 0x3ffae0a0 + 0x000000003ffae030 _tzname = 0x3ffae030 + 0x000000003ffae0a4 _daylight = 0x3ffae0a4 + 0x000000003ff9609c __month_lengths = 0x3ff9609c + 0x0000000040000ea0 _isatty_r = 0x40000ea0 + 0x000000004005893c __sfvwrite_r = 0x4005893c + 0x0000000040059108 __smakebuf_r = 0x40059108 + 0x00000000400593d4 __srefill_r = 0x400593d4 + 0x0000000040058cc8 __swsetup_r = 0x40058cc8 + 0x0000000040056d9c asiprintf = 0x40056d9c + 0x0000000040056d4c _asiprintf_r = 0x40056d4c + 0x0000000040056cd8 asniprintf = 0x40056cd8 + 0x0000000040056c64 _asniprintf_r = 0x40056c64 + 0x0000000040056cd8 asnprintf = 0x40056cd8 + 0x0000000040056c64 _asnprintf_r = 0x40056c64 + 0x0000000040056d9c asprintf = 0x40056d9c + 0x0000000040056d4c _asprintf_r = 0x40056d4c + 0x0000000040056efc fiprintf = 0x40056efc + 0x0000000040056ed8 _fiprintf_r = 0x40056ed8 + 0x0000000040058884 fiscanf = 0x40058884 + 0x00000000400588b4 _fiscanf_r = 0x400588b4 + 0x0000000040056efc fprintf = 0x40056efc + 0x0000000040056ed8 _fprintf_r = 0x40056ed8 + 0x0000000040058884 fscanf = 0x40058884 + 0x00000000400588b4 _fscanf_r = 0x400588b4 + 0x0000000040056978 iprintf = 0x40056978 + 0x0000000040056944 _iprintf_r = 0x40056944 + 0x0000000040058760 iscanf = 0x40058760 + 0x000000004005879c _iscanf_r = 0x4005879c + 0x0000000040056978 printf = 0x40056978 + 0x0000000040057338 _printf_common = 0x40057338 + 0x0000000040057404 _printf_i = 0x40057404 + 0x0000000040056944 _printf_r = 0x40056944 + 0x0000000040058760 scanf = 0x40058760 + 0x0000000040058384 _scanf_chars = 0x40058384 + 0x000000004005845c _scanf_i = 0x4005845c + 0x000000004005879c _scanf_r = 0x4005879c + 0x0000000040057790 __sfputs_r = 0x40057790 + 0x0000000040056c08 siprintf = 0x40056c08 + 0x0000000040056bbc _siprintf_r = 0x40056bbc + 0x00000000400587d0 siscanf = 0x400587d0 + 0x0000000040058830 _siscanf_r = 0x40058830 + 0x0000000040056b4c sniprintf = 0x40056b4c + 0x0000000040056ae4 _sniprintf_r = 0x40056ae4 + 0x0000000040056b4c snprintf = 0x40056b4c + 0x0000000040056ae4 _snprintf_r = 0x40056ae4 + 0x0000000040056c08 sprintf = 0x40056c08 + 0x0000000040056bbc _sprintf_r = 0x40056bbc + 0x00000000400577e4 __sprint_r = 0x400577e4 + 0x00000000400587d0 sscanf = 0x400587d0 + 0x0000000040058830 _sscanf_r = 0x40058830 + 0x0000000040056ff8 __ssprint_r = 0x40056ff8 + 0x0000000040056f2c __ssputs_r = 0x40056f2c + 0x0000000040057fec __ssrefill_r = 0x40057fec + 0x000000004005802c __ssvfiscanf_r = 0x4005802c + 0x000000004005802c __ssvfscanf_r = 0x4005802c + 0x0000000040057f6c _sungetc_r = 0x40057f6c + 0x0000000040057100 _svfiprintf_r = 0x40057100 + 0x0000000040057b08 __svfiscanf_r = 0x40057b08 + 0x0000000040057100 _svfprintf_r = 0x40057100 + 0x0000000040057f04 __svfscanf = 0x40057f04 + 0x0000000040057b08 __svfscanf_r = 0x40057b08 + 0x0000000040056eb8 vasiprintf = 0x40056eb8 + 0x0000000040056e80 _vasiprintf_r = 0x40056e80 + 0x0000000040056e58 vasniprintf = 0x40056e58 + 0x0000000040056df8 _vasniprintf_r = 0x40056df8 + 0x0000000040056e58 vasnprintf = 0x40056e58 + 0x0000000040056df8 _vasnprintf_r = 0x40056df8 + 0x0000000040056eb8 vasprintf = 0x40056eb8 + 0x0000000040056e80 _vasprintf_r = 0x40056e80 + 0x0000000040057ae8 vfiprintf = 0x40057ae8 + 0x0000000040057850 _vfiprintf_r = 0x40057850 + 0x0000000040057eb8 vfiscanf = 0x40057eb8 + 0x0000000040057f24 _vfiscanf_r = 0x40057f24 + 0x0000000040057ae8 vfprintf = 0x40057ae8 + 0x0000000040057850 _vfprintf_r = 0x40057850 + 0x0000000040057eb8 vfscanf = 0x40057eb8 + 0x0000000040057f24 _vfscanf_r = 0x40057f24 + 0x00000000400569b4 viprintf = 0x400569b4 + 0x00000000400569e4 _viprintf_r = 0x400569e4 + 0x0000000040058698 viscanf = 0x40058698 + 0x00000000400586c8 _viscanf_r = 0x400586c8 + 0x00000000400569b4 vprintf = 0x400569b4 + 0x00000000400569e4 _vprintf_r = 0x400569e4 + 0x0000000040058698 vscanf = 0x40058698 + 0x00000000400586c8 _vscanf_r = 0x400586c8 + 0x0000000040056ac4 vsiprintf = 0x40056ac4 + 0x0000000040056a90 _vsiprintf_r = 0x40056a90 + 0x0000000040058740 vsiscanf = 0x40058740 + 0x00000000400586f8 _vsiscanf_r = 0x400586f8 + 0x0000000040056a68 vsniprintf = 0x40056a68 + 0x0000000040056a14 _vsniprintf_r = 0x40056a14 + 0x0000000040056a68 vsnprintf = 0x40056a68 + 0x0000000040056a14 _vsnprintf_r = 0x40056a14 + 0x0000000040056ac4 vsprintf = 0x40056ac4 + 0x0000000040056a90 _vsprintf_r = 0x40056a90 + 0x0000000040058740 vsscanf = 0x40058740 + 0x00000000400586f8 _vsscanf_r = 0x400586f8 + 0x000000003ffc9f00 _static_data_end = _bss_end + 0x0000000040000000 _heap_end = 0x40000000 + 0x000000003ff80000 _data_seg_org = ORIGIN (rtc_data_seg) + 0x0000000000000001 ASSERT ((_rodata_start == ORIGIN (default_rodata_seg)), .flash.appdesc section must be placed at the beginning of the rodata segment.) + +.rtc.text 0x00000000400c0000 0x63 + 0x00000000400c0000 . = ALIGN (0x4) + *(.rtc.literal .rtc.text .rtc.text.*) + .rtc.text.38.literal + 0x00000000400c0000 0x1c esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .rtc.text.38 0x00000000400c001c 0x47 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x00000000400c001c esp_default_wake_deep_sleep + 0x00000000400c001c esp_wake_deep_sleep + *rtc_wake_stub*.*(.literal .text .literal.* .text.*) + 0x00000000400c0063 _rtc_text_end = ABSOLUTE (.) + +.rtc.dummy 0x000000003ff80000 0x63 + 0x000000003ff80000 _rtc_dummy_start = ABSOLUTE (.) + 0x000000003ff80000 _rtc_fast_start = ABSOLUTE (.) + 0x0000000000000063 . = SIZEOF (.rtc.text) + *fill* 0x000000003ff80000 0x63 + 0x000000003ff80063 _rtc_dummy_end = ABSOLUTE (.) + +.rtc.force_fast + 0x000000003ff80063 0x1 + 0x000000003ff80064 . = ALIGN (0x4) + *fill* 0x000000003ff80063 0x1 + 0x000000003ff80064 _rtc_force_fast_start = ABSOLUTE (.) + 0x000000003ff80064 _coredump_rtc_fast_start = ABSOLUTE (.) + *(.rtc.fast.coredump .rtc.fast.coredump.*) + 0x000000003ff80064 _coredump_rtc_fast_end = ABSOLUTE (.) + *(.rtc.force_fast .rtc.force_fast.*) + 0x000000003ff80064 . = ALIGN (0x4) + 0x000000003ff80064 _rtc_force_fast_end = ABSOLUTE (.) + +.rtc.data 0x0000000050000000 0x10 + 0x0000000050000000 _rtc_data_start = ABSOLUTE (.) + 0x0000000050000000 _coredump_rtc_start = ABSOLUTE (.) + *(.rtc.coredump .rtc.coredump.*) + 0x0000000050000000 _coredump_rtc_end = ABSOLUTE (.) + *(.rtc.data .rtc.data.*) + .rtc.data.0 0x0000000050000000 0x10 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + *(.rtc.rodata .rtc.rodata.*) + *rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .bss .bss.*) + 0x0000000050000010 _rtc_data_end = ABSOLUTE (.) + +.rtc.bss 0x0000000050000010 0x0 + 0x0000000050000010 _rtc_bss_start = ABSOLUTE (.) + *rtc_wake_stub*.*(.bss .bss.*) + *rtc_wake_stub*.*(COMMON) + *(.rtc.bss) + 0x0000000050000010 _rtc_bss_end = ABSOLUTE (.) + +.rtc_noinit 0x0000000050000010 0x0 + 0x0000000050000010 . = ALIGN (0x4) + 0x0000000050000010 _rtc_noinit_start = ABSOLUTE (.) + *(.rtc_noinit .rtc_noinit.*) + 0x0000000050000010 . = ALIGN (0x4) + 0x0000000050000010 _rtc_noinit_end = ABSOLUTE (.) + +.rtc.force_slow + 0x0000000050000010 0x0 + 0x0000000050000010 . = ALIGN (0x4) + 0x0000000050000010 _rtc_force_slow_start = ABSOLUTE (.) + *(.rtc.force_slow .rtc.force_slow.*) + 0x0000000050000010 . = ALIGN (0x4) + 0x0000000050000010 _rtc_force_slow_end = ABSOLUTE (.) + 0x0000000000000010 _rtc_slow_length = (ORIGIN (rtc_slow_seg) == ORIGIN (rtc_data_location))?(_rtc_force_slow_end - _rtc_data_start):(_rtc_force_slow_end - _rtc_force_slow_start) + 0x0000000000000064 _rtc_fast_length = (ORIGIN (rtc_slow_seg) == ORIGIN (rtc_data_location))?(_rtc_force_fast_end - _rtc_fast_start):(_rtc_noinit_end - _rtc_fast_start) + 0x0000000000000000 ASSERT ((_rtc_slow_length <= LENGTH (rtc_slow_seg)), RTC_SLOW segment data does not fit.) + 0x0000000000000000 ASSERT ((_rtc_fast_length <= LENGTH (rtc_data_seg)), RTC_FAST segment data does not fit.) + +.iram0.vectors 0x0000000040080000 0x403 + 0x0000000040080000 _iram_start = ABSOLUTE (.) + 0x0000000040080000 _vector_table = ABSOLUTE (.) + 0x0000000000000000 . = 0x0 + *(.WindowVectors.text) + .WindowVectors.text + 0x0000000040080000 0x16a esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040080000 _WindowOverflow4 + 0x0000000040080040 _WindowUnderflow4 + 0x0000000040080050 _xt_alloca_exc + 0x0000000040080080 _WindowOverflow8 + 0x00000000400800c0 _WindowUnderflow8 + 0x0000000040080100 _WindowOverflow12 + 0x0000000040080140 _WindowUnderflow12 + 0x0000000000000180 . = 0x180 + *fill* 0x000000004008016a 0x16 + *(.Level2InterruptVector.text) + .Level2InterruptVector.text + 0x0000000040080180 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040080180 _Level2Vector + 0x00000000000001c0 . = 0x1c0 + *fill* 0x0000000040080186 0x3a + *(.Level3InterruptVector.text) + .Level3InterruptVector.text + 0x00000000400801c0 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x00000000400801c0 _Level3Vector + 0x0000000000000200 . = 0x200 + *fill* 0x00000000400801c6 0x3a + *(.Level4InterruptVector.text) + .Level4InterruptVector.text + 0x0000000040080200 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040080200 _Level4Vector + 0x0000000000000240 . = 0x240 + *fill* 0x0000000040080206 0x3a + *(.Level5InterruptVector.text) + .Level5InterruptVector.text + 0x0000000040080240 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040080240 _Level5Vector + 0x0000000000000280 . = 0x280 + *fill* 0x0000000040080246 0x3a + *(.DebugExceptionVector.text) + .DebugExceptionVector.text + 0x0000000040080280 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040080280 _DebugExceptionVector + 0x00000000000002c0 . = 0x2c0 + *fill* 0x0000000040080286 0x3a + *(.NMIExceptionVector.text) + .NMIExceptionVector.text + 0x00000000400802c0 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x00000000400802c0 _NMIExceptionVector + 0x0000000000000300 . = 0x300 + *fill* 0x00000000400802c6 0x3a + *(.KernelExceptionVector.text) + .KernelExceptionVector.text + 0x0000000040080300 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040080300 _KernelExceptionVector + 0x0000000000000340 . = 0x340 + *fill* 0x0000000040080306 0x3a + *(.UserExceptionVector.text) + .UserExceptionVector.text + 0x0000000040080340 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040080340 _UserExceptionVector + 0x00000000000003c0 . = 0x3c0 + *fill* 0x0000000040080346 0x7a + *(.DoubleExceptionVector.text) + .DoubleExceptionVector.text + 0x00000000400803c0 0xf esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x00000000400803c0 _DoubleExceptionVector + 0x0000000000000400 . = 0x400 + *fill* 0x00000000400803cf 0x31 + 0x0000000040080400 _invalid_pc_placeholder = ABSOLUTE (.) + *(.*Vector.literal) + *(.UserEnter.literal) + *(.UserEnter.text) + 0x0000000040080400 . = ALIGN (0x10) + *(.entry.text) + *(.init.literal) + *(.init) + .init 0x0000000040080400 0x3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crti.o + 0x0000000040080400 _init + 0x0000000040080403 _init_end = ABSOLUTE (.) + +.iram0.text 0x0000000040080404 0x1d6ff + 0x0000000040080404 _iram_text_start = ABSOLUTE (.) + *(.iram1 .iram1.*) + .iram1.1.literal + 0x0000000040080404 0xc esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .iram1.31.literal + 0x0000000040080410 0x58 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x7c (size before relaxing) + .iram1.literal + 0x0000000040080468 0x8 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .iram1.27.literal + 0x0000000040080470 0x14 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .iram1.3.literal + 0x0000000040080484 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.25.literal + 0x000000004008048c 0x8 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x14 (size before relaxing) + .iram1.26.literal + 0x0000000040080494 0x4 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0xc (size before relaxing) + .iram1.1.literal + 0x0000000040080498 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .iram1.2.literal + 0x00000000400804a4 0x4 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .iram1.30.literal + 0x00000000400804a8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.31.literal + 0x00000000400804a8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.32.literal + 0x00000000400804a8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.33.literal + 0x00000000400804a8 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.50.literal + 0x00000000400804a8 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.57.literal + 0x00000000400804ac 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.56.literal + 0x00000000400804b0 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.55.literal + 0x00000000400804b4 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.54.literal + 0x00000000400804b8 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.53.literal + 0x00000000400804bc 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.52.literal + 0x00000000400804bc 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.51.literal + 0x00000000400804bc 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.49.literal + 0x00000000400804bc 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.48.literal + 0x00000000400804bc 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.47.literal + 0x00000000400804bc 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.46.literal + 0x00000000400804bc 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.45.literal + 0x00000000400804c0 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.43.literal + 0x00000000400804c4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.42.literal + 0x00000000400804c4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.41.literal + 0x00000000400804c4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.38.literal + 0x00000000400804c4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.36.literal + 0x00000000400804c4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xc (size before relaxing) + .iram1.35.literal + 0x00000000400804c4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xc (size before relaxing) + .iram1.40.literal + 0x00000000400804c4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.39.literal + 0x00000000400804c4 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.26.literal + 0x00000000400804c4 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x10 (size before relaxing) + .iram1.27.literal + 0x00000000400804c8 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x10 (size before relaxing) + .iram1.28.literal + 0x00000000400804c8 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x4 (size before relaxing) + .iram1.29.literal + 0x00000000400804c8 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x4 (size before relaxing) + .iram1.31.literal + 0x00000000400804c8 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.24.literal + 0x00000000400804cc 0x2c esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x3c (size before relaxing) + .iram1.25.literal + 0x00000000400804f8 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x2c (size before relaxing) + .iram1.26.literal + 0x0000000040080504 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x20 (size before relaxing) + .iram1.32.literal + 0x0000000040080514 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x20 (size before relaxing) + .iram1.33.literal + 0x0000000040080520 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x58 (size before relaxing) + .iram1.27.literal + 0x000000004008052c 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x20 (size before relaxing) + .iram1.34.literal + 0x000000004008052c 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x8 (size before relaxing) + .iram1.2.literal + 0x000000004008052c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x4 (size before relaxing) + .iram1.3.literal + 0x000000004008052c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x4 (size before relaxing) + .iram1.4.literal + 0x000000004008052c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x4 (size before relaxing) + .iram1.27.literal + 0x000000004008052c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x20 (size before relaxing) + .iram1.29.literal + 0x0000000040080534 0x10 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x28 (size before relaxing) + .iram1.30.literal + 0x0000000040080544 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x28 (size before relaxing) + .iram1.24.literal + 0x0000000040080544 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + .iram1.21.literal + 0x0000000040080548 0x34 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + 0x3c (size before relaxing) + .iram1.22.literal + 0x000000004008057c 0x18 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + 0x70 (size before relaxing) + .iram1.23.literal + 0x0000000040080594 0x4 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x8 (size before relaxing) + .iram1.5.literal + 0x0000000040080598 0xc esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .iram1.0.literal + 0x00000000400805a4 0x8 esp-idf/esp32/libesp32.a(clk.c.obj) + .iram1.1.literal + 0x00000000400805ac 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x8 (size before relaxing) + .iram1.3.literal + 0x00000000400805ac 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x4 (size before relaxing) + .iram1.2.literal + 0x00000000400805ac 0x8 esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x10 (size before relaxing) + .iram1.30.literal + 0x00000000400805b4 0x3c esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + 0xa8 (size before relaxing) + .iram1.31.literal + 0x00000000400805f0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x10 (size before relaxing) + .iram1.28.literal + 0x00000000400805f4 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x18 (size before relaxing) + .iram1.32.literal + 0x0000000040080604 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x10 (size before relaxing) + .iram1.29.literal + 0x0000000040080604 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x14 (size before relaxing) + .iram1.33.literal + 0x0000000040080608 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xc (size before relaxing) + .iram1.25.literal + 0x000000004008060c 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x1c (size before relaxing) + .iram1.26.literal + 0x000000004008060c 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x28 (size before relaxing) + .iram1.27.literal + 0x0000000040080610 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xc (size before relaxing) + .iram1.35.literal + 0x0000000040080610 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x14 (size before relaxing) + .iram1.25.literal + 0x0000000040080618 0x4 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .iram1.26.literal + 0x000000004008061c 0x18 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x34 (size before relaxing) + .iram1.27.literal + 0x0000000040080634 0x4 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x34 (size before relaxing) + .iram1.28.literal + 0x0000000040080638 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x8 (size before relaxing) + .iram1.2.literal + 0x0000000040080638 0x4 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x8 (size before relaxing) + .iram1.26.literal + 0x000000004008063c 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .iram1.23.literal + 0x0000000040080644 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .iram1.24.literal + 0x0000000040080654 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x4 (size before relaxing) + .iram1.25.literal + 0x0000000040080654 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x34 (size before relaxing) + .iram1.27.literal + 0x0000000040080664 0x18 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x30 (size before relaxing) + .iram1.28.literal + 0x000000004008067c 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x8 (size before relaxing) + .iram1.28.literal + 0x0000000040080680 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + .iram1.29.literal + 0x0000000040080684 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x8 (size before relaxing) + .iram1.literal + 0x0000000040080684 0x40 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x60 (size before relaxing) + .iram1.25.literal + 0x00000000400806c4 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + .iram1.41.literal + 0x00000000400806c8 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x10 (size before relaxing) + .iram1.29.literal + 0x00000000400806d4 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x34 (size before relaxing) + .iram1.34.literal + 0x00000000400806dc 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x28 (size before relaxing) + .iram1.26.literal + 0x00000000400806e4 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.27.literal + 0x00000000400806e4 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.28.literal + 0x00000000400806e4 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x24 (size before relaxing) + .iram1.30.literal + 0x00000000400806ec 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.31.literal + 0x00000000400806ec 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.32.literal + 0x00000000400806ec 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.33.literal + 0x00000000400806ec 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.35.literal + 0x00000000400806ec 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.36.literal + 0x00000000400806ec 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.40.literal + 0x00000000400806ec 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.43.literal + 0x00000000400806ec 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x8 (size before relaxing) + .iram1.47.literal + 0x00000000400806ec 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x8 (size before relaxing) + .iram1.0.literal + 0x00000000400806ec 0x8 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0xc (size before relaxing) + .iram1.26.literal + 0x00000000400806f4 0xc esp-idf/newlib/libnewlib.a(time.c.obj) + 0x18 (size before relaxing) + .iram1.25.literal + 0x0000000040080700 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x8 (size before relaxing) + .iram1.23.literal + 0x0000000040080700 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x24 (size before relaxing) + .iram1.24.literal + 0x0000000040080700 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x24 (size before relaxing) + .iram1.26.literal + 0x0000000040080700 0x8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.30.literal + 0x0000000040080708 0x10 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .iram1.28.literal + 0x0000000040080718 0x8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x20 (size before relaxing) + .iram1.29.literal + 0x0000000040080720 0x18 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x40 (size before relaxing) + .iram1.31.literal + 0x0000000040080738 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0xc (size before relaxing) + .iram1.27.literal + 0x000000004008073c 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x30 (size before relaxing) + .iram1.35.literal + 0x0000000040080740 0x18 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x4c (size before relaxing) + .iram1.36.literal + 0x0000000040080758 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x8 (size before relaxing) + .iram1.0.literal + 0x000000004008075c 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .iram1.1.literal + 0x000000004008076c 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x8 (size before relaxing) + .iram1.2.literal + 0x0000000040080770 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x60 (size before relaxing) + .iram1.3.literal + 0x00000000400807b0 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .iram1.2.literal + 0x00000000400807c8 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x54 (size before relaxing) + .iram1.3.literal + 0x0000000040080800 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4 (size before relaxing) + .iram1.1.literal + 0x0000000040080800 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x3c (size before relaxing) + .iram1.5.literal + 0x0000000040080800 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0xc (size before relaxing) + .iram1.40.literal + 0x0000000040080808 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.41.literal + 0x0000000040080814 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x8 (size before relaxing) + .iram1.36.literal + 0x0000000040080814 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x10 (size before relaxing) + .iram1.37.literal + 0x000000004008081c 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x10 (size before relaxing) + .iram1.42.literal + 0x0000000040080820 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4 (size before relaxing) + .iram1.43.literal + 0x0000000040080820 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4 (size before relaxing) + .iram1.35.literal + 0x0000000040080820 0x8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.36.literal + 0x0000000040080828 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x8 (size before relaxing) + .iram1.44.literal + 0x000000004008082c 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4 (size before relaxing) + .iram1.41.literal + 0x000000004008082c 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0xc (size before relaxing) + .iram1.38.literal + 0x000000004008082c 0x28 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x5c (size before relaxing) + .iram1.37.literal + 0x0000000040080854 0x8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .iram1.39.literal + 0x000000004008085c 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x30 (size before relaxing) + .iram1.42.literal + 0x0000000040080868 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .iram1.45.literal + 0x0000000040080868 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .iram1.54.literal + 0x000000004008086c 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.44.literal + 0x0000000040080874 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x8 (size before relaxing) + .iram1.48.literal + 0x0000000040080874 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4 (size before relaxing) + .iram1.37.literal + 0x0000000040080874 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.38.literal + 0x0000000040080878 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4 (size before relaxing) + .iram1.45.literal + 0x0000000040080878 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x10 (size before relaxing) + .iram1.39.literal + 0x000000004008087c 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4 (size before relaxing) + .iram1.47.literal + 0x000000004008087c 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x40 (size before relaxing) + .iram1.49.literal + 0x0000000040080880 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x6c (size before relaxing) + .iram1.51.literal + 0x0000000040080884 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x20 (size before relaxing) + .iram1.52.literal + 0x0000000040080884 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x8c (size before relaxing) + .iram1.53.literal + 0x0000000040080894 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x14 (size before relaxing) + .iram1.12.literal + 0x0000000040080894 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + 0x3c (size before relaxing) + .iram1.25.literal + 0x00000000400808a4 0x4 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0xc (size before relaxing) + .iram1.29.literal + 0x00000000400808a8 0xc esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x10 (size before relaxing) + .iram1.30.literal + 0x00000000400808b4 0x0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0xc (size before relaxing) + .iram1.27.literal + 0x00000000400808b4 0x8 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x24 (size before relaxing) + .iram1.28.literal + 0x00000000400808bc 0x10 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x40 (size before relaxing) + .iram1.40.literal + 0x00000000400808cc 0x8 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .iram1.41.literal + 0x00000000400808d4 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x8 (size before relaxing) + .iram1.39.literal + 0x00000000400808d4 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x4 (size before relaxing) + .iram1.43.literal + 0x00000000400808d4 0x40 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x84 (size before relaxing) + .iram1.46.literal + 0x0000000040080914 0x4 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0xc (size before relaxing) + .iram1.45.literal + 0x0000000040080918 0x18 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x24 (size before relaxing) + .iram1.0.literal + 0x0000000040080930 0x14 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x1c (size before relaxing) + .iram1.1.literal + 0x0000000040080944 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x4 (size before relaxing) + .iram1.literal + 0x0000000040080944 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x4 (size before relaxing) + .iram1.30.literal + 0x0000000040080944 0x1c esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x28 (size before relaxing) + .iram1.29.literal + 0x0000000040080960 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x1c (size before relaxing) + .iram1.31.literal + 0x0000000040080960 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x4 (size before relaxing) + .iram1.23.literal + 0x0000000040080960 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .iram1.25.literal + 0x0000000040080964 0x4 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + 0x18 (size before relaxing) + .iram1.64.literal + 0x0000000040080968 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.68.literal + 0x0000000040080968 0x8 esp-idf/bt/libbt.a(bt.c.obj) + .iram1.69.literal + 0x0000000040080970 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0xc (size before relaxing) + .iram1.71.literal + 0x0000000040080970 0x8 esp-idf/bt/libbt.a(bt.c.obj) + .iram1.75.literal + 0x0000000040080978 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.74.literal + 0x0000000040080978 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.73.literal + 0x0000000040080978 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.72.literal + 0x0000000040080978 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.67.literal + 0x0000000040080978 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.65.literal + 0x0000000040080978 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .iram1.61.literal + 0x000000004008097c 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.58.literal + 0x000000004008097c 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.60.literal + 0x000000004008097c 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.59.literal + 0x000000004008097c 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.57.literal + 0x000000004008097c 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.56.literal + 0x000000004008097c 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .iram1.55.literal + 0x000000004008097c 0x4 esp-idf/bt/libbt.a(bt.c.obj) + 0x10 (size before relaxing) + .iram1.54.literal + 0x0000000040080980 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x10 (size before relaxing) + .iram1.25.literal + 0x0000000040080980 0x20 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x24 (size before relaxing) + .iram1.26.literal + 0x00000000400809a0 0x4 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0xc (size before relaxing) + .iram1.0.literal + 0x00000000400809a4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x8 (size before relaxing) + .iram1.1.literal + 0x00000000400809a4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x4 (size before relaxing) + .literal.gpio_sleep_pupd_config_unapply + 0x00000000400809a4 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.esp_error_check_failed_print + 0x00000000400809b4 0x10 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + 0x20 (size before relaxing) + .literal._esp_error_check_failed + 0x00000000400809c4 0x4 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + 0xc (size before relaxing) + .literal.esp_cpu_configure_region_protection + 0x00000000400809c8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_bbpll_disable + 0x00000000400809d0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_32k_enable_common + 0x00000000400809d8 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x3c (size before relaxing) + .literal.rtc_clk_bbpll_enable + 0x0000000040080a08 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x1c (size before relaxing) + .literal.rtc_clk_32k_enable + 0x0000000040080a0c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x1c (size before relaxing) + .literal.rtc_clk_32k_enable_external + 0x0000000040080a18 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_8m_enable + 0x0000000040080a18 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_slow_freq_set + 0x0000000040080a24 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xc (size before relaxing) + .literal.rtc_clk_slow_freq_get + 0x0000000040080a24 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_slow_freq_get_hz + 0x0000000040080a24 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_fast_freq_set + 0x0000000040080a30 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_bbpll_configure + 0x0000000040080a34 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40 (size before relaxing) + .literal.rtc_clk_xtal_freq_get + 0x0000000040080a40 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_mhz_to_config + 0x0000000040080a48 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_cpu_freq_get_config + 0x0000000040080a48 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x30 (size before relaxing) + .literal.rtc_clk_apb_freq_update + 0x0000000040080a58 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_to_xtal + 0x0000000040080a5c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x2c (size before relaxing) + .literal.rtc_clk_cpu_freq_set_xtal + 0x0000000040080a64 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_cpu_freq_to_pll_mhz + 0x0000000040080a64 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x44 (size before relaxing) + .literal.rtc_clk_cpu_freq_to_8m + 0x0000000040080a70 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x28 (size before relaxing) + .literal.rtc_clk_cpu_freq_set_config + 0x0000000040080a78 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x30 (size before relaxing) + .literal.rtc_clk_cpu_freq_set_config_fast + 0x0000000040080a78 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_apb_freq_get + 0x0000000040080a78 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x14 (size before relaxing) + .literal.rtc_vddsdio_set_config + 0x0000000040080a84 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x8 (size before relaxing) + .literal.rtc_sleep_pd + 0x0000000040080a88 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x28 (size before relaxing) + .literal.rtc_sleep_finish + 0x0000000040080aac 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_init + 0x0000000040080abc 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0xc0 (size before relaxing) + .literal.rtc_sleep_low_init + 0x0000000040080b28 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x24 (size before relaxing) + .literal.rtc_sleep_start + 0x0000000040080b38 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x24 (size before relaxing) + .literal.rtc_deep_sleep_start + 0x0000000040080b48 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x34 (size before relaxing) + .literal.rtc_clk_cal_internal + 0x0000000040080b58 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x70 (size before relaxing) + .literal.rtc_clk_cal + 0x0000000040080b8c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0xc (size before relaxing) + .literal.rtc_time_us_to_slowclk + 0x0000000040080b8c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x4 (size before relaxing) + .literal.rtc_time_get + 0x0000000040080b8c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x18 (size before relaxing) + .literal.rtc_clk_wait_for_slow_cycle + 0x0000000040080b98 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x20 (size before relaxing) + .literal.prvReturnItemByteBuf + 0x0000000040080ba0 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x18 (size before relaxing) + .literal.prvGetItemByteBuf + 0x0000000040080bb0 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x20 (size before relaxing) + .literal.prvCheckItemFitsByteBuffer + 0x0000000040080bc0 0x8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x10 (size before relaxing) + .literal.prvReturnItemDefault + 0x0000000040080bc8 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40 (size before relaxing) + .literal.prvGetItemDefault + 0x0000000040080be8 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x48 (size before relaxing) + .literal.prvAcquireItemNoSplit + 0x0000000040080c04 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x20 (size before relaxing) + .literal.prvSendItemDoneNoSplit + 0x0000000040080c10 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x40 (size before relaxing) + .literal.prvCheckItemFitsDefault + 0x0000000040080c1c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x18 (size before relaxing) + .literal.prvGetFreeSize + 0x0000000040080c20 0x8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x10 (size before relaxing) + .literal.prvInitializeNewRingbuffer + 0x0000000040080c28 0x3c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x44 (size before relaxing) + .literal.prvCopyItemByteBuf + 0x0000000040080c64 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x18 (size before relaxing) + .literal.prvCopyItemAllowSplit + 0x0000000040080c68 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x28 (size before relaxing) + .literal.prvCopyItemNoSplit + 0x0000000040080c6c 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xc (size before relaxing) + .literal.prvReceiveGeneric + 0x0000000040080c6c 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x38 (size before relaxing) + .literal.prvReceiveGenericFromISR + 0x0000000040080c78 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x28 (size before relaxing) + .literal.xRingbufferCreate + 0x0000000040080c7c 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x34 (size before relaxing) + .literal.xRingbufferSend + 0x0000000040080c88 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3c (size before relaxing) + .literal.xRingbufferSendFromISR + 0x0000000040080c94 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x2c (size before relaxing) + .literal.xRingbufferReceive + 0x0000000040080c98 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x14 (size before relaxing) + .literal.xRingbufferReceiveFromISR + 0x0000000040080c9c 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x14 (size before relaxing) + .literal.vRingbufferReturnItem + 0x0000000040080ca0 0x8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x24 (size before relaxing) + .literal.vRingbufferReturnItemFromISR + 0x0000000040080ca8 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x24 (size before relaxing) + .literal.vRingbufferDelete + 0x0000000040080cac 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x20 (size before relaxing) + .literal.xRingbufferGetMaxItemSize + 0x0000000040080cb0 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x10 (size before relaxing) + .literal.panic_print_char + 0x0000000040080cb4 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .literal.panic_print_str + 0x0000000040080cbc 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4 (size before relaxing) + .literal.print_abort_details + 0x0000000040080cbc 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x8 (size before relaxing) + .literal.panic_print_hex + 0x0000000040080cbc 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x8 (size before relaxing) + .literal.panic_print_dec + 0x0000000040080cbc 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x10 (size before relaxing) + .literal.esp_panic_handler_reconfigure_wdts + 0x0000000040080cc0 0xc esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x2c (size before relaxing) + .literal.esp_panic_handler + 0x0000000040080ccc 0x2c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0xf4 (size before relaxing) + .literal.print_debug_exception_details + 0x0000000040080cf8 0x20 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x40 (size before relaxing) + .literal.print_illegal_instruction_details + 0x0000000040080d18 0x10 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x34 (size before relaxing) + .literal.print_backtrace_entry + 0x0000000040080d28 0x8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x18 (size before relaxing) + .literal.panic_print_registers + 0x0000000040080d30 0x2c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x84 (size before relaxing) + .literal.panic_arch_fill_info + 0x0000000040080d5c 0x10 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .literal.panic_soc_fill_info + 0x0000000040080d6c 0xc esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x10 (size before relaxing) + .literal.panic_print_backtrace + 0x0000000040080d78 0xc esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x68 (size before relaxing) + .literal.frame_to_panic_info + 0x0000000040080d84 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x10 (size before relaxing) + .literal.panic_handler + 0x0000000040080d8c 0x20 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x78 (size before relaxing) + .literal.print_state_for_core + 0x0000000040080dac 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x14 (size before relaxing) + .literal.print_state + 0x0000000040080db0 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0xc (size before relaxing) + .literal.panicHandler + 0x0000000040080db0 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x4 (size before relaxing) + .literal.xt_unhandled_exception + 0x0000000040080db0 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x4 (size before relaxing) + .literal.panic_restart + 0x0000000040080db0 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0xc (size before relaxing) + .literal.get_reset_reason + 0x0000000040080db0 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .literal.esp_reset_reason_clear_hint + 0x0000000040080db4 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x4 (size before relaxing) + .literal.esp_reset_reason + 0x0000000040080db4 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .literal.esp_reset_reason_init + 0x0000000040080db8 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x14 (size before relaxing) + .literal.esp_system_abort + 0x0000000040080db8 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x4 (size before relaxing) + .literal 0x0000000040080db8 0x14 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x58 (size before relaxing) + .literal 0x0000000040080dcc 0x4 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x14 (size before relaxing) + .literal._xt_tick_divisor_init + 0x0000000040080dd0 0x0 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0xc (size before relaxing) + .literal.xEventGroupCreate + 0x0000000040080dd0 0xc esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x18 (size before relaxing) + .literal.xEventGroupWaitBits + 0x0000000040080ddc 0x18 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x60 (size before relaxing) + .literal.xEventGroupClearBits + 0x0000000040080df4 0x8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x24 (size before relaxing) + .literal.xEventGroupSetBits + 0x0000000040080dfc 0x8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x30 (size before relaxing) + .literal.vEventGroupDelete + 0x0000000040080e04 0x8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x24 (size before relaxing) + .literal.prvIsQueueEmpty + 0x0000000040080e0c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.prvCopyDataToQueue + 0x0000000040080e0c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xc (size before relaxing) + .literal.prvNotifyQueueSetContainer + 0x0000000040080e0c 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x30 (size before relaxing) + .literal.prvCopyDataFromQueue + 0x0000000040080e24 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4 (size before relaxing) + .literal.prvUnlockQueue + 0x0000000040080e24 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x28 (size before relaxing) + .literal.xQueueGenericReset + 0x0000000040080e24 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x38 (size before relaxing) + .literal.prvInitialiseNewQueue + 0x0000000040080e38 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4 (size before relaxing) + .literal.xQueueGenericCreateStatic + 0x0000000040080e38 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x34 (size before relaxing) + .literal.xQueueGenericCreate + 0x0000000040080e50 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x28 (size before relaxing) + .literal.xQueueGetMutexHolder + 0x0000000040080e5c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.xQueueCreateCountingSemaphore + 0x0000000040080e5c 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1c (size before relaxing) + .literal.xQueueGenericSend + 0x0000000040080e68 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8c (size before relaxing) + .literal.prvInitialiseMutex + 0x0000000040080e78 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x14 (size before relaxing) + .literal.xQueueCreateMutex + 0x0000000040080e78 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.xQueueCreateMutexStatic + 0x0000000040080e78 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.xQueueGiveMutexRecursive + 0x0000000040080e78 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.xQueueGenericSendFromISR + 0x0000000040080e80 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x38 (size before relaxing) + .literal.xQueueGiveFromISR + 0x0000000040080e84 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x34 (size before relaxing) + .literal.xQueueReceive + 0x0000000040080e90 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x7c (size before relaxing) + .literal.xQueueSemaphoreTake + 0x0000000040080e9c 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xa0 (size before relaxing) + .literal.xQueueTakeMutexRecursive + 0x0000000040080ea4 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.xQueueReceiveFromISR + 0x0000000040080ea8 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x2c (size before relaxing) + .literal.uxQueueMessagesWaiting + 0x0000000040080eb0 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.vQueueDelete + 0x0000000040080eb8 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x14 (size before relaxing) + .literal.vQueueWaitForMessageRestricted + 0x0000000040080ebc 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x10 (size before relaxing) + .literal.xQueueCreateSet + 0x0000000040080ebc 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4 (size before relaxing) + .literal.xQueueAddToSet + 0x0000000040080ebc 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.xQueueSelectFromSet + 0x0000000040080ebc 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4 (size before relaxing) + .literal.prvResetNextTaskUnblockTime + 0x0000000040080ebc 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.prvDeleteTLS + 0x0000000040080ec4 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x14 (size before relaxing) + .literal.prvInitialiseNewTask + 0x0000000040080ed4 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x18 (size before relaxing) + .literal.prvGetExpectedIdleTime + 0x0000000040080ed4 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x1c (size before relaxing) + .literal.prvInitialiseTaskLists + 0x0000000040080ee0 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x38 (size before relaxing) + .literal.prvDeleteTCB + 0x0000000040080ef8 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x28 (size before relaxing) + .literal.prvCheckTasksWaitingTermination + 0x0000000040080f08 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x30 (size before relaxing) + .literal.prvAddCurrentTaskToDelayedList + 0x0000000040080f18 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.prvIdleTask + 0x0000000040080f1c 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c (size before relaxing) + .literal.taskYIELD_OTHER_CORE + 0x0000000040080f2c 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.prvAddNewTaskToReadyList + 0x0000000040080f2c 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c (size before relaxing) + .literal.xTaskCreatePinnedToCore + 0x0000000040080f34 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x18 (size before relaxing) + .literal.vTaskSuspendAll + 0x0000000040080f34 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.xTaskGetTickCount + 0x0000000040080f38 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetTickCountFromISR + 0x0000000040080f38 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.pcTaskGetName + 0x0000000040080f38 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x18 (size before relaxing) + .literal.xTaskGetIdleTaskHandleForCPU + 0x0000000040080f40 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x24 (size before relaxing) + .literal.vTaskStepTick + 0x0000000040080f58 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x28 (size before relaxing) + .literal.xTaskIncrementTick + 0x0000000040080f64 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x64 (size before relaxing) + .literal.vTaskSwitchContext + 0x0000000040080f7c 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x48 (size before relaxing) + .literal.vTaskSuspend + 0x0000000040080f94 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x74 (size before relaxing) + .literal.vTaskPlaceOnEventList + 0x0000000040080f9c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.vTaskPlaceOnUnorderedEventList + 0x0000000040080fa8 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x30 (size before relaxing) + .literal.vTaskPlaceOnEventListRestricted + 0x0000000040080fb0 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.xTaskRemoveFromEventList + 0x0000000040080fb8 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x58 (size before relaxing) + .literal.xTaskRemoveFromUnorderedEventList + 0x0000000040080fc4 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x48 (size before relaxing) + .literal.vTaskInternalSetTimeOutState + 0x0000000040080fcc 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.xTaskCheckForTimeOut + 0x0000000040080fcc 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x38 (size before relaxing) + .literal.vTaskMissedYield + 0x0000000040080fe0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x0000000040080fe0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.pvTaskGetThreadLocalStoragePointer + 0x0000000040080fe0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetAffinity + 0x0000000040080fe0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetCurrentTaskHandle + 0x0000000040080fe0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.__getreent + 0x0000000040080fe0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.xTaskGetCurrentTaskHandleForCPU + 0x0000000040080fe0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetSchedulerState + 0x0000000040080fe0 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xc (size before relaxing) + .literal.vTaskDelete + 0x0000000040080fe0 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x5c (size before relaxing) + .literal.vTaskDelayUntil + 0x0000000040080fe8 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c (size before relaxing) + .literal.vTaskDelay + 0x0000000040080ff4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x28 (size before relaxing) + .literal.xTaskResumeAll + 0x0000000040080ff8 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x74 (size before relaxing) + .literal.xTaskPriorityInherit + 0x0000000040081008 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x20 (size before relaxing) + .literal.xTaskPriorityDisinherit + 0x0000000040081008 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40 (size before relaxing) + .literal.vTaskPriorityDisinheritAfterTimeout + 0x000000004008101c 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40 (size before relaxing) + .literal.uxTaskResetEventItemValue + 0x000000004008102c 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.pvTaskIncrementMutexHeldCount + 0x000000004008102c 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.ulTaskNotifyTake + 0x000000004008102c 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x20 (size before relaxing) + .literal.xTaskGenericNotify + 0x000000004008102c 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x60 (size before relaxing) + .literal.vTaskNotifyGiveFromISR + 0x000000004008104c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x54 (size before relaxing) + .literal.vTaskStartScheduler + 0x0000000040081058 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c (size before relaxing) + .literal.prvGetNextExpireTime + 0x0000000040081070 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + .literal.prvInsertTimerInActiveList + 0x0000000040081074 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x10 (size before relaxing) + .literal.prvCheckForValidListAndQueue + 0x0000000040081078 0x18 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x34 (size before relaxing) + .literal.prvInitialiseNewTimer + 0x0000000040081090 0xc esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x18 (size before relaxing) + .literal.xTimerCreateTimerTask + 0x000000004008109c 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x2c (size before relaxing) + .literal.xTimerCreate + 0x00000000400810b0 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x8 (size before relaxing) + .literal.xTimerGenericCommand + 0x00000000400810b0 0x8 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x24 (size before relaxing) + .literal.prvSwitchTimerLists + 0x00000000400810b8 0x8 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x24 (size before relaxing) + .literal.prvSampleTimeNow + 0x00000000400810c0 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0xc (size before relaxing) + .literal.prvProcessExpiredTimer + 0x00000000400810c4 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x20 (size before relaxing) + .literal.prvProcessTimerOrBlockTask + 0x00000000400810c8 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x2c (size before relaxing) + .literal.prvProcessReceivedCommands + 0x00000000400810c8 0xc esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x3c (size before relaxing) + .literal.prvTimerTask + 0x00000000400810d4 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0xc (size before relaxing) + .literal.vPortTaskWrapper + 0x00000000400810d4 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x18 (size before relaxing) + .literal.pxPortInitialiseStack + 0x00000000400810dc 0x18 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x20 (size before relaxing) + .literal.xPortStartScheduler + 0x00000000400810f4 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x14 (size before relaxing) + .literal.vPortYieldOtherCore + 0x00000000400810f4 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4 (size before relaxing) + .literal.vPortReleaseTaskMPUSettings + 0x00000000400810f4 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4 (size before relaxing) + .literal.xPortInIsrContext + 0x00000000400810f4 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x8 (size before relaxing) + .literal.xPortSysTickHandler + 0x00000000400810f4 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x8 (size before relaxing) + .literal.vPortEnterCritical + 0x00000000400810f4 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.vPortExitCritical + 0x00000000400810fc 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0xc (size before relaxing) + .literal.vApplicationStackOverflowHook + 0x00000000400810fc 0xc esp-idf/freertos/libfreertos.a(port.c.obj) + 0x14 (size before relaxing) + .literal.esp_startup_start_app_common + 0x0000000040081108 0x24 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x2c (size before relaxing) + .literal.gpio_hal_fun_pupd_restore + 0x000000004008112c 0x4 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .literal.gpio_hal_sleep_mode_setup_wrapper + 0x0000000040081130 0x4 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .literal.gpio_hal_sleep_pupd_config_unapply + 0x0000000040081134 0x4 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + 0x8 (size before relaxing) + .literal.soc_hal_stall_core + 0x0000000040081138 0x10 esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x14 (size before relaxing) + .literal.soc_hal_unstall_core + 0x0000000040081148 0x0 esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x10 (size before relaxing) + .literal.wdt_hal_init + 0x0000000040081148 0x34 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x54 (size before relaxing) + .literal.wdt_hal_config_stage + 0x000000004008117c 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x24 (size before relaxing) + .literal.wdt_hal_write_protect_disable + 0x000000004008117c 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_enable + 0x000000004008117c 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_disable + 0x000000004008117c 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_handle_intr + 0x000000004008117c 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_feed + 0x000000004008117c 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_set_flashboot_en + 0x000000004008117c 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.tlsf_add_pool + 0x000000004008117c 0x24 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x3c (size before relaxing) + .literal.tlsf_create + 0x00000000400811a0 0x4 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0xc (size before relaxing) + .literal.tlsf_get_pool + 0x00000000400811a4 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x4 (size before relaxing) + .literal.tlsf_create_with_pool + 0x00000000400811a4 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0xc (size before relaxing) + .literal.tlsf_malloc + 0x00000000400811a4 0x40 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x7c (size before relaxing) + .literal.tlsf_free + 0x00000000400811e4 0x28 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x80 (size before relaxing) + .literal.tlsf_realloc + 0x000000004008120c 0xc esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0xac (size before relaxing) + .literal.assert_valid_block + 0x0000000040081218 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x10 (size before relaxing) + .literal.multi_heap_get_allocated_size_impl + 0x000000004008121c 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4 (size before relaxing) + .literal.multi_heap_register_impl + 0x000000004008121c 0xc esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x20 (size before relaxing) + .literal.multi_heap_malloc_impl + 0x0000000040081228 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x14 (size before relaxing) + .literal.multi_heap_free_impl + 0x0000000040081228 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x18 (size before relaxing) + .literal.multi_heap_realloc_impl + 0x0000000040081228 0x8 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x2c (size before relaxing) + .literal.esp_log_write + 0x0000000040081230 0x4 esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_early_timestamp + 0x0000000040081234 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x4 (size before relaxing) + .literal.esp_log_impl_lock + 0x0000000040081234 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + 0xc (size before relaxing) + .literal.esp_log_impl_lock_timeout + 0x0000000040081238 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0xc (size before relaxing) + .literal.esp_log_impl_unlock + 0x0000000040081238 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x8 (size before relaxing) + .literal.esp_log_timestamp + 0x0000000040081238 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x1c (size before relaxing) + .literal.abort + 0x000000004008123c 0x10 esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x24 (size before relaxing) + .literal.__assert_func + 0x000000004008124c 0x28 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x40 (size before relaxing) + .literal.malloc + 0x0000000040081274 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal.realloc + 0x0000000040081274 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal.free 0x0000000040081274 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._malloc_r + 0x0000000040081274 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._free_r + 0x0000000040081274 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._realloc_r + 0x0000000040081274 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._calloc_r + 0x0000000040081274 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x8 (size before relaxing) + .literal.calloc + 0x0000000040081278 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x8 (size before relaxing) + .literal.esp_rom_spiflash_read_status + 0x0000000040081278 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x14 (size before relaxing) + .literal.esp_rom_spiflash_wait_idle + 0x0000000040081284 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0xc (size before relaxing) + .literal.esp_rom_spiflash_erase_block_internal + 0x000000004008128c 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x18 (size before relaxing) + .literal.esp_rom_spiflash_erase_sector_internal + 0x0000000040081290 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x18 (size before relaxing) + .literal.esp_rom_spiflash_read_data + 0x0000000040081290 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x18 (size before relaxing) + .literal.esp_rom_spiflash_enable_write + 0x0000000040081298 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x10 (size before relaxing) + .literal.esp_rom_spiflash_program_page_internal + 0x0000000040081298 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x24 (size before relaxing) + .literal.esp_rom_spiflash_erase_block + 0x0000000040081298 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x20 (size before relaxing) + .literal.esp_rom_spiflash_erase_sector + 0x00000000400812a4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x20 (size before relaxing) + .literal.esp_rom_spiflash_write + 0x00000000400812a4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x28 (size before relaxing) + .literal.esp_rom_spiflash_write_encrypted + 0x00000000400812a4 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x10 (size before relaxing) + .literal.esp_rom_spiflash_read + 0x00000000400812b0 0x2c esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x5c (size before relaxing) + .literal.esp_rom_spiflash_write_disable + 0x00000000400812dc 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x8 (size before relaxing) + .literal 0x00000000400812dc 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + 0x4 (size before relaxing) + .iram1.1 0x00000000400812dc 0xb6 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0x00000000400812dc esp_ota_get_app_elf_sha256 + *fill* 0x0000000040081392 0x2 + .iram1.31 0x0000000040081394 0xe6 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x102 (size before relaxing) + 0x0000000040081394 call_start_cpu0 + *fill* 0x000000004008147a 0x2 + .iram1 0x000000004008147c 0x73 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + 0x000000004008147c xt_highint4 + 0x00000000400814ef ld_include_panic_highint_hdl + *fill* 0x00000000400814ef 0x1 + .iram1.27 0x00000000400814f0 0x20 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .iram1.3 0x0000000040081510 0x17 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x0000000040081510 panic_abort + *fill* 0x0000000040081527 0x1 + .iram1.25 0x0000000040081528 0x28 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x30 (size before relaxing) + 0x0000000040081528 esp_restart_noos_dig + .iram1.26 0x0000000040081550 0x24 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x2a (size before relaxing) + 0x0000000040081550 esp_restart + *fill* 0x0000000040081574 0x0 + .iram1.1 0x0000000040081574 0x4c esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x0000000040081574 esp_rom_uart_tx_wait_idle + .iram1.2 0x00000000400815c0 0x14 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x00000000400815c0 esp_rom_uart_set_clock_baudrate + .iram1.30 0x00000000400815d4 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + 0x00000000400815d4 wifi_malloc + .iram1.31 0x00000000400815e0 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x00000000400815e0 wifi_realloc + *fill* 0x00000000400815f1 0x3 + .iram1.32 0x00000000400815f4 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x00000000400815f4 wifi_calloc + *fill* 0x0000000040081605 0x3 + .iram1.33 0x0000000040081608 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040081619 0x3 + .iram1.50 0x000000004008161c 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004008162e 0x2 + .iram1.57 0x0000000040081630 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.56 0x0000000040081640 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040081651 0x3 + .iram1.55 0x0000000040081654 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.54 0x0000000040081664 0xd esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040081671 0x3 + .iram1.53 0x0000000040081674 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.52 0x0000000040081688 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.51 0x000000004008169c 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.49 0x00000000400816b0 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400816c2 0x2 + .iram1.48 0x00000000400816c4 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400816ce 0x2 + .iram1.47 0x00000000400816d0 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400816e2 0x2 + .iram1.46 0x00000000400816e4 0xb esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400816ef 0x1 + .iram1.45 0x00000000400816f0 0xb esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400816fb 0x1 + .iram1.43 0x00000000400816fc 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040081711 0x3 + .iram1.42 0x0000000040081714 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + .iram1.41 0x0000000040081720 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040081731 0x3 + .iram1.38 0x0000000040081734 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004008173e 0x2 + .iram1.36 0x0000000040081740 0x17 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x22 (size before relaxing) + *fill* 0x0000000040081757 0x1 + .iram1.35 0x0000000040081758 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x24 (size before relaxing) + .iram1.40 0x0000000040081774 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040081785 0x3 + .iram1.39 0x0000000040081788 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x14 (size before relaxing) + .iram1.26 0x0000000040081798 0x1e esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x25 (size before relaxing) + 0x0000000040081798 phy_enter_critical + *fill* 0x00000000400817b6 0x2 + .iram1.27 0x00000000400817b8 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x23 (size before relaxing) + 0x00000000400817b8 phy_exit_critical + *fill* 0x00000000400817d4 0x0 + .iram1.28 0x00000000400817d4 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0xb (size before relaxing) + 0x00000000400817d4 esp_phy_common_clock_enable + *fill* 0x00000000400817dc 0x0 + .iram1.29 0x00000000400817dc 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0xb (size before relaxing) + 0x00000000400817dc esp_phy_common_clock_disable + *fill* 0x00000000400817e4 0x0 + .iram1.31 0x00000000400817e4 0x23 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x0000000040081807 0x1 + .iram1.24 0x0000000040081808 0x89 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x99 (size before relaxing) + *fill* 0x0000000040081891 0x3 + .iram1.25 0x0000000040081894 0xcc esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xd0 (size before relaxing) + 0x0000000040081894 heap_caps_malloc + .iram1.26 0x0000000040081960 0x41 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x49 (size before relaxing) + 0x0000000040081960 heap_caps_malloc_default + *fill* 0x00000000400819a1 0x3 + .iram1.32 0x00000000400819a4 0x37 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x3e (size before relaxing) + 0x00000000400819a4 heap_caps_free + *fill* 0x00000000400819db 0x1 + .iram1.33 0x00000000400819dc 0x125 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x145 (size before relaxing) + 0x00000000400819dc heap_caps_realloc + *fill* 0x0000000040081b01 0x3 + .iram1.27 0x0000000040081b04 0x5c esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x64 (size before relaxing) + 0x0000000040081b04 heap_caps_realloc_default + .iram1.34 0x0000000040081b60 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x34 (size before relaxing) + 0x0000000040081b60 heap_caps_calloc + .iram1.2 0x0000000040081b90 0xa esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0xe (size before relaxing) + 0x0000000040081b90 esp_cpu_stall + *fill* 0x0000000040081b9a 0x2 + .iram1.3 0x0000000040081b9c 0xa esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0xe (size before relaxing) + 0x0000000040081b9c esp_cpu_unstall + *fill* 0x0000000040081ba6 0x2 + .iram1.4 0x0000000040081ba8 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x0000000040081ba8 esp_cpu_reset + *fill* 0x0000000040081bc9 0x3 + .iram1.27 0x0000000040081bcc 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x5b (size before relaxing) + 0x0000000040081bcc regi2c_ctrl_write_reg + *fill* 0x0000000040081c14 0x0 + .iram1.29 0x0000000040081c14 0x64 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x73 (size before relaxing) + 0x0000000040081c14 wifi_bt_common_module_enable + *fill* 0x0000000040081c78 0x0 + .iram1.30 0x0000000040081c78 0x61 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x70 (size before relaxing) + 0x0000000040081c78 wifi_bt_common_module_disable + *fill* 0x0000000040081cd9 0x3 + .iram1.24 0x0000000040081cdc 0x122 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x0000000040081dfe 0x2 + .iram1.21 0x0000000040081e00 0xd1 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + 0x0000000040081e00 esp_backtrace_get_next_frame + *fill* 0x0000000040081ed1 0x3 + .iram1.22 0x0000000040081ed4 0x16d esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + 0x171 (size before relaxing) + 0x0000000040081ed4 esp_backtrace_print + *fill* 0x0000000040082041 0x3 + .iram1.23 0x0000000040082044 0x16 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x0000000040082044 xt_unhandled_interrupt + *fill* 0x000000004008205a 0x2 + .iram1.5 0x000000004008205c 0x2d esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + 0x000000004008205c esp_cache_err_get_cpuid + *fill* 0x0000000040082089 0x3 + .iram1.0 0x000000004008208c 0x10 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x000000004008208c esp_clk_cpu_freq + .iram1.1 0x000000004008209c 0x15 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x000000004008209c esp_clk_apb_freq + *fill* 0x00000000400820b1 0x3 + .iram1.3 0x00000000400820b4 0xa esp-idf/esp32/libesp32.a(clk.c.obj) + 0x00000000400820b4 ets_update_cpu_frequency + *fill* 0x00000000400820be 0x2 + .iram1.2 0x00000000400820c0 0x40 esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x44 (size before relaxing) + 0x00000000400820c0 esp_random + .iram1.30 0x0000000040082100 0x157 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + 0x1a7 (size before relaxing) + 0x0000000040082100 esp_restart_noos + *fill* 0x0000000040082257 0x1 + .iram1.31 0x0000000040082258 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x23 (size before relaxing) + *fill* 0x0000000040082274 0x0 + .iram1.28 0x0000000040082274 0x86 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x00000000400822fa 0x2 + .iram1.32 0x00000000400822fc 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x23 (size before relaxing) + *fill* 0x0000000040082318 0x0 + .iram1.29 0x0000000040082318 0x39 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x0000000040082351 0x3 + .iram1.33 0x0000000040082354 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x23 (size before relaxing) + *fill* 0x0000000040082373 0x1 + .iram1.25 0x0000000040082374 0x61 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x6d (size before relaxing) + 0x0000000040082374 esp_timer_start_once + *fill* 0x00000000400823d5 0x3 + .iram1.26 0x00000000400823d8 0x79 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x91 (size before relaxing) + 0x00000000400823d8 esp_timer_start_periodic + *fill* 0x0000000040082451 0x3 + .iram1.27 0x0000000040082454 0x35 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x39 (size before relaxing) + 0x0000000040082454 esp_timer_stop + *fill* 0x0000000040082489 0x3 + .iram1.35 0x000000004008248c 0x23 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x26 (size before relaxing) + 0x000000004008248c esp_timer_get_next_alarm + *fill* 0x00000000400824af 0x1 + .iram1.25 0x00000000400824b0 0x15 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x00000000400824c5 0x3 + .iram1.26 0x00000000400824c8 0x5a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x6e (size before relaxing) + 0x00000000400824c8 os_timer_arm_us + 0x00000000400824c8 ets_timer_arm_us + *fill* 0x0000000040082522 0x2 + .iram1.27 0x0000000040082524 0x62 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x76 (size before relaxing) + 0x0000000040082524 ets_timer_arm + 0x0000000040082524 os_timer_arm + *fill* 0x0000000040082586 0x2 + .iram1.28 0x0000000040082588 0x14 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x18 (size before relaxing) + 0x0000000040082588 ets_timer_disarm + 0x0000000040082588 os_timer_disarm + .iram1.2 0x000000004008259c 0x1f esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x000000004008259c esp_system_get_time + *fill* 0x00000000400825bb 0x1 + .iram1.26 0x00000000400825bc 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + *fill* 0x00000000400825d6 0x2 + .iram1.23 0x00000000400825d8 0x51 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400825d8 esp_timer_impl_get_counter_reg + *fill* 0x0000000040082629 0x3 + .iram1.24 0x000000004008262c 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x17 (size before relaxing) + 0x000000004008262c esp_timer_impl_get_time + 0x000000004008262c esp_timer_get_time + *fill* 0x0000000040082640 0x0 + .iram1.25 0x0000000040082640 0xe4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0xf7 (size before relaxing) + 0x0000000040082640 esp_timer_impl_set_alarm + *fill* 0x0000000040082724 0x0 + .iram1.27 0x0000000040082724 0x66 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x6a (size before relaxing) + 0x0000000040082724 esp_timer_impl_update_apb_freq + 0x0000000040082724 esp_timer_private_update_apb_freq + *fill* 0x000000004008278a 0x2 + .iram1.28 0x000000004008278c 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x000000004008278c esp_timer_impl_get_min_period_us + *fill* 0x0000000040082797 0x1 + .iram1.28 0x0000000040082798 0x1e esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040082798 xPortInterruptedFromISRContext + *fill* 0x00000000400827b6 0x2 + .iram1.29 0x00000000400827b8 0x56 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x59 (size before relaxing) + 0x00000000400827b8 vPortEvaluateYieldFromISR + *fill* 0x000000004008280e 0x2 + .iram1 0x0000000040082810 0x470 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x00000000400828bc _xt_user_exit + 0x0000000040082bc4 _xt_medint2_exit + 0x0000000040082c6c _xt_medint3_exit + .iram1.25 0x0000000040082c80 0x24 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x2f (size before relaxing) + *fill* 0x0000000040082ca4 0x0 + .iram1.41 0x0000000040082ca4 0x17 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040082cbb 0x1 + .iram1.29 0x0000000040082cbc 0xad esp-idf/newlib/libnewlib.a(locks.c.obj) + 0xc1 (size before relaxing) + *fill* 0x0000000040082d69 0x3 + .iram1.34 0x0000000040082d6c 0x5e esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x6a (size before relaxing) + *fill* 0x0000000040082dca 0x2 + .iram1.26 0x0000000040082dcc 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040082dcc _lock_init + *fill* 0x0000000040082ddf 0x1 + .iram1.27 0x0000000040082de0 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040082de0 _lock_init_recursive + *fill* 0x0000000040082df3 0x1 + .iram1.28 0x0000000040082df4 0x37 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x43 (size before relaxing) + 0x0000000040082df4 _lock_close + 0x0000000040082df4 _lock_close_recursive + *fill* 0x0000000040082e2b 0x1 + .iram1.30 0x0000000040082e2c 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x12 (size before relaxing) + 0x0000000040082e2c _lock_acquire + *fill* 0x0000000040082e3a 0x2 + .iram1.31 0x0000000040082e3c 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x12 (size before relaxing) + 0x0000000040082e3c _lock_acquire_recursive + *fill* 0x0000000040082e4a 0x2 + .iram1.32 0x0000000040082e4c 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + 0x0000000040082e4c _lock_try_acquire + .iram1.33 0x0000000040082e5c 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + 0x0000000040082e5c _lock_try_acquire_recursive + .iram1.35 0x0000000040082e6c 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040082e6c _lock_release + *fill* 0x0000000040082e7b 0x1 + .iram1.36 0x0000000040082e7c 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040082e7c _lock_release_recursive + *fill* 0x0000000040082e8b 0x1 + .iram1.40 0x0000000040082e8c 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040082e8c __retarget_lock_close_recursive + *fill* 0x0000000040082e9b 0x1 + .iram1.43 0x0000000040082e9c 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x17 (size before relaxing) + 0x0000000040082e9c __retarget_lock_acquire_recursive + *fill* 0x0000000040082eaf 0x1 + .iram1.47 0x0000000040082eb0 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x17 (size before relaxing) + 0x0000000040082eb0 __retarget_lock_release_recursive + *fill* 0x0000000040082ec3 0x1 + .iram1.0 0x0000000040082ec4 0x37 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x0000000040082ec4 esp_reent_init + *fill* 0x0000000040082efb 0x1 + .iram1.26 0x0000000040082efc 0x4a esp-idf/newlib/libnewlib.a(time.c.obj) + 0x0000000040082efc _gettimeofday_r + *fill* 0x0000000040082f46 0x2 + .iram1.25 0x0000000040082f48 0x21 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x25 (size before relaxing) + 0x0000000040082f48 _times_r + *fill* 0x0000000040082f69 0x3 + .iram1.23 0x0000000040082f6c 0x51 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x65 (size before relaxing) + 0x0000000040082f6c esp_pm_lock_acquire + *fill* 0x0000000040082fbd 0x3 + .iram1.24 0x0000000040082fc0 0x61 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x71 (size before relaxing) + 0x0000000040082fc0 esp_pm_lock_release + *fill* 0x0000000040083021 0x3 + .iram1.26 0x0000000040083024 0x32 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + *fill* 0x0000000040083056 0x2 + .iram1.30 0x0000000040083058 0x3e esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + *fill* 0x0000000040083096 0x2 + .iram1.28 0x0000000040083098 0x4e esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x52 (size before relaxing) + *fill* 0x00000000400830e6 0x2 + .iram1.29 0x00000000400830e8 0x102 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x112 (size before relaxing) + *fill* 0x00000000400831ea 0x2 + .iram1.31 0x00000000400831ec 0x2c esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x30 (size before relaxing) + .iram1.27 0x0000000040083218 0x9e esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0xae (size before relaxing) + 0x0000000040083218 esp_pm_impl_switch_mode + *fill* 0x00000000400832b6 0x2 + .iram1.35 0x00000000400832b8 0x11f esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x132 (size before relaxing) + 0x00000000400832b8 vApplicationSleep + *fill* 0x00000000400833d7 0x1 + .iram1.36 0x00000000400833d8 0x19 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x1c (size before relaxing) + 0x00000000400833d8 esp_pm_impl_isr_hook + *fill* 0x00000000400833f1 0x3 + .iram1.0 0x00000000400833f4 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x00000000400833f4 bootloader_flash_cs_timing_config + *fill* 0x0000000040083462 0x2 + .iram1.1 0x0000000040083464 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x0000000040083464 bootloader_flash_clock_config + .iram1.2 0x00000000400834b0 0x1ef esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x00000000400834b0 bootloader_flash_gpio_config + *fill* 0x000000004008369f 0x1 + .iram1.3 0x00000000400836a0 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x00000000400836a0 bootloader_flash_dummy_config + .iram1.2 0x0000000040083750 0x230 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.3 0x0000000040083980 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x0000000040083980 bootloader_execute_flash_command + .iram1.1 0x00000000400839a0 0x12a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x14e (size before relaxing) + 0x00000000400839a0 bootloader_flash_unlock + *fill* 0x0000000040083aca 0x2 + .iram1.5 0x0000000040083acc 0x2a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x2e (size before relaxing) + 0x0000000040083acc bootloader_read_flash_id + *fill* 0x0000000040083af6 0x2 + .iram1.40 0x0000000040083af8 0x3a esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x0000000040083b32 0x2 + .iram1.41 0x0000000040083b34 0x32 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x0000000040083b66 0x2 + .iram1.36 0x0000000040083b68 0x18 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x1c (size before relaxing) + 0x0000000040083b68 spi_flash_disable_interrupts_caches_and_other_cpu + .iram1.37 0x0000000040083b80 0x1a esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x1e (size before relaxing) + 0x0000000040083b80 spi_flash_enable_interrupts_caches_and_other_cpu + *fill* 0x0000000040083b9a 0x2 + .iram1.42 0x0000000040083b9c 0x1b esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x0000000040083b9c spi_flash_cache_enabled + *fill* 0x0000000040083bb7 0x1 + .iram1.43 0x0000000040083bb8 0xf esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x0000000040083bb8 spi_flash_enable_cache + *fill* 0x0000000040083bc7 0x1 + .iram1.35 0x0000000040083bc8 0x5e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x0000000040083c26 0x2 + .iram1.36 0x0000000040083c28 0x25 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x0000000040083c4d 0x3 + .iram1.44 0x0000000040083c50 0x4e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x0000000040083c9e 0x2 + .iram1.41 0x0000000040083ca0 0x1a esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x1e (size before relaxing) + *fill* 0x0000000040083cba 0x2 + .iram1.38 0x0000000040083cbc 0x1f3 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x203 (size before relaxing) + 0x0000000040083cbc spi_flash_mmap_pages + *fill* 0x0000000040083eaf 0x1 + .iram1.37 0x0000000040083eb0 0x75 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x79 (size before relaxing) + 0x0000000040083eb0 spi_flash_mmap + *fill* 0x0000000040083f25 0x3 + .iram1.39 0x0000000040083f28 0x93 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x9e (size before relaxing) + 0x0000000040083f28 spi_flash_munmap + *fill* 0x0000000040083fbb 0x1 + .iram1.42 0x0000000040083fbc 0x4e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x56 (size before relaxing) + 0x0000000040083fbc spi_flash_mmap_get_free_pages + *fill* 0x000000004008400a 0x2 + .iram1.45 0x000000004008400c 0x56 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x000000004008400c spi_flash_check_and_flush_cache + *fill* 0x0000000040084062 0x2 + .iram1.54 0x0000000040084064 0x19 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x000000004008407d 0x3 + .iram1.44 0x0000000040084080 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x16 (size before relaxing) + *fill* 0x0000000040084090 0x0 + .iram1.48 0x0000000040084090 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x14 (size before relaxing) + .iram1.37 0x00000000400840a0 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x00000000400840a0 spi_flash_guard_set + *fill* 0x00000000400840aa 0x2 + .iram1.38 0x00000000400840ac 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x00000000400840ac spi_flash_guard_get + *fill* 0x00000000400840b6 0x2 + .iram1.45 0x00000000400840b8 0x35 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x3d (size before relaxing) + *fill* 0x00000000400840ed 0x3 + .iram1.39 0x00000000400840f0 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x00000000400840f0 spi_flash_get_chip_size + *fill* 0x00000000400840fa 0x2 + .iram1.47 0x00000000400840fc 0x155 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x17d (size before relaxing) + 0x00000000400840fc spi_flash_erase_range + *fill* 0x0000000040084251 0x3 + .iram1.49 0x0000000040084254 0x1ea esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x21e (size before relaxing) + 0x0000000040084254 spi_flash_write + *fill* 0x000000004008443e 0x2 + .iram1.51 0x0000000040084440 0x78 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x90 (size before relaxing) + 0x0000000040084440 spi_flash_write_encrypted + .iram1.52 0x00000000400844b8 0x2c4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x2f8 (size before relaxing) + 0x00000000400844b8 spi_flash_read + .iram1.53 0x000000004008477c 0x4a esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x4e (size before relaxing) + 0x000000004008477c spi_flash_read_encrypted + *fill* 0x00000000400847c6 0x2 + .iram1.12 0x00000000400847c8 0xca esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + 0xe2 (size before relaxing) + 0x00000000400847c8 spi_flash_write_encrypted_chip + *fill* 0x0000000040084892 0x2 + .iram1.25 0x0000000040084894 0x39 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x3c (size before relaxing) + *fill* 0x00000000400848cd 0x3 + .iram1.29 0x00000000400848d0 0x52 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x00000000400848d0 esp_intr_noniram_disable + *fill* 0x0000000040084922 0x2 + .iram1.30 0x0000000040084924 0x41 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x0000000040084924 esp_intr_noniram_enable + *fill* 0x0000000040084965 0x3 + .iram1.27 0x0000000040084968 0xa9 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0xb1 (size before relaxing) + 0x0000000040084968 esp_intr_enable + *fill* 0x0000000040084a11 0x3 + .iram1.28 0x0000000040084a14 0xf2 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x10e (size before relaxing) + 0x0000000040084a14 esp_intr_disable + *fill* 0x0000000040084b06 0x2 + .iram1.40 0x0000000040084b08 0x3e esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + *fill* 0x0000000040084b46 0x2 + .iram1.41 0x0000000040084b48 0x51 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + *fill* 0x0000000040084b99 0x3 + .iram1.39 0x0000000040084b9c 0x15 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x18 (size before relaxing) + *fill* 0x0000000040084bb1 0x3 + .iram1.43 0x0000000040084bb4 0x22b esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x247 (size before relaxing) + *fill* 0x0000000040084ddf 0x1 + .iram1.46 0x0000000040084de0 0x24 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x28 (size before relaxing) + .iram1.45 0x0000000040084e04 0x4c esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x50 (size before relaxing) + 0x0000000040084e04 esp_deep_sleep_start + .iram1.0 0x0000000040084e50 0x2e esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x31 (size before relaxing) + 0x0000000040084e50 esp_reset_reason_set_hint + *fill* 0x0000000040084e7e 0x2 + .iram1.1 0x0000000040084e80 0x2f esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x0000000040084e80 esp_reset_reason_get_hint + *fill* 0x0000000040084eaf 0x1 + .iram1 0x0000000040084eb0 0x42 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x0000000040084eb0 _xt_panic + *fill* 0x0000000040084ef2 0x2 + .iram1.30 0x0000000040084ef4 0x5c esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x60 (size before relaxing) + .iram1.29 0x0000000040084f50 0x4e esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x5a (size before relaxing) + *fill* 0x0000000040084f9e 0x2 + .iram1.31 0x0000000040084fa0 0xf esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x0000000040084fa0 esp_crosscore_int_send_yield + *fill* 0x0000000040084faf 0x1 + .iram1.23 0x0000000040084fb0 0x2b esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x0000000040084fb0 esp_vApplicationTickHook + *fill* 0x0000000040084fdb 0x1 + .iram1.25 0x0000000040084fdc 0x32 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + 0x3e (size before relaxing) + *fill* 0x000000004008500e 0x2 + .iram1.64 0x0000000040085010 0xc esp-idf/bt/libbt.a(bt.c.obj) + 0x10 (size before relaxing) + .iram1.68 0x000000004008501c 0x55 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040085071 0x3 + .iram1.69 0x0000000040085074 0x3c esp-idf/bt/libbt.a(bt.c.obj) + .iram1.71 0x00000000400850b0 0x12 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x00000000400850c2 0x2 + .iram1.75 0x00000000400850c4 0xa esp-idf/bt/libbt.a(bt.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400850ce 0x2 + .iram1.74 0x00000000400850d0 0xa esp-idf/bt/libbt.a(bt.c.obj) + 0xd (size before relaxing) + *fill* 0x00000000400850da 0x2 + .iram1.73 0x00000000400850dc 0xc esp-idf/bt/libbt.a(bt.c.obj) + 0x10 (size before relaxing) + .iram1.72 0x00000000400850e8 0x10 esp-idf/bt/libbt.a(bt.c.obj) + 0x14 (size before relaxing) + .iram1.67 0x00000000400850f8 0xa esp-idf/bt/libbt.a(bt.c.obj) + 0xd (size before relaxing) + *fill* 0x0000000040085102 0x2 + .iram1.65 0x0000000040085104 0x11 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040085115 0x3 + .iram1.61 0x0000000040085118 0x10 esp-idf/bt/libbt.a(bt.c.obj) + 0x14 (size before relaxing) + .iram1.58 0x0000000040085128 0x10 esp-idf/bt/libbt.a(bt.c.obj) + 0x14 (size before relaxing) + .iram1.60 0x0000000040085138 0x15 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000004008514d 0x3 + .iram1.59 0x0000000040085150 0x11 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040085161 0x3 + .iram1.57 0x0000000040085164 0xa esp-idf/bt/libbt.a(bt.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004008516e 0x2 + .iram1.56 0x0000000040085170 0x8 esp-idf/bt/libbt.a(bt.c.obj) + 0xb (size before relaxing) + *fill* 0x0000000040085178 0x0 + .iram1.55 0x0000000040085178 0x1c esp-idf/bt/libbt.a(bt.c.obj) + 0x23 (size before relaxing) + *fill* 0x0000000040085194 0x0 + .iram1.54 0x0000000040085194 0x1c esp-idf/bt/libbt.a(bt.c.obj) + 0x23 (size before relaxing) + *fill* 0x00000000400851b0 0x0 + .iram1.25 0x00000000400851b0 0x63 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x0000000040085213 0x1 + .iram1.26 0x0000000040085214 0xf ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x12 (size before relaxing) + *fill* 0x0000000040085223 0x1 + .iram1.text 0x0000000040085224 0x4c6 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + 0x551 (size before relaxing) + 0x0000000040085290 r_assert + 0x00000000400852d8 r_assert_err + 0x0000000040085428 r_assert_param + 0x0000000040085678 r_assert_warn + 0x00000000400856e0 btdm_controller_sleep_enabled + *fill* 0x00000000400856ea 0x2 + .iram1.text 0x00000000400856ec 0xee /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + 0x102 (size before relaxing) + 0x00000000400856f0 coex_sw_event_from_isr + 0x0000000040085790 coex_schm_disable_flag_get + 0x00000000400857a4 coex_schm_phase_end_ts_get + 0x00000000400857b4 coex_schm_ble_scan_stop_interval_num_get + *fill* 0x00000000400857da 0x2 + .iram1.text 0x00000000400857dc 0x41 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + 0x00000000400857e0 r_co_nb_good_channels + *fill* 0x000000004008581d 0x3 + .iram1.text 0x0000000040085820 0x502 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + 0x56e (size before relaxing) + 0x0000000040085848 r_ea_elt_insert + 0x0000000040085ad0 r_ea_alarm_set + 0x0000000040085b8c r_ea_finetimer_isr + 0x0000000040085d18 ea_get_current_elt + *fill* 0x0000000040085d22 0x2 + .iram1.text 0x0000000040085d24 0x15 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + 0x28 (size before relaxing) + 0x0000000040085d24 r_eif_flow_on + *fill* 0x0000000040085d39 0x3 + .iram1.text 0x0000000040085d3c 0x1e /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + 0x0000000040085d40 hci_tl_inc_nb_h2c_cmd_pkts + *fill* 0x0000000040085d5a 0x2 + .iram1.text 0x0000000040085d5c 0x4ce /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + 0x5ee (size before relaxing) + 0x0000000040085da4 huart_flow_on + 0x0000000040085e0c huart_flow_off + 0x0000000040085f68 r_huart_finish_transfers + 0x00000000400860bc huart_read + 0x0000000040086164 r_huart_trans_isr + 0x0000000040086194 r_huart_isr + *fill* 0x000000004008622a 0x2 + .iram1.text 0x000000004008622c 0xba /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + 0xc6 (size before relaxing) + 0x0000000040086234 ke_lmp_rx_flooding_detect + 0x0000000040086290 r_ke_msg_send + *fill* 0x00000000400862e6 0x2 + .iram1.text 0x00000000400862e8 0x393 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + 0x3cb (size before relaxing) + 0x00000000400862ec is_lc_free_and_used_env + *fill* 0x000000004008667b 0x1 + .iram1.text 0x000000004008667c 0x9de /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + 0xa7a (size before relaxing) + 0x000000004008668c r_ld_acl_ssr_set + 0x0000000040086718 r_ld_sco_audio_isr + 0x0000000040086a8c ld_sco_frm_isr_wrapper + 0x0000000040086ce8 ld_sniff_cntl_offset_adjust + 0x0000000040086d5c ld_sniff_cntl_reset + 0x0000000040086d98 ld_acl_rsw_frm_cbk_wrapper + 0x0000000040086df8 ld_acl_lmp_embuf_free + 0x0000000040086ea0 ld_acl_clk_isr_hack + *fill* 0x000000004008705a 0x2 + .iram1.text 0x000000004008705c 0xb23 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + 0xc83 (size before relaxing) + 0x0000000040087194 r_ld_fm_prog_push + 0x00000000400873d0 r_ld_fm_clk_isr + 0x00000000400874a8 r_ld_fm_sket_isr + 0x00000000400875b4 ld_fm_fix_no_sent_buf + 0x000000004008764c r_ld_fm_rx_isr + 0x00000000400876ac ld_fm_fifo_empty + 0x00000000400876ec ld_acl_frm_isr + 0x00000000400879d0 r_ld_fm_frame_isr + *fill* 0x0000000040087b7f 0x1 + .iram1.text 0x0000000040087b80 0x3e6 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + 0x416 (size before relaxing) + 0x0000000040087bbc ld_inq_frm_isr_wrapper + *fill* 0x0000000040087f66 0x2 + .iram1.text 0x0000000040087f68 0xe0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + 0xf4 (size before relaxing) + 0x0000000040087f6c ld_pscan_assert_err_handle + .iram1.text 0x0000000040088048 0x91 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + 0xa1 (size before relaxing) + 0x0000000040088050 r_ld_sched_sniff_remove + 0x000000004008809c r_ld_sched_sniff_add_wrapper + 0x00000000400880bc ld_sched_link_in_sniff + *fill* 0x00000000400880d9 0x3 + .iram1.text 0x00000000400880dc 0x11c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + 0x128 (size before relaxing) + 0x00000000400880f0 llc_hci_acl_data_tx_handler + .iram1.text 0x00000000400881f8 0x162 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + 0x176 (size before relaxing) + *fill* 0x000000004008835a 0x2 + .iram1.text 0x000000004008835c 0x30 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + 0x0000000040088360 llc_peer_conn_param_req_not_support_set + .iram1.text 0x000000004008838c 0x177f /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + 0x191f (size before relaxing) + 0x00000000400883b8 r_lld_evt_end_isr + 0x00000000400884a8 r_lld_evt_rx + 0x0000000040088544 r_lld_evt_end + 0x00000000400888d8 r_lld_evt_init_evt + 0x00000000400889e4 r_lld_evt_schedule + 0x0000000040088e64 lld_elt_prog_is_empty + 0x0000000040088e7c lld_adjust_after_reset + 0x0000000040088f0c coex_ble_lld_last_terminate_evt_wait_set + 0x0000000040088f80 r_lld_evt_restart + *fill* 0x0000000040089b0b 0x1 + .iram1.text 0x0000000040089b0c 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + 0x3f (size before relaxing) + 0x0000000040089b10 r_lld_get_mode + *fill* 0x0000000040089b47 0x1 + .iram1.text 0x0000000040089b48 0xbc4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + 0xc74 (size before relaxing) + 0x0000000040089bd0 ram_lld_pdu_tx_flush + 0x0000000040089c68 lld_pdu_is_retry_get + 0x0000000040089c74 lld_pdu_is_retry_set + 0x0000000040089c88 lld_evt_end_run_flag_get + 0x0000000040089c94 lld_evt_end_run_flag_set + 0x0000000040089ca8 lld_pdu_refresh_rem_proc_state + 0x0000000040089dc0 r_lld_pdu_rx_handler + 0x000000004008a234 lld_retry_tx_prog + 0x000000004008a2a8 lld_pdu_tx_prog_llcp + 0x000000004008a57c r_lld_pdu_tx_prog + .iram1.text 0x000000004008a70c 0xc2 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + 0xce (size before relaxing) + 0x000000004008a764 ble_adv_txpwr_get_inter + 0x000000004008a774 ble_scan_txpwr_get_inter + 0x000000004008a784 ble_dfl_txpwr_get_inter + 0x000000004008a798 btdm_rf_bb_init_phase1 + *fill* 0x000000004008a7ce 0x2 + .iram1.text 0x000000004008a7d0 0x930 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + 0x9b4 (size before relaxing) + 0x000000004008a7dc ble_master_soft_rst + 0x000000004008a854 ble_bb_rst + 0x000000004008a8d8 r_rwble_isr + .iram1.text 0x000000004008b100 0x9b7 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + 0xa6f (size before relaxing) + 0x000000004008b118 r_rwbt_sleep_wakeup + 0x000000004008b2ec r_rwbt_isr + *fill* 0x000000004008bab7 0x1 + .iram1.text 0x000000004008bab8 0xdb /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + 0x11f (size before relaxing) + 0x000000004008babc r_rwip_wakeup + 0x000000004008bb34 r_rwip_wakeup_end + 0x000000004008bb88 btdm_get_power_state + *fill* 0x000000004008bb93 0x1 + .iram1.text 0x000000004008bb94 0x4b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + 0x000000004008bb98 sdk_config_get_mask + 0x000000004008bba8 sdk_config_get_opts + 0x000000004008bbb4 sdk_config_get_bt_mode + 0x000000004008bbc4 sdk_config_get_bt_sleep_mode + 0x000000004008bbd4 sdk_config_get_bt_sleep_enable + *fill* 0x000000004008bbdf 0x1 + .iram1.text 0x000000004008bbe0 0x47 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + 0x4b (size before relaxing) + 0x000000004008bbe4 btdm_task_post_from_isr + *fill* 0x000000004008bc27 0x1 + .iram1.text 0x000000004008bc28 0x27a /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + 0x2ca (size before relaxing) + 0x000000004008bcbc vhci_recv + 0x000000004008bdac vhci_flow_off + 0x000000004008bde0 vhci_flow_on + 0x000000004008be34 r_vhci_finish_transfers + 0x000000004008be3c r_vhci_isr + *fill* 0x000000004008bea2 0x2 + .iram1.text 0x000000004008bea4 0x28a /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + 0x2be (size before relaxing) + 0x000000004008c110 r_rwbtdm_isr + *fill* 0x000000004008c12e 0x2 + .iram1.text 0x000000004008c130 0x33 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + 0x3b (size before relaxing) + 0x000000004008c130 r_global_int_start + 0x000000004008c138 r_global_int_stop + 0x000000004008c140 r_global_int_disable + 0x000000004008c154 r_global_int_restore + *fill* 0x000000004008c163 0x1 + .iram1.0 0x000000004008c164 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x000000004008c164 esp_mbedtls_mem_calloc + .iram1.1 0x000000004008c178 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0xe (size before relaxing) + 0x000000004008c178 esp_mbedtls_mem_free + *fill* 0x000000004008c182 0x2 + .iram1.8 0x000000004008c184 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x19 (size before relaxing) + 0x000000004008c184 coex_bt_request + *fill* 0x000000004008c199 0x3 + .iram1.9 0x000000004008c19c 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x15 (size before relaxing) + 0x000000004008c19c coex_bt_release + *fill* 0x000000004008c1ad 0x3 + .iram1.11 0x000000004008c1b0 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x11 (size before relaxing) + 0x000000004008c1b0 coex_bb_reset_lock + *fill* 0x000000004008c1ba 0x2 + .iram1.12 0x000000004008c1bc 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x12 (size before relaxing) + 0x000000004008c1bc coex_bb_reset_unlock + *fill* 0x000000004008c1c6 0x2 + .iram1.16 0x000000004008c1c8 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + *fill* 0x000000004008c22a 0x2 + .iram1.17 0x000000004008c22c 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x60 (size before relaxing) + .iram1.21 0x000000004008c284 0xf5 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x15c (size before relaxing) + 0x000000004008c284 coex_core_ts_start + *fill* 0x000000004008c379 0x3 + .iram1.20 0x000000004008c37c 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x7e (size before relaxing) + *fill* 0x000000004008c3c2 0x2 + .iram1.23 0x000000004008c3c4 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x5d (size before relaxing) + 0x000000004008c3d0 coex_core_ts_end + *fill* 0x000000004008c40d 0x3 + .iram1.25 0x000000004008c410 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x36 (size before relaxing) + 0x000000004008c410 coex_timer_ts_start_handler + *fill* 0x000000004008c42c 0x0 + .iram1.26 0x000000004008c42c 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x36 (size before relaxing) + 0x000000004008c42c coex_timer_ts_end_handler + *fill* 0x000000004008c448 0x0 + .iram1.27 0x000000004008c448 0x6a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x96 (size before relaxing) + 0x000000004008c44c coex_core_request + *fill* 0x000000004008c4b2 0x2 + .iram1.28 0x000000004008c4b4 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0xa3 (size before relaxing) + 0x000000004008c4b4 coex_core_release + *fill* 0x000000004008c528 0x0 + .iram1.37 0x000000004008c528 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x3e (size before relaxing) + 0x000000004008c530 coex_core_bb_reset_lock + *fill* 0x000000004008c562 0x2 + .iram1.38 0x000000004008c564 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x2c (size before relaxing) + 0x000000004008c564 coex_core_bb_reset_unlock + .iram1.0 0x000000004008c584 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + 0x19 (size before relaxing) + *fill* 0x000000004008c599 0x3 + .iram1.12 0x000000004008c59c 0xb0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + 0xe8 (size before relaxing) + .iram1.17 0x000000004008c64c 0x2f2 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + 0x361 (size before relaxing) + 0x000000004008c670 coex_force_wifi_mode + *fill* 0x000000004008c93e 0x2 + .iram1.18 0x000000004008c940 0x125 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + 0x15d (size before relaxing) + 0x000000004008c964 coex_unforce_wifi_mode + *fill* 0x000000004008ca65 0x3 + .iram1.4 0x000000004008ca68 0xf ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x000000004008ca6c coex_ts_end_timer_dislarmed + *fill* 0x000000004008ca77 0x1 + .iram1.5 0x000000004008ca78 0xf ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x000000004008ca7c coex_ts_start_timer_dislarmed + *fill* 0x000000004008ca87 0x1 + .iram1.7 0x000000004008ca88 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x16 (size before relaxing) + 0x000000004008ca88 coex_time_now + *fill* 0x000000004008ca9a 0x2 + .iram1.10 0x000000004008ca9c 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x24 (size before relaxing) + 0x000000004008ca9c coex_time_is_in_time + .iram1.11 0x000000004008cabc 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x32 (size before relaxing) + 0x000000004008cac0 coex_timer_ts_end_alarm + *fill* 0x000000004008cae6 0x2 + .iram1.12 0x000000004008cae8 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x2c (size before relaxing) + 0x000000004008cae8 coex_timer_ts_end_disalarm + .iram1.13 0x000000004008cb08 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x32 (size before relaxing) + 0x000000004008cb0c coex_timer_ts_start_alarm + *fill* 0x000000004008cb32 0x2 + .iram1.14 0x000000004008cb34 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x2c (size before relaxing) + 0x000000004008cb34 coex_timer_ts_start_disalarm + .iram1.5 0x000000004008cb54 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .iram1.11 0x000000004008cb88 0x51 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + 0x55 (size before relaxing) + *fill* 0x000000004008cbd9 0x3 + .iram1.18 0x000000004008cbdc 0x135 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + 0x165 (size before relaxing) + 0x000000004008cbe8 coex_arbit_insert + *fill* 0x000000004008cd11 0x3 + .iram1.19 0x000000004008cd14 0x69 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + 0x79 (size before relaxing) + 0x000000004008cd18 coex_arbit_delete + *fill* 0x000000004008cd7d 0x3 + .iram1.20 0x000000004008cd80 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + 0x37 (size before relaxing) + 0x000000004008cd80 coex_arbit_first + *fill* 0x000000004008cdab 0x1 + .iram1.21 0x000000004008cdac 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + 0x3b (size before relaxing) + 0x000000004008cdac coex_arbit_next + *fill* 0x000000004008cddf 0x1 + .iram1.22 0x000000004008cde0 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + 0x58 (size before relaxing) + 0x000000004008cde0 coex_arbit_clean_overtime + .iram1.19 0x000000004008ce20 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x13 (size before relaxing) + 0x000000004008ce20 lmacProcessCollisions + *fill* 0x000000004008ce2f 0x1 + .iram1.23 0x000000004008ce30 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x13 (size before relaxing) + 0x000000004008ce30 lmacProcessAllTxTimeout + *fill* 0x000000004008ce3f 0x1 + .iram1.24 0x000000004008ce40 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x13 (size before relaxing) + 0x000000004008ce40 lmacPostTxComplete + *fill* 0x000000004008ce4f 0x1 + .iram1.25 0x000000004008ce50 0x63 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x67 (size before relaxing) + 0x000000004008ce68 lmacProcessRxSucData + *fill* 0x000000004008ceb3 0x1 + .iram1.52 0x000000004008ceb4 0x14e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x156 (size before relaxing) + 0x000000004008cecc pp_post + *fill* 0x000000004008d002 0x2 + .iram1.4 0x000000004008d004 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x000000004008d008 wifi_gpio_debug + *fill* 0x000000004008d01b 0x1 + .iram1.19 0x000000004008d01c 0x69 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x6d (size before relaxing) + 0x000000004008d020 wdev_push_promis_misc_buf + *fill* 0x000000004008d085 0x3 + .iram1.47 0x000000004008d088 0x7f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xa5 (size before relaxing) + 0x000000004008d08c wdev_process_panic_watchdog + *fill* 0x000000004008d107 0x1 + .iram1.48 0x000000004008d108 0x1c2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x21a (size before relaxing) + 0x000000004008d148 wDev_ProcessFiq + *fill* 0x000000004008d2ca 0x2 + .iram1.11 0x000000004008d2cc 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004008d2d0 hal_mac_interrupt_get_event + *fill* 0x000000004008d2dd 0x3 + .iram1.12 0x000000004008d2e0 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004008d2e4 hal_mac_interrupt_clr_event + .iram1.13 0x000000004008d2f4 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x23 (size before relaxing) + 0x000000004008d2f4 hal_mac_interrupt_clr_watchdog + *fill* 0x000000004008d30f 0x1 + .iram1.2 0x000000004008d310 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x000000004008d314 hal_mac_rx_get_end_state + .iram1.6 0x000000004008d324 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x5f (size before relaxing) + 0x000000004008d338 hal_mac_rx_get_end_info + *fill* 0x000000004008d37f 0x1 + .iram1 0x000000004008d380 0xa49 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xce5 (size before relaxing) + 0x000000004008d384 get_i2c_read_mask + 0x000000004008d3b8 pll_correct_dcap + 0x000000004008d490 phy_dis_hw_set_freq + 0x000000004008d4f0 phy_force_wifi_chan + 0x000000004008d5e4 phy_en_hw_set_freq + 0x000000004008d638 ram_chip_i2c_readReg + 0x000000004008d710 ram_chip_i2c_writeReg + 0x000000004008d7b4 phy_unforce_wifi_chan + 0x000000004008d834 wifi_track_pll_cap + 0x000000004008d8c0 phy_get_fetx_delay + 0x000000004008d8f4 btpwr_pll_track + 0x000000004008d9c8 tsens_code_read + 0x000000004008da3c btpwr_tsens_track + 0x000000004008dab8 bt_track_tx_power + 0x000000004008db44 bt_track_pll_cap + 0x000000004008dbb4 chan_to_freq + 0x000000004008dbec get_i2c_write_data + 0x000000004008dc1c i2c_write_master + 0x000000004008dc94 ram_pbus_debugmode + 0x000000004008dcc4 ram_pbus_force_test + 0x000000004008dd24 force_txrxoff + *fill* 0x000000004008ddc9 0x3 + .iram1 0x000000004008ddcc 0x65a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x786 (size before relaxing) + 0x000000004008ddd0 ram_disable_agc + 0x000000004008ddec ram_enable_agc + 0x000000004008de18 ram_write_gain_mem + 0x000000004008de74 ram_set_txclk_en + 0x000000004008dea0 ram_set_rxclk_en + 0x000000004008dedc disable_wifi_agc + 0x000000004008df38 enable_wifi_agc + 0x000000004008dfa4 wr_bt_tx_atten + 0x000000004008dff8 set_tx_gain_table + 0x000000004008e0d4 set_most_pwr_reg + 0x000000004008e2bc bb_wdt_rst_enable + 0x000000004008e2e0 bb_wdt_int_enable + 0x000000004008e30c bb_wdt_timeout_clear + 0x000000004008e328 bb_wdt_get_status + 0x000000004008e34c ram_set_noise_floor + 0x000000004008e3b4 phy_close_rf + *fill* 0x000000004008e426 0x2 + .iram1 0x000000004008e428 0xda7 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0xe87 (size before relaxing) + 0x000000004008e430 get_target_power_offset + 0x000000004008e478 ram_txbbgain_to_index + 0x000000004008e4b0 ram_set_chan_cal_interp + 0x000000004008e578 write_txrate_power_offset + 0x000000004008e6dc get_phy_target_power + 0x000000004008e750 phy_pwdet_onetime_en + 0x000000004008e794 ram_read_sar_dout + 0x000000004008e7c4 get_rate_fcc_index + 0x000000004008e864 get_rate_target_power + 0x000000004008e8b0 get_chan_pwr_index + 0x000000004008e934 write_wifi_dig_gain + 0x000000004008e978 set_chan_dig_gain + 0x000000004008ec34 tx_pwctrl_cal + 0x000000004008f050 tx_pwctrl_background + 0x000000004008f138 wifi_11g_rate_chg + 0x000000004008f150 ram_set_txcap_reg + *fill* 0x000000004008f1cf 0x0 + *fill* 0x000000004008f1cf 0x0 + *fill* 0x000000004008f1cf 0x0 + *fill* 0x000000004008f1cf 0x0 + *fill* 0x000000004008f1cf 0x1 + .iram1.28 0x000000004008f1d0 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004008f1d5 0x3 + .iram1.29 0x000000004008f1d8 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004008f1dd 0x3 + .iram1.34 0x000000004008f1e0 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004008f1e7 0x1 + .iram1.37 0x000000004008f1e8 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.44 0x000000004008f1fc 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004008f201 0x3 + .iram1.58 0x000000004008f204 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004008f209 0x3 + .iram1.59 0x000000004008f20c 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x000000004008f20c coex_is_in_isr_wrapper + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + *fill* 0x000000004008f220 0x0 + .iram1.7 0x000000004008f220 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x000000004008f220 esp_cpu_in_ocd_debug_mode + *fill* 0x000000004008f227 0x0 + *fill* 0x000000004008f227 0x0 + *fill* 0x000000004008f227 0x0 + *fill* 0x000000004008f227 0x0 + *fill* 0x000000004008f227 0x0 + *fill* 0x000000004008f227 0x1 + .iram1 0x000000004008f228 0x1a esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + 0x000000004008f228 esp_backtrace_get_start + *fill* 0x000000004008f242 0x0 + *fill* 0x000000004008f242 0x0 + *fill* 0x000000004008f242 0x0 + *fill* 0x000000004008f242 0x0 + *fill* 0x000000004008f242 0x2 + .iram1.31 0x000000004008f244 0x5 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x000000004008f244 esp_dport_access_int_abort + *fill* 0x000000004008f249 0x3 + .iram1.33 0x000000004008f24c 0x1d esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x000000004008f24c esp_dport_access_read_buffer + *fill* 0x000000004008f269 0x3 + .iram1.34 0x000000004008f26c 0xa esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x000000004008f26c esp_dport_access_reg_read + *fill* 0x000000004008f276 0x0 + *fill* 0x000000004008f276 0x2 + .iram1.30 0x000000004008f278 0x13 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x0 + *fill* 0x000000004008f28b 0x1 + .iram1 0x000000004008f28c 0x2e esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + 0x000000004008f28c xt_debugexception + 0x000000004008f2ac xt_highint5 + 0x000000004008f2b4 _xt_nmi + 0x000000004008f2b4 xt_nmi + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x0 + *fill* 0x000000004008f2ba 0x2 + .iram1.50 0x000000004008f2bc 0x5 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000000004008f2bc flash_rom_init + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x0 + *fill* 0x000000004008f2c1 0x3 + .iram1.62 0x000000004008f2c4 0x14 esp-idf/bt/libbt.a(bt.c.obj) + .iram1.63 0x000000004008f2d8 0x10 esp-idf/bt/libbt.a(bt.c.obj) + .iram1.66 0x000000004008f2e8 0x5 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000004008f2ed 0x0 + *fill* 0x000000004008f2ed 0x3 + .iram1.70 0x000000004008f2f0 0x18 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + *fill* 0x000000004008f308 0x0 + .iram1.text 0x000000004008f308 0x4a /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + 0x000000004008f308 chnl_map_check + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x0 + *fill* 0x000000004008f352 0x2 + .iram1.8 0x000000004008f354 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x000000004008f354 coex_time_diff + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *fill* 0x000000004008f35c 0x0 + *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) + *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) + *libdriver.a:gpio.*(.literal.gpio_sleep_pupd_config_unapply .text.gpio_sleep_pupd_config_unapply) + .text.gpio_sleep_pupd_config_unapply + 0x000000004008f35c 0x68 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x70 (size before relaxing) + 0x000000004008f35c gpio_sleep_pupd_config_unapply + *fill* 0x000000004008f3c4 0x0 + *libesp_common.a:esp_err.*(.literal .literal.* .text .text.*) + .text.esp_error_check_failed_print + 0x000000004008f3c4 0x46 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + 0x4a (size before relaxing) + *fill* 0x000000004008f40a 0x2 + .text._esp_error_check_failed + 0x000000004008f40c 0x16 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + 0x1e (size before relaxing) + 0x000000004008f40c _esp_error_check_failed + *fill* 0x000000004008f422 0x0 + *libesp_event.a:default_event_loop.*(.literal.esp_event_isr_post .text.esp_event_isr_post) + *libesp_event.a:esp_event.*(.literal.esp_event_isr_post_to .text.esp_event_isr_post_to) + *libesp_hw_support.a:cpu_util.*(.literal .literal.* .text .text.*) + *fill* 0x000000004008f422 0x2 + .text.esp_cpu_configure_region_protection + 0x000000004008f424 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x000000004008f424 esp_cpu_configure_region_protection + *fill* 0x000000004008f45a 0x0 + *libesp_hw_support.a:rtc_clk.*(.literal .literal.* .text .text.*) + *fill* 0x000000004008f45a 0x2 + .text.rtc_clk_bbpll_disable + 0x000000004008f45c 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x000000004008f49a 0x2 + .text.rtc_clk_32k_enable_common + 0x000000004008f49c 0xe5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x000000004008f581 0x3 + .text.rtc_clk_bbpll_enable + 0x000000004008f584 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x66 (size before relaxing) + *fill* 0x000000004008f5da 0x2 + .text.rtc_clk_32k_enable + 0x000000004008f5dc 0x5a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004008f5dc rtc_clk_32k_enable + *fill* 0x000000004008f636 0x2 + .text.rtc_clk_32k_enable_external + 0x000000004008f638 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x12 (size before relaxing) + 0x000000004008f638 rtc_clk_32k_enable_external + *fill* 0x000000004008f646 0x2 + .text.rtc_clk_8m_enable + 0x000000004008f648 0x9c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004008f648 rtc_clk_8m_enable + .text.rtc_clk_slow_freq_set + 0x000000004008f6e4 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004008f6e4 rtc_clk_slow_freq_set + .text.rtc_clk_slow_freq_get + 0x000000004008f72c 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004008f72c rtc_clk_slow_freq_get + .text.rtc_clk_slow_freq_get_hz + 0x000000004008f73c 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x2d (size before relaxing) + 0x000000004008f73c rtc_clk_slow_freq_get_hz + *fill* 0x000000004008f765 0x3 + .text.rtc_clk_fast_freq_set + 0x000000004008f768 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004008f768 rtc_clk_fast_freq_set + .text.rtc_clk_bbpll_configure + 0x000000004008f794 0x18d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x1a1 (size before relaxing) + 0x000000004008f794 rtc_clk_bbpll_configure + *fill* 0x000000004008f921 0x3 + .text.rtc_clk_xtal_freq_get + 0x000000004008f924 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004008f924 rtc_get_xtal + 0x000000004008f924 rtc_clk_xtal_freq_get + *fill* 0x000000004008f95a 0x2 + .text.rtc_clk_cpu_freq_mhz_to_config + 0x000000004008f95c 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004008f95c rtc_clk_cpu_freq_mhz_to_config + .text.rtc_clk_cpu_freq_get_config + 0x000000004008f9c0 0x9d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xad (size before relaxing) + 0x000000004008f9c0 rtc_clk_cpu_freq_get_config + *fill* 0x000000004008fa5d 0x3 + .text.rtc_clk_apb_freq_update + 0x000000004008fa60 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004008fa60 rtc_clk_apb_freq_update + *fill* 0x000000004008fa79 0x3 + .text.rtc_clk_cpu_freq_to_xtal + 0x000000004008fa7c 0x87 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x8b (size before relaxing) + 0x000000004008fa7c rtc_clk_cpu_freq_to_xtal + *fill* 0x000000004008fb03 0x1 + .text.rtc_clk_cpu_freq_set_xtal + 0x000000004008fb04 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x1f (size before relaxing) + 0x000000004008fb04 rtc_clk_cpu_freq_set_xtal + *fill* 0x000000004008fb17 0x1 + .text.rtc_clk_cpu_freq_to_pll_mhz + 0x000000004008fb18 0x9c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xa8 (size before relaxing) + .text.rtc_clk_cpu_freq_to_8m + 0x000000004008fbb4 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x5c (size before relaxing) + .text.rtc_clk_cpu_freq_set_config + 0x000000004008fc0c 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x77 (size before relaxing) + 0x000000004008fc0c rtc_clk_cpu_freq_set_config + *fill* 0x000000004008fc68 0x0 + .text.rtc_clk_cpu_freq_set_config_fast + 0x000000004008fc68 0x33 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x36 (size before relaxing) + 0x000000004008fc68 rtc_clk_cpu_freq_set_config_fast + *fill* 0x000000004008fc9b 0x1 + .text.rtc_clk_apb_freq_get + 0x000000004008fc9c 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004008fc9c rtc_clk_apb_freq_get + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *fill* 0x000000004008fcc6 0x0 + *libesp_hw_support.a:rtc_init.*(.literal.rtc_vddsdio_set_config .text.rtc_vddsdio_set_config) + *fill* 0x000000004008fcc6 0x2 + .text.rtc_vddsdio_set_config + 0x000000004008fcc8 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x000000004008fcc8 rtc_vddsdio_set_config + *fill* 0x000000004008fd0e 0x0 + *libesp_hw_support.a:rtc_pm.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:rtc_sleep.*(.literal .literal.* .text .text.*) + *fill* 0x000000004008fd0e 0x2 + .text.rtc_sleep_pd + 0x000000004008fd10 0x1bb esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + *fill* 0x000000004008fecb 0x1 + .text.rtc_sleep_finish + 0x000000004008fecc 0x35 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + *fill* 0x000000004008ff01 0x3 + .text.rtc_sleep_init + 0x000000004008ff04 0x4a0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x000000004008ff04 rtc_sleep_init + .text.rtc_sleep_low_init + 0x00000000400903a4 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x00000000400903a4 rtc_sleep_low_init + *fill* 0x0000000040090402 0x2 + .text.rtc_sleep_start + 0x0000000040090404 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x0000000040090404 rtc_sleep_start + .text.rtc_deep_sleep_start + 0x000000004009046c 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x000000004009046c rtc_deep_sleep_start + *fill* 0x0000000040090502 0x0 + *fill* 0x0000000040090502 0x0 + *fill* 0x0000000040090502 0x0 + *fill* 0x0000000040090502 0x0 + *libesp_hw_support.a:rtc_time.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040090502 0x2 + .text.rtc_clk_cal_internal + 0x0000000040090504 0x1d8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x1e4 (size before relaxing) + .text.rtc_clk_cal + 0x00000000400906dc 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x52 (size before relaxing) + 0x00000000400906dc rtc_clk_cal + *fill* 0x000000004009072a 0x2 + .text.rtc_time_us_to_slowclk + 0x000000004009072c 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x000000004009072c rtc_time_us_to_slowclk + *fill* 0x000000004009074b 0x1 + .text.rtc_time_get + 0x000000004009074c 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x000000004009074c rtc_time_get + .text.rtc_clk_wait_for_slow_cycle + 0x000000004009079c 0x79 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x000000004009079c rtc_clk_wait_for_slow_cycle + *fill* 0x0000000040090815 0x0 + *fill* 0x0000000040090815 0x0 + *fill* 0x0000000040090815 0x3 + .text.rtc_time_slowclk_to_us + 0x0000000040090818 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x0000000040090818 rtc_time_slowclk_to_us + *fill* 0x0000000040090836 0x0 + *libesp_hw_support.a:rtc_wdt.*(.literal .literal.* .text .text.*) + *libesp_ringbuf.a:(.literal .literal.* .text .text.*) + *fill* 0x0000000040090836 0x2 + .text.prvReturnItemByteBuf + 0x0000000040090838 0x4c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x4f (size before relaxing) + *fill* 0x0000000040090884 0x0 + .text.prvGetItemByteBuf + 0x0000000040090884 0xf9 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xfd (size before relaxing) + *fill* 0x000000004009097d 0x3 + .text.prvCheckItemFitsByteBuffer + 0x0000000040090980 0x72 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x00000000400909f2 0x2 + .text.prvReturnItemDefault + 0x00000000400909f4 0x13c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x140 (size before relaxing) + .text.prvGetItemDefault + 0x0000000040090b30 0x17c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x190 (size before relaxing) + .text.prvAcquireItemNoSplit + 0x0000000040090cac 0xaa esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xb1 (size before relaxing) + *fill* 0x0000000040090d56 0x2 + .text.prvSendItemDoneNoSplit + 0x0000000040090d58 0x11e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x126 (size before relaxing) + *fill* 0x0000000040090e76 0x2 + .text.prvCheckItemFitsDefault + 0x0000000040090e78 0xaa esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x0000000040090f22 0x2 + .text.prvGetFreeSize + 0x0000000040090f24 0x3a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3d (size before relaxing) + *fill* 0x0000000040090f5e 0x2 + .text.prvInitializeNewRingbuffer + 0x0000000040090f60 0xb2 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xb6 (size before relaxing) + *fill* 0x0000000040091012 0x2 + .text.prvCopyItemByteBuf + 0x0000000040091014 0x89 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x8d (size before relaxing) + *fill* 0x000000004009109d 0x3 + .text.prvCopyItemAllowSplit + 0x00000000400910a0 0xf8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xfc (size before relaxing) + .text.prvCopyItemNoSplit + 0x0000000040091198 0x22 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x26 (size before relaxing) + *fill* 0x00000000400911ba 0x2 + .text.prvReceiveGeneric + 0x00000000400911bc 0x131 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x145 (size before relaxing) + *fill* 0x00000000400912ed 0x3 + .text.prvReceiveGenericFromISR + 0x00000000400912f0 0xe0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xe8 (size before relaxing) + .text.xRingbufferCreate + 0x00000000400913d0 0xa4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xbc (size before relaxing) + 0x00000000400913d0 xRingbufferCreate + .text.xRingbufferSend + 0x0000000040091474 0xfe esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x10e (size before relaxing) + 0x0000000040091474 xRingbufferSend + *fill* 0x0000000040091572 0x2 + .text.xRingbufferSendFromISR + 0x0000000040091574 0xb2 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xc2 (size before relaxing) + 0x0000000040091574 xRingbufferSendFromISR + *fill* 0x0000000040091626 0x2 + .text.xRingbufferReceive + 0x0000000040091628 0x3a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x42 (size before relaxing) + 0x0000000040091628 xRingbufferReceive + *fill* 0x0000000040091662 0x2 + .text.xRingbufferReceiveFromISR + 0x0000000040091664 0x36 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x3e (size before relaxing) + 0x0000000040091664 xRingbufferReceiveFromISR + *fill* 0x000000004009169a 0x2 + .text.vRingbufferReturnItem + 0x000000004009169c 0x4f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x5b (size before relaxing) + 0x000000004009169c vRingbufferReturnItem + *fill* 0x00000000400916eb 0x1 + .text.vRingbufferReturnItemFromISR + 0x00000000400916ec 0x4b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x57 (size before relaxing) + 0x00000000400916ec vRingbufferReturnItemFromISR + *fill* 0x0000000040091737 0x1 + .text.vRingbufferDelete + 0x0000000040091738 0x34 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x43 (size before relaxing) + 0x0000000040091738 vRingbufferDelete + *fill* 0x000000004009176c 0x0 + .text.xRingbufferGetMaxItemSize + 0x000000004009176c 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x1c (size before relaxing) + 0x000000004009176c xRingbufferGetMaxItemSize + *fill* 0x0000000040091785 0x3 + .text.prvCheckItemAvail + 0x0000000040091788 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeNoSplit + 0x00000000400917c0 0x40 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeAllowSplit + 0x0000000040091800 0x50 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeByteBuf + 0x0000000040091850 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *fill* 0x0000000040091870 0x0 + *libesp_system.a:panic.*(.literal .literal.* .text .text.*) + .text.panic_print_char + 0x0000000040091870 0x38 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x0000000040091870 panic_print_char + .text.panic_print_str + 0x00000000400918a8 0x1a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x00000000400918a8 panic_print_str + *fill* 0x00000000400918c2 0x2 + .text.print_abort_details + 0x00000000400918c4 0xd esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x10 (size before relaxing) + *fill* 0x00000000400918d1 0x3 + .text.panic_print_hex + 0x00000000400918d4 0x2c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x2f (size before relaxing) + 0x00000000400918d4 panic_print_hex + *fill* 0x0000000040091900 0x0 + .text.panic_print_dec + 0x0000000040091900 0x40 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x46 (size before relaxing) + 0x0000000040091900 panic_print_dec + *fill* 0x0000000040091940 0x0 + .text.esp_panic_handler_reconfigure_wdts + 0x0000000040091940 0x52 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x6a (size before relaxing) + 0x0000000040091940 esp_panic_handler_reconfigure_wdts + *fill* 0x0000000040091992 0x2 + .text.esp_panic_handler + 0x0000000040091994 0x192 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x20f (size before relaxing) + 0x0000000040091994 esp_panic_handler + *fill* 0x0000000040091b26 0x0 + *fill* 0x0000000040091b26 0x0 + *fill* 0x0000000040091b26 0x0 + *fill* 0x0000000040091b26 0x0 + *libesp_system.a:panic_arch.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040091b26 0x2 + .text.print_debug_exception_details + 0x0000000040091b28 0x50 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x68 (size before relaxing) + .text.print_illegal_instruction_details + 0x0000000040091b78 0x52 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x6a (size before relaxing) + *fill* 0x0000000040091bca 0x2 + .text.print_backtrace_entry + 0x0000000040091bcc 0x1b esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x27 (size before relaxing) + *fill* 0x0000000040091be7 0x1 + .text.panic_print_registers + 0x0000000040091be8 0xc8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x100 (size before relaxing) + 0x0000000040091be8 panic_print_registers + .text.panic_arch_fill_info + 0x0000000040091cb0 0x36 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x0000000040091cb0 panic_arch_fill_info + *fill* 0x0000000040091ce6 0x2 + .text.panic_soc_fill_info + 0x0000000040091ce8 0x56 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x5a (size before relaxing) + 0x0000000040091ce8 panic_soc_fill_info + *fill* 0x0000000040091d3e 0x2 + .text.panic_print_backtrace + 0x0000000040091d40 0x154 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x163 (size before relaxing) + 0x0000000040091d40 panic_print_backtrace + *fill* 0x0000000040091e94 0x0 + *fill* 0x0000000040091e94 0x0 + *fill* 0x0000000040091e94 0x0 + *fill* 0x0000000040091e94 0x0 + *fill* 0x0000000040091e94 0x0 + .text.panic_get_address + 0x0000000040091e94 0x7 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x0000000040091e94 panic_get_address + *fill* 0x0000000040091e9b 0x1 + .text.panic_get_cause + 0x0000000040091e9c 0x8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x0000000040091e9c panic_get_cause + .text.panic_set_address + 0x0000000040091ea4 0x7 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x0000000040091ea4 panic_set_address + *fill* 0x0000000040091eab 0x0 + *libesp_system.a:panic_handler.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040091eab 0x1 + .text.frame_to_panic_info + 0x0000000040091eac 0x3d esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x41 (size before relaxing) + *fill* 0x0000000040091ee9 0x3 + .text.panic_handler + 0x0000000040091eec 0xfa esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x122 (size before relaxing) + *fill* 0x0000000040091fe6 0x2 + .text.print_state_for_core + 0x0000000040091fe8 0x26 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x2a (size before relaxing) + *fill* 0x000000004009200e 0x2 + .text.print_state + 0x0000000040092010 0x14 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x18 (size before relaxing) + .text.panicHandler + 0x0000000040092024 0xf esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x0000000040092024 panicHandler + *fill* 0x0000000040092033 0x1 + .text.xt_unhandled_exception + 0x0000000040092034 0xf esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x0000000040092034 xt_unhandled_exception + *fill* 0x0000000040092043 0x1 + .text.panic_restart + 0x0000000040092044 0xf esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x18 (size before relaxing) + 0x0000000040092044 panic_restart + *fill* 0x0000000040092053 0x0 + *fill* 0x0000000040092053 0x0 + *fill* 0x0000000040092053 0x0 + *fill* 0x0000000040092053 0x0 + *fill* 0x0000000040092053 0x0 + *fill* 0x0000000040092053 0x0 + *libesp_system.a:reset_reason.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040092053 0x1 + .text.get_reset_reason + 0x0000000040092054 0x69 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + *fill* 0x00000000400920bd 0x3 + .text.esp_reset_reason_clear_hint + 0x00000000400920c0 0xf esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + *fill* 0x00000000400920cf 0x1 + .text.esp_reset_reason + 0x00000000400920d0 0xa esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x00000000400920d0 esp_reset_reason + *fill* 0x00000000400920da 0x2 + .text.esp_reset_reason_init + 0x00000000400920dc 0x23 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x2b (size before relaxing) + *fill* 0x00000000400920ff 0x0 + *fill* 0x00000000400920ff 0x0 + *fill* 0x00000000400920ff 0x0 + *libesp_system.a:system_api.*(.literal.esp_system_abort .text.esp_system_abort) + *fill* 0x00000000400920ff 0x1 + .text.esp_system_abort + 0x0000000040092100 0x8 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0xc (size before relaxing) + 0x0000000040092100 esp_system_abort + *fill* 0x0000000040092108 0x0 + *libfreertos.a:(EXCLUDE_FILE(*libfreertos.a:port_common.* *libfreertos.a:port.*) .literal EXCLUDE_FILE(*libfreertos.a:port_common.* *libfreertos.a:port.*) .literal.* EXCLUDE_FILE(*libfreertos.a:port_common.* *libfreertos.a:port.*) .text EXCLUDE_FILE(*libfreertos.a:port_common.* *libfreertos.a:port.*) .text.*) + .text 0x0000000040092108 0x1d4 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x0000000040092108 _frxt_setup_switch + 0x0000000040092120 _frxt_int_enter + 0x0000000040092168 _frxt_int_exit + 0x00000000400921b8 _frxt_timer_int + 0x00000000400921e0 _frxt_tick_timer_init + 0x00000000400921fc _frxt_dispatch + 0x0000000040092244 vPortYield + 0x0000000040092290 vPortYieldFromInt + 0x00000000400922b0 _frxt_task_coproc_state + .text 0x00000000400922dc 0x16b esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x00000000400922dc _xt_context_save + 0x0000000040092384 _xt_context_restore + 0x00000000400923c8 _xt_coproc_init + 0x00000000400923dc _xt_coproc_release + 0x0000000040092408 _xt_coproc_savecs + 0x0000000040092428 _xt_coproc_restorecs + *fill* 0x0000000040092447 0x1 + .text._xt_tick_divisor_init + 0x0000000040092448 0x1c esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x1f (size before relaxing) + 0x0000000040092448 _xt_tick_divisor_init + *fill* 0x0000000040092464 0x0 + .text.xEventGroupCreate + 0x0000000040092464 0x2f esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x37 (size before relaxing) + 0x0000000040092464 xEventGroupCreate + *fill* 0x0000000040092493 0x1 + .text.xEventGroupWaitBits + 0x0000000040092494 0x110 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x130 (size before relaxing) + 0x0000000040092494 xEventGroupWaitBits + .text.xEventGroupClearBits + 0x00000000400925a4 0x4c esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x54 (size before relaxing) + 0x00000000400925a4 xEventGroupClearBits + .text.xEventGroupSetBits + 0x00000000400925f0 0x8e esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x9a (size before relaxing) + 0x00000000400925f0 xEventGroupSetBits + *fill* 0x000000004009267e 0x2 + .text.vEventGroupDelete + 0x0000000040092680 0x44 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x54 (size before relaxing) + 0x0000000040092680 vEventGroupDelete + .text.prvIsQueueEmpty + 0x00000000400926c4 0x26 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x00000000400926ea 0x2 + .text.prvCopyDataToQueue + 0x00000000400926ec 0x92 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000004009277e 0x2 + .text.prvNotifyQueueSetContainer + 0x0000000040092780 0x9e esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xa6 (size before relaxing) + *fill* 0x000000004009281e 0x2 + .text.prvCopyDataFromQueue + 0x0000000040092820 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvUnlockQueue + 0x0000000040092844 0xa2 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xb6 (size before relaxing) + *fill* 0x00000000400928e6 0x2 + .text.xQueueGenericReset + 0x00000000400928e8 0x9d esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xad (size before relaxing) + 0x00000000400928e8 xQueueGenericReset + *fill* 0x0000000040092985 0x3 + .text.prvInitialiseNewQueue + 0x0000000040092988 0x1f esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x23 (size before relaxing) + *fill* 0x00000000400929a7 0x1 + .text.xQueueGenericCreateStatic + 0x00000000400929a8 0xbc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xc4 (size before relaxing) + 0x00000000400929a8 xQueueGenericCreateStatic + .text.xQueueGenericCreate + 0x0000000040092a64 0x98 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x9c (size before relaxing) + 0x0000000040092a64 xQueueGenericCreate + .text.xQueueGetMutexHolder + 0x0000000040092afc 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040092afc xQueueGetMutexHolder + .text.xQueueCreateCountingSemaphore + 0x0000000040092b20 0x43 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4b (size before relaxing) + 0x0000000040092b20 xQueueCreateCountingSemaphore + *fill* 0x0000000040092b63 0x1 + .text.xQueueGenericSend + 0x0000000040092b64 0x1e6 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x226 (size before relaxing) + 0x0000000040092b64 xQueueGenericSend + *fill* 0x0000000040092d4a 0x2 + .text.prvInitialiseMutex + 0x0000000040092d4c 0x30 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x34 (size before relaxing) + .text.xQueueCreateMutex + 0x0000000040092d7c 0x16 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1a (size before relaxing) + 0x0000000040092d7c xQueueCreateMutex + *fill* 0x0000000040092d92 0x2 + .text.xQueueCreateMutexStatic + 0x0000000040092d94 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1e (size before relaxing) + 0x0000000040092d94 xQueueCreateMutexStatic + *fill* 0x0000000040092dae 0x2 + .text.xQueueGiveMutexRecursive + 0x0000000040092db0 0x42 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4a (size before relaxing) + 0x0000000040092db0 xQueueGiveMutexRecursive + *fill* 0x0000000040092df2 0x2 + .text.xQueueGenericSendFromISR + 0x0000000040092df4 0x112 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x122 (size before relaxing) + 0x0000000040092df4 xQueueGenericSendFromISR + *fill* 0x0000000040092f06 0x2 + .text.xQueueGiveFromISR + 0x0000000040092f08 0xe0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xf0 (size before relaxing) + 0x0000000040092f08 xQueueGiveFromISR + .text.xQueueReceive + 0x0000000040092fe8 0x16d esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1ad (size before relaxing) + 0x0000000040092fe8 xQueueReceive + *fill* 0x0000000040093155 0x3 + .text.xQueueSemaphoreTake + 0x0000000040093158 0x1ae esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1fe (size before relaxing) + 0x0000000040093158 xQueueSemaphoreTake + *fill* 0x0000000040093306 0x2 + .text.xQueueTakeMutexRecursive + 0x0000000040093308 0x4a esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x0000000040093308 xQueueTakeMutexRecursive + *fill* 0x0000000040093352 0x2 + .text.xQueueReceiveFromISR + 0x0000000040093354 0xc2 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xce (size before relaxing) + 0x0000000040093354 xQueueReceiveFromISR + *fill* 0x0000000040093416 0x2 + .text.uxQueueMessagesWaiting + 0x0000000040093418 0x2b esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x33 (size before relaxing) + 0x0000000040093418 uxQueueMessagesWaiting + *fill* 0x0000000040093443 0x1 + .text.vQueueDelete + 0x0000000040093444 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x27 (size before relaxing) + 0x0000000040093444 vQueueDelete + *fill* 0x0000000040093468 0x0 + .text.vQueueWaitForMessageRestricted + 0x0000000040093468 0x55 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x5c (size before relaxing) + 0x0000000040093468 vQueueWaitForMessageRestricted + *fill* 0x00000000400934bd 0x3 + .text.xQueueCreateSet + 0x00000000400934c0 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x14 (size before relaxing) + 0x00000000400934c0 xQueueCreateSet + .text.xQueueAddToSet + 0x00000000400934d0 0x34 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x00000000400934d0 xQueueAddToSet + .text.xQueueSelectFromSet + 0x0000000040093504 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + 0x0000000040093504 xQueueSelectFromSet + .text.prvResetNextTaskUnblockTime + 0x0000000040093518 0x38 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvDeleteTLS + 0x0000000040093550 0x3e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000004009358e 0x2 + .text.prvInitialiseNewTask + 0x0000000040093590 0xd2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xde (size before relaxing) + *fill* 0x0000000040093662 0x2 + .text.prvGetExpectedIdleTime + 0x0000000040093664 0x4e esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x51 (size before relaxing) + *fill* 0x00000000400936b2 0x2 + .text.prvInitialiseTaskLists + 0x00000000400936b4 0x65 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x79 (size before relaxing) + *fill* 0x0000000040093719 0x3 + .text.prvDeleteTCB + 0x000000004009371c 0x48 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x57 (size before relaxing) + *fill* 0x0000000040093764 0x0 + .text.prvCheckTasksWaitingTermination + 0x0000000040093764 0xb6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xbe (size before relaxing) + *fill* 0x000000004009381a 0x2 + .text.prvAddCurrentTaskToDelayedList + 0x000000004009381c 0xce esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xd2 (size before relaxing) + *fill* 0x00000000400938ea 0x2 + .text.prvIdleTask + 0x00000000400938ec 0x5a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x68 (size before relaxing) + *fill* 0x0000000040093946 0x2 + .text.taskYIELD_OTHER_CORE + 0x0000000040093948 0x54 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x58 (size before relaxing) + 0x0000000040093948 taskYIELD_OTHER_CORE + .text.prvAddNewTaskToReadyList + 0x000000004009399c 0xf0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x103 (size before relaxing) + *fill* 0x0000000040093a8c 0x0 + .text.xTaskCreatePinnedToCore + 0x0000000040093a8c 0x69 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x79 (size before relaxing) + 0x0000000040093a8c xTaskCreatePinnedToCore + *fill* 0x0000000040093af5 0x3 + .text.vTaskSuspendAll + 0x0000000040093af8 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040093af8 vTaskSuspendAll + .text.xTaskGetTickCount + 0x0000000040093b20 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040093b20 xTaskGetTickCount + *fill* 0x0000000040093b2d 0x3 + .text.xTaskGetTickCountFromISR + 0x0000000040093b30 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040093b30 xTaskGetTickCountFromISR + *fill* 0x0000000040093b46 0x2 + .text.pcTaskGetName + 0x0000000040093b48 0x26 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040093b48 pcTaskGetName + *fill* 0x0000000040093b6e 0x2 + .text.xTaskGetIdleTaskHandleForCPU + 0x0000000040093b70 0x34 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x38 (size before relaxing) + 0x0000000040093b70 xTaskGetIdleTaskHandleForCPU + .text.vTaskStepTick + 0x0000000040093ba4 0x53 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040093ba4 vTaskStepTick + *fill* 0x0000000040093bf7 0x1 + .text.xTaskIncrementTick + 0x0000000040093bf8 0x1aa esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x1be (size before relaxing) + 0x0000000040093bf8 xTaskIncrementTick + *fill* 0x0000000040093da2 0x2 + .text.vTaskSwitchContext + 0x0000000040093da4 0x1a2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x1ae (size before relaxing) + 0x0000000040093da4 vTaskSwitchContext + *fill* 0x0000000040093f46 0x2 + .text.vTaskSuspend + 0x0000000040093f48 0x168 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x198 (size before relaxing) + 0x0000000040093f48 vTaskSuspend + .text.vTaskPlaceOnEventList + 0x00000000400940b0 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x5c (size before relaxing) + 0x00000000400940b0 vTaskPlaceOnEventList + .text.vTaskPlaceOnUnorderedEventList + 0x00000000400940fc 0x64 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x74 (size before relaxing) + 0x00000000400940fc vTaskPlaceOnUnorderedEventList + .text.vTaskPlaceOnEventListRestricted + 0x0000000040094160 0x4f esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x5f (size before relaxing) + 0x0000000040094160 vTaskPlaceOnEventListRestricted + *fill* 0x00000000400941af 0x1 + .text.xTaskRemoveFromEventList + 0x00000000400941b0 0x14d esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x15d (size before relaxing) + 0x00000000400941b0 xTaskRemoveFromEventList + *fill* 0x00000000400942fd 0x3 + .text.xTaskRemoveFromUnorderedEventList + 0x0000000040094300 0xd0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xe0 (size before relaxing) + 0x0000000040094300 xTaskRemoveFromUnorderedEventList + .text.vTaskInternalSetTimeOutState + 0x00000000400943d0 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x00000000400943d0 vTaskInternalSetTimeOutState + *fill* 0x00000000400943e9 0x3 + .text.xTaskCheckForTimeOut + 0x00000000400943ec 0x85 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x91 (size before relaxing) + 0x00000000400943ec xTaskCheckForTimeOut + *fill* 0x0000000040094471 0x3 + .text.vTaskMissedYield + 0x0000000040094474 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040094474 vTaskMissedYield + *fill* 0x000000004009448e 0x2 + .text.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x0000000040094490 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040094490 vTaskSetThreadLocalStoragePointerAndDelCallback + .text.pvTaskGetThreadLocalStoragePointer + 0x00000000400944c0 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x00000000400944c0 pvTaskGetThreadLocalStoragePointer + *fill* 0x00000000400944e1 0x3 + .text.xTaskGetAffinity + 0x00000000400944e4 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x00000000400944e4 xTaskGetAffinity + *fill* 0x00000000400944f6 0x2 + .text.xTaskGetCurrentTaskHandle + 0x00000000400944f8 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x00000000400944f8 xTaskGetCurrentTaskHandle + *fill* 0x000000004009451a 0x2 + .text.__getreent + 0x000000004009451c 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x19 (size before relaxing) + 0x000000004009451c __getreent + *fill* 0x0000000040094531 0x3 + .text.xTaskGetCurrentTaskHandleForCPU + 0x0000000040094534 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040094534 xTaskGetCurrentTaskHandleForCPU + *fill* 0x000000004009454e 0x2 + .text.xTaskGetSchedulerState + 0x0000000040094550 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x0000000040094550 xTaskGetSchedulerState + *fill* 0x000000004009458a 0x2 + .text.vTaskDelete + 0x000000004009458c 0xee esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10a (size before relaxing) + 0x000000004009458c vTaskDelete + *fill* 0x000000004009467a 0x2 + .text.vTaskDelayUntil + 0x000000004009467c 0x97 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xab (size before relaxing) + 0x000000004009467c vTaskDelayUntil + *fill* 0x0000000040094713 0x1 + .text.vTaskDelay + 0x0000000040094714 0x40 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x50 (size before relaxing) + 0x0000000040094714 vTaskDelay + .text.xTaskResumeAll + 0x0000000040094754 0x200 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x213 (size before relaxing) + 0x0000000040094754 xTaskResumeAll + *fill* 0x0000000040094954 0x0 + .text.xTaskPriorityInherit + 0x0000000040094954 0x117 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x122 (size before relaxing) + 0x0000000040094954 xTaskPriorityInherit + *fill* 0x0000000040094a6b 0x1 + .text.xTaskPriorityDisinherit + 0x0000000040094a6c 0xf5 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x101 (size before relaxing) + 0x0000000040094a6c xTaskPriorityDisinherit + *fill* 0x0000000040094b61 0x3 + .text.vTaskPriorityDisinheritAfterTimeout + 0x0000000040094b64 0xdc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xef (size before relaxing) + 0x0000000040094b64 vTaskPriorityDisinheritAfterTimeout + *fill* 0x0000000040094c40 0x0 + .text.uxTaskResetEventItemValue + 0x0000000040094c40 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x56 (size before relaxing) + 0x0000000040094c40 uxTaskResetEventItemValue + *fill* 0x0000000040094c92 0x2 + .text.pvTaskIncrementMutexHeldCount + 0x0000000040094c94 0x56 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x5a (size before relaxing) + 0x0000000040094c94 pvTaskIncrementMutexHeldCount + *fill* 0x0000000040094cea 0x2 + .text.ulTaskNotifyTake + 0x0000000040094cec 0xea esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xfa (size before relaxing) + 0x0000000040094cec ulTaskNotifyTake + *fill* 0x0000000040094dd6 0x2 + .text.xTaskGenericNotify + 0x0000000040094dd8 0x157 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x172 (size before relaxing) + 0x0000000040094dd8 xTaskGenericNotify + *fill* 0x0000000040094f2f 0x1 + .text.vTaskNotifyGiveFromISR + 0x0000000040094f30 0x10d esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x121 (size before relaxing) + 0x0000000040094f30 vTaskNotifyGiveFromISR + *fill* 0x000000004009503d 0x3 + .text.vTaskStartScheduler + 0x0000000040095040 0x7f esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x86 (size before relaxing) + 0x0000000040095040 vTaskStartScheduler + *fill* 0x00000000400950bf 0x1 + .text.prvGetNextExpireTime + 0x00000000400950c0 0x24 esp-idf/freertos/libfreertos.a(timers.c.obj) + .text.prvInsertTimerInActiveList + 0x00000000400950e4 0x52 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x5a (size before relaxing) + *fill* 0x0000000040095136 0x2 + .text.prvCheckForValidListAndQueue + 0x0000000040095138 0x48 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x58 (size before relaxing) + .text.prvInitialiseNewTimer + 0x0000000040095180 0x37 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x3f (size before relaxing) + *fill* 0x00000000400951b7 0x1 + .text.xTimerCreateTimerTask + 0x00000000400951b8 0x3f esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x46 (size before relaxing) + 0x00000000400951b8 xTimerCreateTimerTask + *fill* 0x00000000400951f7 0x1 + .text.xTimerCreate + 0x00000000400951f8 0x26 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x2a (size before relaxing) + 0x00000000400951f8 xTimerCreate + *fill* 0x000000004009521e 0x2 + .text.xTimerGenericCommand + 0x0000000040095220 0x6d esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x75 (size before relaxing) + 0x0000000040095220 xTimerGenericCommand + *fill* 0x000000004009528d 0x3 + .text.prvSwitchTimerLists + 0x0000000040095290 0x77 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x7f (size before relaxing) + *fill* 0x0000000040095307 0x1 + .text.prvSampleTimeNow + 0x0000000040095308 0x2b esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x2f (size before relaxing) + *fill* 0x0000000040095333 0x1 + .text.prvProcessExpiredTimer + 0x0000000040095334 0x56 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x62 (size before relaxing) + *fill* 0x000000004009538a 0x2 + .text.prvProcessTimerOrBlockTask + 0x000000004009538c 0x7c esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x97 (size before relaxing) + *fill* 0x0000000040095408 0x0 + .text.prvProcessReceivedCommands + 0x0000000040095408 0x101 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x115 (size before relaxing) + *fill* 0x0000000040095509 0x3 + .text.prvTimerTask + 0x000000004009550c 0x15 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x1d (size before relaxing) + *fill* 0x0000000040095521 0x0 + *fill* 0x0000000040095521 0x3 + .text.prvTestWaitCondition + 0x0000000040095524 0x21 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x0000000040095545 0x0 + *fill* 0x0000000040095545 0x0 + *fill* 0x0000000040095545 0x3 + .text.vListInitialise + 0x0000000040095548 0x18 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x0000000040095548 vListInitialise + .text.vListInitialiseItem + 0x0000000040095560 0x9 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x0000000040095560 vListInitialiseItem + *fill* 0x0000000040095569 0x3 + .text.vListInsertEnd + 0x000000004009556c 0x1f esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004009556c vListInsertEnd + *fill* 0x000000004009558b 0x1 + .text.vListInsert + 0x000000004009558c 0x35 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004009558c vListInsert + *fill* 0x00000000400955c1 0x3 + .text.uxListRemove + 0x00000000400955c4 0x2f esp-idf/freertos/libfreertos.a(list.c.obj) + 0x00000000400955c4 uxListRemove + *fill* 0x00000000400955f3 0x1 + .text.prvGetDisinheritPriorityAfterTimeout + 0x00000000400955f4 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvIsQueueFull + 0x000000004009560c 0x16 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *fill* 0x0000000040095622 0x0 + *libfreertos.a:port.*(.literal.pxPortInitialiseStack .literal.vApplicationStackOverflowHook .literal.vPortAssertIfInISR .literal.vPortEndScheduler .literal.vPortEnterCritical .literal.vPortExitCritical .literal.vPortReleaseTaskMPUSettings .literal.vPortSetStackWatchpoint .literal.vPortTaskWrapper .literal.vPortYieldOtherCore .literal.xPortInIsrContext .literal.xPortStartScheduler .literal.xPortSysTickHandler .text .text.pxPortInitialiseStack .text.vApplicationStackOverflowHook .text.vPortAssertIfInISR .text.vPortEndScheduler .text.vPortEnterCritical .text.vPortExitCritical .text.vPortReleaseTaskMPUSettings .text.vPortSetStackWatchpoint .text.vPortStoreTaskMPUSettings .text.vPortTaskWrapper .text.vPortYieldOtherCore .text.xPortGetTickRateHz .text.xPortInIsrContext .text.xPortStartScheduler .text.xPortSysTickHandler) + *fill* 0x0000000040095622 0x2 + .text.vPortTaskWrapper + 0x0000000040095624 0x26 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x32 (size before relaxing) + *fill* 0x000000004009564a 0x2 + .text.pxPortInitialiseStack + 0x000000004009564c 0x92 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000004009564c pxPortInitialiseStack + *fill* 0x00000000400956de 0x2 + .text.xPortStartScheduler + 0x00000000400956e0 0x26 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x32 (size before relaxing) + 0x00000000400956e0 xPortStartScheduler + *fill* 0x0000000040095706 0x2 + .text.vPortYieldOtherCore + 0x0000000040095708 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0xe (size before relaxing) + 0x0000000040095708 vPortYieldOtherCore + *fill* 0x0000000040095712 0x2 + .text.vPortReleaseTaskMPUSettings + 0x0000000040095714 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0xe (size before relaxing) + 0x0000000040095714 vPortReleaseTaskMPUSettings + *fill* 0x000000004009571e 0x2 + .text.xPortInIsrContext + 0x0000000040095720 0x28 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040095720 xPortInIsrContext + .text.xPortSysTickHandler + 0x0000000040095748 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x17 (size before relaxing) + 0x0000000040095748 xPortSysTickHandler + *fill* 0x000000004009575b 0x1 + .text.vPortEnterCritical + 0x000000004009575c 0x26 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000004009575c vPortEnterCritical + *fill* 0x0000000040095782 0x2 + .text.vPortExitCritical + 0x0000000040095784 0x2b esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040095784 vPortExitCritical + *fill* 0x00000000400957af 0x1 + .text.vApplicationStackOverflowHook + 0x00000000400957b0 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + 0x40 (size before relaxing) + 0x00000000400957b0 vApplicationStackOverflowHook + *fill* 0x00000000400957ec 0x0 + *fill* 0x00000000400957ec 0x0 + *fill* 0x00000000400957ec 0x0 + *fill* 0x00000000400957ec 0x0 + *fill* 0x00000000400957ec 0x0 + .text.vPortStoreTaskMPUSettings + 0x00000000400957ec 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x00000000400957ec vPortStoreTaskMPUSettings + *fill* 0x00000000400957ff 0x0 + *fill* 0x00000000400957ff 0x0 + *fill* 0x00000000400957ff 0x0 + *fill* 0x00000000400957ff 0x0 + *fill* 0x00000000400957ff 0x0 + *libfreertos.a:port_common.*(.literal.esp_startup_start_app_common .text .text.esp_startup_start_app_common) + *fill* 0x00000000400957ff 0x1 + .text.esp_startup_start_app_common + 0x0000000040095800 0x3e esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x42 (size before relaxing) + 0x0000000040095800 esp_startup_start_app_common + *libgcc.a:_divsf3.*(.literal .literal.* .text .text.*) + *fill* 0x000000004009583e 0x2 + .text 0x0000000040095840 0x59 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + 0x0000000040095840 __divsf3 + *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) + *libgcov.a:(.literal .literal.* .text .text.*) + *libhal.a:cpu_hal.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040095899 0x3 + .text.cpu_hal_set_breakpoint + 0x000000004009589c 0x22 esp-idf/hal/libhal.a(cpu_hal.c.obj) + 0x000000004009589c cpu_hal_set_breakpoint + *fill* 0x00000000400958be 0x2 + .text.cpu_hal_set_vecbase + 0x00000000400958c0 0x8 esp-idf/hal/libhal.a(cpu_hal.c.obj) + 0x00000000400958c0 cpu_hal_set_vecbase + *libhal.a:gpio_hal_workaround.*(.literal.gpio_hal_fun_pupd_restore .text.gpio_hal_fun_pupd_restore) + .text.gpio_hal_fun_pupd_restore + 0x00000000400958c8 0x86 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + *libhal.a:gpio_hal_workaround.*(.literal.gpio_hal_sleep_mode_setup_wrapper .text.gpio_hal_sleep_mode_setup_wrapper) + *fill* 0x000000004009594e 0x2 + .text.gpio_hal_sleep_mode_setup_wrapper + 0x0000000040095950 0x12 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + *fill* 0x0000000040095962 0x0 + *libhal.a:gpio_hal_workaround.*(.literal.gpio_hal_sleep_pupd_config_unapply .text.gpio_hal_sleep_pupd_config_unapply) + *fill* 0x0000000040095962 0x2 + .text.gpio_hal_sleep_pupd_config_unapply + 0x0000000040095964 0x12 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + 0x0000000040095964 gpio_hal_sleep_pupd_config_unapply + *fill* 0x0000000040095976 0x0 + *libhal.a:i2c_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:soc_hal.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040095976 0x2 + .text.soc_hal_stall_core + 0x0000000040095978 0x8e esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x0000000040095978 soc_hal_stall_core + *fill* 0x0000000040095a06 0x2 + .text.soc_hal_unstall_core + 0x0000000040095a08 0x4c esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x0000000040095a08 soc_hal_unstall_core + *fill* 0x0000000040095a54 0x0 + *fill* 0x0000000040095a54 0x0 + *libhal.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_slave_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:wdt_hal_iram.*(.literal .literal.* .text .text.*) + .text.wdt_hal_init + 0x0000000040095a54 0x2ad esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040095a54 wdt_hal_init + *fill* 0x0000000040095d01 0x3 + .text.wdt_hal_config_stage + 0x0000000040095d04 0x169 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040095d04 wdt_hal_config_stage + *fill* 0x0000000040095e6d 0x3 + .text.wdt_hal_write_protect_disable + 0x0000000040095e70 0x22 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040095e70 wdt_hal_write_protect_disable + *fill* 0x0000000040095e92 0x2 + .text.wdt_hal_enable + 0x0000000040095e94 0x50 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040095e94 wdt_hal_enable + .text.wdt_hal_disable + 0x0000000040095ee4 0x34 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040095ee4 wdt_hal_disable + .text.wdt_hal_handle_intr + 0x0000000040095f18 0x50 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040095f18 wdt_hal_handle_intr + .text.wdt_hal_feed + 0x0000000040095f68 0x2a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040095f68 wdt_hal_feed + *fill* 0x0000000040095f92 0x2 + .text.wdt_hal_set_flashboot_en + 0x0000000040095f94 0x4d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040095f94 wdt_hal_set_flashboot_en + *fill* 0x0000000040095fe1 0x0 + *fill* 0x0000000040095fe1 0x0 + *fill* 0x0000000040095fe1 0x3 + .text.wdt_hal_write_protect_enable + 0x0000000040095fe4 0x1e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040095fe4 wdt_hal_write_protect_enable + *fill* 0x0000000040096002 0x0 + *fill* 0x0000000040096002 0x0 + *fill* 0x0000000040096002 0x2 + .text.wdt_hal_is_enabled + 0x0000000040096004 0x22 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x0000000040096004 wdt_hal_is_enabled + *libheap.a:heap_tlsf.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040096026 0x2 + .text.tlsf_add_pool + 0x0000000040096028 0x134 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x138 (size before relaxing) + 0x0000000040096028 tlsf_add_pool + .text.tlsf_create + 0x000000004009615c 0x20 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x23 (size before relaxing) + 0x000000004009615c tlsf_create + *fill* 0x000000004009617c 0x0 + .text.tlsf_get_pool + 0x000000004009617c 0xa esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0xd (size before relaxing) + 0x000000004009617c tlsf_get_pool + *fill* 0x0000000040096186 0x2 + .text.tlsf_create_with_pool + 0x0000000040096188 0x1c esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x24 (size before relaxing) + 0x0000000040096188 tlsf_create_with_pool + .text.tlsf_malloc + 0x00000000400961a4 0x332 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x346 (size before relaxing) + 0x00000000400961a4 tlsf_malloc + *fill* 0x00000000400964d6 0x2 + .text.tlsf_free + 0x00000000400964d8 0x330 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x34c (size before relaxing) + 0x00000000400964d8 tlsf_free + .text.tlsf_realloc + 0x0000000040096808 0x458 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x488 (size before relaxing) + 0x0000000040096808 tlsf_realloc + *fill* 0x0000000040096c60 0x0 + .text.control_construct + 0x0000000040096c60 0x3f esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x0000000040096c9f 0x1 + .text.tlsf_block_size + 0x0000000040096ca0 0x16 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040096ca0 tlsf_block_size + *fill* 0x0000000040096cb6 0x2 + .text.tlsf_size + 0x0000000040096cb8 0x8 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040096cb8 tlsf_size + .text.tlsf_block_size_min + 0x0000000040096cc0 0x7 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040096cc0 tlsf_block_size_min + *fill* 0x0000000040096cc7 0x1 + .text.tlsf_pool_overhead + 0x0000000040096cc8 0x7 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040096cc8 tlsf_pool_overhead + *fill* 0x0000000040096ccf 0x1 + .text.tlsf_alloc_overhead + 0x0000000040096cd0 0x7 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0x0000000040096cd0 tlsf_alloc_overhead + *fill* 0x0000000040096cd7 0x0 + *fill* 0x0000000040096cd7 0x0 + *fill* 0x0000000040096cd7 0x0 + *fill* 0x0000000040096cd7 0x0 + *libheap.a:multi_heap.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040096cd7 0x1 + .text.assert_valid_block + 0x0000000040096cd8 0x38 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c (size before relaxing) + .text.multi_heap_get_allocated_size_impl + 0x0000000040096d10 0xc esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x10 (size before relaxing) + 0x0000000040096d10 multi_heap_get_allocated_size + 0x0000000040096d10 multi_heap_get_allocated_size_impl + .text.multi_heap_register_impl + 0x0000000040096d1c 0x50 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x60 (size before relaxing) + 0x0000000040096d1c multi_heap_register_impl + 0x0000000040096d1c multi_heap_register + .text.multi_heap_malloc_impl + 0x0000000040096d6c 0x5a esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x6e (size before relaxing) + 0x0000000040096d6c multi_heap_malloc_impl + 0x0000000040096d6c multi_heap_malloc + *fill* 0x0000000040096dc6 0x2 + .text.multi_heap_free_impl + 0x0000000040096dc8 0x50 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x60 (size before relaxing) + 0x0000000040096dc8 multi_heap_free + 0x0000000040096dc8 multi_heap_free_impl + 0x0000000040096dc8 multi_heap_aligned_free + .text.multi_heap_realloc_impl + 0x0000000040096e18 0x76 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x8e (size before relaxing) + 0x0000000040096e18 multi_heap_realloc_impl + 0x0000000040096e18 multi_heap_realloc + *fill* 0x0000000040096e8e 0x2 + .text.multi_heap_set_lock + 0x0000000040096e90 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000000040096e90 multi_heap_set_lock + *fill* 0x0000000040096e97 0x0 + *fill* 0x0000000040096e97 0x0 + *fill* 0x0000000040096e97 0x1 + .text.multi_heap_free_size_impl + 0x0000000040096e98 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000000040096e98 multi_heap_free_size_impl + 0x0000000040096e98 multi_heap_free_size + *fill* 0x0000000040096ea6 0x2 + .text.multi_heap_minimum_free_size_impl + 0x0000000040096ea8 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000000040096ea8 multi_heap_minimum_free_size + 0x0000000040096ea8 multi_heap_minimum_free_size_impl + *liblog.a:log.*(.literal.esp_log_write .text.esp_log_write) + *fill* 0x0000000040096eb6 0x2 + .text.esp_log_write + 0x0000000040096eb8 0x26 esp-idf/log/liblog.a(log.c.obj) + 0x0000000040096eb8 esp_log_write + *fill* 0x0000000040096ede 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) + *fill* 0x0000000040096ede 0x2 + .text.esp_log_early_timestamp + 0x0000000040096ee0 0x1e esp-idf/log/liblog.a(log_freertos.c.obj) + 0x0000000040096ee0 esp_log_early_timestamp + *fill* 0x0000000040096efe 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_impl_lock .text.esp_log_impl_lock) + *fill* 0x0000000040096efe 0x2 + .text.esp_log_impl_lock + 0x0000000040096f00 0x24 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x28 (size before relaxing) + 0x0000000040096f00 esp_log_impl_lock + *fill* 0x0000000040096f24 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_impl_lock_timeout .text.esp_log_impl_lock_timeout) + .text.esp_log_impl_lock_timeout + 0x0000000040096f24 0x2d esp-idf/log/liblog.a(log_freertos.c.obj) + 0x31 (size before relaxing) + 0x0000000040096f24 esp_log_impl_lock_timeout + *liblog.a:log_freertos.*(.literal.esp_log_impl_unlock .text.esp_log_impl_unlock) + *fill* 0x0000000040096f51 0x3 + .text.esp_log_impl_unlock + 0x0000000040096f54 0x16 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x0000000040096f54 esp_log_impl_unlock + *fill* 0x0000000040096f6a 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_timestamp .text.esp_log_timestamp) + *fill* 0x0000000040096f6a 0x2 + .text.esp_log_timestamp + 0x0000000040096f6c 0x47 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x53 (size before relaxing) + 0x0000000040096f6c esp_log_timestamp + *fill* 0x0000000040096fb3 0x0 + *libnet80211.a:(.wifi0iram .wifi0iram.*) + *fill* 0x0000000040096fb3 0x1 + .wifi0iram.13 0x0000000040096fb4 0x53d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x579 (size before relaxing) + 0x0000000040096ff0 ieee80211_encap_esfbuf + *fill* 0x00000000400974f1 0x3 + .wifi0iram.7 0x00000000400974f4 0x236 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x25a (size before relaxing) + 0x0000000040097534 ieee80211_output_process + *fill* 0x000000004009772a 0x2 + .wifi0iram.12 0x000000004009772c 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x0000000040097730 chm_is_at_home_channel + *fill* 0x000000004009774a 0x2 + .wifi0iram.78 0x000000004009774c 0x76 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x86 (size before relaxing) + 0x000000004009775c cnx_node_search + *fill* 0x00000000400977c2 0x2 + .wifi0iram.80 0x00000000400977c4 0x54 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x68 (size before relaxing) + 0x00000000400977cc cnx_node_is_existing + *fill* 0x0000000040097818 0x0 + .wifi0iram.28 0x0000000040097818 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x0000000040097818 ieee80211_is_tx_allowed + *fill* 0x0000000040097836 0x0 + *fill* 0x0000000040097836 0x0 + *fill* 0x0000000040097836 0x0 + *fill* 0x0000000040097836 0x0 + *fill* 0x0000000040097836 0x0 + *libnet80211.a:(.wifirxiram .wifirxiram.*) + *fill* 0x0000000040097836 0x2 + .wifirxiram.27 + 0x0000000040097838 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x70 (size before relaxing) + 0x0000000040097844 ampdu_dispatch + .wifirxiram.29 + 0x0000000040097898 0x91 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xa1 (size before relaxing) + 0x00000000400978a0 ampdu_dispatch_as_many_as_possible + *fill* 0x0000000040097929 0x3 + .wifirxiram.31 + 0x000000004009792c 0x8c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x9c (size before relaxing) + 0x0000000040097930 ampdu_dispatch_all + .wifirxiram.33 + 0x00000000400979b8 0xd7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xf3 (size before relaxing) + 0x00000000400979bc ampdu_dispatch_upto + *fill* 0x0000000040097a8f 0x1 + .wifirxiram.38 + 0x0000000040097a90 0x21a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x252 (size before relaxing) + 0x0000000040097ab0 ieee80211_ampdu_reorder + *fill* 0x0000000040097caa 0x2 + .wifirxiram.36 + 0x0000000040097cac 0x55f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x5ab (size before relaxing) + 0x0000000040097cf8 sta_input + *fill* 0x000000004009820b 0x1 + .wifirxiram.42 + 0x000000004009820c 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x20 (size before relaxing) + 0x000000004009820c sta_rx_cb + *fill* 0x0000000040098224 0x0 + *fill* 0x0000000040098224 0x0 + *fill* 0x0000000040098224 0x0 + *fill* 0x0000000040098224 0x0 + *libnet80211.a:(.wifislprxiram .wifislprxiram.*) + .wifislprxiram.21 + 0x0000000040098224 0x8f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xa3 (size before relaxing) + 0x0000000040098234 wifi_rf_phy_enable + *fill* 0x00000000400982b3 0x1 + .wifislprxiram.23 + 0x00000000400982b4 0x80 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x9c (size before relaxing) + 0x00000000400982bc wifi_rf_phy_disable + *fill* 0x0000000040098334 0x0 + *libnewlib.a:abort.*(.literal .literal.* .text .text.*) + .text.abort 0x0000000040098334 0x8d esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x0000000040098334 abort + *libnewlib.a:assert.*(.literal .literal.* .text .text.*) + *fill* 0x00000000400983c1 0x3 + .text.__assert_func + 0x00000000400983c4 0xfc esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x104 (size before relaxing) + 0x00000000400983c4 __assert_func + *fill* 0x00000000400984c0 0x0 + .text.newlib_include_assert_impl + 0x00000000400984c0 0x5 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x00000000400984c0 newlib_include_assert_impl + *libnewlib.a:heap.*(.literal .literal.* .text .text.*) + *fill* 0x00000000400984c5 0x3 + .text.malloc 0x00000000400984c8 0xc esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x10 (size before relaxing) + 0x00000000400984c8 pvalloc + 0x00000000400984c8 valloc + 0x00000000400984c8 malloc + .text.realloc 0x00000000400984d4 0x11 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x00000000400984d4 realloc + *fill* 0x00000000400984e5 0x3 + .text.free 0x00000000400984e8 0xa esp-idf/newlib/libnewlib.a(heap.c.obj) + 0xe (size before relaxing) + 0x00000000400984e8 free + 0x00000000400984e8 cfree + *fill* 0x00000000400984f2 0x2 + .text._malloc_r + 0x00000000400984f4 0xc esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x10 (size before relaxing) + 0x00000000400984f4 _malloc_r + .text._free_r 0x0000000040098500 0xa esp-idf/newlib/libnewlib.a(heap.c.obj) + 0xe (size before relaxing) + 0x0000000040098500 _free_r + *fill* 0x000000004009850a 0x2 + .text._realloc_r + 0x000000004009850c 0x11 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x000000004009850c _realloc_r + *fill* 0x000000004009851d 0x3 + .text._calloc_r + 0x0000000040098520 0x2c esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x30 (size before relaxing) + 0x0000000040098520 _calloc_r + .text.calloc 0x000000004009854c 0x14 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x18 (size before relaxing) + 0x000000004009854c calloc + *fill* 0x0000000040098560 0x0 + *fill* 0x0000000040098560 0x0 + *fill* 0x0000000040098560 0x0 + *fill* 0x0000000040098560 0x0 + *fill* 0x0000000040098560 0x0 + .text.newlib_include_heap_impl + 0x0000000040098560 0x5 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x0000000040098560 newlib_include_heap_impl + *libnewlib.a:stdatomic.*(.literal .literal.* .text .text.*) + *libpp.a:(.wifi0iram .wifi0iram.*) + *fill* 0x0000000040098565 0x3 + .wifi0iram.11 0x0000000040098568 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000004009856c GetAccess + *fill* 0x000000004009857d 0x3 + .wifi0iram.28 0x0000000040098580 0x6d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x85 (size before relaxing) + 0x0000000040098584 lmacMSDUAged + *fill* 0x00000000400985ed 0x3 + .wifi0iram.44 0x00000000400985f0 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x59 (size before relaxing) + 0x00000000400985f0 lmacAdjustTimestamp + *fill* 0x0000000040098639 0x3 + .wifi0iram.45 0x000000004009863c 0x1c6 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x206 (size before relaxing) + 0x000000004009865c lmacTxFrame + *fill* 0x0000000040098802 0x2 + .wifi0iram.49 0x0000000040098804 0x8b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xb6 (size before relaxing) + 0x0000000040098818 lmacTxDone + *fill* 0x000000004009888f 0x1 + .wifi0iram.12 0x0000000040098890 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x27 (size before relaxing) + 0x0000000040098890 lmacRecycleMPDU + *fill* 0x00000000400988b3 0x1 + .wifi0iram.14 0x00000000400988b4 0x2b2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x30a (size before relaxing) + 0x00000000400988e8 lmacEndFrameExchangeSequence + *fill* 0x0000000040098b66 0x2 + .wifi0iram.54 0x0000000040098b68 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x20 (size before relaxing) + 0x0000000040098b68 is_lmac_idle + .wifi0iram.8 0x0000000040098b84 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1e (size before relaxing) + 0x0000000040098b88 pp_process_hmac_waiting_txq + *fill* 0x0000000040098b9e 0x2 + .wifi0iram.12 0x0000000040098ba0 0x8d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x95 (size before relaxing) + 0x0000000040098ba0 ppTxProtoProc + *fill* 0x0000000040098c2d 0x3 + .wifi0iram.19 0x0000000040098c30 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x6c (size before relaxing) + 0x0000000040098c30 ppProcTxCallback + .wifi0iram.21 0x0000000040098c98 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x98 (size before relaxing) + 0x0000000040098c98 pp_coex_tx_request + .wifi0iram.50 0x0000000040098d2c 0x18e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x196 (size before relaxing) + 0x0000000040098d2c ppSearchTxQueue + *fill* 0x0000000040098eba 0x2 + .wifi0iram.49 0x0000000040098ebc 0x11a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x12e (size before relaxing) + 0x0000000040098ec4 ppSearchTxframe + *fill* 0x0000000040098fd6 0x2 + .wifi0iram.51 0x0000000040098fd8 0x179 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x191 (size before relaxing) + 0x0000000040098fe4 ppMapTxQueue + *fill* 0x0000000040099151 0x3 + .wifi0iram.54 0x0000000040099154 0x12c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x14c (size before relaxing) + 0x0000000040099170 ppProcTxSecFrame + .wifi0iram.56 0x0000000040099280 0x63 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x67 (size before relaxing) + 0x000000004009928c ppCalFrameTimes + *fill* 0x00000000400992e3 0x1 + .wifi0iram.35 0x00000000400992e4 0x43f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x46f (size before relaxing) + 0x0000000040099300 ppCalTxAMPDULength + *fill* 0x0000000040099723 0x1 + .wifi0iram.22 0x0000000040099724 0x192 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1e2 (size before relaxing) + 0x000000004009972c ppProcessTxQ + *fill* 0x00000000400998b6 0x2 + .wifi0iram.37 0x00000000400998b8 0x4a3 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x512 (size before relaxing) + 0x00000000400998c8 ppResortTxAMPDU + *fill* 0x0000000040099d5b 0x1 + .wifi0iram.10 0x0000000040099d5c 0x1ff ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x233 (size before relaxing) + 0x0000000040099d98 ppTask + *fill* 0x0000000040099f5b 0x1 + .wifi0iram.13 0x0000000040099f5c 0x1eb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x263 (size before relaxing) + 0x0000000040099f6c ppTxPkt + *fill* 0x000000004009a147 0x1 + .wifi0iram.17 0x000000004009a148 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x44 (size before relaxing) + 0x000000004009a154 ppTxPktForceWaked + .wifi0iram.8 0x000000004009a184 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x73 (size before relaxing) + 0x000000004009a18c rcUpdateTxDone + *fill* 0x000000004009a1f3 0x1 + .wifi0iram.10 0x000000004009a1f4 0x34e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x37a (size before relaxing) + 0x000000004009a220 rcUpdateTxDoneAmpdu2 + *fill* 0x000000004009a542 0x2 + .wifi0iram.11 0x000000004009a544 0xd1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xd5 (size before relaxing) + 0x000000004009a560 rcGetSched + *fill* 0x000000004009a615 0x3 + .wifi0iram.7 0x000000004009a618 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x9b (size before relaxing) + 0x000000004009a630 wdev_mac_reg_load + *fill* 0x000000004009a687 0x1 + .wifi0iram.8 0x000000004009a688 0x57 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x9b (size before relaxing) + 0x000000004009a688 wdev_mac_reg_store + *fill* 0x000000004009a6df 0x1 + .wifi0iram.9 0x000000004009a6e0 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004009a6f0 wdev_mac_special_reg_load + .wifi0iram.10 0x000000004009a704 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x24 (size before relaxing) + 0x000000004009a708 wdev_mac_special_reg_store + .wifi0iram.13 0x000000004009a71c 0x99 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xb5 (size before relaxing) + 0x000000004009a72c wdev_mac_wakeup + *fill* 0x000000004009a7b5 0x3 + .wifi0iram.14 0x000000004009a7b8 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x36 (size before relaxing) + 0x000000004009a7b8 wdev_is_data_in_rxlist + *fill* 0x000000004009a7e6 0x2 + .wifi0iram.15 0x000000004009a7e8 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xa8 (size before relaxing) + 0x000000004009a7ec wdev_mac_sleep + .wifi0iram.3 0x000000004009a864 0x63 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004009a870 hal_mac_tx_config_edca + *fill* 0x000000004009a8c7 0x1 + .wifi0iram.4 0x000000004009a8c8 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2c (size before relaxing) + 0x000000004009a8cc hal_mac_txq_enable + .wifi0iram.5 0x000000004009a8f0 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004009a8fc hal_mac_tx_get_blockack + *fill* 0x000000004009a94b 0x1 + .wifi0iram.6 0x000000004009a94c 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004009a950 hal_random + *fill* 0x000000004009a95d 0x3 + .wifi0iram.7 0x000000004009a960 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2f (size before relaxing) + 0x000000004009a968 hal_mac_is_low_rate_enabled + *fill* 0x000000004009a98b 0x1 + .wifi0iram.5 0x000000004009a98c 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x000000004009a990 hal_mac_tx_is_cbw40 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + *fill* 0x000000004009a9ac 0x0 + .wifi0iram.18 0x000000004009a9ac 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004009a9ac trc_isTxAmpduOperational + *fill* 0x000000004009a9be 0x2 + .wifi0iram.19 0x000000004009a9c0 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004009a9c0 trc_tid_isTxAmpduOperational + *fill* 0x000000004009a9d7 0x1 + .wifi0iram.5 0x000000004009a9d8 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004009a9d8 wdev_bank_store + *fill* 0x000000004009a9f6 0x2 + .wifi0iram.6 0x000000004009a9f8 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004009a9f8 wdev_bank_load + *fill* 0x000000004009aa16 0x0 + *fill* 0x000000004009aa16 0x0 + *fill* 0x000000004009aa16 0x0 + *fill* 0x000000004009aa16 0x0 + *fill* 0x000000004009aa16 0x0 + *fill* 0x000000004009aa16 0x0 + *fill* 0x000000004009aa16 0x0 + *fill* 0x000000004009aa16 0x0 + *fill* 0x000000004009aa16 0x0 + *libpp.a:(.wifiorslpiram .wifiorslpiram.*) + *fill* 0x000000004009aa16 0x2 + .wifiorslpiram.28 + 0x000000004009aa18 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x33 (size before relaxing) + 0x000000004009aa1c wDev_GetNoiseFloor + *libpp.a:(.wifirxiram .wifirxiram.*) + *fill* 0x000000004009aa47 0x1 + .wifirxiram.9 0x000000004009aa48 0xf1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x101 (size before relaxing) + 0x000000004009aa54 esf_buf_recycle + *fill* 0x000000004009ab39 0x3 + .wifirxiram.15 + 0x000000004009ab3c 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x8e (size before relaxing) + 0x000000004009ab4c pm_enable_active_timer + *fill* 0x000000004009abba 0x2 + .wifirxiram.28 + 0x000000004009abbc 0x6c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x78 (size before relaxing) + 0x000000004009abc4 pm_rx_data_process + .wifirxiram.31 + 0x000000004009ac28 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x2a (size before relaxing) + 0x000000004009ac28 pm_on_data_rx + *fill* 0x000000004009ac44 0x0 + .wifirxiram.7 0x000000004009ac44 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x36 (size before relaxing) + 0x000000004009ac44 ppProcessRxPktHdr + *fill* 0x000000004009ac72 0x2 + .wifirxiram.25 + 0x000000004009ac74 0x42c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x494 (size before relaxing) + 0x000000004009aca0 ppRxFragmentProc + .wifirxiram.9 0x000000004009b0a0 0x80 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x84 (size before relaxing) + 0x000000004009b0a0 rcUpdateRxDone + .wifirxiram.23 + 0x000000004009b120 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x5a (size before relaxing) + 0x000000004009b124 rc_get_trc + *fill* 0x000000004009b172 0x2 + .wifirxiram.26 + 0x000000004009b174 0x2fa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x332 (size before relaxing) + 0x000000004009b190 wDev_IndicateAmpdu + *fill* 0x000000004009b46e 0x0 + *fill* 0x000000004009b46e 0x0 + *fill* 0x000000004009b46e 0x2 + .wifirxiram.29 + 0x000000004009b470 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000004009b470 pm_hmac_rx_data_process + *fill* 0x000000004009b475 0x0 + *fill* 0x000000004009b475 0x0 + *fill* 0x000000004009b475 0x0 + *fill* 0x000000004009b475 0x0 + *libpp.a:(.wifislprxiram .wifislprxiram.*) + *fill* 0x000000004009b475 0x3 + .wifislprxiram.7 + 0x000000004009b478 0x150 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x16c (size before relaxing) + 0x000000004009b480 esf_buf_alloc + .wifislprxiram.3 + 0x000000004009b5c8 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x000000004009b5c8 ic_interface_enabled + .wifislprxiram.11 + 0x000000004009b5dc 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x000000004009b5dc ic_mac_init + *fill* 0x000000004009b5e6 0x2 + .wifislprxiram.12 + 0x000000004009b5e8 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x000000004009b5e8 ic_mac_deinit + *fill* 0x000000004009b5f2 0x2 + .wifislprxiram.3 + 0x000000004009b5f4 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x16 (size before relaxing) + 0x000000004009b5f4 pm_is_waked + *fill* 0x000000004009b606 0x2 + .wifislprxiram.4 + 0x000000004009b608 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x70 (size before relaxing) + 0x000000004009b60c pm_sleep_for + .wifislprxiram.5 + 0x000000004009b660 0x1b6 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1e6 (size before relaxing) + 0x000000004009b68c pm_parse_beacon + *fill* 0x000000004009b816 0x2 + .wifislprxiram.17 + 0x000000004009b818 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1b (size before relaxing) + 0x000000004009b81c pm_disable_sleep_delay_timer + *fill* 0x000000004009b82f 0x1 + .wifislprxiram.18 + 0x000000004009b830 0xdf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xff (size before relaxing) + 0x000000004009b838 pm_dream + *fill* 0x000000004009b90f 0x1 + .wifislprxiram.19 + 0x000000004009b910 0x14a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x182 (size before relaxing) + 0x000000004009b910 pm_sleep + *fill* 0x000000004009ba5a 0x2 + .wifislprxiram.20 + 0x000000004009ba5c 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x33 (size before relaxing) + 0x000000004009ba5c pm_check_state + *fill* 0x000000004009ba84 0x0 + .wifislprxiram.24 + 0x000000004009ba84 0x71 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x89 (size before relaxing) + 0x000000004009ba84 pm_keep_alive + *fill* 0x000000004009baf5 0x3 + .wifislprxiram.25 + 0x000000004009baf8 0x16d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x18d (size before relaxing) + 0x000000004009bb08 pm_process_tim + *fill* 0x000000004009bc65 0x3 + .wifislprxiram.26 + 0x000000004009bc68 0xe0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x100 (size before relaxing) + 0x000000004009bc88 pm_tbtt_process + .wifislprxiram.27 + 0x000000004009bd48 0x8f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x9f (size before relaxing) + 0x000000004009bd48 pm_rx_beacon_process + *fill* 0x000000004009bdd7 0x1 + .wifislprxiram.30 + 0x000000004009bdd8 0x87 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xa7 (size before relaxing) + 0x000000004009bde0 pm_on_beacon_rx + *fill* 0x000000004009be5f 0x1 + .wifislprxiram.23 + 0x000000004009be60 0xd1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xfd (size before relaxing) + 0x000000004009be60 ppRxProtoProc + *fill* 0x000000004009bf31 0x3 + .wifislprxiram.40 + 0x000000004009bf34 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x22 (size before relaxing) + 0x000000004009bf34 ppEnqueueRxq + *fill* 0x000000004009bf52 0x2 + .wifislprxiram.41 + 0x000000004009bf54 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x29 (size before relaxing) + 0x000000004009bf54 ppDequeueRxq_Locked + *fill* 0x000000004009bf79 0x3 + .wifislprxiram.27 + 0x000000004009bf7c 0xe5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x119 (size before relaxing) + 0x000000004009bf80 ppRxPkt + *fill* 0x000000004009c061 0x3 + .wifislprxiram.49 + 0x000000004009c064 0xf0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x127 (size before relaxing) + 0x000000004009c080 wDev_AppendRxBlocks + *fill* 0x000000004009c154 0x0 + .wifislprxiram.23 + 0x000000004009c154 0x262 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2aa (size before relaxing) + 0x000000004009c158 wDev_IndicateFrame + *fill* 0x000000004009c3b6 0x2 + .wifislprxiram.30 + 0x000000004009c3b8 0x299 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2fd (size before relaxing) + 0x000000004009c3d0 wDev_ProcessRxSucData + *fill* 0x000000004009c651 0x3 + .wifislprxiram.32 + 0x000000004009c654 0xf8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x128 (size before relaxing) + 0x000000004009c664 wdevProcessRxSucDataAll + .wifislprxiram.53 + 0x000000004009c74c 0x8c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xa0 (size before relaxing) + 0x000000004009c760 wDevCheckBlockError + .wifislprxiram.9 + 0x000000004009c7d8 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004009c7dc hal_mac_rx_read_rxdscrnext + *fill* 0x000000004009c7e9 0x3 + .wifislprxiram.10 + 0x000000004009c7ec 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004009c7f0 hal_mac_rx_set_base + .wifislprxiram.14 + 0x000000004009c800 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x25 (size before relaxing) + 0x000000004009c804 hal_mac_init + *fill* 0x000000004009c821 0x3 + .wifislprxiram.15 + 0x000000004009c824 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x43 (size before relaxing) + 0x000000004009c828 hal_mac_deinit + *fill* 0x000000004009c85b 0x1 + .wifislprxiram.3 + 0x000000004009c85c 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x000000004009c860 hal_mac_rx_get_last_dscr + *fill* 0x000000004009c86d 0x3 + .wifislprxiram.4 + 0x000000004009c870 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x14 (size before relaxing) + 0x000000004009c870 hal_mac_rx_is_dscr_reload + .wifislprxiram.5 + 0x000000004009c880 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x1e (size before relaxing) + 0x000000004009c880 hal_mac_rx_set_dscr_reload + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *fill* 0x000000004009c89a 0x0 + *librtc.a:(.literal .literal.* .text .text.*) + *fill* 0x000000004009c89a 0x2 + .text.BT_tx_if_init + 0x000000004009c89c 0x8c ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0x94 (size before relaxing) + 0x000000004009c8a8 BT_tx_if_init + .text.BT_init_rx_filters + 0x000000004009c928 0x290 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0x2bc (size before relaxing) + 0x000000004009c9b4 BT_init_rx_filters + .text.bt_bb_init_cmplx + 0x000000004009cbb8 0x232 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0x26e (size before relaxing) + 0x000000004009cbfc bt_bb_init_cmplx + *fill* 0x000000004009cdea 0x2 + .text.bt_bb_init_cmplx_reg + 0x000000004009cdec 0x89 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0xb5 (size before relaxing) + 0x000000004009cdec bt_bb_init_cmplx_reg + *fill* 0x000000004009ce75 0x3 + .text.force_wifi_mode + 0x000000004009ce78 0x9e ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0xb2 (size before relaxing) + 0x000000004009ce88 force_wifi_mode + *fill* 0x000000004009cf16 0x2 + .text.unforce_wifi_mode + 0x000000004009cf18 0x76 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0x96 (size before relaxing) + 0x000000004009cf18 unforce_wifi_mode + *fill* 0x000000004009cf8e 0x2 + .text.coex_bt_high_prio + 0x000000004009cf90 0x107 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0x137 (size before relaxing) + 0x000000004009cf9c coex_bt_high_prio + *fill* 0x000000004009d097 0x1 + .text.temprature_sens_read + 0x000000004009d098 0xad ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + 0xe1 (size before relaxing) + 0x000000004009d098 temprature_sens_read + *fill* 0x000000004009d145 0x0 + *fill* 0x000000004009d145 0x0 + *fill* 0x000000004009d145 0x0 + *fill* 0x000000004009d145 0x0 + *fill* 0x000000004009d145 0x0 + *fill* 0x000000004009d145 0x0 + *libsoc.a:lldesc.*(.literal .literal.* .text .text.*) + *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_boya.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_mxic.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_th.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_rom_patch.*(.literal .literal.* .text .text.*) + *fill* 0x000000004009d145 0x3 + .text.esp_rom_spiflash_read_status + 0x000000004009d148 0x63 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x000000004009d148 esp_rom_spiflash_read_status + *fill* 0x000000004009d1ab 0x1 + .text.esp_rom_spiflash_wait_idle + 0x000000004009d1ac 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x000000004009d1ac esp_rom_spiflash_wait_idle + *fill* 0x000000004009d1de 0x2 + .text.esp_rom_spiflash_erase_block_internal + 0x000000004009d1e0 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x3c (size before relaxing) + .text.esp_rom_spiflash_erase_sector_internal + 0x000000004009d218 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x48 (size before relaxing) + .text.esp_rom_spiflash_read_data + 0x000000004009d258 0xe4 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .text.esp_rom_spiflash_enable_write + 0x000000004009d33c 0x39 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x3d (size before relaxing) + *fill* 0x000000004009d375 0x3 + .text.esp_rom_spiflash_program_page_internal + 0x000000004009d378 0xee esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0xf2 (size before relaxing) + *fill* 0x000000004009d466 0x2 + .text.esp_rom_spiflash_erase_block + 0x000000004009d468 0x66 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x6a (size before relaxing) + 0x000000004009d468 esp_rom_spiflash_erase_block + *fill* 0x000000004009d4ce 0x2 + .text.esp_rom_spiflash_erase_sector + 0x000000004009d4d0 0x66 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x6a (size before relaxing) + 0x000000004009d4d0 esp_rom_spiflash_erase_sector + *fill* 0x000000004009d536 0x2 + .text.esp_rom_spiflash_write + 0x000000004009d538 0xd8 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0xdc (size before relaxing) + 0x000000004009d538 esp_rom_spiflash_write + .text.esp_rom_spiflash_write_encrypted + 0x000000004009d610 0x5a esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x000000004009d610 esp_rom_spiflash_write_encrypted + *fill* 0x000000004009d66a 0x2 + .text.esp_rom_spiflash_read + 0x000000004009d66c 0x284 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x000000004009d66c esp_rom_spiflash_read + .text.esp_rom_spiflash_write_disable + 0x000000004009d8f0 0x1d esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x000000004009d8f0 esp_rom_spiflash_write_disable + *fill* 0x000000004009d90d 0x0 + *fill* 0x000000004009d90d 0x0 + *fill* 0x000000004009d90d 0x0 + *fill* 0x000000004009d90d 0x0 + *fill* 0x000000004009d90d 0x0 + *fill* 0x000000004009d90d 0x0 + *fill* 0x000000004009d90d 0x0 + *fill* 0x000000004009d90d 0x0 + *libxt_hal.a:(.literal .literal.* .text .text.*) + *fill* 0x000000004009d90d 0x3 + .text 0x000000004009d910 0x137 ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + 0x000000004009d910 xthal_spill_registers_into_stack_nw + 0x000000004009d910 xthal_window_spill_nw + 0x000000004009da24 xthal_window_spill + *fill* 0x000000004009da47 0x0 + *fill* 0x000000004009da47 0x1 + .text 0x000000004009da48 0x8 ../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + 0x000000004009da48 xthal_set_intclear + .text 0x000000004009da50 0x3e ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + 0x000000004009da50 xthal_restore_extra_nw + *fill* 0x000000004009da8e 0x2 + .text 0x000000004009da90 0x3e ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + 0x000000004009da90 xthal_save_extra_nw + *libxtensa.a:eri.*(.literal .literal.* .text .text.*) + *libxtensa.a:xtensa_intr_asm.*(.literal .literal.* .text .text.*) + *fill* 0x000000004009dace 0x2 + .text 0x000000004009dad0 0x33 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + 0x000000004009dad0 xt_ints_on + 0x000000004009dae8 xt_ints_off + +.dram0.data 0x000000003ffbdb60 0x4474 + 0x000000003ffbdb60 _data_start = ABSOLUTE (.) + 0x000000003ffbdb60 _bt_data_start = ABSOLUTE (.) + *libbt.a:(.data .data.*) + .data.s_pm_lock_acquired + 0x000000003ffbdb60 0x1 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000003ffbdb61 0x3 + .data.btdm_dram_available_region + 0x000000003ffbdb64 0x54 esp-idf/bt/libbt.a(bt.c.obj) + .data.bte_appl_cfg + 0x000000003ffbdbb8 0x9 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x000000003ffbdbb8 bte_appl_cfg + .data.appl_trace_level + 0x000000003ffbdbc1 0x1 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000003ffbdbc1 appl_trace_level + *fill* 0x000000003ffbdbc2 0x2 + .data.p_bta_dm_eir_cfg + 0x000000003ffbdbc4 0x4 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + 0x000000003ffbdbc4 p_bta_dm_eir_cfg + .data.bta_dm_eir_cfg + 0x000000003ffbdbc8 0x20 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + 0x000000003ffbdbc8 bta_dm_eir_cfg + 0x000000003ffbdbe8 . = ALIGN (0x4) + 0x000000003ffbdbe8 _bt_data_end = ABSOLUTE (.) + 0x000000003ffbdbe8 _btdm_data_start = ABSOLUTE (.) + *libbtdm_app.a:(.data .data.*) + .data 0x000000003ffbdbe8 0x14 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + 0x000000003ffbdbe8 dbg_assert_block + 0x000000003ffbdbec eif_api + .data 0x000000003ffbdbfc 0x4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + 0x000000003ffbdbfc g_bt_plf_log_level + .data 0x000000003ffbdc00 0x1 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + *fill* 0x000000003ffbdc01 0x1 + .data 0x000000003ffbdc02 0x2 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + 0x000000003ffbdc02 SCAN_CHANNEL_SELECT_CONFIG + .data 0x000000003ffbdc04 0x5 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + 0x000000003ffbdc0c . = ALIGN (0x4) + *fill* 0x000000003ffbdc09 0x3 + 0x000000003ffbdc0c _btdm_data_end = ABSOLUTE (.) + 0x000000003ffbdc0c _nimble_data_start = ABSOLUTE (.) + *libnimble.a:(.data .data.*) + 0x000000003ffbdc0c . = ALIGN (0x4) + 0x000000003ffbdc0c _nimble_data_end = ABSOLUTE (.) + *(.gnu.linkonce.d.*) + *(.data1) + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.sdata2) + *(.sdata2.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + 0x000000003ffbdc0c _coredump_dram_start = ABSOLUTE (.) + *(.dram1.coredump .dram1.coredump.*) + 0x000000003ffbdc0c _coredump_dram_end = ABSOLUTE (.) + 0x000000003ffbdc0c _esp_system_init_fn_array_start = ABSOLUTE (.) + *(SORT_BY_NAME(.esp_system_init_fn) SORT_BY_NAME(.esp_system_init_fn.*)) + .esp_system_init_fn.init_components0 + 0x000000003ffbdc0c 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x000000003ffbdc14 _esp_system_init_fn_array_end = ABSOLUTE (.) + *(.data .data.*) + .data.first_call$3784 + 0x000000003ffbdc14 0x1 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + *fill* 0x000000003ffbdc15 0x3 + .data.s_keys_lock + 0x000000003ffbdc18 0x8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .data.wdt0_context + 0x000000003ffbdc20 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .data.s_panic_uart + 0x000000003ffbdc28 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data.rtc_wdt_ctx + 0x000000003ffbdc2c 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data.s_fd_table + 0x000000003ffbdc34 0xc0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .data.s_registered_select_lock + 0x000000003ffbdcf4 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .data.s_context + 0x000000003ffbdcfc 0x6c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .data.g_coex_adapter_funcs + 0x000000003ffbdd68 0x54 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x000000003ffbdd68 g_coex_adapter_funcs + .data.g_wifi_osi_funcs + 0x000000003ffbddbc 0x1d4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x000000003ffbddbc g_wifi_osi_funcs + .data.s_country_code_map_type_table + 0x000000003ffbdf90 0x84 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003ffbe014 0x4 + .data.g_wifi_feature_caps + 0x000000003ffbe018 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x000000003ffbe018 g_wifi_feature_caps + .data.WIFI_EVENT + 0x000000003ffbe020 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x000000003ffbe020 WIFI_EVENT + .data.s_log_print_func + 0x000000003ffbe024 0x4 esp-idf/log/liblog.a(log.c.obj) + .data.s_log_default_level + 0x000000003ffbe028 0x4 esp-idf/log/liblog.a(log.c.obj) + .data.malloc_alwaysinternal_limit + 0x000000003ffbe02c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .data.registered_heaps_write_lock$5035 + 0x000000003ffbe030 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .data.mux 0x000000003ffbe038 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .data.periph_spinlock + 0x000000003ffbe040 0x8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .data.uart_selectlock + 0x000000003ffbe048 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .data.uart_context + 0x000000003ffbe050 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .data.gpio_context + 0x000000003ffbe080 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .data._gpio_hal + 0x000000003ffbe098 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + .data.s_rtc_isr_handler_list_lock + 0x000000003ffbe0a0 0x8 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x000000003ffbe0a0 s_rtc_isr_handler_list_lock + .data.rtc_spinlock + 0x000000003ffbe0a8 0x8 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x000000003ffbe0a8 rtc_spinlock + .data 0x000000003ffbe0b0 0x200 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + 0x000000003ffbe0b0 _xt_interrupt_table + 0x000000003ffbe1b0 _xt_exception_table + .data.s_timer_lock + 0x000000003ffbe2b0 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .data.s_time_update_lock + 0x000000003ffbe2b8 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x000000003ffbe2b8 s_time_update_lock + .data 0x000000003ffbe2c0 0x608 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x000000003ffbe2c0 port_IntStack + 0x000000003ffbe8c0 port_IntStackTop + 0x000000003ffbe8c4 port_switch_flag + *fill* 0x000000003ffbe8c8 0x8 + .data 0x000000003ffbe8d0 0x4 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x000000003ffbe8d0 _xt_coproc_owner_sa + .data.xTaskQueueMutex + 0x000000003ffbe8d4 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .data.lock_init_spinlock + 0x000000003ffbe8dc 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .data.s_stub_table + 0x000000003ffbe8e4 0x90 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .data.at_custom_cmd + 0x000000003ffbe974 0x3c esp-idf/main/libmain.a(at_uart_task.c.obj) + .data.esp_at_uart_port + 0x000000003ffbe9b0 0x4 esp-idf/main/libmain.a(at_uart_task.c.obj) + .data.s_mode 0x000000003ffbe9b4 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .data.s_switch_lock + 0x000000003ffbe9b8 0x8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .data.ESP_EFUSE_CHIP_VER_REV2 + 0x000000003ffbe9c0 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffbe9c0 ESP_EFUSE_CHIP_VER_REV2 + .data.ESP_EFUSE_CHIP_VER_REV1 + 0x000000003ffbe9c8 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffbe9c8 ESP_EFUSE_CHIP_VER_REV1 + .data.ESP_EFUSE_MAC_FACTORY_CRC + 0x000000003ffbe9d0 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffbe9d0 ESP_EFUSE_MAC_FACTORY_CRC + .data.ESP_EFUSE_MAC_FACTORY + 0x000000003ffbe9d8 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffbe9d8 ESP_EFUSE_MAC_FACTORY + .data.spinlock + 0x000000003ffbe9f4 0x8 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .data.light_sleep_lock$10302 + 0x000000003ffbe9fc 0x8 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .data.spinlock_rtc_deep_sleep + 0x000000003ffbea04 0x8 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + *fill* 0x000000003ffbea0c 0x4 + .data.s_config + 0x000000003ffbea10 0x48 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .data.IP_EVENT + 0x000000003ffbea58 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x000000003ffbea58 IP_EVENT + .data._g_esp_netif_netstack_default_wifi_ap + 0x000000003ffbea5c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x000000003ffbea5c _g_esp_netif_netstack_default_wifi_ap + .data._g_esp_netif_netstack_default_wifi_sta + 0x000000003ffbea60 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x000000003ffbea60 _g_esp_netif_netstack_default_wifi_sta + .data.g_allowed_groups + 0x000000003ffbea64 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x000000003ffbea64 g_allowed_groups + .data.s_wpa2_state + 0x000000003ffbea6c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .data.tcp_port + 0x000000003ffbea70 0x2 esp-idf/lwip/liblwip.a(tcp.c.obj) + .data.udp_port + 0x000000003ffbea72 0x2 esp-idf/lwip/liblwip.a(udp.c.obj) + .data.retrans_timer + 0x000000003ffbea74 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffbea74 retrans_timer + .data.reachable_time + 0x000000003ffbea78 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffbea78 reachable_time + .data.dhcps_offer + 0x000000003ffbea7c 0x1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000003ffbea7d 0x3 + .data.dhcps_lease_time + 0x000000003ffbea80 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .data.s_dhcps_mask + 0x000000003ffbea84 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .data.reason_spinlock + 0x000000003ffbea88 0x8 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .data.hooks_spinlock + 0x000000003ffbea90 0x8 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .data.twdt_spinlock + 0x000000003ffbea98 0x8 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .data.s_user_ota_is_chunked + 0x000000003ffbeaa0 0x1 esp-idf/at/libat.a(at_user_cmd.c.obj) + *fill* 0x000000003ffbeaa1 0x3 + .data.at_upgrade_cmd + 0x000000003ffbeaa4 0x14 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .data.esp_at_ota_socket_id + 0x000000003ffbeab8 0x4 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .data.at_fact_cmd + 0x000000003ffbeabc 0x14 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .data.last_level$15123 + 0x000000003ffbead0 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .data.s_at_gpio_wakeup_pin + 0x000000003ffbead4 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .data.s_at_flash_store_mode + 0x000000003ffbead8 0x1 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .data.s_at_echo_flag + 0x000000003ffbead9 0x1 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x000000003ffbeada 0x2 + .data.at_service_uuid + 0x000000003ffbeadc 0x10 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_gatts_profile_tab + 0x000000003ffbeaec 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_gattc_profile_tab + 0x000000003ffbeaf8 0x6c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_ble_write_type + 0x000000003ffbeb64 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_ble_scan_status_flag + 0x000000003ffbeb68 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_scan_params + 0x000000003ffbeb6c 0x14 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_ble_static_pair_key + 0x000000003ffbeb80 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_adv_params + 0x000000003ffbeb84 0x20 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_ble_mtu_size + 0x000000003ffbeba4 0x2 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffbeba6 0x2 + .data.at_ble_gattc_multi_conn_handler_index + 0x000000003ffbeba8 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_ble_gattc_write_char_result_flag + 0x000000003ffbebac 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_ble_gattc_write_desc_result_flag + 0x000000003ffbebad 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_ble_gattc_read_desc_result_flag + 0x000000003ffbebae 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_ble_gattc_if + 0x000000003ffbebaf 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_ble_device_name + 0x000000003ffbebb0 0x3c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.at_ble_spp_auto_conn + 0x000000003ffbebec 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .data.conning_flag + 0x000000003ffbebed 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffbebee 0x2 + .data.heart_rate_profile_tab + 0x000000003ffbebf0 0xc ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .data.hidd_le_gatt_db + 0x000000003ffbebfc 0x378 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .data.battary_lev + 0x000000003ffbef74 0x1 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003ffbef75 0x1 + .data.hid_le_svc + 0x000000003ffbef76 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .data.hidReportRefCCIn + 0x000000003ffbef78 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003ffbef7a 0x2 + .data.hidReportRefFeature + 0x000000003ffbef7c 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003ffbef7e 0x2 + .data.hidReportRefLedOut + 0x000000003ffbef80 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003ffbef82 0x2 + .data.hidReportRefKeyIn + 0x000000003ffbef84 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003ffbef86 0x2 + .data.hidReportRefMouseIn + 0x000000003ffbef88 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .data.hidExtReportRefDesc + 0x000000003ffbef8a 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .data.hidProtocolMode + 0x000000003ffbef8c 0x1 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003ffbef8d 0x3 + .data.at_ble_hid_device_name + 0x000000003ffbef90 0x3c ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .data.blufi_callbacks + 0x000000003ffbefcc 0x14 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .data.blufi_device_name + 0x000000003ffbefe0 0x1d ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + *fill* 0x000000003ffbeffd 0x3 + .data.example_adv_params + 0x000000003ffbf000 0x20 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .data.example_adv_data + 0x000000003ffbf020 0x2c ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .data.example_service_uuid128 + 0x000000003ffbf04c 0x20 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .data.esp_at_device_ops + 0x000000003ffbf06c 0x10 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .data.s_at_cmd_line_terminator + 0x000000003ffbf07c 0x4 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .data.s_at_transparent_transmit_func + 0x000000003ffbf080 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .data.s_at_transmit_reconn_intv + 0x000000003ffbf084 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .data.s_at_server_info + 0x000000003ffbf088 0x20 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .data.s_at_cipsendl_trans_size + 0x000000003ffbf0a8 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .data.s_at_cipsendl_report_size + 0x000000003ffbf0ac 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .data.s_sending_id + 0x000000003ffbf0b0 0x1 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .data.s_at_netconn_num_max + 0x000000003ffbf0b1 0x1 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003ffbf0b2 0x2 + .data.s_pdata 0x000000003ffbf0b4 0x4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .data.g_ap_ifkey + 0x000000003ffbf0b8 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x000000003ffbf0b8 g_ap_ifkey + .data.g_sta_ifkey + 0x000000003ffbf0bc 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x000000003ffbf0bc g_sta_ifkey + .data.s_at_wifi_last_state + 0x000000003ffbf0c0 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .data.s_at_scan_authmode_mask + 0x000000003ffbf0c4 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .data.s_at_scan_print_mask + 0x000000003ffbf0c8 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .data.s_at_scan_rssi_floor + 0x000000003ffbf0cc 0x1 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003ffbf0cd 0x3 + .data.g_eth_ifkey + 0x000000003ffbf0d0 0x4 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + 0x000000003ffbf0d0 g_eth_ifkey + .data.global_hooks + 0x000000003ffbf0d4 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .data.MQTT_EVENTS + 0x000000003ffbf0e0 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x000000003ffbf0e0 MQTT_EVENTS + .data.xTimerMux + 0x000000003ffbf0e4 0x8 esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x000000003ffbf0e4 xTimerMux + .data.s_sync_interval + 0x000000003ffbf0ec 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .data.ssl_preset_suiteb_curves + 0x000000003ffbf0f0 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .data.ssl_preset_suiteb_hashes + 0x000000003ffbf0fc 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .data.ssl_preset_suiteb_ciphersuites + 0x000000003ffbf108 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .data.ssl_preset_default_hashes + 0x000000003ffbf114 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .data.one$4081 + 0x000000003ffbf12c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .data.Rp$4274 0x000000003ffbf130 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .data.Rp$4278 0x000000003ffbf138 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .data.Rp$4282 0x000000003ffbf140 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .data.mbedtls_free_func + 0x000000003ffbf148 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .data.mbedtls_calloc_func + 0x000000003ffbf14c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .data.memset_func + 0x000000003ffbf150 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .data.aes_spinlock + 0x000000003ffbf154 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .data.engines_in_use_lock + 0x000000003ffbf15c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data.memory_block_lock + 0x000000003ffbf164 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data.ETH_EVENT + 0x000000003ffbf16c 0x4 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + 0x000000003ffbf16c ETH_EVENT + .data.g_coex_param + 0x000000003ffbf170 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) + 0x000000003ffbf170 g_coex_param + .data.coex_schm_ble_default_bt_default_wifi_conn + 0x000000003ffbf17c 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf17c coex_schm_ble_default_bt_default_wifi_conn + .data.coex_schm_ble_default_bt_a2dp_wifi_conn + 0x000000003ffbf186 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf186 coex_schm_ble_default_bt_a2dp_wifi_conn + .data.coex_schm_ble_default_bt_idle_wifi_conn + 0x000000003ffbf190 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf190 coex_schm_ble_default_bt_idle_wifi_conn + .data.coex_schm_ble_mesh_standby_bt_default_wifi_conn + 0x000000003ffbf19a 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf19a coex_schm_ble_mesh_standby_bt_default_wifi_conn + .data.coex_schm_ble_mesh_standby_bt_sniff_wifi_conn + 0x000000003ffbf1a8 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf1a8 coex_schm_ble_mesh_standby_bt_sniff_wifi_conn + .data.coex_schm_ble_mesh_standby_bt_a2dp_wifi_conn + 0x000000003ffbf1b2 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf1b2 coex_schm_ble_mesh_standby_bt_a2dp_wifi_conn + .data.coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_conn + 0x000000003ffbf1c0 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf1c0 coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_conn + .data.coex_schm_ble_mesh_standby_bt_conn_wifi_conn + 0x000000003ffbf1ce 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf1ce coex_schm_ble_mesh_standby_bt_conn_wifi_conn + .data.coex_schm_ble_mesh_standby_bt_iscan_wifi_conn + 0x000000003ffbf1dc 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf1dc coex_schm_ble_mesh_standby_bt_iscan_wifi_conn + .data.coex_schm_ble_mesh_traffic_bt_default_wifi_conn + 0x000000003ffbf1ea 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf1ea coex_schm_ble_mesh_traffic_bt_default_wifi_conn + .data.coex_schm_ble_mesh_traffic_bt_sniff_wifi_conn + 0x000000003ffbf1f8 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf1f8 coex_schm_ble_mesh_traffic_bt_sniff_wifi_conn + .data.coex_schm_ble_mesh_traffic_bt_a2dp_wifi_conn + 0x000000003ffbf202 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf202 coex_schm_ble_mesh_traffic_bt_a2dp_wifi_conn + .data.coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_conn + 0x000000003ffbf210 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf210 coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_conn + .data.coex_schm_ble_mesh_traffic_bt_conn_wifi_conn + 0x000000003ffbf21e 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf21e coex_schm_ble_mesh_traffic_bt_conn_wifi_conn + .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_conn + 0x000000003ffbf22c 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf22c coex_schm_ble_mesh_traffic_bt_iscan_wifi_conn + .data.coex_schm_ble_mesh_config_bt_default_wifi_conn + 0x000000003ffbf23a 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf23a coex_schm_ble_mesh_config_bt_default_wifi_conn + .data.coex_schm_ble_mesh_config_bt_sniff_wifi_conn + 0x000000003ffbf248 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf248 coex_schm_ble_mesh_config_bt_sniff_wifi_conn + .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_conn + 0x000000003ffbf252 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf252 coex_schm_ble_mesh_config_bt_a2dp_wifi_conn + .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_conn + 0x000000003ffbf260 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf260 coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_conn + .data.coex_schm_ble_mesh_config_bt_conn_wifi_conn + 0x000000003ffbf26e 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf26e coex_schm_ble_mesh_config_bt_conn_wifi_conn + .data.coex_schm_ble_mesh_config_bt_iscan_wifi_conn + 0x000000003ffbf27c 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf27c coex_schm_ble_mesh_config_bt_iscan_wifi_conn + .data.coex_schm_ble_mesh_standby_wifi_conn + 0x000000003ffbf28a 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf28a coex_schm_ble_mesh_standby_wifi_conn + .data.coex_schm_ble_mesh_traffic_wifi_conn + 0x000000003ffbf294 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf294 coex_schm_ble_mesh_traffic_wifi_conn + .data.coex_schm_ble_mesh_config_wifi_conn + 0x000000003ffbf29e 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf29e coex_schm_ble_mesh_config_wifi_conn + .data.coex_schm_bt_default_wifi_conn + 0x000000003ffbf2a8 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf2a8 coex_schm_bt_default_wifi_conn + .data.coex_schm_bt_sniff_wifi_conn + 0x000000003ffbf2b2 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf2b2 coex_schm_bt_sniff_wifi_conn + .data.coex_schm_bt_a2dp_wifi_conn + 0x000000003ffbf2b8 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf2b8 coex_schm_bt_a2dp_wifi_conn + .data.coex_schm_bt_a2dp_paused_wifi_conn + 0x000000003ffbf2c2 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf2c2 coex_schm_bt_a2dp_paused_wifi_conn + .data.coex_schm_bt_conn_wifi_conn + 0x000000003ffbf2cc 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf2cc coex_schm_bt_conn_wifi_conn + .data.coex_schm_bt_iscan_wifi_conn + 0x000000003ffbf2d6 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf2d6 coex_schm_bt_iscan_wifi_conn + .data.coex_schm_bt_idle_wifi_conn + 0x000000003ffbf2e0 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf2e0 coex_schm_bt_idle_wifi_conn + .data.coex_schm_ble_default_bt_default_wifi_connecting + 0x000000003ffbf2e6 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf2e6 coex_schm_ble_default_bt_default_wifi_connecting + .data.coex_schm_ble_default_bt_a2dp_wifi_connecting + 0x000000003ffbf2f0 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf2f0 coex_schm_ble_default_bt_a2dp_wifi_connecting + .data.coex_schm_ble_default_bt_idle_wifi_connecting + 0x000000003ffbf2fa 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf2fa coex_schm_ble_default_bt_idle_wifi_connecting + .data.coex_schm_ble_mesh_standby_bt_default_wifi_connecting + 0x000000003ffbf304 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf304 coex_schm_ble_mesh_standby_bt_default_wifi_connecting + .data.coex_schm_ble_mesh_standby_bt_sniff_wifi_connecting + 0x000000003ffbf31a 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf31a coex_schm_ble_mesh_standby_bt_sniff_wifi_connecting + .data.coex_schm_ble_mesh_standby_bt_a2dp_wifi_connecting + 0x000000003ffbf324 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf324 coex_schm_ble_mesh_standby_bt_a2dp_wifi_connecting + .data.coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_connecting + 0x000000003ffbf33a 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf33a coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_connecting + .data.coex_schm_ble_mesh_standby_bt_conn_wifi_connecting + 0x000000003ffbf348 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf348 coex_schm_ble_mesh_standby_bt_conn_wifi_connecting + .data.coex_schm_ble_mesh_standby_bt_iscan_wifi_connecting + 0x000000003ffbf356 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf356 coex_schm_ble_mesh_standby_bt_iscan_wifi_connecting + .data.coex_schm_ble_mesh_traffic_bt_default_wifi_connecting + 0x000000003ffbf364 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf364 coex_schm_ble_mesh_traffic_bt_default_wifi_connecting + .data.coex_schm_ble_mesh_traffic_bt_sniff_wifi_connecting + 0x000000003ffbf37a 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf37a coex_schm_ble_mesh_traffic_bt_sniff_wifi_connecting + .data.coex_schm_ble_mesh_traffic_bt_a2dp_wifi_connecting + 0x000000003ffbf384 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf384 coex_schm_ble_mesh_traffic_bt_a2dp_wifi_connecting + .data.coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_connecting + 0x000000003ffbf39a 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf39a coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_connecting + .data.coex_schm_ble_mesh_traffic_bt_conn_wifi_connecting + 0x000000003ffbf3a8 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf3a8 coex_schm_ble_mesh_traffic_bt_conn_wifi_connecting + .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_connecting + 0x000000003ffbf3b6 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf3b6 coex_schm_ble_mesh_traffic_bt_iscan_wifi_connecting + .data.coex_schm_ble_mesh_config_bt_default_wifi_connecting + 0x000000003ffbf3c4 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf3c4 coex_schm_ble_mesh_config_bt_default_wifi_connecting + .data.coex_schm_ble_mesh_config_bt_sniff_wifi_connecting + 0x000000003ffbf3d2 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf3d2 coex_schm_ble_mesh_config_bt_sniff_wifi_connecting + .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_connecting + 0x000000003ffbf3dc 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf3dc coex_schm_ble_mesh_config_bt_a2dp_wifi_connecting + .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_connecting + 0x000000003ffbf3ea 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf3ea coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_connecting + .data.coex_schm_ble_mesh_config_bt_conn_wifi_connecting + 0x000000003ffbf3f8 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf3f8 coex_schm_ble_mesh_config_bt_conn_wifi_connecting + .data.coex_schm_ble_mesh_config_bt_iscan_wifi_connecting + 0x000000003ffbf406 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf406 coex_schm_ble_mesh_config_bt_iscan_wifi_connecting + .data.coex_schm_ble_mesh_standby_wifi_connecting + 0x000000003ffbf414 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf414 coex_schm_ble_mesh_standby_wifi_connecting + .data.coex_schm_ble_mesh_traffic_wifi_connecting + 0x000000003ffbf41e 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf41e coex_schm_ble_mesh_traffic_wifi_connecting + .data.coex_schm_ble_mesh_config_wifi_connecting + 0x000000003ffbf428 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf428 coex_schm_ble_mesh_config_wifi_connecting + .data.coex_schm_bt_default_wifi_connecting + 0x000000003ffbf432 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf432 coex_schm_bt_default_wifi_connecting + .data.coex_schm_bt_sniff_wifi_connecting + 0x000000003ffbf43c 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf43c coex_schm_bt_sniff_wifi_connecting + .data.coex_schm_bt_a2dp_wifi_connecting + 0x000000003ffbf442 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf442 coex_schm_bt_a2dp_wifi_connecting + .data.coex_schm_bt_a2dp_paused_wifi_connecting + 0x000000003ffbf44c 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf44c coex_schm_bt_a2dp_paused_wifi_connecting + .data.coex_schm_bt_conn_wifi_connecting + 0x000000003ffbf456 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf456 coex_schm_bt_conn_wifi_connecting + .data.coex_schm_bt_iscan_wifi_connecting + 0x000000003ffbf460 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf460 coex_schm_bt_iscan_wifi_connecting + .data.coex_schm_bt_idle_wifi_connecting + 0x000000003ffbf46a 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf46a coex_schm_bt_idle_wifi_connecting + .data.coex_schm_ble_default_bt_default_wifi_scan + 0x000000003ffbf470 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf470 coex_schm_ble_default_bt_default_wifi_scan + .data.coex_schm_ble_default_bt_a2dp_wifi_scan + 0x000000003ffbf47a 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf47a coex_schm_ble_default_bt_a2dp_wifi_scan + .data.coex_schm_ble_default_bt_idle_wifi_scan + 0x000000003ffbf484 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf484 coex_schm_ble_default_bt_idle_wifi_scan + .data.coex_schm_ble_mesh_standby_bt_default_wifi_scan + 0x000000003ffbf48e 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf48e coex_schm_ble_mesh_standby_bt_default_wifi_scan + .data.coex_schm_ble_mesh_standby_bt_sniff_wifi_scan + 0x000000003ffbf4a4 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf4a4 coex_schm_ble_mesh_standby_bt_sniff_wifi_scan + .data.coex_schm_ble_mesh_standby_bt_a2dp_wifi_scan + 0x000000003ffbf4ae 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf4ae coex_schm_ble_mesh_standby_bt_a2dp_wifi_scan + .data.coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_scan + 0x000000003ffbf4c4 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf4c4 coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_scan + .data.coex_schm_ble_mesh_standby_bt_conn_wifi_scan + 0x000000003ffbf4d2 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf4d2 coex_schm_ble_mesh_standby_bt_conn_wifi_scan + .data.coex_schm_ble_mesh_standby_bt_iscan_wifi_scan + 0x000000003ffbf4e0 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf4e0 coex_schm_ble_mesh_standby_bt_iscan_wifi_scan + .data.coex_schm_ble_mesh_traffic_bt_default_wifi_scan + 0x000000003ffbf4ee 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf4ee coex_schm_ble_mesh_traffic_bt_default_wifi_scan + .data.coex_schm_ble_mesh_traffic_bt_sniff_wifi_scan + 0x000000003ffbf504 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf504 coex_schm_ble_mesh_traffic_bt_sniff_wifi_scan + .data.coex_schm_ble_mesh_traffic_bt_a2dp_wifi_scan + 0x000000003ffbf50e 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf50e coex_schm_ble_mesh_traffic_bt_a2dp_wifi_scan + .data.coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_scan + 0x000000003ffbf524 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf524 coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_scan + .data.coex_schm_ble_mesh_traffic_bt_conn_wifi_scan + 0x000000003ffbf532 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf532 coex_schm_ble_mesh_traffic_bt_conn_wifi_scan + .data.coex_schm_ble_mesh_traffic_bt_iscan_wifi_scan + 0x000000003ffbf540 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf540 coex_schm_ble_mesh_traffic_bt_iscan_wifi_scan + .data.coex_schm_ble_mesh_config_bt_default_wifi_scan + 0x000000003ffbf54e 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf54e coex_schm_ble_mesh_config_bt_default_wifi_scan + .data.coex_schm_ble_mesh_config_bt_sniff_wifi_scan + 0x000000003ffbf55c 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf55c coex_schm_ble_mesh_config_bt_sniff_wifi_scan + .data.coex_schm_ble_mesh_config_bt_a2dp_wifi_scan + 0x000000003ffbf566 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf566 coex_schm_ble_mesh_config_bt_a2dp_wifi_scan + .data.coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_scan + 0x000000003ffbf574 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf574 coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_scan + .data.coex_schm_ble_mesh_config_bt_conn_wifi_scan + 0x000000003ffbf582 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf582 coex_schm_ble_mesh_config_bt_conn_wifi_scan + .data.coex_schm_ble_mesh_config_bt_iscan_wifi_scan + 0x000000003ffbf590 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf590 coex_schm_ble_mesh_config_bt_iscan_wifi_scan + .data.coex_schm_ble_mesh_standby_wifi_scan + 0x000000003ffbf59e 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf59e coex_schm_ble_mesh_standby_wifi_scan + .data.coex_schm_ble_mesh_traffic_wifi_scan + 0x000000003ffbf5a8 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf5a8 coex_schm_ble_mesh_traffic_wifi_scan + .data.coex_schm_ble_mesh_config_wifi_scan + 0x000000003ffbf5b2 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf5b2 coex_schm_ble_mesh_config_wifi_scan + .data.coex_schm_bt_default_wifi_scan + 0x000000003ffbf5bc 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf5bc coex_schm_bt_default_wifi_scan + .data.coex_schm_bt_sniff_wifi_scan + 0x000000003ffbf5c6 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf5c6 coex_schm_bt_sniff_wifi_scan + .data.coex_schm_bt_a2dp_wifi_scan + 0x000000003ffbf5cc 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf5cc coex_schm_bt_a2dp_wifi_scan + .data.coex_schm_bt_a2dp_paused_wifi_scan + 0x000000003ffbf5d6 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf5d6 coex_schm_bt_a2dp_paused_wifi_scan + .data.coex_schm_bt_conn_wifi_scan + 0x000000003ffbf5e0 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf5e0 coex_schm_bt_conn_wifi_scan + .data.coex_schm_bt_iscan_wifi_scan + 0x000000003ffbf5ea 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf5ea coex_schm_bt_iscan_wifi_scan + .data.coex_schm_bt_idle_wifi_scan + 0x000000003ffbf5f4 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf5f4 coex_schm_bt_idle_wifi_scan + .data.coex_schm_all_default + 0x000000003ffbf5fa 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffbf5fa coex_schm_all_default + .data.WIFI_MESH_EVENT + 0x000000003ffbf604 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffbf604 WIFI_MESH_EVENT + .data.g_wifi_event_mask + 0x000000003ffbf608 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffbf608 g_wifi_event_mask + .data.s_wifi_init_state + 0x000000003ffbf60c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.TmpSTAAPCloseAP + 0x000000003ffbf610 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffbf610 TmpSTAAPCloseAP + .data.g_mesh_self_organized + 0x000000003ffbf611 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffbf611 g_mesh_self_organized + *fill* 0x000000003ffbf612 0x2 + .data.g_wifi_nvs + 0x000000003ffbf614 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x000000003ffbf614 g_wifi_nvs + .data.s_raw_seq$11189 + 0x000000003ffbf618 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .data.country_info_24ghz + 0x000000003ffbf61a 0xe6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + 0x000000003ffbf61a country_info_24ghz + .data.s_map 0x000000003ffbf700 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x000000003ffbf700 s_map + .data.g_scan_chan_list + 0x000000003ffbf718 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + *fill* 0x000000003ffbf726 0x2 + .data.g_scan 0x000000003ffbf728 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffbf728 g_scan + .data.send_deauth + 0x000000003ffbf72c 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffbf72c send_deauth + *fill* 0x000000003ffbf72d 0x1 + .data.s_sta_igtk_active_idx + 0x000000003ffbf72e 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .data.g_timer_info + 0x000000003ffbf730 0x98 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x000000003ffbf730 g_timer_info + .data.g_chm 0x000000003ffbf7c8 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000003ffbf7c8 g_chm + .data.join_deny_flag + 0x000000003ffbf7cc 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + *fill* 0x000000003ffbf7cd 0x3 + .data.public_recv_action + 0x000000003ffbf7d0 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.sa_query_recv_action + 0x000000003ffbf858 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.vendor_recv_action + 0x000000003ffbf860 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.ht_recv_action + 0x000000003ffbf864 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.ba_recv_action + 0x000000003ffbf868 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.sa_query_send_action + 0x000000003ffbf874 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.vendor_send_action + 0x000000003ffbf87c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.ht_send_action + 0x000000003ffbf880 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.ba_send_action + 0x000000003ffbf884 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.ccmp 0x000000003ffbf890 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x000000003ffbf890 ccmp + .data.sms4 0x000000003ffbf8a8 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + 0x000000003ffbf8a8 sms4 + .data.tkip 0x000000003ffbf8c0 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0x000000003ffbf8c0 tkip + .data.wep 0x000000003ffbf8d8 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + 0x000000003ffbf8d8 wep + .data.g_eb_list_desc + 0x000000003ffbf8f0 0xc8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x000000003ffbf8f0 g_eb_list_desc + .data.lmacConfMib + 0x000000003ffbf9b8 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000003ffbf9b8 lmacConfMib + .data.g_pm_cfg + 0x000000003ffbf9e8 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000003ffbf9e8 g_pm_cfg + .data.pTxRx 0x000000003ffbfa08 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffbfa08 pTxRx + .data.TxRxCxt 0x000000003ffbfa0c 0x3c0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffbfa0c TxRxCxt + .data.g_pp_timer_info + 0x000000003ffbfdcc 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x000000003ffbfdcc g_pp_timer_info + .data.rc11BSchedTbl + 0x000000003ffbfe24 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffbfe24 rc11BSchedTbl + .data.rcP2P11GSchedTbl + 0x000000003ffbfe6c 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .data.rc11GSchedTbl + 0x000000003ffbfecc 0x9c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .data.rcP2P11NSchedTbl + 0x000000003ffbff68 0x6c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .data.rc11NSchedTbl + 0x000000003ffbffd4 0xa8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffbffd4 rc11NSchedTbl + .data.rcLoRaSchedTbl + 0x000000003ffc007c 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffc007c rcLoRaSchedTbl + .data.BasicOFDMSched + 0x000000003ffc0094 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffc0094 BasicOFDMSched + .data.trc_ctl 0x000000003ffc00a0 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffc00a0 trc_ctl + .data.BcnInterval + 0x000000003ffc00bc 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .data.wDevCtrl + 0x000000003ffc00c0 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffc00c0 wDevCtrl + .data.g_pwd_max_len + 0x000000003ffc00f8 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc00f8 g_pwd_max_len + .data.g_sync_len_min + 0x000000003ffc00fa 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc00fa g_sync_len_min + .data.g_sync_min + 0x000000003ffc00fc 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc00fc g_sync_min + .data.sScanTimeMax + 0x000000003ffc00fe 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .data.sScanTime + 0x000000003ffc00ff 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .data.g_SC_Select + 0x000000003ffc0100 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc0100 g_SC_Select + .data.ET_Broadcast_bssid + 0x000000003ffc0104 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc0104 ET_Broadcast_bssid + .data.ET_Multicast_bssid + 0x000000003ffc010a 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc010a ET_Multicast_bssid + .data.SC_TAG 0x000000003ffc0110 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc0110 SC_TAG + .data.CHANGE_CH_FREQ + 0x000000003ffc0114 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc0114 CHANGE_CH_FREQ + .data.AK_Group_bssid + 0x000000003ffc0115 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x000000003ffc0115 AK_Group_bssid + *fill* 0x000000003ffc011b 0x1 + .data.g_ET_TimeOut + 0x000000003ffc011c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x000000003ffc011c g_ET_TimeOut + .data.g_touch_timeout + 0x000000003ffc0120 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x000000003ffc0120 g_touch_timeout + .data.br_addr 0x000000003ffc0121 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + 0x000000003ffc0121 br_addr + .data.phy_wifi_pll_track_en + 0x000000003ffc0127 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc0127 phy_wifi_pll_track_en + .data.phy_bt_pll_track_en + 0x000000003ffc0128 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc0128 phy_bt_pll_track_en + .data.chan14_mic_most_power + 0x000000003ffc0129 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc0129 chan14_mic_most_power + .data.phy_in_most_power_bk + 0x000000003ffc012a 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc012a phy_in_most_power_bk + .data.phy_in_most_power + 0x000000003ffc012b 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc012b phy_in_most_power + .data.tx_rf_ana_gain + 0x000000003ffc012c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc012c tx_rf_ana_gain + .data.noise_array + 0x000000003ffc0130 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc0130 noise_array + .data.wifi_bbgain_max + 0x000000003ffc0136 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc0136 wifi_bbgain_max + *fill* 0x000000003ffc0137 0x1 + .data.bt_rx_gain_swp + 0x000000003ffc0138 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .data.rfbb_gain_swp + 0x000000003ffc0140 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffc0141 0x3 + .data.wifi_rx_gain_swp + 0x000000003ffc0144 0xc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .data.rfcal_bb_atten_init + 0x000000003ffc0150 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffc0150 rfcal_bb_atten_init + *fill* 0x000000003ffc0151 0x3 + .data.SC_EVENT + 0x000000003ffc0154 0x4 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + 0x000000003ffc0154 SC_EVENT + .data._ZN10__cxxabiv119__terminate_handlerE + 0x000000003ffc0158 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + 0x000000003ffc0158 _ZN10__cxxabiv119__terminate_handlerE + .data 0x000000003ffc015c 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + 0x000000003ffc015c __global_locale_ptr + *(.dram1 .dram1.*) + .dram1.25 0x000000003ffc0160 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .dram1.35 0x000000003ffc0168 0x18 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000000003ffc0168 g_flash_guard_default_ops + .dram1.0 0x000000003ffc0180 0xc esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .dram1.28 0x000000003ffc018c 0x19 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + *fill* 0x000000003ffc01a5 0x3 + .dram1.27 0x000000003ffc01a8 0x8 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .dram1.26 0x000000003ffc01b0 0x6 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + *fill* 0x000000003ffc01b6 0x2 + .dram1.25 0x000000003ffc01b8 0x6 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + *fill* 0x000000003ffc01be 0x2 + .dram1.53 0x000000003ffc01c0 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .dram1.52 0x000000003ffc01c4 0x1 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000003ffc01c5 0x3 + .dram1.51 0x000000003ffc01c8 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .dram1.50 0x000000003ffc01cc 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .dram1.49 0x000000003ffc01d0 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .dram1.48 0x000000003ffc01d4 0x1 esp-idf/bt/libbt.a(bt.c.obj) + .dram1.47 0x000000003ffc01d5 0x1 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000003ffc01d6 0x2 + .dram1.46 0x000000003ffc01d8 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .dram1.45 0x000000003ffc01dc 0x8 esp-idf/bt/libbt.a(bt.c.obj) + .dram1.44 0x000000003ffc01e4 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .dram1.43 0x000000003ffc01e8 0x8 esp-idf/bt/libbt.a(bt.c.obj) + .dram1.42 0x000000003ffc01f0 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .dram1.27 0x000000003ffc01f4 0x39 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .dram1.text 0x000000003ffc022d 0x1c4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + .dram1.text 0x000000003ffc03f1 0x12 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + .dram1.text 0x000000003ffc0403 0x18 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + .dram1.text 0x000000003ffc041b 0x20 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + .dram1.text 0x000000003ffc043b 0x25 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + .dram1.text 0x000000003ffc0460 0x34 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + .dram1.text 0x000000003ffc0494 0x54 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + .dram1.text 0x000000003ffc04e8 0x2a /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + *fill* 0x000000003ffc0512 0x2 + .dram1.0 0x000000003ffc0514 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x000000003ffc0514 g_coa_funcs_p + .dram1.35 0x000000003ffc0518 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .dram1.34 0x000000003ffc0524 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .dram1.33 0x000000003ffc0546 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .dram1.32 0x000000003ffc0552 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .dram1.31 0x000000003ffc0572 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .dram1.30 0x000000003ffc0599 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .dram1.29 0x000000003ffc05bb 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .dram1.24 0x000000003ffc0616 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .dram1.14 0x000000003ffc0622 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x000000003ffc0622 coex_prio_tab + .dram1.13 0x000000003ffc0648 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x000000003ffc0648 coex_condition_dissatisfy + .dram1.12 0x000000003ffc0649 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + *fill* 0x000000003ffc064a 0x2 + .dram1.11 0x000000003ffc064c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x000000003ffc064c coex_bb_rst_mux + .dram1.10 0x000000003ffc0650 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x000000003ffc0650 coex_fwm_mux + .dram1.9 0x000000003ffc0654 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x000000003ffc0654 coex_env + .dram1.9 0x000000003ffc0670 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .dram1.14 0x000000003ffc0671 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .dram1.13 0x000000003ffc0698 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .dram1.3 0x000000003ffc06b6 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .dram1.2 0x000000003ffc06b7 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .dram1.1 0x000000003ffc06b8 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .dram1.0 0x000000003ffc06cc 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .dram1.28 0x000000003ffc06e0 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .dram1.27 0x000000003ffc06ec 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .dram1.26 0x000000003ffc06f8 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .dram1.25 0x000000003ffc0704 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .dram1.24 0x000000003ffc0726 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .dram1.23 0x000000003ffc0748 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .dram1.10 0x000000003ffc076e 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + *fill* 0x000000003ffc077a 0x2 + .dram1.3 0x000000003ffc077c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .dram1.2 0x000000003ffc0780 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .dram1.1 0x000000003ffc0784 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .dram1.0 0x000000003ffc0788 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .dram1.5 0x000000003ffc079c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffc079c g_wifi_mac_time_delta + .dram1.4 0x000000003ffc07a0 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffc07a0 g_osi_funcs_p + .dram1.3 0x000000003ffc07a4 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffc07a4 g_intr_lock_mux + .dram1.4 0x000000003ffc07a8 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffc07a8 g_mesh_is_root + *fill* 0x000000003ffc07a9 0x3 + .dram1.3 0x000000003ffc07ac 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffc07ac g_mesh_init_ps_type + .dram1.2 0x000000003ffc07b0 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffc07b0 g_mesh_is_started + .dram1.2 0x000000003ffc07b1 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffc07b1 g_sta_connected_flag + *fill* 0x000000003ffc07b2 0x2 + .dram1.3 0x000000003ffc07b4 0x80 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .dram1.5 0x000000003ffc0834 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffc0834 xphyQueue + .dram1.4 0x000000003ffc0838 0x90 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .dram1.3 0x000000003ffc08c8 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffc08c8 pp_sig_cnt + *fill* 0x000000003ffc08e6 0x2 + .dram1.3 0x000000003ffc08e8 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .dram1.46 0x000000003ffc08ec 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + *fill* 0x000000003ffc08ed 0x3 + .dram1.45 0x000000003ffc08f0 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.44 0x000000003ffc090c 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.43 0x000000003ffc0914 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.18 0x000000003ffc0924 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.3 0x000000003ffc0928 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + *libapp_trace.a:app_trace.*(.rodata .rodata.*) + *libapp_trace.a:app_trace_util.*(.rodata .rodata.*) + *libesp_common.a:esp_err.*(.rodata .rodata.*) + .rodata.esp_error_check_failed_print.str1.4 + 0x000000003ffc092c 0x54 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .rodata._esp_error_check_failed.str1.4 + 0x000000003ffc0980 0x10 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + *libesp_hw_support.a:rtc_clk.*(.rodata .rodata.*) + .rodata.rtc_clk_cpu_freq_to_config.str1.4 + 0x000000003ffc0990 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_cpu_freq_get_config.str1.4 + 0x000000003ffc09cc 0x3b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x000000003ffc0a07 0x1 + .rodata.rtc_clk_cpu_freq_to_pll_mhz.str1.4 + 0x000000003ffc0a08 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *libesp_system.a:panic.*(.rodata .rodata.*) + *fill* 0x000000003ffc0a31 0x3 + .rodata 0x000000003ffc0a34 0x10 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .rodata.esp_panic_handler.str1.4 + 0x000000003ffc0a44 0x83 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x87 (size before relaxing) + *libesp_system.a:panic_arch.*(.rodata .rodata.*) + *fill* 0x000000003ffc0ac7 0x1 + .rodata.print_debug_exception_details.str1.4 + 0x000000003ffc0ac8 0x93 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + *fill* 0x000000003ffc0b5b 0x1 + .rodata.print_illegal_instruction_details.str1.4 + 0x000000003ffc0b5c 0x17 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000003ffc0b73 0x1 + .rodata.print_backtrace_entry.str1.4 + 0x000000003ffc0b74 0x4 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x8 (size before relaxing) + .rodata.panic_print_registers.str1.4 + 0x000000003ffc0b78 0x199 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x1a5 (size before relaxing) + *fill* 0x000000003ffc0d11 0x3 + .rodata 0x000000003ffc0d14 0x60 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_arch_fill_info.str1.4 + 0x000000003ffc0d74 0x19 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x21 (size before relaxing) + *fill* 0x000000003ffc0d8d 0x3 + .rodata.panic_soc_fill_info.str1.4 + 0x000000003ffc0d90 0xf esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + *fill* 0x000000003ffc0d9f 0x1 + .rodata.panic_print_backtrace.str1.4 + 0x000000003ffc0da0 0x2e esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + *fill* 0x000000003ffc0dce 0x2 + .rodata.str1.4 + 0x000000003ffc0dd0 0x2b3 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + *fill* 0x000000003ffc1083 0x1 + .rodata.pseudo_reason$5065 + 0x000000003ffc1084 0x20 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.reason$5059 + 0x000000003ffc10a4 0xa0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + *libesp_system.a:panic_handler.*(.rodata .rodata.*) + .rodata.frame_to_panic_info.str1.4 + 0x000000003ffc1144 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata.panic_handler.str1.4 + 0x000000003ffc114c 0x17 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata.print_state_for_core.str1.4 + 0x000000003ffc1163 0x17 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3 (size before relaxing) + *libesp_system.a:reset_reason.*(.rodata .rodata.*) + *fill* 0x000000003ffc1163 0x1 + .rodata.get_reset_reason + 0x000000003ffc1164 0x44 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .rodata.str1.4 + 0x000000003ffc11a8 0x64 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .rodata.__func__$4618 + 0x000000003ffc120c 0x1a esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + *libgcc.a:_divsf3.*(.rodata .rodata.*) + *libgcov.a:(.rodata .rodata.*) + *libhal.a:cpu_hal.*(.rodata .rodata.*) + *libhal.a:i2c_hal_iram.*(.rodata .rodata.*) + *libhal.a:ledc_hal_iram.*(.rodata .rodata.*) + *libhal.a:soc_hal.*(.rodata .rodata.*) + *fill* 0x000000003ffc1226 0x2 + .rodata 0x000000003ffc1228 0x18 esp-idf/hal/libhal.a(soc_hal.c.obj) + *libhal.a:spi_flash_hal_iram.*(.rodata .rodata.*) + *libhal.a:spi_hal_iram.*(.rodata .rodata.*) + *libhal.a:spi_slave_hal_iram.*(.rodata .rodata.*) + *libhal.a:wdt_hal_iram.*(.rodata .rodata.*) + *libheap.a:heap_tlsf.*(.rodata .rodata.*) + .rodata.integrity_walker.str1.4 + 0x000000003ffc1240 0x9e esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc12de 0x2 + .rodata.tlsf_add_pool.str1.4 + 0x000000003ffc12e0 0x142 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc1422 0x2 + .rodata.tlsf_remove_pool.str1.4 + 0x000000003ffc1424 0xe6 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc150a 0x2 + .rodata.tlsf_create.str1.4 + 0x000000003ffc150c 0x32 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc153e 0x2 + .rodata.tlsf_malloc.str1.4 + 0x000000003ffc1540 0x1a7 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc16e7 0x1 + .rodata.tlsf_free.str1.4 + 0x000000003ffc16e8 0x148 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.tlsf_realloc.str1.4 + 0x000000003ffc1830 0x2e esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc185e 0x2 + .rodata.__func__$3677 + 0x000000003ffc1860 0x10 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3875 + 0x000000003ffc1870 0xd esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc187d 0x3 + .rodata.__func__$3664 + 0x000000003ffc1880 0x11 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc1891 0x3 + .rodata.__func__$3652 + 0x000000003ffc1894 0xd esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc18a1 0x3 + .rodata.__func__$3658 + 0x000000003ffc18a4 0x11 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc18b5 0x3 + .rodata.__func__$3862 + 0x000000003ffc18b8 0xa esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc18c2 0x2 + .rodata.__func__$3647 + 0x000000003ffc18c4 0xc esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3670 + 0x000000003ffc18d0 0x10 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .rodata.__func__$3699 + 0x000000003ffc18e0 0x13 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc18f3 0x1 + .rodata.__func__$3607 + 0x000000003ffc18f4 0x16 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc190a 0x2 + .rodata.__func__$3692 + 0x000000003ffc190c 0x12 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc191e 0x2 + .rodata.__func__$3616 + 0x000000003ffc1920 0x12 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *fill* 0x000000003ffc1932 0x2 + .rodata.__func__$3624 + 0x000000003ffc1934 0x12 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + *libheap.a:multi_heap.*(.rodata .rodata.*) + *fill* 0x000000003ffc1946 0x2 + .rodata.assert_valid_block.str1.4 + 0x000000003ffc1948 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003ffc197a 0x2 + .rodata.multi_heap_register_impl.str1.4 + 0x000000003ffc197c 0x35 esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003ffc19b1 0x3 + .rodata.multi_heap_get_first_block.str1.4 + 0x000000003ffc19b4 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003ffc19c1 0x3 + .rodata.__func__$5184 + 0x000000003ffc19c4 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5143 + 0x000000003ffc19dc 0x19 esp-idf/heap/libheap.a(multi_heap.c.obj) + *libnewlib.a:abort.*(.rodata .rodata.*) + *fill* 0x000000003ffc19f5 0x3 + .rodata.abort.str1.4 + 0x000000003ffc19f8 0x26 esp-idf/newlib/libnewlib.a(abort.c.obj) + *libnewlib.a:assert.*(.rodata .rodata.*) + *fill* 0x000000003ffc1a1e 0x2 + .rodata.__assert_func.str1.4 + 0x000000003ffc1a20 0x32 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x36 (size before relaxing) + *libnewlib.a:heap.*(.rodata .rodata.*) + *libnewlib.a:stdatomic.*(.rodata .rodata.*) + *libphy.a:(.rodata .rodata.*) + *fill* 0x000000003ffc1a52 0x2 + .rodata.str1.4 + 0x000000003ffc1a54 0x57 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x5a (size before relaxing) + *fill* 0x000000003ffc1aab 0x1 + .rodata 0x000000003ffc1aac 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .rodata.bt_i2c_write_set + 0x000000003ffc1ab4 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .rodata.bt_get_i2c_data + 0x000000003ffc1ad8 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .rodata.CSWTCH$155 + 0x000000003ffc1b04 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .rodata.CSWTCH$122 + 0x000000003ffc1b14 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .rodata 0x000000003ffc1b44 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .rodata.ram_set_pbus_mem + 0x000000003ffc1bd8 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .rodata.str1.4 + 0x000000003ffc1c04 0x1c8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x1dc (size before relaxing) + .rodata.bt_tx_gain_cal$part$3 + 0x000000003ffc1dcc 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .rodata.CSWTCH$278 + 0x000000003ffc1dec 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffc1df2 0x2 + .rodata 0x000000003ffc1df4 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .rodata.str1.4 + 0x000000003ffc1e18 0x18d ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x191 (size before relaxing) + *fill* 0x000000003ffc1fa5 0x3 + .rodata.CSWTCH$265 + 0x000000003ffc1fa8 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .rodata.CSWTCH$261 + 0x000000003ffc1fac 0xb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + *fill* 0x000000003ffc1fb7 0x1 + .rodata.CSWTCH$255 + 0x000000003ffc1fb8 0x3 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + *fill* 0x000000003ffc1fbb 0x1 + .rodata.CSWTCH$239 + 0x000000003ffc1fbc 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .rodata.CSWTCH$229 + 0x000000003ffc1fc4 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .rodata.dco_gain_coarse$4633 + 0x000000003ffc1fcc 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + *libsoc.a:lldesc.*(.rodata .rodata.*) + *libspi_flash.a:memspi_host_driver.*(.rodata .rodata.*) + *libspi_flash.a:spi_flash_chip_boya.*(.rodata .rodata.*) + *libspi_flash.a:spi_flash_chip_gd.*(.rodata .rodata.*) + *libspi_flash.a:spi_flash_chip_generic.*(.rodata .rodata.*) + *libspi_flash.a:spi_flash_chip_issi.*(.rodata .rodata.*) + *libspi_flash.a:spi_flash_chip_mxic.*(.rodata .rodata.*) + *libspi_flash.a:spi_flash_chip_th.*(.rodata .rodata.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.rodata .rodata.*) + *libspi_flash.a:spi_flash_rom_patch.*(.rodata .rodata.*) + 0x000000003ffc1fd2 _data_end = ABSOLUTE (.) + 0x000000003ffc1fd4 . = ALIGN (0x4) + *fill* 0x000000003ffc1fd2 0x2 + +.noinit 0x000000003ffc1fd4 0x0 + 0x000000003ffc1fd4 . = ALIGN (0x4) + 0x000000003ffc1fd4 _noinit_start = ABSOLUTE (.) + *(.noinit .noinit.*) + 0x000000003ffc1fd4 . = ALIGN (0x4) + 0x000000003ffc1fd4 _noinit_end = ABSOLUTE (.) + +.ext_ram.bss 0x000000003f800000 0x0 + 0x000000003f800000 _ext_ram_bss_start = ABSOLUTE (.) + 0x000000003f800000 . = ALIGN (0x4) + 0x000000003f800000 _ext_ram_bss_end = ABSOLUTE (.) + +.dram0.bss 0x000000003ffc1fd8 0x7f28 + 0x000000003ffc1fd8 . = ALIGN (0x8) + 0x000000003ffc1fd8 _bss_start = ABSOLUTE (.) + 0x000000003ffc1fd8 _bt_bss_start = ABSOLUTE (.) + *libbt.a:(.bss .bss.* COMMON) + COMMON 0x000000003ffc1fd8 0x4 esp-idf/bt/libbt.a(btc_manage.c.obj) + 0x000000003ffc1fd8 btc_profile_cb_tab + COMMON 0x000000003ffc1fdc 0x4 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x000000003ffc1fdc btc_thread + COMMON 0x000000003ffc1fe0 0x4 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x000000003ffc1fe0 blufi_env_ptr + .bss.bd_already_init + 0x000000003ffc1fe4 0x1 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .bss.bd_already_enable + 0x000000003ffc1fe5 0x1 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + *fill* 0x000000003ffc1fe6 0x2 + .bss.config 0x000000003ffc1fe8 0x4 esp-idf/bt/libbt.a(btc_config.c.obj) + .bss.lock 0x000000003ffc1fec 0x4 esp-idf/bt/libbt.a(btc_config.c.obj) + COMMON 0x000000003ffc1ff0 0x4 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x000000003ffc1ff0 btc_dm_cb_ptr + .bss.main_future + 0x000000003ffc1ff4 0x10 esp-idf/bt/libbt.a(btc_main.c.obj) + COMMON 0x000000003ffc2004 0x4 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x000000003ffc2004 deinit_semaphore + COMMON 0x000000003ffc2008 0x8 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x000000003ffc2008 gl_bta_adv_data_ptr + 0x000000003ffc200c gl_bta_scan_rsp_data_ptr + COMMON 0x000000003ffc2010 0x4 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x000000003ffc2010 btc_creat_tab_env_ptr + .bss.loaded$9435 + 0x000000003ffc2014 0x1 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003ffc2015 0x3 + .bss.controller_param_ptr + 0x000000003ffc2018 0x4 esp-idf/bt/libbt.a(controller.c.obj) + .bss.packet_fragmenter + 0x000000003ffc201c 0x4 esp-idf/bt/libbt.a(hci_layer.c.obj) + .bss.hal 0x000000003ffc2020 0x4 esp-idf/bt/libbt.a(hci_layer.c.obj) + .bss.hci_host_thread + 0x000000003ffc2024 0x4 esp-idf/bt/libbt.a(hci_layer.c.obj) + .bss.hci_host_env + 0x000000003ffc2028 0x1c esp-idf/bt/libbt.a(hci_layer.c.obj) + .bss.interface + 0x000000003ffc2044 0x10 esp-idf/bt/libbt.a(hci_layer.c.obj) + .bss.interface_created + 0x000000003ffc2054 0x1 esp-idf/bt/libbt.a(hci_layer.c.obj) + *fill* 0x000000003ffc2055 0x3 + .bss.current_fragment_packet + 0x000000003ffc2058 0x4 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .bss.partial_packets + 0x000000003ffc205c 0x4 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .bss.callbacks + 0x000000003ffc2060 0x4 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .bss.controller + 0x000000003ffc2064 0x4 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .bss.hci 0x000000003ffc2068 0x4 esp-idf/bt/libbt.a(bte_main.c.obj) + COMMON 0x000000003ffc206c 0x4 esp-idf/bt/libbt.a(bte_main.c.obj) + 0x000000003ffc206c bluedroid_init_done_cb + .bss.scan_param_status + 0x000000003ffc2070 0x1 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000003ffc2070 scan_param_status + .bss.scan_enable_status + 0x000000003ffc2071 0x1 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000003ffc2071 scan_enable_status + .bss.adv_param_status + 0x000000003ffc2072 0x1 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000003ffc2072 adv_param_status + .bss.adv_data_status + 0x000000003ffc2073 0x1 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000003ffc2073 adv_data_status + .bss.adv_enable_status + 0x000000003ffc2074 0x1 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000003ffc2074 adv_enable_status + *fill* 0x000000003ffc2075 0x3 + .bss.scan_param_lock + 0x000000003ffc2078 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .bss.scan_enable_lock + 0x000000003ffc207c 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .bss.adv_param_lock + 0x000000003ffc2080 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .bss.adv_data_lock + 0x000000003ffc2084 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .bss.adv_enable_lock + 0x000000003ffc2088 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .bss.is_ble50_inter + 0x000000003ffc208c 0x1 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + *fill* 0x000000003ffc208d 0x3 + .bss.cmn_ble_gap_vsc_cb_ptr + 0x000000003ffc2090 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + COMMON 0x000000003ffc2094 0x18 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000003ffc2094 scan_enable_sem + 0x000000003ffc2098 adv_enable_sem + 0x000000003ffc209c adv_data_sem + 0x000000003ffc20a0 conn_param_update_cb + 0x000000003ffc20a4 scan_param_sem + 0x000000003ffc20a8 adv_param_sem + COMMON 0x000000003ffc20ac 0x8 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x000000003ffc20ac btm_multi_adv_idx_q_ptr + 0x000000003ffc20b0 btm_multi_adv_cb_ptr + COMMON 0x000000003ffc20b4 0x4 esp-idf/bt/libbt.a(btm_main.c.obj) + 0x000000003ffc20b4 btm_cb_ptr + .bss.btu_thread + 0x000000003ffc20b8 0x4 esp-idf/bt/libbt.a(btu_init.c.obj) + 0x000000003ffc20b8 btu_thread + COMMON 0x000000003ffc20bc 0x18 esp-idf/bt/libbt.a(btu_init.c.obj) + 0x000000003ffc20bc btu_general_alarm_hash_map + 0x000000003ffc20c0 btu_l2cap_alarm_lock + 0x000000003ffc20c4 btu_l2cap_alarm_hash_map + 0x000000003ffc20c8 btu_oneshot_alarm_lock + 0x000000003ffc20cc btu_general_alarm_lock + 0x000000003ffc20d0 btu_oneshot_alarm_hash_map + COMMON 0x000000003ffc20d4 0x4 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x000000003ffc20d4 btu_cb_ptr + COMMON 0x000000003ffc20d8 0x8 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x000000003ffc20d8 gatt_default + 0x000000003ffc20dc gatt_cb_ptr + .bss.gatt_tcb_id + 0x000000003ffc20e0 0x4 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .bss.btu_buf$11555 + 0x000000003ffc20e4 0x2 esp-idf/bt/libbt.a(l2c_api.c.obj) + .bss.btc_buf$11554 + 0x000000003ffc20e6 0x2 esp-idf/bt/libbt.a(l2c_api.c.obj) + .bss.buff_semaphore$11553 + 0x000000003ffc20e8 0x4 esp-idf/bt/libbt.a(l2c_api.c.obj) + COMMON 0x000000003ffc20ec 0x4 esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x000000003ffc20ec l2c_cb_ptr + COMMON 0x000000003ffc20f0 0x4 esp-idf/bt/libbt.a(smp_main.c.obj) + 0x000000003ffc20f0 smp_cb_ptr + .bss.conn_id 0x000000003ffc20f4 0x2 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .bss.server_if + 0x000000003ffc20f6 0x1 esp-idf/bt/libbt.a(esp_blufi.c.obj) + *fill* 0x000000003ffc20f7 0x1 + .bss.alarm_cbs + 0x000000003ffc20f8 0x4 esp-idf/bt/libbt.a(alarm.c.obj) + .bss.alarm_state + 0x000000003ffc20fc 0x4 esp-idf/bt/libbt.a(alarm.c.obj) + .bss.alarm_mutex + 0x000000003ffc2100 0x4 esp-idf/bt/libbt.a(alarm.c.obj) + .bss.gl_mutex 0x000000003ffc2104 0x4 esp-idf/bt/libbt.a(mutex.c.obj) + COMMON 0x000000003ffc2108 0xc esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000003ffc2108 bta_dm_search_cb_ptr + 0x000000003ffc210c bta_dm_di_cb_ptr + 0x000000003ffc2110 bta_dm_cb_ptr + COMMON 0x000000003ffc2114 0x4 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + 0x000000003ffc2114 bta_dm_conn_srvcs_ptr + .bss.cache_env + 0x000000003ffc2118 0x4 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + COMMON 0x000000003ffc211c 0x4 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + 0x000000003ffc211c bta_gattc_cb_ptr + COMMON 0x000000003ffc2120 0x4 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + 0x000000003ffc2120 bta_gatts_cb_ptr + .bss.bta_alarm_lock + 0x000000003ffc2124 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .bss.bta_alarm_hash_map + 0x000000003ffc2128 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + COMMON 0x000000003ffc212c 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000003ffc212c bta_sys_cb_ptr + .bss.hci_h4_thread + 0x000000003ffc2130 0x4 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .bss.callbacks + 0x000000003ffc2134 0x4 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .bss.hci_hal_env + 0x000000003ffc2138 0xc esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .bss.temp_enhanced + 0x000000003ffc2144 0x1 esp-idf/bt/libbt.a(btm_ble.c.obj) + *fill* 0x000000003ffc2145 0x3 + COMMON 0x000000003ffc2148 0x8 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x000000003ffc2148 btm_ble_adv_filt_cb_ptr + 0x000000003ffc214c cmn_ble_adv_vsc_cb_ptr + COMMON 0x000000003ffc2150 0x8 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x000000003ffc2150 ble_advtrack_cb_ptr + 0x000000003ffc2154 ble_batchscan_cb_ptr + .bss.background_connections + 0x000000003ffc2158 0x4 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + COMMON 0x000000003ffc215c 0x4 esp-idf/bt/libbt.a(gap_api.c.obj) + 0x000000003ffc215c gap_cb_ptr + COMMON 0x000000003ffc2160 0x8 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x000000003ffc2160 curve_p256_ptr + 0x000000003ffc2164 curve_ptr + COMMON 0x000000003ffc2168 0x8 esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x000000003ffc2168 cmac_cb + COMMON 0x000000003ffc2170 0x4 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + 0x000000003ffc2170 ble_energy_info_cb + 0x000000003ffc2174 . = ALIGN (0x4) + 0x000000003ffc2174 _bt_bss_end = ABSOLUTE (.) + 0x000000003ffc2174 _btdm_bss_start = ABSOLUTE (.) + *libbtdm_app.a:(.bss .bss.* COMMON) + .bss 0x000000003ffc2174 0x9 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + 0x000000003ffc2174 g_sleep_exception + 0x000000003ffc2178 btdm_env_p + *fill* 0x000000003ffc217d 0x3 + .bss 0x000000003ffc2180 0xc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + 0x000000003ffc2180 coex_schm_btdm_env + .bss 0x000000003ffc218c 0x4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + 0x000000003ffc218c ea_prog_timestamp_latest + .bss 0x000000003ffc2190 0x1 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + *fill* 0x000000003ffc2191 0x3 + .bss 0x000000003ffc2194 0x4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + .bss 0x000000003ffc2198 0x24 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + 0x000000003ffc2198 is_lc_lmp_rx_flooding + 0x000000003ffc21a0 lc_lmp_msg_stored_num + COMMON 0x000000003ffc21bc 0x7 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + 0x000000003ffc21bc is_rd_rem_ext_feats_sent_cs + *fill* 0x000000003ffc21c3 0x1 + .bss 0x000000003ffc21c4 0x38 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + .bss 0x000000003ffc21fc 0x4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + 0x000000003ffc21fc l2cap_start + .bss 0x000000003ffc2200 0xb /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + *fill* 0x000000003ffc220b 0x1 + .bss 0x000000003ffc220c 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + 0x000000003ffc220c lld_scan_to_connected + 0x000000003ffc220d lld_adv_to_connected + 0x000000003ffc220e event_empty + .bss 0x000000003ffc221c 0x2 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + *fill* 0x000000003ffc221e 0x2 + .bss 0x000000003ffc2220 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + 0x000000003ffc2220 le_send_adv_reserved_func + COMMON 0x000000003ffc2230 0x60 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + 0x000000003ffc2230 le_scan_duplicate_option + 0x000000003ffc2284 llm_elt + COMMON 0x000000003ffc2290 0xa /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + 0x000000003ffc2290 host_ch_class + *fill* 0x000000003ffc229a 0x2 + .bss 0x000000003ffc229c 0x4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + 0x000000003ffc229c r_osi_funcs_p + .bss 0x000000003ffc22a0 0xc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + 0x000000003ffc22a0 r_ip_funcs_p + 0x000000003ffc22a4 r_modules_funcs_p + 0x000000003ffc22a8 r_plf_funcs_p + .bss 0x000000003ffc22ac 0x50 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + .bss 0x000000003ffc22fc 0x58 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + .bss 0x000000003ffc2354 0x4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + 0x000000003ffc2354 g_waking_sleeping_sem + COMMON 0x000000003ffc2358 0x8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + 0x000000003ffc2358 btdm_slp_err + 0x000000003ffc235c btdm_pwr_state + .bss 0x000000003ffc2360 0x2c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + .bss 0x000000003ffc238c 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + 0x000000003ffc238c g_coex_swisr_queue + 0x000000003ffc2390 g_rw_controller_task_handle + 0x000000003ffc2394 g_rw_schd_queue + 0x000000003ffc2398 g_rw_init_sem + .bss 0x000000003ffc239c 0xc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + COMMON 0x000000003ffc23a8 0x800 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + 0x000000003ffc23a8 vflash_mem + .bss 0x000000003ffc2ba8 0x4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + COMMON 0x000000003ffc2bac 0x14 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + 0x000000003ffc2bac lmp_tx_stored + 0x000000003ffc2bc0 . = ALIGN (0x4) + 0x000000003ffc2bc0 _btdm_bss_end = ABSOLUTE (.) + 0x000000003ffc2bc0 _nimble_bss_start = ABSOLUTE (.) + *libnimble.a:(.bss .bss.* COMMON) + 0x000000003ffc2bc0 . = ALIGN (0x4) + 0x000000003ffc2bc0 _nimble_bss_end = ABSOLUTE (.) + *(.bss .bss.*) + .bss.s_app_elf_sha256$3783 + 0x000000003ffc2bc0 0x8 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .bss.s_pthread_cfg_key + 0x000000003ffc2bc8 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_threads_mux + 0x000000003ffc2bcc 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_keys 0x000000003ffc2bd0 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x000000003ffc2bd0 s_keys + *fill* 0x000000003ffc2bd4 0x4 + .bss.g_startup_time + 0x000000003ffc2bd8 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x000000003ffc2bd8 g_startup_time + .bss.g_exc_frames + 0x000000003ffc2be0 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x000000003ffc2be0 g_exc_frames + .bss.s_panic_abort_details + 0x000000003ffc2be8 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .bss.g_panic_abort + 0x000000003ffc2bec 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x000000003ffc2bec g_panic_abort + *fill* 0x000000003ffc2bed 0x3 + .bss.shutdown_handlers + 0x000000003ffc2bf0 0x14 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .bss.s_fd_table_lock + 0x000000003ffc2c04 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_vfs_count + 0x000000003ffc2c08 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_vfs 0x000000003ffc2c0c 0x20 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_registered_select_num + 0x000000003ffc2c2c 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss.s_registered_selects + 0x000000003ffc2c30 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss.s_wifi_thread_sem_key$9716 + 0x000000003ffc2c34 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .bss.s_wifi_thread_sem_key_init$9715 + 0x000000003ffc2c38 0x1 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .bss.s_wifi_adc_xpd_flag + 0x000000003ffc2c39 0x1 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + *fill* 0x000000003ffc2c3a 0x2 + .bss.s_common_clock_disable_time$11272 + 0x000000003ffc2c3c 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_multiple_phy_init_data_bin + 0x000000003ffc2c40 0x1 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003ffc2c41 0x3 + .bss.s_phy_current_country + 0x000000003ffc2c44 0x2 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003ffc2c46 0x2 + .bss.s_current_apply_phy_init_data + 0x000000003ffc2c48 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_phy_init_data_type + 0x000000003ffc2c4c 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_phy_digital_regs_mem + 0x000000003ffc2c50 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003ffc2c54 0x4 + .bss.s_phy_rf_en_ts + 0x000000003ffc2c58 0x8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_phy_access_ref + 0x000000003ffc2c60 0x1 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_is_phy_calibrated + 0x000000003ffc2c61 0x1 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003ffc2c62 0x2 + .bss.s_phy_access_lock + 0x000000003ffc2c64 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .bss.s_wifi_mac_time_update_cb + 0x000000003ffc2c68 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x000000003ffc2c68 s_wifi_mac_time_update_cb + .bss.s_wifi_modem_sleep_lock + 0x000000003ffc2c6c 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .bss.s_log_cache_misses + 0x000000003ffc2c70 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache_entry_count + 0x000000003ffc2c74 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache_max_generation + 0x000000003ffc2c78 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache + 0x000000003ffc2c7c 0xf8 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_tags + 0x000000003ffc2d74 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.base$5509 + 0x000000003ffc2d78 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.s_log_mutex + 0x000000003ffc2d7c 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.alloc_failed_callback + 0x000000003ffc2d80 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .bss.s_cur_pll_freq + 0x000000003ffc2d84 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss.ref_counts + 0x000000003ffc2d88 0x23 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .bss.pat_flg$7724 + 0x000000003ffc2dab 0x1 esp-idf/driver/libdriver.a(uart.c.obj) + .bss.p_uart_obj + 0x000000003ffc2dac 0xc esp-idf/driver/libdriver.a(uart.c.obj) + .bss.s_adc_power_on_cnt + 0x000000003ffc2db8 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + .bss.adc2_wifi_lock + 0x000000003ffc2dbc 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + .bss.s_rtc_isr_handle + 0x000000003ffc2dc0 0x4 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .bss.s_rtc_isr_handler_list + 0x000000003ffc2dc4 0x4 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .bss.last_ccount$3889 + 0x000000003ffc2dc8 0x4 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .bss.base_mac_addr + 0x000000003ffc2dcc 0x6 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + *fill* 0x000000003ffc2dd2 0x2 + .bss.s_timer_task + 0x000000003ffc2dd4 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss.s_timers 0x000000003ffc2dd8 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003ffc2ddc 0x4 + .bss.s_correction_us + 0x000000003ffc2de0 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .bss.s_alarm_handler + 0x000000003ffc2de8 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .bss.s_timer_interrupt_handle + 0x000000003ffc2dec 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .bss.port_uxOldInterruptState + 0x000000003ffc2df0 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffc2df0 port_uxOldInterruptState + .bss.port_uxCriticalNesting + 0x000000003ffc2df4 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffc2df4 port_uxCriticalNesting + .bss.port_interruptNesting + 0x000000003ffc2df8 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffc2df8 port_interruptNesting + .bss._xt_tick_divisor + 0x000000003ffc2dfc 0x4 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x000000003ffc2dfc _xt_tick_divisor + .bss.port_xSchedulerRunning + 0x000000003ffc2e00 0x4 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x000000003ffc2e00 port_xSchedulerRunning + .bss.xSwitchingContext + 0x000000003ffc2e04 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxSchedulerSuspended + 0x000000003ffc2e08 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xIdleTaskHandle + 0x000000003ffc2e0c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xNextTaskUnblockTime + 0x000000003ffc2e10 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxTaskNumber + 0x000000003ffc2e14 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xNumOfOverflows + 0x000000003ffc2e18 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xYieldPending + 0x000000003ffc2e1c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xPendedTicks + 0x000000003ffc2e20 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xSchedulerRunning + 0x000000003ffc2e24 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxTopReadyPriority + 0x000000003ffc2e28 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xTickCount + 0x000000003ffc2e2c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxCurrentNumberOfTasks + 0x000000003ffc2e30 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xSuspendedTaskList + 0x000000003ffc2e34 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxDeletedTasksWaitingCleanUp + 0x000000003ffc2e48 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xTasksWaitingTermination + 0x000000003ffc2e4c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xPendingReadyList + 0x000000003ffc2e60 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxOverflowDelayedTaskList + 0x000000003ffc2e74 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxDelayedTaskList + 0x000000003ffc2e78 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList2 + 0x000000003ffc2e7c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList1 + 0x000000003ffc2e90 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxReadyTasksLists + 0x000000003ffc2ea4 0x1f4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxCurrentTCB + 0x000000003ffc3098 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000003ffc3098 pxCurrentTCB + .bss.s_common_recursive_mutex + 0x000000003ffc309c 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000003ffc309c __lock___sinit_recursive_mutex + 0x000000003ffc309c __lock___env_recursive_mutex + 0x000000003ffc309c __lock___sfp_recursive_mutex + 0x000000003ffc309c __lock___atexit_recursive_mutex + 0x000000003ffc309c __lock___malloc_recursive_mutex + .bss.s_common_mutex + 0x000000003ffc30f0 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000003ffc30f0 __lock___tz_mutex + 0x000000003ffc30f0 __lock___arc4random_mutex + 0x000000003ffc30f0 __lock___dd_hash_mutex + 0x000000003ffc30f0 __lock___at_quick_exit_mutex + .bss.s_reent 0x000000003ffc3144 0xf0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .bss.s_time_lock + 0x000000003ffc3234 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.s_adjtime_total_correction_us + 0x000000003ffc3238 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.s_adjtime_start_us + 0x000000003ffc3240 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.s_esp_rtc_time_lock + 0x000000003ffc3248 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .bss.s_boot_time_lock + 0x000000003ffc324c 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .bss.s_microseconds_offset + 0x000000003ffc3250 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x000000003ffc3250 s_microseconds_offset + .bss.esp_at_uart_queue + 0x000000003ffc3258 0x4 esp-idf/main/libmain.a(at_uart_task.c.obj) + .bss.s_at_uart_port_pin + 0x000000003ffc325c 0x10 esp-idf/main/libmain.a(at_uart_task.c.obj) + .bss.at_default_flag + 0x000000003ffc326c 0x1 esp-idf/main/libmain.a(at_uart_task.c.obj) + *fill* 0x000000003ffc326d 0x3 + .bss.s_list_lock + 0x000000003ffc3270 0x4 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .bss.s_list 0x000000003ffc3274 0x4 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .bss.s_periph_inform_out_light_sleep_overhead_cb + 0x000000003ffc3278 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_ccount_mul + 0x000000003ffc327c 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_ccount_div + 0x000000003ffc3280 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_need_update_ccompare + 0x000000003ffc3284 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_config_changed + 0x000000003ffc3285 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_light_sleep_en + 0x000000003ffc3286 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + *fill* 0x000000003ffc3287 0x1 + .bss.s_cpu_freq_by_mode + 0x000000003ffc3288 0x40 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_rtos_lock_handle + 0x000000003ffc32c8 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_core_idle + 0x000000003ffc32cc 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + *fill* 0x000000003ffc32cd 0x3 + .bss.s_skipped_light_sleep + 0x000000003ffc32d0 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + *fill* 0x000000003ffc32d1 0x3 + .bss.s_periph_skip_light_sleep_cb + 0x000000003ffc32d4 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_mode_mask + 0x000000003ffc32d8 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_mode_lock_counts + 0x000000003ffc32dc 0x10 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .bss.s_is_switching + 0x000000003ffc32ec 0x1 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + *fill* 0x000000003ffc32ed 0x3 + .bss.s_efuse_lock + 0x000000003ffc32f0 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss.map 0x000000003ffc32f4 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss.s_partition_list_lock + 0x000000003ffc32f8 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .bss.s_partition_list + 0x000000003ffc32fc 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .bss.s_flash_op_cache_state + 0x000000003ffc3300 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_mmap_last_handle + 0x000000003ffc3308 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss.s_mmap_page_refcnt + 0x000000003ffc330c 0x100 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss.s_mmap_entries_head + 0x000000003ffc340c 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss.unlocked$5990 + 0x000000003ffc3410 0x1 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x000000003ffc3411 0x3 + .bss.s_flash_guard_ops + 0x000000003ffc3414 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .bss.esp_flash_default_chip + 0x000000003ffc3418 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x000000003ffc3418 esp_flash_default_chip + .bss._ZL13s_nvs_handles + 0x000000003ffc341c 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss._ZN3nvs4Lock10mSemaphoreE + 0x000000003ffc3428 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000003ffc3428 _ZN3nvs4Lock10mSemaphoreE + .bss._ZN14NVSHandleEntry17s_nvs_next_handleE + 0x000000003ffc342c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000003ffc342c _ZN14NVSHandleEntry17s_nvs_next_handleE + .bss._ZN3nvs19NVSPartitionManager8instanceE + 0x000000003ffc3430 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x000000003ffc3430 _ZN3nvs19NVSPartitionManager8instanceE + .bss.non_iram_int_disabled_flag + 0x000000003ffc3434 0x2 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + *fill* 0x000000003ffc3436 0x2 + .bss.non_iram_int_disabled + 0x000000003ffc3438 0x8 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .bss.non_iram_int_mask + 0x000000003ffc3440 0x8 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .bss.vector_desc_head + 0x000000003ffc3448 0x4 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .bss.s_light_sleep_wakeup + 0x000000003ffc344c 0x1 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + *fill* 0x000000003ffc344d 0x3 + .bss.s_reset_reason + 0x000000003ffc3450 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .bss.s_tcpip_adapter_compat + 0x000000003ffc3454 0x1 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + *fill* 0x000000003ffc3455 0x3 + .bss.s_esp_netifs + 0x000000003ffc3458 0x10 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .bss.s_list_lock + 0x000000003ffc3468 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .bss.s_esp_netif_counter + 0x000000003ffc346c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .bss.s_head 0x000000003ffc3470 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x000000003ffc3470 s_head + .bss.s_last_default_esp_netif + 0x000000003ffc3474 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss.tcpip_initialized + 0x000000003ffc3478 0x1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003ffc3479 0x3 + .bss.api_lock_sem + 0x000000003ffc347c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss.api_sync_sem + 0x000000003ffc3480 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss.s_default_loop + 0x000000003ffc3484 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .bss.g_sae_confirm + 0x000000003ffc3488 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.g_sae_commit + 0x000000003ffc348c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.g_sae_token + 0x000000003ffc3490 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.g_sae_data + 0x000000003ffc3494 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.s_sm_valid_bitmap + 0x000000003ffc34e0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .bss.s_sm_table + 0x000000003ffc34e4 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .bss.s_wpa2_rxq + 0x000000003ffc3524 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .bss.s_wifi_wpa2_sync_sem + 0x000000003ffc352c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .bss.s_wpa2_api_lock + 0x000000003ffc3530 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .bss.s_wpa2_queue + 0x000000003ffc3534 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .bss.s_wpa2_task_hdl + 0x000000003ffc3538 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .bss.gEapSm 0x000000003ffc353c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .bss.s_wpa2_data_lock + 0x000000003ffc3540 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .bss.eap_methods + 0x000000003ffc3544 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.wifi_default_handlers_set + 0x000000003ffc3548 0x1 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003ffc3549 0x3 + .bss.s_wifi_netifs + 0x000000003ffc354c 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .bss.s_wifi_netifs + 0x000000003ffc3554 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .bss.s_wifi_rxcbs + 0x000000003ffc355c 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .bss.select_cb_list + 0x000000003ffc3564 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.select_cb_ctr + 0x000000003ffc3568 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.sockets 0x000000003ffc356c 0xf0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.socket_ipv6_multicast_memberships + 0x000000003ffc365c 0x118 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.socket_ipv4_multicast_memberships + 0x000000003ffc3774 0x78 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.g_lwip_task + 0x000000003ffc37ec 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x000000003ffc37ec g_lwip_task + .bss.tcpip_mbox + 0x000000003ffc37f0 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss.tcpip_init_done_arg + 0x000000003ffc37f4 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss.tcpip_init_done + 0x000000003ffc37f8 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss.dns_servers + 0x000000003ffc37fc 0x48 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_requests + 0x000000003ffc3844 0x30 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_table + 0x000000003ffc3874 0x4a0 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_seqno + 0x000000003ffc3d14 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_last_pcb_idx + 0x000000003ffc3d15 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003ffc3d16 0x2 + .bss.dns_pcbs 0x000000003ffc3d18 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.loop_netif + 0x000000003ffc3d28 0x124 esp-idf/lwip/liblwip.a(netif.c.obj) + .bss.netif_num + 0x000000003ffc3e4c 0x1 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003ffc3e4d 0x3 + .bss.raw_pcbs 0x000000003ffc3e50 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) + .bss.tcp_timer_ctr + 0x000000003ffc3e54 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) + .bss.tcp_timer + 0x000000003ffc3e55 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003ffc3e56 0x2 + .bss.recv_data + 0x000000003ffc3e58 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.recv_flags + 0x000000003ffc3e5c 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.flags 0x000000003ffc3e5d 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcplen 0x000000003ffc3e5e 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.recv_acked + 0x000000003ffc3e60 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003ffc3e62 0x2 + .bss.ackno 0x000000003ffc3e64 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.seqno 0x000000003ffc3e68 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcp_optidx + 0x000000003ffc3e6c 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003ffc3e6e 0x2 + .bss.tcphdr_opt2 + 0x000000003ffc3e70 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcphdr_opt1len + 0x000000003ffc3e74 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcphdr_optlen + 0x000000003ffc3e76 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcphdr 0x000000003ffc3e78 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.inseg 0x000000003ffc3e7c 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcpip_tcp_timer_active + 0x000000003ffc3e8c 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss.current_timeout_due_time + 0x000000003ffc3e90 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss.next_timeout + 0x000000003ffc3e94 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss.xid$7668 0x000000003ffc3e98 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .bss.dhcp_pcb_refcount + 0x000000003ffc3e9c 0x1 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003ffc3e9d 0x3 + .bss.dhcp_pcb 0x000000003ffc3ea0 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .bss.etharp_cached_entry + 0x000000003ffc3ea4 0x1 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003ffc3ea5 0x3 + .bss.arp_table + 0x000000003ffc3ea8 0xf0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .bss.is_tmr_start + 0x000000003ffc3f98 0x1 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003ffc3f99 0x3 + .bss.allrouters + 0x000000003ffc3f9c 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + .bss.allsystems + 0x000000003ffc3fa0 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + .bss.ip4_default_multicast_netif + 0x000000003ffc3fa4 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + .bss.ip_id 0x000000003ffc3fa8 0x2 esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x000000003ffc3faa 0x2 + .bss.str$6625 0x000000003ffc3fac 0x10 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .bss.str$6430 0x000000003ffc3fbc 0x28 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .bss.identification$7078 + 0x000000003ffc3fe4 0x4 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .bss.is_tmr_start + 0x000000003ffc3fe8 0x1 esp-idf/lwip/liblwip.a(mld6.c.obj) + .bss.last_router$7607 + 0x000000003ffc3fe9 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003ffc3fea 0x2 + .bss.nd6_ra_buffer + 0x000000003ffc3fec 0x20 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.nd6_tmr_rs_reduction + 0x000000003ffc400c 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003ffc400d 0x3 + .bss.multicast_address + 0x000000003ffc4010 0x14 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.nd6_cached_destination_index + 0x000000003ffc4024 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.nd6_cached_neighbor_index + 0x000000003ffc4025 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003ffc4026 0x2 + .bss.base_time + 0x000000003ffc4028 0x4 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .bss.input 0x000000003ffc402c 0x40 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .bss.sys_thread_sem_key + 0x000000003ffc406c 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .bss.g_lwip_protect_mutex + 0x000000003ffc4070 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .bss.dhcps_cb 0x000000003ffc4074 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.dhcps_dns + 0x000000003ffc4078 0x1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000003ffc4079 0x3 + .bss.dhcps_poll + 0x000000003ffc407c 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.renew 0x000000003ffc4088 0x1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000003ffc4089 0x3 + .bss.plist 0x000000003ffc408c 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.client_address_plus + 0x000000003ffc4090 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.client_address + 0x000000003ffc4094 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.dns_server + 0x000000003ffc4098 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.server_address + 0x000000003ffc409c 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.broadcast_dhcps + 0x000000003ffc40a0 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.dhcps_netif + 0x000000003ffc40a4 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss.reason 0x000000003ffc40a8 0x4 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .bss.tick_cb 0x000000003ffc40ac 0x20 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .bss.idle_cb 0x000000003ffc40cc 0x20 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .bss.twdt_config + 0x000000003ffc40ec 0x4 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .bss.twdt_context + 0x000000003ffc40f0 0x8 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .bss.iwdt_context + 0x000000003ffc40f8 0x8 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .bss.esp_at_module_id + 0x000000003ffc4100 0x1 esp-idf/at/libat.a(at_default_config.c.obj) + *fill* 0x000000003ffc4101 0x3 + .bss.s_at_user_sync_sema + 0x000000003ffc4104 0x4 esp-idf/at/libat.a(at_user_cmd.c.obj) + .bss.s_user_ota_recv_size + 0x000000003ffc4108 0x4 esp-idf/at/libat.a(at_user_cmd.c.obj) + .bss.s_user_ota_total_size + 0x000000003ffc410c 0x4 esp-idf/at/libat.a(at_user_cmd.c.obj) + .bss.s_user_ram_size + 0x000000003ffc4110 0x4 esp-idf/at/libat.a(at_user_cmd.c.obj) + .bss.sp_user_ram + 0x000000003ffc4114 0x4 esp-idf/at/libat.a(at_user_cmd.c.obj) + .bss.s_esp_at_ota_started + 0x000000003ffc4118 0x1 esp-idf/at/libat.a(at_ota_cmd.c.obj) + *fill* 0x000000003ffc4119 0x3 + .bss.s_ota_status + 0x000000003ffc411c 0x4 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .bss.esp_at_ota_timeout_timer + 0x000000003ffc4120 0x4 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .bss.light_sleep_lock + 0x000000003ffc4124 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .bss.s_at_deinit_bt_fn + 0x000000003ffc4128 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x000000003ffc4128 s_at_deinit_bt_fn + .bss.s_at_deinit_ble_fn + 0x000000003ffc412c 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x000000003ffc412c s_at_deinit_ble_fn + .bss.s_at_deinit_wifi_fn + 0x000000003ffc4130 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x000000003ffc4130 s_at_deinit_wifi_fn + .bss.s_at_gpio_wakeup_level + 0x000000003ffc4134 0x1 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .bss.s_at_syslog_flag + 0x000000003ffc4135 0x1 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x000000003ffc4136 0x2 + .bss.s_sys_msg + 0x000000003ffc4138 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .bss.s_at_custom_info + 0x000000003ffc413c 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .bss.Gattc_srv_p$17863 + 0x000000003ffc4140 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.At_Ble_Spp_Gattc_tx_char_node_p + 0x000000003ffc4144 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.At_Ble_Spp_Gatts_tx_char_node_p + 0x000000003ffc4148 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pAtGattsCharHead + 0x000000003ffc414c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pAtGattsSrv + 0x000000003ffc4150 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.temp_gatts_char_descr_p1 + 0x000000003ffc4154 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.temp_gatts_char_descr_p + 0x000000003ffc4158 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.temp_gatts_char_p + 0x000000003ffc415c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pAtGattcCharHead + 0x000000003ffc4160 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.temp_char_descr_p + 0x000000003ffc4164 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.notify_char_descr_p + 0x000000003ffc4168 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.notify_char_p + 0x000000003ffc416c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.temp_gatts_recv_data_node_pp + 0x000000003ffc4170 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.temp_gatts_recv_data_node_p + 0x000000003ffc4174 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pAtGattsSrvList + 0x000000003ffc4178 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pAtGattcIncludeSrvHead_C + 0x000000003ffc4184 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pAtGattcIncludeSrvHead_B + 0x000000003ffc4190 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pAtGattcIncludeSrvHead_A + 0x000000003ffc419c 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pAtGattcSrvHead_C + 0x000000003ffc41a8 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pAtGattcSrvHead_B + 0x000000003ffc41b4 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pAtGattcSrvHead_A + 0x000000003ffc41c0 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.GattsRecvDataBuff + 0x000000003ffc41cc 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_scan_rsp_data + 0x000000003ffc41d8 0x3f ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc4217 0x1 + .bss.at_ble_adv_data + 0x000000003ffc4218 0x3f ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc4257 0x1 + .bss.at_security_param + 0x000000003ffc4258 0x6 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc425e 0x2 + .bss.at_ble_indicate_sema + 0x000000003ffc4260 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_operation_sema + 0x000000003ffc4264 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_set_attr_sema + 0x000000003ffc4268 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_wr_sync_sema + 0x000000003ffc426c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.service_start_index + 0x000000003ffc4270 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc4271 0x3 + .bss.at_ble_service_table_p + 0x000000003ffc4274 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_srv_db_p + 0x000000003ffc4278 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_role + 0x000000003ffc427c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_notify_en + 0x000000003ffc4280 0x2 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_server_table_num + 0x000000003ffc4282 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_gatts_descr_index_for_port + 0x000000003ffc4283 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_gatts_char_index_for_port + 0x000000003ffc4284 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_gatts_srv_index_for_port + 0x000000003ffc4285 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc4286 0x2 + .bss.at_ble_value_p + 0x000000003ffc4288 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_gattc_included_srv_index_count + 0x000000003ffc428c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_char_descr_index_count + 0x000000003ffc4290 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_set_attr_value_result + 0x000000003ffc4294 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_include_gatts_char_desc + 0x000000003ffc4298 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_set_randaddr_success + 0x000000003ffc4299 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_gatts_srv_creat + 0x000000003ffc429a 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_conn_flag + 0x000000003ffc429b 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_spp_bda + 0x000000003ffc429c 0x6 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc42a2 0x2 + .bss.at_ble_remote_bda + 0x000000003ffc42a4 0x6 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc42aa 0x2 + .bss.at_ble_rand_addr + 0x000000003ffc42ac 0x6 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_adv_power + 0x000000003ffc42b2 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc42b3 0x1 + .bss.at_ble_adv_macf_data + 0x000000003ffc42b4 0x3f ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc42f3 0x1 + .bss.at_ble_adv_uuid + 0x000000003ffc42f4 0x21 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc4315 0x3 + .bss.at_ble_rx_char_index + 0x000000003ffc4318 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_rx_srv_index + 0x000000003ffc431c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_tx_char_index + 0x000000003ffc4320 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_tx_srv_index + 0x000000003ffc4324 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_adv_flag + 0x000000003ffc4328 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_init_status + 0x000000003ffc4329 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc432a 0x2 + .bss.at_ble_own_addr_type + 0x000000003ffc432c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_conn_result_flag + 0x000000003ffc4330 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.pBleLink 0x000000003ffc4334 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x000000003ffc4334 pBleLink + .bss.at_ble_scan_rsp_filter + 0x000000003ffc4338 0x27 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003ffc435f 0x1 + .bss.conn_list + 0x000000003ffc4360 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.at_ble_remote_addr_t + 0x000000003ffc436c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.gattc_conn_num + 0x000000003ffc4370 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.ble_conn_flag_c + 0x000000003ffc4374 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.ble_conn_flag_b + 0x000000003ffc4375 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.ble_conn_flag_a + 0x000000003ffc4376 0x1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .bss.hid_dev_rpt_tbl_Len + 0x000000003ffc4377 0x1 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .bss.hid_dev_rpt_tbl + 0x000000003ffc4378 0x4 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .bss.at_hid_conn_status + 0x000000003ffc437c 0x1 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .bss.at_hid_init_status + 0x000000003ffc437d 0x1 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .bss.hid_conn_id + 0x000000003ffc437e 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .bss.incl_svc 0x000000003ffc4380 0x6 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003ffc4386 0x2 + .bss.hidd_le_env + 0x000000003ffc4388 0x84 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .bss.hid_rpt_map + 0x000000003ffc440c 0x48 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .bss.at_blufi_init_status + 0x000000003ffc4454 0x1 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + *fill* 0x000000003ffc4455 0x3 + .bss.blufi_sec + 0x000000003ffc4458 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .bss.conn_id 0x000000003ffc445c 0x2 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .bss.server_if + 0x000000003ffc445e 0x1 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + *fill* 0x000000003ffc445f 0x1 + .bss.at_blufi_sta_ssid + 0x000000003ffc4460 0x21 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + *fill* 0x000000003ffc4481 0x3 + .bss.at_blufi_sta_bssid + 0x000000003ffc4484 0x6 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .bss.at_blufi_ble_is_connected + 0x000000003ffc448a 0x1 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .bss.at_blufi_sta_connected + 0x000000003ffc448b 0x1 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .bss.ap_config + 0x000000003ffc448c 0x84 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .bss.sta_config + 0x000000003ffc4510 0x84 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .bss.at_bt_init_status + 0x000000003ffc4594 0x1 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + *fill* 0x000000003ffc4595 0x3 + .bss.esp_at_custom_ops + 0x000000003ffc4598 0xc ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .bss.s_at_cmd_info + 0x000000003ffc45a4 0x14c ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .bss.s_at_cmd_list + 0x000000003ffc46f0 0xc ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .bss.s_at_flash_sync_sema + 0x000000003ffc46fc 0x4 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .bss.s_at_custom_partitions + 0x000000003ffc4700 0x4 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .bss.s_at_http_method + 0x000000003ffc4704 0x4 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .bss.s_at_http_sync_sema + 0x000000003ffc4708 0x4 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .bss.sp_at_http_url + 0x000000003ffc470c 0x4 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .bss.g_sta_state + 0x000000003ffc4710 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x000000003ffc4710 g_sta_state + .bss.g_at_ipmux + 0x000000003ffc4714 0x1 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x000000003ffc4714 g_at_ipmux + *fill* 0x000000003ffc4715 0x3 + .bss.s_at_transmit_buffer + 0x000000003ffc4718 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_tbuf_sema + 0x000000003ffc471c 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_tt_closed_printed + 0x000000003ffc4720 0x1 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_has_link_disconnected + 0x000000003ffc4721 0x1 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003ffc4722 0x2 + .bss.s_at_dns_server + 0x000000003ffc4724 0x54 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.at_sntp_server + 0x000000003ffc4778 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_socket_mutex + 0x000000003ffc4784 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_udp_from + 0x000000003ffc4788 0x1c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_ciprecv_mode + 0x000000003ffc47a4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_cipstart_mode + 0x000000003ffc47a8 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_transmit_reconnect_timer + 0x000000003ffc47ac 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_ip_mode + 0x000000003ffc47b0 0x1 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_ipd_info_enable + 0x000000003ffc47b1 0x1 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_sending_mode + 0x000000003ffc47b2 0x1 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003ffc47b3 0x1 + .bss.s_plink 0x000000003ffc47b4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_ipv6_enable + 0x000000003ffc47b8 0x1 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .bss.s_at_mdns_init_flag + 0x000000003ffc47b9 0x1 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + *fill* 0x000000003ffc47ba 0x2 + .bss.s_at_mqtt_pub_sync_sema + 0x000000003ffc47bc 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .bss.s_at_mqtt_event_group + 0x000000003ffc47c0 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .bss.s_at_mqtt_entry_wait_at_port_data + 0x000000003ffc47c4 0x1 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000003ffc47c5 0x3 + .bss.s_at_mqtt_global_state + 0x000000003ffc47c8 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .bss.s_at_mqtt_client_handle_list + 0x000000003ffc47cc 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .bss.s_esp_mqtt_client_config_list + 0x000000003ffc47d0 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .bss.s_at_mqtt_query_info_list + 0x000000003ffc47d4 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .bss.s_at_mqtt_config_list + 0x000000003ffc47d8 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .bss.s_at_ping_semaphore + 0x000000003ffc47dc 0x4 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .bss.s_at_ping_recv_time + 0x000000003ffc47e0 0x4 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .bss.s_at_port_specific_callback + 0x000000003ffc47e4 0x4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .bss.s_cipsendex_pcb + 0x000000003ffc47e8 0xc ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .bss.s_pbuffer + 0x000000003ffc47f4 0x2101 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .bss.s_at_transmit_flag_exit + 0x000000003ffc68f5 0x1 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + *fill* 0x000000003ffc68f6 0x2 + .bss.s_at_wifi_configure_mode + 0x000000003ffc68f8 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .bss.s_at_wifi_poweron_autoconn + 0x000000003ffc68fc 0x1 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003ffc68fd 0x3 + .bss.s_at_wifi_auth_floor + 0x000000003ffc6900 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .bss.s_at_wifi_disconnected_rc + 0x000000003ffc6904 0x1 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003ffc6905 0x3 + .bss.s_at_wifi_sta_state + 0x000000003ffc6908 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .bss.s_wifi_reconn_cfg + 0x000000003ffc690c 0x18 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .bss.s_at_scan_sort + 0x000000003ffc6924 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .bss.at_wifi_get_max_tx_power + 0x000000003ffc6928 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x000000003ffc6928 at_wifi_get_max_tx_power + .bss.at_wifi_set_max_tx_power + 0x000000003ffc692c 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x000000003ffc692c at_wifi_set_max_tx_power + .bss.at_ap_sta_list + 0x000000003ffc6930 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x000000003ffc6930 at_ap_sta_list + .bss.s_at_ap_type_flag + 0x000000003ffc6934 0x4 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .bss.s_at_eap_pki + 0x000000003ffc6938 0x4 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .bss.at_eth_cmd_enable + 0x000000003ffc693c 0x1 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + *fill* 0x000000003ffc693d 0x3 + .bss.s_at_eth_last_state + 0x000000003ffc6940 0x4 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .bss.share_step$10270 + 0x000000003ffc6944 0x1 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000003ffc6945 0x3 + .bss.buf$10006 + 0x000000003ffc6948 0x41 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000003ffc6989 0x3 + .bss.packet$10132 + 0x000000003ffc698c 0x5b4 esp-idf/mdns/libmdns.a(mdns.c.obj) + .bss.buf$10647 + 0x000000003ffc6f40 0x41 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000003ffc6f81 0x3 + .bss.n$10715 0x000000003ffc6f84 0x107 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000003ffc708b 0x1 + .bss.s_esp_netifs + 0x000000003ffc708c 0xc esp-idf/mdns/libmdns.a(mdns.c.obj) + .bss._mdns_service_semaphore + 0x000000003ffc7098 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + .bss._mdns_service_task_handle + 0x000000003ffc709c 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + .bss._mdns_server + 0x000000003ffc70a0 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x000000003ffc70a0 _mdns_server + .bss._pcb_main + 0x000000003ffc70a4 0x4 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .bss.global_error + 0x000000003ffc70a8 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .bss.xStaticTimerQueue$5337 + 0x000000003ffc70b0 0x54 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.ucStaticTimerQueueStorage$5338 + 0x000000003ffc7104 0xa0 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.xLastTime$5289 + 0x000000003ffc71a4 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.xTimerTaskHandle + 0x000000003ffc71a8 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.xTimerQueue + 0x000000003ffc71ac 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.pxOverflowTimerList + 0x000000003ffc71b0 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.pxCurrentTimerList + 0x000000003ffc71b4 0x4 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.xActiveTimerList2 + 0x000000003ffc71b8 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.xActiveTimerList1 + 0x000000003ffc71cc 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + .bss.time_sync_notification_cb + 0x000000003ffc71e0 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.sntp_sync_status + 0x000000003ffc71e4 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.sntp_sync_mode + 0x000000003ffc71e8 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.s_aliases$7424 + 0x000000003ffc71ec 0x4 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss.s_hostent$7423 + 0x000000003ffc71f0 0x14 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss.s_hostname$7427 + 0x000000003ffc7204 0x101 esp-idf/lwip/liblwip.a(netdb.c.obj) + *fill* 0x000000003ffc7305 0x3 + .bss.s_phostent_addr$7426 + 0x000000003ffc7308 0x8 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss.s_hostent_addr$7425 + 0x000000003ffc7310 0x18 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss.sntp_retry_timeout + 0x000000003ffc7328 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.sntp_current_server + 0x000000003ffc732c 0x1 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003ffc732d 0x3 + .bss.sntp_servers + 0x000000003ffc7330 0x60 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.sntp_pcb 0x000000003ffc7390 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.sntp_opmode + 0x000000003ffc7394 0x1 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003ffc7395 0x3 + .bss.supported_init + 0x000000003ffc7398 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .bss.supported_ciphersuites + 0x000000003ffc739c 0x13c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .bss.init_done$4220 + 0x000000003ffc74d8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.ecp_supported_grp_id + 0x000000003ffc74dc 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.mul_count + 0x000000003ffc7510 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.dbl_count + 0x000000003ffc7514 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.add_count + 0x000000003ffc7518 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.mpi_lock 0x000000003ffc751c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .bss.engines_in_use + 0x000000003ffc7520 0x1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003ffc7521 0x3 + .bss.engine_states + 0x000000003ffc7524 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .bss.curr_partition$6388 + 0x000000003ffc7530 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss.s_ota_ops_last_handle + 0x000000003ffc7534 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss.s_ota_ops_entries_head + 0x000000003ffc7538 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss.wps_buf$11596 + 0x000000003ffc753c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_factory_info + 0x000000003ffc7540 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.gWpsSm 0x000000003ffc7544 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x000000003ffc7544 gWpsSm + .bss.s_wps_sig_cnt + 0x000000003ffc7548 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_enabled + 0x000000003ffc7552 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + *fill* 0x000000003ffc7553 0x1 + .bss.s_wps_task_create_sem + 0x000000003ffc7554 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_data_lock + 0x000000003ffc7558 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_api_sem + 0x000000003ffc755c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_api_lock + 0x000000003ffc7560 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_queue + 0x000000003ffc7564 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_task_hdl + 0x000000003ffc7568 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_rxq + 0x000000003ffc756c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.coex_enabled_ref + 0x000000003ffc7574 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + *fill* 0x000000003ffc7575 0x3 + .bss.coex_schm_env + 0x000000003ffc7578 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x000000003ffc7578 coex_schm_env + .bss.old_scan_id$12860 + 0x000000003ffc7598 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003ffc7599 0x3 + .bss.mesh_rxcb + 0x000000003ffc759c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffc759c mesh_rxcb + .bss.s_wifi_api_lock + 0x000000003ffc75a0 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffc75a0 s_wifi_api_lock + .bss.g_event_handler + 0x000000003ffc75a4 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.g_pd_mac_in_light_sleep + 0x000000003ffc75a8 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffc75a8 g_pd_mac_in_light_sleep + *fill* 0x000000003ffc75a9 0x3 + .bss.wifi_sta_rx_probe_req + 0x000000003ffc75ac 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffc75ac wifi_sta_rx_probe_req + .bss.s_wifi_stop_in_progress + 0x000000003ffc75b0 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003ffc75b1 0x3 + .bss.g_hmac_cnt + 0x000000003ffc75b4 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x000000003ffc75b4 g_hmac_cnt + .bss.g_beacon_eb_allocated + 0x000000003ffc75f4 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffc75f5 0x3 + .bss.ap_rxcb 0x000000003ffc75f8 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffc75f8 ap_rxcb + .bss.tim_offset + 0x000000003ffc75fc 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffc75fd 0x3 + .bss.BcnIntvl 0x000000003ffc7600 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss.g_beacon_idx + 0x000000003ffc7604 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffc7604 g_beacon_idx + *fill* 0x000000003ffc7605 0x3 + .bss.g_beacon_eb + 0x000000003ffc7608 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffc7608 g_beacon_eb + .bss.g_beacon_dtim_send_mc + 0x000000003ffc7610 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss.beacon_send_start_flag + 0x000000003ffc7611 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffc7612 0x2 + .bss.beacon_timer + 0x000000003ffc7614 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss.tokens$10170 + 0x000000003ffc7628 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .bss.ap_id$10997 + 0x000000003ffc762c 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003ffc762d 0x3 + .bss.mesh_deauth_reason + 0x000000003ffc7630 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .bss.g_wifi_global_lock + 0x000000003ffc7634 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffc7634 g_wifi_global_lock + .bss.s_wifi_task_hdl + 0x000000003ffc7638 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffc7638 s_wifi_task_hdl + .bss.s_wps_start + 0x000000003ffc763c 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .bss.s_wpa2_start + 0x000000003ffc763d 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .bss.g_mac_sleep_en + 0x000000003ffc763e 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffc763e g_mac_sleep_en + *fill* 0x000000003ffc763f 0x1 + .bss.esp_mesh_quick_funcs + 0x000000003ffc7640 0xb0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffc7640 esp_mesh_quick_funcs + .bss.g_mesh_topology + 0x000000003ffc76f0 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffc76f0 g_mesh_topology + .bss.g_wifi_nvs_cfg + 0x000000003ffc76f4 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .bss.s_netstack_ref + 0x000000003ffc76f8 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .bss.s_encap_amsdu_func + 0x000000003ffc76fc 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .bss.s_netstack_free + 0x000000003ffc7700 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000003ffc7700 s_netstack_free + .bss.g_wifi_improve_contention_ability + 0x000000003ffc7704 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x000000003ffc7704 g_wifi_improve_contention_ability + .bss.s_ch$10538 + 0x000000003ffc7705 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + *fill* 0x000000003ffc7707 0x1 + .bss.TestStaFreqCalValInput + 0x000000003ffc7708 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffc7708 TestStaFreqCalValInput + .bss.FreqCalCntForScan + 0x000000003ffc770a 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffc770a FreqCalCntForScan + .bss.connect_scan_flag + 0x000000003ffc770b 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffc770b connect_scan_flag + .bss.scannum 0x000000003ffc770c 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffc770c scannum + *fill* 0x000000003ffc770e 0x2 + .bss.sta_csa_timer + 0x000000003ffc7710 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffc7710 sta_csa_timer + .bss.s_sa_query_success + 0x000000003ffc7724 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + *fill* 0x000000003ffc7725 0x3 + .bss.s_sa_query_retries + 0x000000003ffc7728 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .bss.s_trans_id + 0x000000003ffc772c 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + *fill* 0x000000003ffc772e 0x2 + .bss.sta_rxcb 0x000000003ffc7730 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffc7730 sta_rxcb + .bss.rssi_index + 0x000000003ffc7734 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + *fill* 0x000000003ffc7735 0x3 + .bss.rssi_saved + 0x000000003ffc7738 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .bss.in_rssi_adjust + 0x000000003ffc7740 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .bss.s_sta_igtk + 0x000000003ffc7741 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .bss.is_connected_sync + 0x000000003ffc7771 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss.ap_no_lr 0x000000003ffc7772 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffc7772 ap_no_lr + .bss.reconnect_flag + 0x000000003ffc7773 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffc7773 reconnect_flag + .bss.in_blacklist_flag + 0x000000003ffc7774 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffc7774 in_blacklist_flag + .bss.wrong_password_flag + 0x000000003ffc7775 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffc7775 wrong_password_flag + .bss.s_sta_last_start_txseq + 0x000000003ffc7776 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss.g_cnx_probe_rc_list_cb + 0x000000003ffc7778 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffc7778 g_cnx_probe_rc_list_cb + .bss.cnx_csa_timer + 0x000000003ffc777c 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss.s_csa_timer_bss + 0x000000003ffc7790 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss.avs_rx_content + 0x000000003ffc7794 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss.get_key_cb + 0x000000003ffc7798 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss.avs_cb 0x000000003ffc779c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss.eb_space 0x000000003ffc77a0 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .bss.s_is_6m 0x000000003ffc7860 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x000000003ffc7860 s_is_6m + .bss.g_pp_tx_pkt_num + 0x000000003ffc7861 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003ffc7862 0x2 + .bss.our_instances + 0x000000003ffc7864 0xb4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .bss.g_pm_tx_null_func + 0x000000003ffc7918 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .bss.current_ifidx$9934 + 0x000000003ffc791c 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + *fill* 0x000000003ffc791d 0x3 + .bss.last_rx_rsc$9575 + 0x000000003ffc7920 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.s_fragment + 0x000000003ffc7928 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffc7928 s_fragment + .bss.s_wifi_queue + 0x000000003ffc7930 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffc7930 s_wifi_queue + .bss.s_michael_mic_failure_cb + 0x000000003ffc7934 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.s_pp_task_create_sem + 0x000000003ffc7938 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.s_pp_task_del_sem + 0x000000003ffc793c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.pp_task_hdl + 0x000000003ffc7940 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.g_config_func + 0x000000003ffc7944 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.g_timer_func + 0x000000003ffc7948 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.g_net80211_tx_func + 0x000000003ffc794c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.g_tx_done_cb_func + 0x000000003ffc7950 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + *fill* 0x000000003ffc7954 0x4 + .bss.g_pm_cnt 0x000000003ffc7958 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x000000003ffc7958 g_pm_cnt + .bss.g_lmac_cnt + 0x000000003ffc79a0 0xb4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x000000003ffc79a0 g_lmac_cnt + .bss.s_timer_post + 0x000000003ffc7a54 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .bss.s_fix_rate + 0x000000003ffc7a58 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss.s_fix_rate_mask + 0x000000003ffc7a60 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss.g_per_conn_trc + 0x000000003ffc7a64 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss.BcnSendTick + 0x000000003ffc7ab0 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .bss.wDevMacSleep + 0x000000003ffc7ab4 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffc7ab4 wDevMacSleep + .bss.g_wdev_csi_rx_ctx + 0x000000003ffc7b24 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffc7b24 g_wdev_csi_rx_ctx + .bss.g_wdev_csi_rx + 0x000000003ffc7b28 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffc7b28 g_wdev_csi_rx + .bss.g_wdev_last_desc_reset + 0x000000003ffc7b2c 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffc7b2c g_wdev_last_desc_reset + .bss.g_encrypt_enable + 0x000000003ffc7b2d 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc7b2d g_encrypt_enable + *fill* 0x000000003ffc7b2e 0x2 + .bss.psni_info + 0x000000003ffc7b30 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc7b30 psni_info + .bss.pAPListTral + 0x000000003ffc7b34 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc7b34 pAPListTral + .bss.pAPListHead + 0x000000003ffc7b38 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc7b38 pAPListHead + *fill* 0x000000003ffc7b3c 0x4 + .bss.SnifGlob 0x000000003ffc7b40 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc7b40 SnifGlob + .bss.g_channel_timer_init + 0x000000003ffc7b60 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc7b60 g_channel_timer_init + *fill* 0x000000003ffc7b61 0x3 + .bss.pAKGuideGlob + 0x000000003ffc7b64 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x000000003ffc7b64 pAKGuideGlob + .bss.pAkTrans 0x000000003ffc7b68 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x000000003ffc7b68 pAkTrans + .bss.pAkDiret 0x000000003ffc7b6c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x000000003ffc7b6c pAkDiret + .bss.aes_key 0x000000003ffc7b70 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .bss.restart_flag + 0x000000003ffc7b90 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + *fill* 0x000000003ffc7b91 0x3 + .bss.enc_evt 0x000000003ffc7b94 0xd8 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .bss.pCHListTral + 0x000000003ffc7c6c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x000000003ffc7c6c pCHListTral + .bss.pCHListHead + 0x000000003ffc7c70 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x000000003ffc7c70 pCHListHead + .bss.pETGuideGlob + 0x000000003ffc7c74 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x000000003ffc7c74 pETGuideGlob + .bss.pTouchGlob + 0x000000003ffc7c78 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x000000003ffc7c78 pTouchGlob + .bss.lock_start$6349 + 0x000000003ffc7c7c 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .bss.mask_ssid$6196 + 0x000000003ffc7c80 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + *fill* 0x000000003ffc7c81 0x3 + .bss.fixed_delta$6110 + 0x000000003ffc7c84 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .bss.restart_ht40_timer + 0x000000003ffc7c88 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x000000003ffc7c88 restart_ht40_timer + .bss.restart_ht20_timer + 0x000000003ffc7c9c 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x000000003ffc7c9c restart_ht20_timer + .bss.mask_data + 0x000000003ffc7cb0 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .bss.g_change_ap + 0x000000003ffc7cb1 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x000000003ffc7cb1 g_change_ap + *fill* 0x000000003ffc7cb2 0x2 + .bss.g_config_data + 0x000000003ffc7cb4 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x000000003ffc7cb4 g_config_data + .bss.zero_mac 0x000000003ffc7cb8 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + 0x000000003ffc7cb8 zero_mac + .bss.bt_pwr_track_num + 0x000000003ffc7cbe 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cbe bt_pwr_track_num + .bss.bt_pwr_freq_old + 0x000000003ffc7cbf 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cbf bt_pwr_freq_old + .bss.bt_pwr_cap_sum_old + 0x000000003ffc7cc0 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cc0 bt_pwr_cap_sum_old + *fill* 0x000000003ffc7cc1 0x1 + .bss.bt_pwr_cap_sum + 0x000000003ffc7cc2 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cc2 bt_pwr_cap_sum + .bss.btpwr_atten_offset + 0x000000003ffc7cc4 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cc4 btpwr_atten_offset + .bss.btpwr_tsen_flag + 0x000000003ffc7cc5 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cc5 btpwr_tsen_flag + .bss.btpwr_tsen_old + 0x000000003ffc7cc6 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cc6 btpwr_tsen_old + .bss.btpwr_tsen_init + 0x000000003ffc7cc7 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cc7 btpwr_tsen_init + .bss.rfpll_offset_delta + 0x000000003ffc7cc8 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cc8 rfpll_offset_delta + .bss.phy_bt_power_track_en + 0x000000003ffc7cca 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cca phy_bt_power_track_en + .bss.phy_sw_set_chan_en + 0x000000003ffc7ccb 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7ccb phy_sw_set_chan_en + .bss.phy_force_wifi_chan_en + 0x000000003ffc7ccc 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7ccc phy_force_wifi_chan_en + .bss.phy_freq_wifi_only + 0x000000003ffc7ccd 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7ccd phy_freq_wifi_only + .bss.phy_freq_offset + 0x000000003ffc7cce 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc7cce phy_freq_offset + .bss.g_phyFuns + 0x000000003ffc7cd0 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cd0 g_phyFuns + .bss.bt_dig_gain_force + 0x000000003ffc7cd4 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cd4 bt_dig_gain_force + .bss.corr_cca_thr + 0x000000003ffc7cd5 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cd5 corr_cca_thr + .bss.lr_enable + 0x000000003ffc7cd6 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cd6 lr_enable + .bss.chan14_mic_en + 0x000000003ffc7cd7 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cd7 chan14_mic_en + .bss.re_entry 0x000000003ffc7cd8 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cd8 re_entry + .bss.phy_init_flag + 0x000000003ffc7cd9 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cd9 phy_init_flag + .bss.phy_set_most_tpw_index + 0x000000003ffc7cda 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cda phy_set_most_tpw_index + .bss.target_power_backoff_qdb + 0x000000003ffc7cdb 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cdb target_power_backoff_qdb + .bss.phy_set_most_tpw_flag + 0x000000003ffc7cdc 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cdc phy_set_most_tpw_flag + .bss.phy_set_most_tpw_disbg + 0x000000003ffc7cdd 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cdd phy_set_most_tpw_disbg + .bss.phy_meas_noise_floor + 0x000000003ffc7cde 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7cde phy_meas_noise_floor + .bss.sw_scan_mode + 0x000000003ffc7ce0 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7ce0 sw_scan_mode + .bss.noise_timeout_flag + 0x000000003ffc7ce1 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc7ce1 noise_timeout_flag + .bss.phy_pwdet_onetime_flag + 0x000000003ffc7ce2 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffc7ce2 phy_pwdet_onetime_flag + .bss.phy_dis_pwdet_one + 0x000000003ffc7ce3 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffc7ce3 phy_dis_pwdet_one + .bss.phy_tx_pwr_error + 0x000000003ffc7ce4 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffc7ce4 phy_tx_pwr_error + .bss.phy_in_vdd33_offset + 0x000000003ffc7ce6 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffc7ce6 phy_in_vdd33_offset + .bss.tx_pwctrl_track_num + 0x000000003ffc7ce7 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffc7ce7 tx_pwctrl_track_num + .bss.phy_tx_power_out + 0x000000003ffc7ce8 0x2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffc7ce8 phy_tx_power_out + *fill* 0x000000003ffc7cea 0x2 + .bss.force_wifi_mode_on + 0x000000003ffc7cec 0x4 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0x000000003ffc7cec force_wifi_mode_on + .bss.s_sc_ack_send + 0x000000003ffc7cf0 0x1 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + *fill* 0x000000003ffc7cf1 0x3 + .bss.global_cacert + 0x000000003ffc7cf4 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .bss.g_misc_nvs_init + 0x000000003ffc7cf8 0x1 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + *fill* 0x000000003ffc7cf9 0x3 + .bss._ZN12_GLOBAL__N_113__new_handlerE + 0x000000003ffc7cfc 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .bss._ZL4init 0x000000003ffc7d00 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .bss._ZL10eh_globals + 0x000000003ffc7d08 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .bss 0x000000003ffc7d10 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + *(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem) + *(.ext_ram.bss .ext_ram.bss.*) + *(COMMON) + COMMON 0x000000003ffc7d14 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x000000003ffc7d14 registered_heaps + COMMON 0x000000003ffc7d18 0x290 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000003ffc7d18 gWpaSm + 0x000000003ffc7f78 assoc_ie_buf + COMMON 0x000000003ffc7fa8 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x000000003ffc7fa8 g_wpa_password + 0x000000003ffc7fac g_wpa_client_cert + 0x000000003ffc7fb0 g_wpa_new_password_len + 0x000000003ffc7fb4 g_wpa_pac_file + 0x000000003ffc7fb8 g_wpa_private_key_passwd_len + 0x000000003ffc7fbc g_wpa_pac_file_len + 0x000000003ffc7fc0 g_wpa_anonymous_identity_len + 0x000000003ffc7fc4 g_wpa_ttls_phase2_type + 0x000000003ffc7fc8 g_wpa_anonymous_identity + 0x000000003ffc7fcc g_wpa_private_key_len + 0x000000003ffc7fd0 g_wpa_client_cert_len + 0x000000003ffc7fd4 g_wpa_ca_cert + 0x000000003ffc7fd8 g_wpa_phase1_options + 0x000000003ffc7fdc g_wpa_new_password + 0x000000003ffc7fe0 g_wpa_private_key + 0x000000003ffc7fe4 g_wpa_username + 0x000000003ffc7fe8 g_wpa_ca_cert_len + 0x000000003ffc7fec g_wpa_username_len + 0x000000003ffc7ff0 g_wpa_private_key_passwd + 0x000000003ffc7ff4 g_wpa_password_len + COMMON 0x000000003ffc7ff8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + 0x000000003ffc7ff8 tls_instance_count + COMMON 0x000000003ffc7ffc 0x44 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x000000003ffc7ffc ip_data + COMMON 0x000000003ffc8040 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x000000003ffc8040 netif_list + 0x000000003ffc8044 netif_default + COMMON 0x000000003ffc8048 0x1 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x000000003ffc8048 pbuf_free_ooseq_pending + *fill* 0x000000003ffc8049 0x3 + COMMON 0x000000003ffc804c 0x18 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003ffc804c tcp_active_pcbs_changed + 0x000000003ffc8050 tcp_active_pcbs + 0x000000003ffc8054 tcp_bound_pcbs + 0x000000003ffc8058 tcp_ticks + 0x000000003ffc805c tcp_tw_pcbs + 0x000000003ffc8060 tcp_listen_pcbs + COMMON 0x000000003ffc8064 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x000000003ffc8064 tcp_input_pcb + COMMON 0x000000003ffc8068 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x000000003ffc8068 udp_pcbs + COMMON 0x000000003ffc806c 0x3c esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003ffc806c dhcp_rx_options_given + 0x000000003ffc8078 dhcp_rx_options_val + COMMON 0x000000003ffc80a8 0x36c esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffc80a8 default_router_list + 0x000000003ffc80cc prefix_list + 0x000000003ffc8158 neighbor_cache + 0x000000003ffc8234 destination_cache + COMMON 0x000000003ffc8414 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x000000003ffc8414 at_ble_tx_power_set + 0x000000003ffc8418 at_ble_tx_power_get + COMMON 0x000000003ffc841c 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x000000003ffc841c at_blufi_send_wifi_conn_report + COMMON 0x000000003ffc8420 0x2c ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x000000003ffc8420 at_recv_cmd_queue + 0x000000003ffc8424 g_cipsendl_pcb + 0x000000003ffc8440 at_recv_data_queue + 0x000000003ffc8444 at_recv_set + 0x000000003ffc8448 at_process_queue + COMMON 0x000000003ffc844c 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x000000003ffc844c at_event_status_group + COMMON 0x000000003ffc8450 0x4 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + 0x000000003ffc8450 g_at_eth_handle + COMMON 0x000000003ffc8454 0x4 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x000000003ffc8454 h_errno + COMMON 0x000000003ffc8458 0x280 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x000000003ffc8458 g_ic + COMMON 0x000000003ffc86d8 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x000000003ffc86d8 wpa_crypto_funcs + COMMON 0x000000003ffc8740 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffc8740 g_wifi_menuconfig + COMMON 0x000000003ffc8790 0x410 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x000000003ffc8790 s_wifi_nvs + COMMON 0x000000003ffc8ba0 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000003ffc8ba0 s_tx_cacheq + COMMON 0x000000003ffc8ba8 0x118 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffc8ba8 gScanStruct + COMMON 0x000000003ffc8cc0 0xfc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000003ffc8cc0 gChmCxt + *fill* 0x000000003ffc8dbc 0x4 + COMMON 0x000000003ffc8dc0 0xc4c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffc8dc0 g_cnxMgr + 0x000000003ffc99f8 sta_con_timer + COMMON 0x000000003ffc9a0c 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + 0x000000003ffc9a0c ctx + COMMON 0x000000003ffc9a14 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x000000003ffc9a14 if_ctrl + *fill* 0x000000003ffc9a3c 0x4 + COMMON 0x000000003ffc9a40 0x168 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000003ffc9a40 g_pm + COMMON 0x000000003ffc9ba8 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003ffc9ba8 channel_timer + COMMON 0x000000003ffc9bbc 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x000000003ffc9bbc KissRes_ht20_timer + 0x000000003ffc9bd0 weixin_timer + COMMON 0x000000003ffc9be4 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x000000003ffc9be4 Restart_delay_timer + 0x000000003ffc9bf8 TouchRestart_ht40_timer + 0x000000003ffc9c0c TouchRestart_ht20_timer + 0x000000003ffc9c20 TouchUdpTimer + COMMON 0x000000003ffc9c34 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x000000003ffc9c34 lock_type + COMMON 0x000000003ffc9c3c 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffc9c3c bt_wifi_chan_data + 0x000000003ffc9c50 freq_i2c_addr + *fill* 0x000000003ffc9c5b 0x1 + COMMON 0x000000003ffc9c5c 0x254 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x000000003ffc9c5c pwrdet_offset + 0x000000003ffc9c60 phy_rxbb_dc + 0x000000003ffc9cd8 phy_rxrf_dc + 0x000000003ffc9d5c chip7_sleep_params + 0x000000003ffc9e20 set_most_tpw + 0x000000003ffc9e24 phy_version_str + 0x000000003ffc9e4c chip7_phy_init_ctrl + 0x000000003ffc9e9c chip7_phy_api_ctrl + 0x000000003ffc9eac adc_ana_conf_org + COMMON 0x000000003ffc9eb0 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffc9eb0 phy_chan_gain_table + 0x000000003ffc9eb8 phy_chan_pwr_index + 0x000000003ffc9ecc phy_chan_target_power + *fill* 0x000000003ffc9edd 0x3 + COMMON 0x000000003ffc9ee0 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x000000003ffc9ee0 g_misc_nvs + 0x000000003ffc9ee4 g_log_level + 0x000000003ffc9ee8 g_log_mod + 0x000000003ffc9f00 . = ALIGN (0x8) + 0x000000003ffc9f00 _bss_end = ABSOLUTE (.) + 0x0000000000000001 ASSERT (((_bss_end - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) + +.flash.appdesc 0x000000003f400020 0x100 + 0x000000003f400020 _rodata_start = ABSOLUTE (.) + *(.rodata_desc .rodata_desc.*) + .rodata_desc 0x000000003f400020 0x100 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0x000000003f400020 esp_app_desc + *(.rodata_custom_desc .rodata_custom_desc.*) + 0x000000003f400120 . = ALIGN (ALIGNOF (.flash.rodata)) + +.flash.rodata 0x000000003f400120 0x294d8 + 0x000000003f400120 _flash_rodata_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:_divsf3.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic_arch.* *libesp_system.a:panic.* *libesp_hw_support.a:rtc_clk.* *libesp_common.a:esp_err.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata EXCLUDE_FILE(*libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cpu_hal.* *libgcc.a:_divsf3.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic_arch.* *libesp_system.a:panic.* *libesp_hw_support.a:rtc_clk.* *libesp_common.a:esp_err.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata.*) + .rodata.pthread_local_storage_thread_deleted_callback.str1.4 + 0x000000003f400120 0x43 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x000000003f400163 0x1 + .rodata.__func__$6199 + 0x000000003f400164 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x000000003f400192 0x2 + .rodata.esp_clk_init.str1.4 + 0x000000003f400194 0x6c esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata 0x000000003f400200 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata.__func__$7776 + 0x000000003f400204 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x000000003f400211 0x3 + .rodata.do_core_init.str1.4 + 0x000000003f400214 0x6c esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x74 (size before relaxing) + .rodata.__func__$12320 + 0x000000003f400280 0xd esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x000000003f40028d 0x3 + .rodata.g_startup_fn + 0x000000003f400290 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x000000003f400290 g_startup_fn + .rodata.esp_get_idf_version.str1.4 + 0x000000003f400294 0x18 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .rodata.translate_path.str1.4 + 0x000000003f4002ac 0x65 esp-idf/vfs/libvfs.a(vfs.c.obj) + .rodata.esp_vfs_register_fd_range.str1.4 + 0x000000003f400311 0x65 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1 (size before relaxing) + *fill* 0x000000003f400311 0x3 + .rodata 0x000000003f400314 0x3 esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x000000003f400317 0x1 + .rodata.__func__$6736 + 0x000000003f400318 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x000000003f400327 0x1 + .rodata.uart_access.str1.4 + 0x000000003f400328 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f400333 0x1 + .rodata.uart_fcntl.str1.4 + 0x000000003f400334 0x3a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40036e 0x2 + .rodata.uart_return_char.str1.4 + 0x000000003f400370 0x1d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40038d 0x3 + .rodata.uart_fsync.str1.4 + 0x000000003f400390 0x12 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4003a2 0x2 + .rodata.esp_vfs_dev_uart_register.str1.4 + 0x000000003f4003a4 0x5d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f400401 0x3 + .rodata.__func__$7521 + 0x000000003f400404 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40040f 0x1 + .rodata.__func__$7537 + 0x000000003f400410 0x11 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f400421 0x3 + .rodata.__func__$7543 + 0x000000003f400424 0xa esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40042e 0x2 + .rodata.__func__$7559 + 0x000000003f400430 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40043b 0x1 + .rodata.__func__$7555 + 0x000000003f40043c 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f400447 0x1 + .rodata.__func__$7565 + 0x000000003f400448 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f400453 0x1 + .rodata.__func__$7575 + 0x000000003f400454 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40045f 0x1 + .rodata.__func__$7658 + 0x000000003f400460 0x1a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40047a 0x2 + .rodata.s_ctx 0x000000003f40047c 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.load_cal_data_from_nvs_handle.str1.4 + 0x000000003f400488 0xf0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .rodata.store_cal_data_to_nvs_handle.str1.4 + 0x000000003f400578 0x10a esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f400682 0x2 + .rodata.phy_get_multiple_init_data.str1.4 + 0x000000003f400684 0x16a esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f4007ee 0x2 + .rodata.esp_phy_get_init_data.str1.4 + 0x000000003f4007f0 0x9d esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f40088d 0x3 + .rodata.esp_phy_load_cal_data_from_nvs.str1.4 + 0x000000003f400890 0x6a esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f4008fa 0x2 + .rodata.esp_phy_load_cal_and_init.str1.4 + 0x000000003f4008fc 0xc7 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f4009c3 0x1 + .rodata.esp_phy_update_init_data.str1.4 + 0x000000003f4009c4 0x88 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .rodata.__func__$11344 + 0x000000003f400a4c 0x1d esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f400a69 0x3 + .rodata.__func__$11334 + 0x000000003f400a6c 0x1e esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f400a8a 0x2 + .rodata.__func__$11315 + 0x000000003f400a8c 0x1f esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x000000003f400aab 0x1 + .rodata.s_set_default_wifi_log_level.str1.4 + 0x000000003f400aac 0x23 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x000000003f400acf 0x1 + .rodata.esp_wifi_deinit.str1.4 + 0x000000003f400ad0 0x70 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .rodata.esp_wifi_init.str1.4 + 0x000000003f400b40 0x6d esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x000000003f400bad 0x3 + .rodata.wifi_apb80m_request.str1.4 + 0x000000003f400bb0 0x94 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .rodata.__func__$10714 + 0x000000003f400c44 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .rodata.__func__$10710 + 0x000000003f400c58 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .rodata.str1.4 + 0x000000003f400c6c 0xb esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .rodata.embedded + 0x000000003f400c77 0x434 esp-idf/esp_wifi/libesp_wifi.a(phy_multiple_init_data.bin.S.obj) + 0x000000003f400c77 _binary_phy_multiple_init_data_bin_start + 0x000000003f400c77 phy_multiple_init_data_bin + 0x000000003f4010a7 phy_multiple_init_data_bin_length + 0x000000003f4010a7 _binary_phy_multiple_init_data_bin_end + *fill* 0x000000003f4010ab 0x1 + .rodata.esp_log_level_set.str1.4 + 0x000000003f4010ac 0x71 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000003f40111d 0x3 + .rodata.__func__$3575 + 0x000000003f401120 0x15 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000003f401135 0x3 + .rodata.__func__$3546 + 0x000000003f401138 0x12 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000003f40114a 0x2 + .rodata.str1.4 + 0x000000003f40114c 0x121 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f40126d 0x3 + .rodata.__func__$5055 + 0x000000003f401270 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f401282 0x2 + .rodata.__func__$5046 + 0x000000003f401284 0xf esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f401293 0x1 + .rodata.__func__$4959 + 0x000000003f401294 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$4978 + 0x000000003f4012ac 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f4012bd 0x3 + .rodata.register_heap.str1.4 + 0x000000003f4012c0 0x49 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003f401309 0x3 + .rodata.heap_caps_init.str1.4 + 0x000000003f40130c 0xac esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.__func__$4272 + 0x000000003f4013b8 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.__func__$5000 + 0x000000003f4013cc 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003f4013db 0x1 + .rodata.__func__$4969 + 0x000000003f4013dc 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003f4013ea 0x2 + .rodata.s_prepare_reserved_regions.str1.4 + 0x000000003f4013ec 0x104 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .rodata.__func__$2724 + 0x000000003f4014f0 0x1b esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + *fill* 0x000000003f40150b 0x1 + .rodata.soc_memory_region_count + 0x000000003f40150c 0x4 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x000000003f40150c soc_memory_region_count + .rodata.soc_memory_regions + 0x000000003f401510 0x2c0 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x000000003f401510 soc_memory_regions + .rodata.str1.4 + 0x000000003f4017d0 0xa7 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0xb7 (size before relaxing) + *fill* 0x000000003f401877 0x1 + .rodata.soc_memory_types + 0x000000003f401878 0x154 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x000000003f401878 soc_memory_types + .rodata 0x000000003f4019cc 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .rodata.rtc_clk_cal_internal.str1.4 + 0x000000003f4019e0 0xa9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x000000003f401a89 0x3 + .rodata.__func__$4021 + 0x000000003f401a8c 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x000000003f401aa1 0x3 + .rodata.periph_module_enable.str1.4 + 0x000000003f401aa4 0x48 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .rodata.periph_module_enable + 0x000000003f401aec 0x1e8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .rodata.periph_module_disable + 0x000000003f401cd4 0x1e8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .rodata.periph_module_reset + 0x000000003f401ebc 0x15c esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .rodata.__func__$4865 + 0x000000003f402018 0x14 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .rodata.__func__$4861 + 0x000000003f40202c 0x16 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + *fill* 0x000000003f402042 0x2 + .rodata.__func__$4857 + 0x000000003f402044 0x15 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + *fill* 0x000000003f402059 0x3 + .rodata.uart_reenable_intr_mask.str1.4 + 0x000000003f40205c 0x3b esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402097 0x1 + .rodata.uart_set_word_length.str1.4 + 0x000000003f402098 0xf esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4020a7 0x1 + .rodata.uart_set_stop_bits.str1.4 + 0x000000003f4020a8 0xf esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4020b7 0x1 + .rodata.uart_set_hw_flow_ctrl.str1.4 + 0x000000003f4020b8 0x2f esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4020e7 0x1 + .rodata.uart_pattern_pop_pos.str1.4 + 0x000000003f4020e8 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4020fa 0x2 + .rodata.uart_enable_pattern_det_intr.str1.4 + 0x000000003f4020fc 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_enable_tx_intr.str1.4 + 0x000000003f402114 0x1b esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f40212f 0x1 + .rodata.uart_set_pin.str1.4 + 0x000000003f402130 0x45 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402175 0x3 + .rodata.uart_param_config.str1.4 + 0x000000003f402178 0xb esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402183 0x1 + .rodata.uart_tx_chars.str1.4 + 0x000000003f402184 0xc esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_write_bytes_with_break.str1.4 + 0x000000003f402190 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_flush_input.str1.4 + 0x000000003f4021c0 0x2d esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4021ed 0x3 + .rodata.uart_driver_install.str1.4 + 0x000000003f4021f0 0x9d esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f40228d 0x3 + .rodata 0x000000003f402290 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_wakeup_threshold.str1.4 + 0x000000003f402298 0x1f esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4022b7 0x1 + .rodata.__FUNCTION__$7887 + 0x000000003f4022b8 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4022d2 0x2 + .rodata.__FUNCTION__$7846 + 0x000000003f4022d4 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4022e7 0x1 + .rodata.__FUNCTION__$7840 + 0x000000003f4022e8 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7813 + 0x000000003f4022fc 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f40230d 0x3 + .rodata.__FUNCTION__$7807 + 0x000000003f402310 0x1b esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f40232b 0x1 + .rodata.__FUNCTION__$7563 + 0x000000003f40232c 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7795 + 0x000000003f402344 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7777 + 0x000000003f402354 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402365 0x3 + .rodata.__FUNCTION__$7742 + 0x000000003f402368 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f40237a 0x2 + .rodata.__FUNCTION__$7703 + 0x000000003f40237c 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f40238d 0x3 + .rodata.__FUNCTION__$7698 + 0x000000003f402390 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4023a2 0x2 + .rodata.__FUNCTION__$7678 + 0x000000003f4023a4 0xd esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4023b1 0x3 + .rodata.__FUNCTION__$7665 + 0x000000003f4023b4 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4023c6 0x2 + .rodata.__FUNCTION__$7655 + 0x000000003f4023c8 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7633 + 0x000000003f4023dc 0x22 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4023fe 0x2 + .rodata.__FUNCTION__$7612 + 0x000000003f402400 0x19 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402419 0x3 + .rodata.__FUNCTION__$7605 + 0x000000003f40241c 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402431 0x3 + .rodata.__FUNCTION__$7599 + 0x000000003f402434 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402449 0x3 + .rodata.__FUNCTION__$7569 + 0x000000003f40244c 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402463 0x1 + .rodata.__FUNCTION__$7548 + 0x000000003f402464 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f40247a 0x2 + .rodata.__FUNCTION__$7543 + 0x000000003f40247c 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402492 0x2 + .rodata.__FUNCTION__$7524 + 0x000000003f402494 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4024a6 0x2 + .rodata.__FUNCTION__$7519 + 0x000000003f4024a8 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4024ba 0x2 + .rodata.__FUNCTION__$7514 + 0x000000003f4024bc 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7509 + 0x000000003f4024cc 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$7504 + 0x000000003f4024dc 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4024ef 0x1 + .rodata.__FUNCTION__$7499 + 0x000000003f4024f0 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402503 0x1 + .rodata.__FUNCTION__$7494 + 0x000000003f402504 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402519 0x3 + .rodata.__FUNCTION__$7489 + 0x000000003f40251c 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f402531 0x3 + .rodata.adc_power_release.str1.4 + 0x000000003f402534 0x42 esp-idf/driver/libdriver.a(adc_common.c.obj) + *fill* 0x000000003f402576 0x2 + .rodata.adc1_pad_get_io_num.str1.4 + 0x000000003f402578 0x1b esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x3f (size before relaxing) + *fill* 0x000000003f402593 0x1 + .rodata.adc2_wifi_release.str1.4 + 0x000000003f402594 0x23 esp-idf/driver/libdriver.a(adc_common.c.obj) + *fill* 0x000000003f4025b7 0x1 + .rodata.__FUNCTION__$7933 + 0x000000003f4025b8 0x12 esp-idf/driver/libdriver.a(adc_common.c.obj) + *fill* 0x000000003f4025ca 0x2 + .rodata.__func__$7860 + 0x000000003f4025cc 0x12 esp-idf/driver/libdriver.a(adc_common.c.obj) + *fill* 0x000000003f4025de 0x2 + .rodata.gpio_input_enable.str1.4 + 0x000000003f4025e0 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + 0x3e (size before relaxing) + *fill* 0x000000003f4025fa 0x2 + .rodata.gpio_sleep_output_enable.str1.4 + 0x000000003f4025fc 0x1b esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402617 0x1 + .rodata.gpio_set_intr_type.str1.4 + 0x000000003f402618 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402632 0x2 + .rodata.gpio_set_pull_mode.str1.4 + 0x000000003f402634 0x5d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402691 0x3 + .rodata.gpio_set_direction.str1.4 + 0x000000003f402694 0x33 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4026c7 0x1 + .rodata.gpio_config.str1.4 + 0x000000003f4026c8 0xa9 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402771 0x3 + .rodata.gpio_isr_handler_add.str1.4 + 0x000000003f402774 0x49 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4027bd 0x3 + .rodata.gpio_isr_register.str1.4 + 0x000000003f4027c0 0x44 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_install_isr_service.str1.4 + 0x000000003f402804 0x23 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402827 0x1 + .rodata.gpio_wakeup_enable.str1.4 + 0x000000003f402828 0x5c esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7026 + 0x000000003f402884 0x1f esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4028a3 0x1 + .rodata.__FUNCTION__$7022 + 0x000000003f4028a4 0x1d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4028c1 0x3 + .rodata.__FUNCTION__$7018 + 0x000000003f4028c4 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4028d7 0x1 + .rodata.__FUNCTION__$7014 + 0x000000003f4028d8 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4028ea 0x2 + .rodata.__FUNCTION__$6968 + 0x000000003f4028ec 0x16 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402902 0x2 + .rodata.__FUNCTION__$6976 + 0x000000003f402904 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6964 + 0x000000003f40291c 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402931 0x3 + .rodata.__FUNCTION__$6972 + 0x000000003f402934 0x17 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f40294b 0x1 + .rodata.__FUNCTION__$7003 + 0x000000003f40294c 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402965 0x3 + .rodata.__FUNCTION__$6988 + 0x000000003f402968 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402982 0x2 + .rodata.__FUNCTION__$6992 + 0x000000003f402984 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f40299d 0x3 + .rodata.__FUNCTION__$6980 + 0x000000003f4029a0 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4029b9 0x3 + .rodata.__FUNCTION__$6984 + 0x000000003f4029bc 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6997 + 0x000000003f4029d4 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4029ed 0x3 + .rodata.__FUNCTION__$6917 + 0x000000003f4029f0 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402a03 0x1 + .rodata.__FUNCTION__$6910 + 0x000000003f402a04 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402a16 0x2 + .rodata.__FUNCTION__$6893 + 0x000000003f402a18 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6889 + 0x000000003f402a30 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402a45 0x3 + .rodata.__FUNCTION__$6882 + 0x000000003f402a48 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402a61 0x3 + .rodata.__func__$6857 + 0x000000003f402a64 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6815 + 0x000000003f402a70 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6819 + 0x000000003f402a80 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402a8f 0x1 + .rodata.__FUNCTION__$6807 + 0x000000003f402a90 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6811 + 0x000000003f402aa4 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402ab7 0x1 + .rodata.__FUNCTION__$6799 + 0x000000003f402ab8 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402acb 0x1 + .rodata.__FUNCTION__$6803 + 0x000000003f402acc 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402ade 0x2 + .rodata.__FUNCTION__$6844 + 0x000000003f402ae0 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402af3 0x1 + .rodata.__FUNCTION__$6832 + 0x000000003f402af4 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402b07 0x1 + .rodata.__FUNCTION__$6824 + 0x000000003f402b08 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402b17 0x1 + .rodata.__FUNCTION__$6795 + 0x000000003f402b18 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402b2a 0x2 + .rodata.__FUNCTION__$6787 + 0x000000003f402b2c 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402b45 0x3 + .rodata.__FUNCTION__$6791 + 0x000000003f402b48 0x11 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402b59 0x3 + .rodata.__FUNCTION__$6782 + 0x000000003f402b5c 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402b6f 0x1 + .rodata.__FUNCTION__$6777 + 0x000000003f402b70 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402b82 0x2 + .rodata.__FUNCTION__$6773 + 0x000000003f402b84 0x11 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402b95 0x3 + .rodata.__FUNCTION__$6769 + 0x000000003f402b98 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$6765 + 0x000000003f402ba8 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f402bb7 0x1 + .rodata.rtc_gpio_init.str1.4 + 0x000000003f402bb8 0x1b esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x3f (size before relaxing) + *fill* 0x000000003f402bd3 0x1 + .rodata.__FUNCTION__$7359 + 0x000000003f402bd4 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f402beb 0x1 + .rodata.__FUNCTION__$7336 + 0x000000003f402bec 0x16 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f402c02 0x2 + .rodata.__FUNCTION__$7332 + 0x000000003f402c04 0x15 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f402c19 0x3 + .rodata.__FUNCTION__$7328 + 0x000000003f402c1c 0x14 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$7324 + 0x000000003f402c30 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f402c43 0x1 + .rodata.__FUNCTION__$7291 + 0x000000003f402c44 0x10 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.str1.4 + 0x000000003f402c54 0x45 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + *fill* 0x000000003f402c99 0x3 + .rodata.str1.4 + 0x000000003f402c9c 0x23 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + *fill* 0x000000003f402cbf 0x1 + .rodata.esp_fill_random.str1.4 + 0x000000003f402cc0 0x35 esp-idf/esp32/libesp32.a(hw_random.c.obj) + *fill* 0x000000003f402cf5 0x3 + .rodata.__func__$3898 + 0x000000003f402cf8 0x10 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .rodata 0x000000003f402d08 0x10 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .rodata.rtc_brownout_isr_handler.str1.4 + 0x000000003f402d18 0x26 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + *fill* 0x000000003f402d3e 0x2 + .rodata 0x000000003f402d40 0x5 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + *fill* 0x000000003f402d45 0x3 + .rodata.esp_base_mac_addr_set.str1.4 + 0x000000003f402d48 0x72 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + *fill* 0x000000003f402dba 0x2 + .rodata.esp_efuse_mac_get_default.str1.4 + 0x000000003f402dbc 0x6c esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .rodata.esp_derive_local_mac.str1.4 + 0x000000003f402e28 0x31 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + *fill* 0x000000003f402e59 0x3 + .rodata.esp_read_mac.str1.4 + 0x000000003f402e5c 0x5c esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .rodata.str1.4 + 0x000000003f402eb8 0x39 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003f402ef1 0x3 + .rodata.esp_timer_init.str1.4 + 0x000000003f402ef4 0xa esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003f402efe 0x2 + .rodata.__func__$5520 + 0x000000003f402f00 0xd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003f402f0d 0x3 + .rodata.ets_timer_setfn.str1.4 + 0x000000003f402f10 0x8f esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f402f9f 0x1 + .rodata.str1.4 + 0x000000003f402fa0 0xbd esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f40305d 0x3 + .rodata.__func__$5423 + 0x000000003f403060 0xe esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f40306e 0x2 + .rodata.__func__$5414 + 0x000000003f403070 0x11 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f403081 0x3 + .rodata.__func__$5408 + 0x000000003f403084 0x10 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .rodata.str1.4 + 0x000000003f403094 0xd4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .rodata.esp_timer_impl_init.str1.4 + 0x000000003f403168 0xad esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + *fill* 0x000000003f403215 0x3 + .rodata.__func__$6283 + 0x000000003f403218 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .rodata.__func__$6268 + 0x000000003f40322c 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + *fill* 0x000000003f40324b 0x1 + .rodata.vPortTaskWrapper.str1.4 + 0x000000003f40324c 0x57 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003f4032a3 0x1 + .rodata.vApplicationStackOverflowHook.str1.4 + 0x000000003f4032a4 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata 0x000000003f4032e0 0x24 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x000000003f4032e0 _xt_coproc_sa_offset + .rodata.main_task.str1.4 + 0x000000003f403304 0x85 esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003f403389 0x3 + .rodata.esp_startup_start_app_common.str1.4 + 0x000000003f40338c 0x4b esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003f4033d7 0x1 + .rodata.__func__$5333 + 0x000000003f4033d8 0xa esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003f4033e2 0x2 + .rodata.__func__$5328 + 0x000000003f4033e4 0x1d esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003f403401 0x3 + .rodata.xEventGroupCreateStatic.str1.4 + 0x000000003f403404 0x64 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0xa9 (size before relaxing) + .rodata.xEventGroupWaitBits.str1.4 + 0x000000003f403468 0x9f esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f403507 0x1 + .rodata.xEventGroupClearBits.str1.4 + 0x000000003f403508 0x26 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f40352e 0x2 + .rodata.xEventGroupSetBits.str1.4 + 0x000000003f403530 0x24 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.vEventGroupDelete.str1.4 + 0x000000003f403554 0x66 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f4035ba 0x2 + .rodata.__func__$5121 + 0x000000003f4035bc 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f4035ce 0x2 + .rodata.__func__$5112 + 0x000000003f4035d0 0x13 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f4035e3 0x1 + .rodata.__func__$5092 + 0x000000003f4035e4 0x15 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f4035f9 0x3 + .rodata.__func__$5084 + 0x000000003f4035fc 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__$4223 + 0x000000003f403610 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.prvNotifyQueueSetContainer.str1.4 + 0x000000003f403624 0x83 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4036a7 0x1 + .rodata.xQueueGenericReset.str1.4 + 0x000000003f4036a8 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4d (size before relaxing) + .rodata.xQueueGenericCreateStatic.str1.4 + 0x000000003f4036b0 0xdf esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40378f 0x1 + .rodata.xQueueGenericCreate.str1.4 + 0x000000003f403790 0x8e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40381e 0x2 + .rodata.xQueueCreateCountingSemaphoreStatic.str1.4 + 0x000000003f403820 0x2d esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40384d 0x3 + .rodata.xQueueGenericSend.str1.4 + 0x000000003f403850 0xa5 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xfb (size before relaxing) + *fill* 0x000000003f4038f5 0x3 + .rodata.xQueueGiveMutexRecursive.str1.4 + 0x000000003f4038f8 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGiveFromISR.str1.4 + 0x000000003f403900 0x7d esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40397d 0x3 + .rodata.xQueueReceive.str1.4 + 0x000000003f403980 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4039e6 0x2 + .rodata.xQueueSemaphoreTake.str1.4 + 0x000000003f4039e8 0x2d esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403a15 0x3 + .rodata.xQueueReceiveFromISR.str1.4 + 0x000000003f403a18 0x52 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403a6a 0x2 + .rodata.uxQueueMessagesWaiting.str1.4 + 0x000000003f403a6c 0x7 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403a73 0x1 + .rodata.__func__$5548 + 0x000000003f403a74 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403a81 0x3 + .rodata.__func__$5531 + 0x000000003f403a84 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403a9b 0x1 + .rodata.__func__$5514 + 0x000000003f403a9c 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403ab1 0x3 + .rodata.__func__$5490 + 0x000000003f403ab4 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5479 + 0x000000003f403ac8 0xe esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403ad6 0x2 + .rodata.__func__$5468 + 0x000000003f403ad8 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403aea 0x2 + .rodata.__func__$5459 + 0x000000003f403aec 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403b05 0x3 + .rodata.__func__$5632 + 0x000000003f403b08 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403b23 0x1 + .rodata.__func__$5447 + 0x000000003f403b24 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403b36 0x2 + .rodata.__func__$5436 + 0x000000003f403b38 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403b56 0x2 + .rodata.__func__$5423 + 0x000000003f403b58 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403b71 0x3 + .rodata.__func__$5416 + 0x000000003f403b74 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403b8d 0x3 + .rodata.__func__$5377 + 0x000000003f403b90 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5367 + 0x000000003f403ba4 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403bbe 0x2 + .rodata.__func__$4452 + 0x000000003f403bc0 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$5358 + 0x000000003f403bd4 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403be7 0x1 + .rodata.prvDeleteTLS.str1.4 + 0x000000003f403be8 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvDeleteTCB.str1.4 + 0x000000003f403c18 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403c4a 0x2 + .rodata.prvIdleTask.str1.4 + 0x000000003f403c4c 0x23 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403c6f 0x1 + .rodata.xTaskGetIdleTaskHandleForCPU.str1.4 + 0x000000003f403c70 0x36 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403ca6 0x2 + .rodata.vTaskStepTick.str1.4 + 0x000000003f403ca8 0x36 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403cde 0x2 + .rodata.xTaskIncrementTick.str1.4 + 0x000000003f403ce0 0x76 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403d56 0x2 + .rodata.vTaskSwitchContext.str1.4 + 0x000000003f403d58 0x45 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403d9d 0x3 + .rodata.vTaskSuspend.str1.4 + 0x000000003f403da0 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403daf 0x1 + .rodata.vTaskPlaceOnEventList.str1.4 + 0x000000003f403db0 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskRemoveFromEventList.str1.4 + 0x000000003f403dbc 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403dcb 0x1 + .rodata.vTaskSetTimeOutState.str1.4 + 0x000000003f403dcc 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403dd6 0x2 + .rodata.xTaskCheckForTimeOut.str1.4 + 0x000000003f403dd8 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403de6 0x2 + .rodata.vTaskDelete.str1.4 + 0x000000003f403de8 0x31 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403e19 0x3 + .rodata.vTaskDelayUntil.str1.4 + 0x000000003f403e1c 0x2c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskResumeAll.str1.4 + 0x000000003f403e48 0x31 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403e79 0x3 + .rodata.xTaskPriorityDisinherit.str1.4 + 0x000000003f403e7c 0x3d esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403eb9 0x3 + .rodata.vTaskPriorityDisinheritAfterTimeout.str1.4 + 0x000000003f403ebc 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGenericNotify.str1.4 + 0x000000003f403ee4 0x6f esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403f53 0x1 + .rodata.xTaskGenericNotify + 0x000000003f403f54 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskStartScheduler.str1.4 + 0x000000003f403f68 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403f82 0x2 + .rodata.__func__$5813 + 0x000000003f403f84 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403f9b 0x1 + .rodata.__func__$5781 + 0x000000003f403f9c 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403faf 0x1 + .rodata.__func__$5751 + 0x000000003f403fb0 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5742 + 0x000000003f403fd4 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5614 + 0x000000003f403fec 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404001 0x3 + .rodata.__func__$5601 + 0x000000003f404004 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404026 0x2 + .rodata.__func__$5591 + 0x000000003f404028 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404041 0x3 + .rodata.__func__$5582 + 0x000000003f404044 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5576 + 0x000000003f404064 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404083 0x1 + .rodata.__func__$5570 + 0x000000003f404084 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40409a 0x2 + .rodata.__func__$5564 + 0x000000003f40409c 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4040af 0x1 + .rodata.ucExpectedStackBytes$5562 + 0x000000003f4040b0 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5556 + 0x000000003f4040c4 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4040d7 0x1 + .rodata.__func__$5542 + 0x000000003f4040d8 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4040e6 0x2 + .rodata.__func__$5538 + 0x000000003f4040e8 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404105 0x3 + .rodata.__func__$5530 + 0x000000003f404108 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404116 0x2 + .rodata.__func__$5507 + 0x000000003f404118 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404127 0x1 + .rodata.__func__$5627 + 0x000000003f404128 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5483 + 0x000000003f404134 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5455 + 0x000000003f404148 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404155 0x3 + .rodata.__func__$5420 + 0x000000003f404158 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404163 0x1 + .rodata.__func__$5414 + 0x000000003f404164 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5705 + 0x000000003f404174 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404181 0x3 + .rodata.__func__$5709 + 0x000000003f404184 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f404191 0x3 + .rodata.__func__$5406 + 0x000000003f404194 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.str1.4 + 0x000000003f4041a0 0x95 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x99 (size before relaxing) + *fill* 0x000000003f404235 0x3 + .rodata.esp_newlib_locks_init.str1.4 + 0x000000003f404238 0x68 esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.__func__$5175 + 0x000000003f4042a0 0x16 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003f4042b6 0x2 + .rodata.__func__$5143 + 0x000000003f4042b8 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003f4042cb 0x1 + .rodata.__func__$5118 + 0x000000003f4042cc 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003f4042e1 0x3 + .rodata.__func__$5098 + 0x000000003f4042e4 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003f4042f9 0x3 + .rodata.__func__$5089 + 0x000000003f4042fc 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.at_netif_init.str1.4 + 0x000000003f404308 0x27 esp-idf/main/libmain.a(app_main.c.obj) + *fill* 0x000000003f40432f 0x1 + .rodata.at_wifi_init.str1.4 + 0x000000003f404330 0x25 esp-idf/main/libmain.a(app_main.c.obj) + *fill* 0x000000003f404355 0x3 + .rodata.app_main.str1.4 + 0x000000003f404358 0x202 esp-idf/main/libmain.a(app_main.c.obj) + 0x20a (size before relaxing) + *fill* 0x000000003f40455a 0x2 + .rodata.__func__$10599 + 0x000000003f40455c 0xd esp-idf/main/libmain.a(app_main.c.obj) + *fill* 0x000000003f404569 0x3 + .rodata.__func__$10605 + 0x000000003f40456c 0xe esp-idf/main/libmain.a(app_main.c.obj) + *fill* 0x000000003f40457a 0x2 + .rodata.__func__$10610 + 0x000000003f40457c 0x9 esp-idf/main/libmain.a(app_main.c.obj) + *fill* 0x000000003f404585 0x3 + .rodata.at_nvm_uart_config_get.str1.4 + 0x000000003f404588 0x3a esp-idf/main/libmain.a(at_uart_task.c.obj) + *fill* 0x000000003f4045c2 0x2 + .rodata.at_uart_init.str1.4 + 0x000000003f4045c4 0x82 esp-idf/main/libmain.a(at_uart_task.c.obj) + *fill* 0x000000003f404646 0x2 + .rodata 0x000000003f404648 0x24 esp-idf/main/libmain.a(at_uart_task.c.obj) + .rodata.at_queryCmdUartDef.str1.4 + 0x000000003f40466c 0x14 esp-idf/main/libmain.a(at_uart_task.c.obj) + .rodata.at_custom_init.str1.4 + 0x000000003f404680 0xa esp-idf/main/libmain.a(at_uart_task.c.obj) + *fill* 0x000000003f40468a 0x2 + .rodata.__func__$10914 + 0x000000003f40468c 0xd esp-idf/main/libmain.a(at_uart_task.c.obj) + *fill* 0x000000003f404699 0x3 + .rodata.str1.4 + 0x000000003f40469c 0x1e esp-idf/main/libmain.a(at_uart_task.c.obj) + *fill* 0x000000003f4046ba 0x2 + .rodata.esp_at_uart_parity_table + 0x000000003f4046bc 0x3 esp-idf/main/libmain.a(at_uart_task.c.obj) + *fill* 0x000000003f4046bf 0x1 + .rodata.esp_pm_configure.str1.4 + 0x000000003f4046c0 0x28 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x2c (size before relaxing) + .rodata.esp_pm_impl_init.str1.4 + 0x000000003f4046e8 0xc9 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + *fill* 0x000000003f4047b1 0x3 + .rodata.__func__$8361 + 0x000000003f4047b4 0x11 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + *fill* 0x000000003f4047c5 0x3 + .rodata.__func__$8252 + 0x000000003f4047c8 0x11 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + *fill* 0x000000003f4047d9 0x3 + .rodata.CHIP_VER_REV2 + 0x000000003f4047dc 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_VER_REV1 + 0x000000003f4047e0 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_FACTORY_CRC + 0x000000003f4047e4 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_FACTORY + 0x000000003f4047e8 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.range_read_addr_blocks + 0x000000003f404800 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x000000003f404800 range_read_addr_blocks + .rodata.set_cnt_in_reg.str1.4 + 0x000000003f404820 0x69 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f404889 0x3 + .rodata.write_reg.str1.4 + 0x000000003f40488c 0x37 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f4048c3 0x1 + .rodata.esp_efuse_utility_process.str1.4 + 0x000000003f4048c4 0x69 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f40492d 0x3 + .rodata.__func__$3812 + 0x000000003f404930 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f40494b 0x1 + .rodata.__func__$3720 + 0x000000003f40494c 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f404966 0x2 + .rodata.str1.4 + 0x000000003f404968 0x77 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x000000003f4049df 0x1 + .rodata.bootloader_mmap.str1.4 + 0x000000003f4049e0 0x7b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x000000003f404a5b 0x1 + .rodata.__func__$4303 + 0x000000003f404a5c 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.ensure_partitions_loaded.str1.4 + 0x000000003f404a84 0x41 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f404ac5 0x3 + .rodata.esp_partition_next.str1.4 + 0x000000003f404ac8 0x2d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x31 (size before relaxing) + *fill* 0x000000003f404af5 0x3 + .rodata.esp_partition_get.str1.4 + 0x000000003f404af8 0x11 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f404b09 0x3 + .rodata.esp_partition_verify.str1.4 + 0x000000003f404b0c 0x12 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f404b1e 0x2 + .rodata.__func__$4528 + 0x000000003f404b20 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f404b33 0x1 + .rodata.__func__$4519 + 0x000000003f404b34 0x1a esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f404b4e 0x2 + .rodata.__func__$4513 + 0x000000003f404b50 0x18 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4506 + 0x000000003f404b68 0x17 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f404b7f 0x1 + .rodata.__func__$4499 + 0x000000003f404b80 0x14 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .rodata.__func__$4489 + 0x000000003f404b94 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f404ba7 0x1 + .rodata.__func__$4476 + 0x000000003f404ba8 0x15 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f404bbd 0x3 + .rodata.__func__$4444 + 0x000000003f404bc0 0x12 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f404bd2 0x2 + .rodata.__func__$4399 + 0x000000003f404bd4 0x13 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + *fill* 0x000000003f404be7 0x1 + .rodata.str1.4 + 0x000000003f404be8 0xd2 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003f404cba 0x2 + .rodata.__func__$5784 + 0x000000003f404cbc 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003f404ccd 0x3 + .rodata.__func__$5775 + 0x000000003f404cd0 0x15 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003f404ce5 0x3 + .rodata.str1.4 + 0x000000003f404ce8 0x65 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + *fill* 0x000000003f404d4d 0x3 + .rodata.__func__$4226 + 0x000000003f404d50 0x1f esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + *fill* 0x000000003f404d6f 0x1 + .rodata.nvs_flash_init.str1.4 + 0x000000003f404d70 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .rodata._ZN3nvs7Storage4initEjj.str1.4 + 0x000000003f404d74 0x4f esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f404dc3 0x1 + .rodata._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE.str1.4 + 0x000000003f404dc4 0x55 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f404e19 0x3 + .rodata._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj.str1.4 + 0x000000003f404e1c 0x53 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f404e6f 0x1 + .rodata._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE.str1.4 + 0x000000003f404e70 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .rodata._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj.str1.4 + 0x000000003f404e98 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f404ead 0x3 + .rodata._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj.str1.4 + 0x000000003f404eb0 0xb5 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f404f65 0x3 + .rodata._ZZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetEE19__PRETTY_FUNCTION__ + 0x000000003f404f68 0x51 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f404fb9 0x3 + .rodata._ZZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvjE19__PRETTY_FUNCTION__ + 0x000000003f404fbc 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .rodata._ZZN3nvs7Storage17readMultiPageBlobEhPKcPvjE19__PRETTY_FUNCTION__ + 0x000000003f405010 0x4f esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f40505f 0x1 + .rodata._ZZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvjE19__PRETTY_FUNCTION__ + 0x000000003f405060 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .rodata._ZZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetEE19__PRETTY_FUNCTION__ + 0x000000003f4050bc 0x66 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f405122 0x2 + .rodata._ZZN3nvs4Item8getValueIhEEvRT_E19__PRETTY_FUNCTION__ + 0x000000003f405124 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x000000003f40515a 0x2 + .rodata._ZTVN3nvs15NVSHandleSimpleE + 0x000000003f40515c 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x000000003f40515c _ZTVN3nvs15NVSHandleSimpleE + .rodata._ZTVN3nvs12NVSPartitionE + 0x000000003f405198 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x000000003f405198 _ZTVN3nvs12NVSPartitionE + .rodata._ZTVN3nvs19NVSPartitionManagerE + 0x000000003f4051c8 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x000000003f4051c8 _ZTVN3nvs19NVSPartitionManagerE + .rodata._ZN3nvs8HashList5eraseEjb.str1.4 + 0x000000003f4051d8 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .rodata._ZZN3nvs8HashList5eraseEjbE19__PRETTY_FUNCTION__ + 0x000000003f405248 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .rodata._ZN3nvs4Page20updateFirstUsedEntryEjj.str1.4 + 0x000000003f405270 0x9f esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f40530f 0x1 + .rodata._ZN3nvs4Page10initializeEv.str1.4 + 0x000000003f405310 0x23 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f405333 0x1 + .rodata._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE.str1.4 + 0x000000003f405334 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZN3nvs4Page10writeEntryERKNS_4ItemE.str1.4 + 0x000000003f405348 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f40538e 0x2 + .rodata._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE.str1.4 + 0x000000003f405390 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZN3nvs4Page14writeEntryDataEPKhj.str1.4 + 0x000000003f4053b0 0x59 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f405409 0x3 + .rodata._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh.str1.4 + 0x000000003f40540c 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f405446 0x2 + .rodata._ZN3nvs4Page17eraseEntryAndSpanEj.str1.4 + 0x000000003f405448 0x3b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f405483 0x1 + .rodata._ZN3nvs4Page9copyItemsERS0_.str1.4 + 0x000000003f405484 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f4054a6 0x2 + .rodata._ZN3nvs4Page15mLoadEntryTableEv.str1.4 + 0x000000003f4054a8 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f4054b6 0x2 + .rodata._ZZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateEE19__PRETTY_FUNCTION__ + 0x000000003f4054b8 0x51 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f405509 0x3 + .rodata._ZZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_E19__PRETTY_FUNCTION__ + 0x000000003f40550c 0xb2 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f4055be 0x2 + .rodata._ZZN3nvs4Page15alterEntryStateEjNS0_10EntryStateEE19__PRETTY_FUNCTION__ + 0x000000003f4055c0 0x44 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZZN3nvs4Page10initializeEvE19__PRETTY_FUNCTION__ + 0x000000003f405604 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f405626 0x2 + .rodata._ZZN3nvs4Page15mLoadEntryTableEvE19__PRETTY_FUNCTION__ + 0x000000003f405628 0x27 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f40564f 0x1 + .rodata._ZZN3nvs4Page9copyItemsERS0_E19__PRETTY_FUNCTION__ + 0x000000003f405650 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f40567b 0x1 + .rodata._ZZN3nvs4Page20updateFirstUsedEntryEjjE19__PRETTY_FUNCTION__ + 0x000000003f40567c 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f4056b1 0x3 + .rodata._ZZNK19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3getEjE19__PRETTY_FUNCTION__ + 0x000000003f4056b4 0xb2 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f405766 0x2 + .rodata._ZZN3nvs4Page17eraseEntryAndSpanEjE19__PRETTY_FUNCTION__ + 0x000000003f405768 0x2f esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f405797 0x1 + .rodata._ZZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjhE19__PRETTY_FUNCTION__ + 0x000000003f405798 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f4057fa 0x2 + .rodata._ZZN3nvs4Page14writeEntryDataEPKhjE19__PRETTY_FUNCTION__ + 0x000000003f4057fc 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZZNK3nvs4Page15getEntryAddressEjE19__PRETTY_FUNCTION__ + 0x000000003f405838 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000003f40586a 0x2 + .rodata._ZN3nvs11PageManager14requestNewPageEv.str1.4 + 0x000000003f40586c 0x65 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + *fill* 0x000000003f4058d1 0x3 + .rodata._ZN3nvs11PageManager4loadEPNS_9PartitionEjj.str1.4 + 0x000000003f4058d4 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .rodata._ZZN3nvs11PageManager14requestNewPageEvE19__PRETTY_FUNCTION__ + 0x000000003f405938 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + *fill* 0x000000003f405965 0x3 + .rodata._ZZN3nvs11PageManager4loadEPNS_9PartitionEjjE19__PRETTY_FUNCTION__ + 0x000000003f405968 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + *fill* 0x000000003f4059ae 0x2 + .rodata.find_desc_for_source.str1.4 + 0x000000003f4059b0 0x3b esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + *fill* 0x000000003f4059eb 0x1 + .rodata.is_vect_desc_usable.str1.4 + 0x000000003f4059ec 0x43 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + *fill* 0x000000003f405a2f 0x1 + .rodata.esp_intr_free.str1.4 + 0x000000003f405a30 0x4 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .rodata.__func__$5538 + 0x000000003f405a34 0x11 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + *fill* 0x000000003f405a45 0x3 + .rodata.__func__$5518 + 0x000000003f405a48 0xe esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + *fill* 0x000000003f405a56 0x2 + .rodata.__func__$5452 + 0x000000003f405a58 0x14 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .rodata.__func__$5428 + 0x000000003f405a6c 0x15 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + *fill* 0x000000003f405a81 0x3 + .rodata.esp_sleep_disable_wakeup_source.str1.4 + 0x000000003f405a84 0x48 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .rodata.esp_sleep_enable_ext0_wakeup.str1.4 + 0x000000003f405acc 0x41 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + *fill* 0x000000003f405b0d 0x3 + .rodata.interrupt_descriptor_table + 0x000000003f405b10 0x200 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .rodata.esp_netif_action_connected.str1.4 + 0x000000003f405d10 0xc1 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + *fill* 0x000000003f405dd1 0x3 + .rodata.__FUNCTION__$7923 + 0x000000003f405dd4 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + *fill* 0x000000003f405def 0x1 + .rodata.esp_netif_list_unlock.str1.4 + 0x000000003f405df0 0x41 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f405e31 0x3 + .rodata.esp_netif_remove_from_list.str1.4 + 0x000000003f405e34 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .rodata.esp_netif_next.str1.4 + 0x000000003f405e4c 0x51 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f405e9d 0x3 + .rodata.__func__$7747 + 0x000000003f405ea0 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f405ebb 0x1 + .rodata.__func__$7735 + 0x000000003f405ebc 0x16 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f405ed2 0x2 + .rodata.str1.4 + 0x000000003f405ed4 0x9 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f405edd 0x3 + .rodata._g_esp_netif_soft_ap_ip + 0x000000003f405ee0 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x000000003f405ee0 _g_esp_netif_soft_ap_ip + .rodata.str1.4 + 0x000000003f405eec 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x4c (size before relaxing) + .rodata._g_esp_netif_inherent_ap_config + 0x000000003f405f34 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x000000003f405f34 _g_esp_netif_inherent_ap_config + .rodata._g_esp_netif_inherent_sta_config + 0x000000003f405f58 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x000000003f405f58 _g_esp_netif_inherent_sta_config + .rodata.esp_netif_config_sanity_check.str1.4 + 0x000000003f405f7c 0x122 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f40609e 0x2 + .rodata.esp_netif_init_configuration.str1.4 + 0x000000003f4060a0 0x65 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f406105 0x3 + .rodata.esp_netif_dhcps_cb.str1.4 + 0x000000003f406108 0x4f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f406157 0x1 + .rodata.esp_netif_nd6_cb.str1.4 + 0x000000003f406158 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_ip_lost_timer.str1.4 + 0x000000003f40619c 0x48 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_dhcpc_stop_api.str1.4 + 0x000000003f4061e4 0x3d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f406221 0x3 + .rodata.esp_netif_dhcpc_start_api.str1.4 + 0x000000003f406224 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_set_hostname_api.str1.4 + 0x000000003f406254 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f40625e 0x2 + .rodata.esp_netif_set_ip_info_api.str1.4 + 0x000000003f406260 0x45 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f4062a5 0x3 + .rodata.esp_netif_get_dns_info_api.str1.4 + 0x000000003f4062a8 0x33 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f4062db 0x1 + .rodata.esp_netif_start_api.str1.4 + 0x000000003f4062dc 0x82 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f40635e 0x2 + .rodata.esp_netif_init.str1.4 + 0x000000003f406360 0x70 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_new.str1.4 + 0x000000003f4063d0 0x101 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f4064d1 0x3 + .rodata.esp_netif_attach.str1.4 + 0x000000003f4064d4 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f40651d 0x3 + .rodata.esp_netif_dhcpc_cb.str1.4 + 0x000000003f406520 0x42 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f406562 0x2 + .rodata.esp_netif_dhcps_option + 0x000000003f406564 0x1a0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__func__$9765 + 0x000000003f406704 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f40671f 0x1 + .rodata.__func__$9542 + 0x000000003f406720 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__func__$9492 + 0x000000003f406734 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f406742 0x2 + .rodata.s_wifi_netif_config_sta + 0x000000003f406744 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.s_wifi_netif_config_ap + 0x000000003f40674c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.esp_event_loop_create_default.str1.4 + 0x000000003f406754 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .rodata 0x000000003f40675c 0x14 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .rodata.base_node_add_handler.str1.4 + 0x000000003f406770 0x34 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x3c (size before relaxing) + .rodata.loop_node_add_handler.str1.4 + 0x000000003f4067a4 0x3e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f4067e2 0x2 + .rodata.esp_event_loop_create.str1.4 + 0x000000003f4067e4 0x133 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x135 (size before relaxing) + *fill* 0x000000003f406917 0x1 + .rodata.esp_event_loop_run.str1.4 + 0x000000003f406918 0x39 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f406951 0x3 + .rodata.esp_event_loop_run_task.str1.4 + 0x000000003f406954 0x32 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f406986 0x2 + .rodata.esp_event_handler_register_with_internal.str1.4 + 0x000000003f406988 0x9a esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f406a22 0x2 + .rodata.esp_event_handler_unregister_with_internal.str1.4 + 0x000000003f406a24 0x60 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__$8309 + 0x000000003f406a84 0x12 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f406a96 0x2 + .rodata.__func__$8276 + 0x000000003f406a98 0x2b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f406ac3 0x1 + .rodata.__func__$8244 + 0x000000003f406ac4 0x29 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f406aed 0x3 + .rodata.__func__$8219 + 0x000000003f406af0 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f406b06 0x2 + .rodata.__func__$8178 + 0x000000003f406b08 0x13 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f406b1b 0x1 + .rodata.esp_event_legacy_wifi_event_id.str1.4 + 0x000000003f406b1c 0x3c esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .rodata.esp_event_legacy_wifi_event_id + 0x000000003f406b58 0x58 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .rodata.esp_event_legacy_ip_event_id.str1.4 + 0x000000003f406bb0 0x2e esp-idf/esp_event/libesp_event.a(event_send.c.obj) + *fill* 0x000000003f406bde 0x2 + .rodata.esp_event_legacy_ip_event_id + 0x000000003f406be0 0x14 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .rodata.esp_event_legacy_event_id.str1.4 + 0x000000003f406bf4 0x2d esp-idf/esp_event/libesp_event.a(event_send.c.obj) + *fill* 0x000000003f406c21 0x3 + .rodata.g_wifi_default_wpa_crypto_funcs + 0x000000003f406c24 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x000000003f406c24 g_wifi_default_wpa_crypto_funcs + .rodata.wpa_sta_connect.str1.4 + 0x000000003f406c8c 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .rodata.__func__$11619 + 0x000000003f406ce0 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .rodata.cipher_type_map_public_to_supp + 0x000000003f406cf0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .rodata.wpa_derive_ptk.str1.4 + 0x000000003f406d10 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + *fill* 0x000000003f406d27 0x1 + .rodata.wpa_gen_wpa_ie_rsn.str1.4 + 0x000000003f406d28 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .rodata.wpa_gen_wpa_ie_wpa.str1.4 + 0x000000003f406d8c 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x000000003f406db2 0x2 + .rodata.__func__$10105 + 0x000000003f406db4 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x000000003f406dc7 0x1 + .rodata.__func__$10119 + 0x000000003f406dc8 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x000000003f406ddb 0x1 + .rodata.printf_decode + 0x000000003f406ddc 0x15c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .rodata.wpa_group_init_gmk_and_counter.str1.4 + 0x000000003f406f38 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f406f45 0x3 + .rodata.wpa_gtk_update.str1.4 + 0x000000003f406f48 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f406f6f 0x1 + .rodata.wpa_group_config_group_keys.str1.4 + 0x000000003f406f70 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .rodata.wpa_derive_ptk.str1.4 + 0x000000003f406f77 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f406f77 0x1 + .rodata.sm_WPA_PTK_Step + 0x000000003f406f78 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .rodata.wpa_receive + 0x000000003f406fa4 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .rodata.sae_test_pwd_seed_ecc.str1.4 + 0x000000003f406fc0 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_derive_keys.str1.4 + 0x000000003f406fd8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata 0x000000003f406fe8 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .rodata.rsn_pmkid.str1.4 + 0x000000003f406ff4 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x000000003f406ffd 0x3 + .rodata.dh_groups + 0x000000003f407000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .rodata.dh_group5_order + 0x000000003f407020 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .rodata.dh_group5_prime + 0x000000003f4070e0 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .rodata.dh_group5_generator + 0x000000003f4071a0 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + *fill* 0x000000003f4071a1 0x3 + .rodata.eap_peer_sm_deinit.str1.4 + 0x000000003f4071a4 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + *fill* 0x000000003f4071af 0x1 + .rodata.pmksa_cache_init.str1.4 + 0x000000003f4071b0 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .rodata.wifi_start.str1.4 + 0x000000003f4071c4 0xce esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f407292 0x2 + .rodata.create_and_attach.str1.4 + 0x000000003f407294 0x3e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f4072d2 0x2 + .rodata.esp_netif_create_default_wifi_ap.str1.4 + 0x000000003f4072d4 0x33 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x3b (size before relaxing) + *fill* 0x000000003f407307 0x1 + .rodata.__func__$8916 + 0x000000003f407308 0x22 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f40732a 0x2 + .rodata.__func__$8910 + 0x000000003f40732c 0x21 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f40734d 0x3 + .rodata.esp_wifi_create_if_driver.str1.4 + 0x000000003f407350 0x4f esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + *fill* 0x000000003f40739f 0x1 + .rodata.esp_wifi_register_if_rxcb.str1.4 + 0x000000003f4073a0 0xe3 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + *fill* 0x000000003f407483 0x1 + .rodata.free_socket_locked.str1.4 + 0x000000003f407484 0x46 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4074ca 0x2 + .rodata.lwip_sockopt_to_ipopt.str1.4 + 0x000000003f4074cc 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4074e2 0x2 + .rodata.lwip_unlink_select_cb.str1.4 + 0x000000003f4074e4 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_sock_make_addr.str1.4 + 0x000000003f407514 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.sock_inc_used.str1.4 + 0x000000003f407548 0x23 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40756b 0x1 + .rodata.alloc_socket.str1.4 + 0x000000003f40756c 0x1f esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40758b 0x1 + .rodata.lwip_selscan.str1.4 + 0x000000003f40758c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_select_dec_sockets_used.str1.4 + 0x000000003f407598 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4075b9 0x3 + .rodata.lwip_pollscan.str1.4 + 0x000000003f4075bc 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4075d5 0x3 + .rodata.lwip_recv_tcp.str1.4 + 0x000000003f4075d8 0x6c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x78 (size before relaxing) + .rodata.lwip_recvfrom_udp_raw.str1.4 + 0x000000003f407644 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.event_callback.str1.4 + 0x000000003f407644 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f407652 0x2 + .rodata.event_callback + 0x000000003f407654 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_getsockopt_impl + 0x000000003f407668 0x38 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_getsockopt_callback.str1.4 + 0x000000003f4076a0 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_setsockopt_impl.str1.4 + 0x000000003f4076ac 0x40 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_setsockopt_impl + 0x000000003f4076ec 0x38 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_accept.str1.4 + 0x000000003f407724 0x25 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f407749 0x3 + .rodata.lwip_close.str1.4 + 0x000000003f40774c 0x17 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f407763 0x1 + .rodata.lwip_recvfrom.str1.4 + 0x000000003f407764 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f407772 0x2 + .rodata.__func__$9037 + 0x000000003f407774 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f407789 0x3 + .rodata.__func__$9005 + 0x000000003f40778c 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4077a5 0x3 + .rodata.__func__$8925 + 0x000000003f4077a8 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4077be 0x2 + .rodata.__func__$8917 + 0x000000003f4077c0 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4077d9 0x3 + .rodata.__func__$8733 + 0x000000003f4077dc 0x1d esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4077f9 0x3 + .rodata.__func__$8703 + 0x000000003f4077fc 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f407809 0x3 + .rodata.__func__$8663 + 0x000000003f40780c 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f407822 0x2 + .rodata.__func__$8333 + 0x000000003f407824 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f407839 0x3 + .rodata.__func__$8762 + 0x000000003f40783c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$8844 + 0x000000003f407848 0xf esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f407857 0x1 + .rodata.__func__$8515 + 0x000000003f407858 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40786e 0x2 + .rodata.__func__$8490 + 0x000000003f407870 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$8472 + 0x000000003f407884 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f407892 0x2 + .rodata.__func__$8439 + 0x000000003f407894 0xb esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40789f 0x1 + .rodata.__func__$8341 + 0x000000003f4078a0 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$8382 + 0x000000003f4078ac 0x13 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4078bf 0x1 + .rodata.__func__$8372 + 0x000000003f4078c0 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4078cd 0x3 + .rodata.__func__$8329 + 0x000000003f4078d0 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f4078de 0x2 + .rodata.__func__$8412 + 0x000000003f4078e0 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.tcpip_thread_handle_msg.str1.4 + 0x000000003f4078ec 0x50 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.tcpip_thread_handle_msg + 0x000000003f40793c 0x14 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.tcpip_inpkt.str1.4 + 0x000000003f407950 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40795d 0x3 + .rodata.tcpip_send_msg_wait_sem.str1.4 + 0x000000003f407960 0x1a esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40797a 0x2 + .rodata.tcpip_init.str1.4 + 0x000000003f40797c 0x28 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$7327 + 0x000000003f4079a4 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$7314 + 0x000000003f4079bc 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f4079c9 0x3 + .rodata.__func__$7384 + 0x000000003f4079cc 0xb esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f4079d7 0x1 + .rodata.__func__$7363 + 0x000000003f4079d8 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f4079e7 0x1 + .rodata.__func__$7357 + 0x000000003f4079e8 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$7350 + 0x000000003f407a00 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f407a13 0x1 + .rodata.__func__$7344 + 0x000000003f407a14 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f407a23 0x1 + .rodata.__func__$7334 + 0x000000003f407a24 0xc esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.dns_call_found.str1.4 + 0x000000003f407a30 0x43 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f407a73 0x1 + .rodata.dns_send.str1.4 + 0x000000003f407a74 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_check_entry.str1.4 + 0x000000003f407a8c 0x3b esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f407ac7 0x1 + .rodata.dns_init.str1.4 + 0x000000003f407ac8 0x8 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_gethostbyname_addrtype.str1.4 + 0x000000003f407ad0 0x13 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f407ae3 0x1 + .rodata.__func__$7201 + 0x000000003f407ae4 0x9 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f407aed 0x3 + .rodata.__func__$7234 + 0x000000003f407af0 0xf esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f407aff 0x1 + .rodata.__func__$7260 + 0x000000003f407b00 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_mquery_v6group + 0x000000003f407b10 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x000000003f407b10 dns_mquery_v6group + .rodata.dns_mquery_v4group + 0x000000003f407b28 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x000000003f407b28 dns_mquery_v4group + .rodata.ip_addr_any_type + 0x000000003f407b40 0x18 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x000000003f407b40 ip_addr_any_type + .rodata.mem_malloc.str1.4 + 0x000000003f407b58 0x53 esp-idf/lwip/liblwip.a(mem.c.obj) + *fill* 0x000000003f407bab 0x1 + .rodata.mem_free.str1.4 + 0x000000003f407bac 0x28 esp-idf/lwip/liblwip.a(mem.c.obj) + .rodata.__func__$6488 + 0x000000003f407bd4 0x9 esp-idf/lwip/liblwip.a(mem.c.obj) + *fill* 0x000000003f407bdd 0x3 + .rodata.__func__$6484 + 0x000000003f407be0 0xb esp-idf/lwip/liblwip.a(mem.c.obj) + *fill* 0x000000003f407beb 0x1 + .rodata.do_memp_malloc_pool.str1.4 + 0x000000003f407bec 0x54 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.do_memp_free_pool.str1.4 + 0x000000003f407c40 0x20 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.__func__$8595 + 0x000000003f407c60 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) + *fill* 0x000000003f407c72 0x2 + .rodata.__func__$8579 + 0x000000003f407c74 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.memp_pools + 0x000000003f407c88 0x48 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407c88 memp_pools + .rodata.memp_PBUF_POOL + 0x000000003f407cd0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407cd0 memp_PBUF_POOL + *fill* 0x000000003f407cd2 0x2 + .rodata.memp_PBUF + 0x000000003f407cd4 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407cd4 memp_PBUF + *fill* 0x000000003f407cd6 0x2 + .rodata.memp_MLD6_GROUP + 0x000000003f407cd8 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407cd8 memp_MLD6_GROUP + *fill* 0x000000003f407cda 0x2 + .rodata.memp_ND6_QUEUE + 0x000000003f407cdc 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407cdc memp_ND6_QUEUE + *fill* 0x000000003f407cde 0x2 + .rodata.memp_NETDB + 0x000000003f407ce0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407ce0 memp_NETDB + *fill* 0x000000003f407ce2 0x2 + .rodata.memp_SYS_TIMEOUT + 0x000000003f407ce4 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407ce4 memp_SYS_TIMEOUT + *fill* 0x000000003f407ce6 0x2 + .rodata.memp_IGMP_GROUP + 0x000000003f407ce8 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407ce8 memp_IGMP_GROUP + *fill* 0x000000003f407cea 0x2 + .rodata.memp_ARP_QUEUE + 0x000000003f407cec 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407cec memp_ARP_QUEUE + *fill* 0x000000003f407cee 0x2 + .rodata.memp_TCPIP_MSG_INPKT + 0x000000003f407cf0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407cf0 memp_TCPIP_MSG_INPKT + *fill* 0x000000003f407cf2 0x2 + .rodata.memp_TCPIP_MSG_API + 0x000000003f407cf4 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407cf4 memp_TCPIP_MSG_API + *fill* 0x000000003f407cf6 0x2 + .rodata.memp_NETCONN + 0x000000003f407cf8 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407cf8 memp_NETCONN + *fill* 0x000000003f407cfa 0x2 + .rodata.memp_NETBUF + 0x000000003f407cfc 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407cfc memp_NETBUF + *fill* 0x000000003f407cfe 0x2 + .rodata.memp_FRAG_PBUF + 0x000000003f407d00 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407d00 memp_FRAG_PBUF + *fill* 0x000000003f407d02 0x2 + .rodata.memp_TCP_SEG + 0x000000003f407d04 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407d04 memp_TCP_SEG + *fill* 0x000000003f407d06 0x2 + .rodata.memp_TCP_PCB_LISTEN + 0x000000003f407d08 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407d08 memp_TCP_PCB_LISTEN + *fill* 0x000000003f407d0a 0x2 + .rodata.memp_TCP_PCB + 0x000000003f407d0c 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407d0c memp_TCP_PCB + *fill* 0x000000003f407d0e 0x2 + .rodata.memp_UDP_PCB + 0x000000003f407d10 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407d10 memp_UDP_PCB + *fill* 0x000000003f407d12 0x2 + .rodata.memp_RAW_PCB + 0x000000003f407d14 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f407d14 memp_RAW_PCB + *fill* 0x000000003f407d16 0x2 + .rodata.netif_loopif_init.str1.4 + 0x000000003f407d18 0x55 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f407d6d 0x3 + .rodata.netif_issue_reports.str1.4 + 0x000000003f407d70 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f407d93 0x1 + .rodata.netif_do_set_ipaddr.str1.4 + 0x000000003f407d94 0x10 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_poll.str1.4 + 0x000000003f407da4 0x98 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_add.str1.4 + 0x000000003f407e3c 0x42 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f407e7e 0x2 + .rodata.netif_loop_output.str1.4 + 0x000000003f407e80 0x70 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_ip6_addr_set_parts.str1.4 + 0x000000003f407ef0 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f407f0e 0x2 + .rodata.netif_ip6_addr_set.str1.4 + 0x000000003f407f10 0x46 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f407f56 0x2 + .rodata.netif_get_ip6_addr_match.str1.4 + 0x000000003f407f58 0x52 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f407faa 0x2 + .rodata.netif_create_ip6_linklocal_address.str1.4 + 0x000000003f407fac 0x32 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f407fde 0x2 + .rodata.__func__$8107 + 0x000000003f407fe0 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f408003 0x1 + .rodata.__func__$8097 + 0x000000003f408004 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40801d 0x3 + .rodata.__func__$8089 + 0x000000003f408020 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f408039 0x3 + .rodata.__func__$8082 + 0x000000003f40803c 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f408055 0x3 + .rodata.__func__$8071 + 0x000000003f408058 0x13 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40806b 0x1 + .rodata.__func__$8056 + 0x000000003f40806c 0xb esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f408077 0x1 + .rodata.__func__$8038 + 0x000000003f408078 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40808a 0x2 + .rodata.__func__$8018 + 0x000000003f40808c 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$7957 + 0x000000003f4080a0 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$7942 + 0x000000003f4080b4 0xa esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f4080be 0x2 + .rodata.__func__$7909 + 0x000000003f4080c0 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f4080d2 0x2 + .rodata.pbuf_add_header_impl.str1.4 + 0x000000003f4080d4 0x30 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x3c (size before relaxing) + .rodata.pbuf_alloc_reference.str1.4 + 0x000000003f408104 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f408116 0x2 + .rodata.pbuf_free.str1.4 + 0x000000003f408118 0x4e esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f408166 0x2 + .rodata.pbuf_alloc.str1.4 + 0x000000003f408168 0xab esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f408213 0x1 + .rodata.pbuf_realloc.str1.4 + 0x000000003f408214 0x4c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_ref.str1.4 + 0x000000003f408260 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f408272 0x2 + .rodata.pbuf_cat.str1.4 + 0x000000003f408274 0x2d esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f4082a1 0x3 + .rodata.pbuf_copy_partial_pbuf.str1.4 + 0x000000003f4082a4 0x33 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f4082d7 0x1 + .rodata.pbuf_take.str1.4 + 0x000000003f4082d8 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f408306 0x2 + .rodata.pbuf_take_at.str1.4 + 0x000000003f408308 0x17 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40831f 0x1 + .rodata.pbuf_clone.str1.4 + 0x000000003f408320 0x11 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f408331 0x3 + .rodata.__func__$7757 + 0x000000003f408334 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40833f 0x1 + .rodata.__func__$7744 + 0x000000003f408340 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40834d 0x3 + .rodata.__func__$7729 + 0x000000003f408350 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40835a 0x2 + .rodata.__func__$7679 + 0x000000003f40835c 0x17 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f408373 0x1 + .rodata.__func__$7654 + 0x000000003f408374 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40837d 0x3 + .rodata.__func__$7645 + 0x000000003f408380 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f408389 0x3 + .rodata.__func__$7627 + 0x000000003f40838c 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f408396 0x2 + .rodata.__func__$7597 + 0x000000003f408398 0x13 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f4083ab 0x1 + .rodata.__func__$7582 + 0x000000003f4083ac 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f4083c1 0x3 + .rodata.__func__$7570 + 0x000000003f4083c4 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f4083d1 0x3 + .rodata.__func__$7552 + 0x000000003f4083d4 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f4083e9 0x3 + .rodata.__func__$7539 + 0x000000003f4083ec 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f4083f7 0x1 + .rodata.raw_input.str1.4 + 0x000000003f4083f8 0x7b esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f408473 0x1 + .rodata.raw_sendto_if_src.str1.4 + 0x000000003f408474 0x4a esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f4084be 0x2 + .rodata.__func__$7131 + 0x000000003f4084c0 0x12 esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f4084d2 0x2 + .rodata.__func__$7087 + 0x000000003f4084d4 0xa esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f4084de 0x2 + .rodata.tcp_remove_listener.str1.4 + 0x000000003f4084e0 0x57 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408537 0x1 + .rodata.tcp_listen_closed.str1.4 + 0x000000003f408538 0x21 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408559 0x3 + .rodata.tcp_free_listen.str1.4 + 0x000000003f40855c 0x19 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408575 0x3 + .rodata.tcp_free.str1.4 + 0x000000003f408578 0x11 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408589 0x3 + .rodata.tcp_backlog_delayed.str1.4 + 0x000000003f40858c 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f4085a1 0x3 + .rodata.tcp_listen_with_backlog_and_err.str1.4 + 0x000000003f4085a4 0x2d esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f4085d1 0x3 + .rodata.tcp_update_rcv_ann_wnd.str1.4 + 0x000000003f4085d4 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408612 0x2 + .rodata.tcp_recved.str1.4 + 0x000000003f408614 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40863a 0x2 + .rodata.tcp_seg_copy.str1.4 + 0x000000003f40863c 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408656 0x2 + .rodata.tcp_recv.str1.4 + 0x000000003f408658 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40867f 0x1 + .rodata.tcp_sent.str1.4 + 0x000000003f408680 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f4086a7 0x1 + .rodata.tcp_err.str1.4 + 0x000000003f4086a8 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f4086ce 0x2 + .rodata.tcp_poll.str1.4 + 0x000000003f4086d0 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f4086ee 0x2 + .rodata.tcp_next_iss.str1.4 + 0x000000003f4086f0 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40870a 0x2 + .rodata.tcp_eff_send_mss_netif.str1.4 + 0x000000003f40870c 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408733 0x1 + .rodata.tcp_pcb_remove.str1.4 + 0x000000003f408734 0x87 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f4087bb 0x1 + .rodata.tcp_abandon.str1.4 + 0x000000003f4087bc 0x31 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f4087ed 0x3 + .rodata.tcp_accept_null.str1.4 + 0x000000003f4087f0 0x1d esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40880d 0x3 + .rodata.tcp_netif_ip_addr_changed_pcblist.str1.4 + 0x000000003f408810 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_close_shutdown.str1.4 + 0x000000003f408844 0x39 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40887d 0x3 + .rodata.tcp_slowtmr.str1.4 + 0x000000003f408880 0x1ca esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408a4a 0x2 + .rodata.__func__$7831 + 0x000000003f408a4c 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408a6e 0x2 + .rodata.__func__$7824 + 0x000000003f408a70 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408a87 0x1 + .rodata.__func__$7816 + 0x000000003f408a88 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408a95 0x3 + .rodata.__func__$7808 + 0x000000003f408a98 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408aa7 0x1 + .rodata.__func__$7800 + 0x000000003f408aa8 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408ab1 0x3 + .rodata.__func__$7789 + 0x000000003f408ab4 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7784 + 0x000000003f408abc 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408ac5 0x3 + .rodata.__func__$7779 + 0x000000003f408ac8 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408ad1 0x3 + .rodata.__func__$7687 + 0x000000003f408ad4 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408ae1 0x3 + .rodata.__func__$7631 + 0x000000003f408ae4 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7584 + 0x000000003f408af0 0xb esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408afb 0x1 + .rodata.__func__$7576 + 0x000000003f408afc 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408b13 0x1 + .rodata.__func__$7551 + 0x000000003f408b14 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7571 + 0x000000003f408b24 0x20 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7515 + 0x000000003f408b44 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7489 + 0x000000003f408b50 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408b67 0x1 + .rodata.__func__$7438 + 0x000000003f408b68 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7447 + 0x000000003f408b78 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7455 + 0x000000003f408b8c 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408b9e 0x2 + .rodata.__func__$7471 + 0x000000003f408ba0 0x13 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408bb3 0x1 + .rodata.__func__$7466 + 0x000000003f408bb4 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408bc9 0x3 + .rodata.__func__$7462 + 0x000000003f408bcc 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$7434 + 0x000000003f408be0 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408be9 0x3 + .rodata.tcp_pcb_lists + 0x000000003f408bec 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003f408bec tcp_pcb_lists + .rodata.tcp_persist_backoff + 0x000000003f408bfc 0x7 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408c03 0x1 + .rodata.tcp_backoff + 0x000000003f408c04 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f408c11 0x3 + .rodata.tcp_parseopt.str1.4 + 0x000000003f408c14 0x4e esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f408c62 0x2 + .rodata.tcp_input_delayed_close.str1.4 + 0x000000003f408c64 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f408c89 0x3 + .rodata.tcp_timewait_input.str1.4 + 0x000000003f408c8c 0x20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_listen_input.str1.4 + 0x000000003f408cac 0x1e esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f408cca 0x2 + .rodata.tcp_oos_insert_segment.str1.4 + 0x000000003f408ccc 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f408cf1 0x3 + .rodata.tcp_free_acked_segments.str1.4 + 0x000000003f408cf4 0x48 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_receive.str1.4 + 0x000000003f408d3c 0x131 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f408e6d 0x3 + .rodata.tcp_process.str1.4 + 0x000000003f408e70 0x86 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f408ef6 0x2 + .rodata.tcp_process + 0x000000003f408ef8 0x28 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_input.str1.4 + 0x000000003f408f20 0x172 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f409092 0x2 + .rodata.__func__$7513 + 0x000000003f409094 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$7560 + 0x000000003f4090ac 0x17 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f4090c3 0x1 + .rodata.__func__$7572 + 0x000000003f4090c4 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$7582 + 0x000000003f4090dc 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$7532 + 0x000000003f4090e8 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$7625 + 0x000000003f4090f4 0xd esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f409101 0x3 + .rodata.__func__$7520 + 0x000000003f409104 0x11 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f409115 0x3 + .rodata.__func__$7525 + 0x000000003f409118 0x13 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40912b 0x1 + .rodata.__func__$7492 + 0x000000003f40912c 0xa esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f409136 0x2 + .rodata.tcp_write_checks.str1.4 + 0x000000003f409138 0xc2 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4091fa 0x2 + .rodata.tcp_output_segment_busy.str1.4 + 0x000000003f4091fc 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f409221 0x3 + .rodata.tcp_output_fill_options.str1.4 + 0x000000003f409224 0x3b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40925f 0x1 + .rodata.tcp_pbuf_prealloc.str1.4 + 0x000000003f409260 0x58 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_create_segment.str1.4 + 0x000000003f4092b8 0x59 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f409311 0x3 + .rodata.tcp_output_alloc_header_common.str1.4 + 0x000000003f409314 0x2e esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f409342 0x2 + .rodata.tcp_output_alloc_header.str1.4 + 0x000000003f409344 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f409369 0x3 + .rodata.tcp_output_segment.str1.4 + 0x000000003f40936c 0x62 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4093ce 0x2 + .rodata.tcp_output_control_segment.str1.4 + 0x000000003f4093d0 0x29 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4093f9 0x3 + .rodata.tcp_write.str1.4 + 0x000000003f4093fc 0xfa esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4094f6 0x2 + .rodata.tcp_split_unsent_seg.str1.4 + 0x000000003f4094f8 0x66 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40955e 0x2 + .rodata.tcp_enqueue_flags.str1.4 + 0x000000003f409560 0x120 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_send_fin.str1.4 + 0x000000003f409680 0x1a esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40969a 0x2 + .rodata.tcp_rexmit_rto_prepare.str1.4 + 0x000000003f40969c 0x24 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit.str1.4 + 0x000000003f4096c0 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit_fast.str1.4 + 0x000000003f4096d8 0x1d esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4096f5 0x3 + .rodata.tcp_rst.str1.4 + 0x000000003f4096f8 0x37 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40972f 0x1 + .rodata.tcp_send_empty_ack.str1.4 + 0x000000003f409730 0x20 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output.str1.4 + 0x000000003f409750 0x57 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4097a7 0x1 + .rodata.tcp_rexmit_rto_commit.str1.4 + 0x000000003f4097a8 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4097cb 0x1 + .rodata.tcp_rexmit_rto.str1.4 + 0x000000003f4097cc 0x1c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_keepalive.str1.4 + 0x000000003f4097e8 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f409803 0x1 + .rodata.tcp_zero_window_probe.str1.4 + 0x000000003f409804 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f409827 0x1 + .rodata.__func__$7686 + 0x000000003f409828 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40983e 0x2 + .rodata.__func__$7674 + 0x000000003f409840 0xe esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40984e 0x2 + .rodata.__func__$7623 + 0x000000003f409850 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$7667 + 0x000000003f409868 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40987b 0x1 + .rodata.__func__$7642 + 0x000000003f40987c 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f409897 0x1 + .rodata.__func__$7633 + 0x000000003f409898 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$7615 + 0x000000003f4098b0 0x1f esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4098cf 0x1 + .rodata.__func__$7658 + 0x000000003f4098d0 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$7602 + 0x000000003f4098d8 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$7595 + 0x000000003f4098e8 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4098f3 0x1 + .rodata.__func__$7589 + 0x000000003f4098f4 0xf esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f409903 0x1 + .rodata.__func__$7585 + 0x000000003f409904 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40991a 0x2 + .rodata.__func__$7578 + 0x000000003f40991c 0x17 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f409933 0x1 + .rodata.__func__$7563 + 0x000000003f409934 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$7572 + 0x000000003f40994c 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40995f 0x1 + .rodata.__func__$7547 + 0x000000003f409960 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40996b 0x1 + .rodata.__func__$7533 + 0x000000003f40996c 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40997e 0x2 + .rodata.__func__$7520 + 0x000000003f409980 0xd esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40998d 0x3 + .rodata.__func__$7515 + 0x000000003f409990 0x15 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4099a5 0x3 + .rodata.__func__$7441 + 0x000000003f4099a8 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4099bb 0x1 + .rodata.__func__$7453 + 0x000000003f4099bc 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4099ce 0x2 + .rodata.__func__$7458 + 0x000000003f4099d0 0x11 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4099e1 0x3 + .rodata.__func__$7484 + 0x000000003f4099e4 0xa esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4099ee 0x2 + .rodata.sys_timeout_abs.str1.4 + 0x000000003f4099f0 0x74 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.sys_timeout.str1.4 + 0x000000003f409a64 0x36 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f409a9a 0x2 + .rodata.sys_timeouts_sleeptime.str1.4 + 0x000000003f409a9c 0x12 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f409aae 0x2 + .rodata.__func__$7738 + 0x000000003f409ab0 0x17 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f409ac7 0x1 + .rodata.__func__$7706 + 0x000000003f409ac8 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.__func__$7676 + 0x000000003f409ad4 0x10 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.lwip_cyclic_timers + 0x000000003f409ae4 0x40 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x000000003f409ae4 lwip_cyclic_timers + .rodata.udp_input_local_match.str1.4 + 0x000000003f409b24 0x79 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f409b9d 0x3 + .rodata.udp_input.str1.4 + 0x000000003f409ba0 0x4f esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f409bef 0x1 + .rodata.udp_sendto_if_src.str1.4 + 0x000000003f409bf0 0x2e esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f409c1e 0x2 + .rodata.__func__$7311 + 0x000000003f409c20 0x12 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f409c32 0x2 + .rodata.__func__$7255 + 0x000000003f409c34 0x16 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f409c4a 0x2 + .rodata.__func__$7268 + 0x000000003f409c4c 0xa esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f409c56 0x2 + .rodata.dhcp_option_short.str1.4 + 0x000000003f409c58 0x71 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409cc9 0x3 + .rodata.dhcp_option.str1.4 + 0x000000003f409ccc 0x42 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409d0e 0x2 + .rodata.dhcp_option_byte.str1.4 + 0x000000003f409d10 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409d45 0x3 + .rodata.dhcp_option_long.str1.4 + 0x000000003f409d48 0x3a esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409d82 0x2 + .rodata.dhcp_create_msg.str1.4 + 0x000000003f409d84 0x40 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_option_hostname.str1.4 + 0x000000003f409dc4 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_dec_pcb_refcount.str1.4 + 0x000000003f409de0 0x24 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_inc_pcb_refcount.str1.4 + 0x000000003f409e04 0x25 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409e29 0x3 + .rodata.dhcp_parse_reply.str1.4 + 0x000000003f409e2c 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409e3d 0x3 + .rodata.dhcp_parse_reply + 0x000000003f409e40 0xf0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_recv.str1.4 + 0x000000003f409f30 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_set_struct.str1.4 + 0x000000003f409f4c 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x44 (size before relaxing) + .rodata.dhcp_network_changed.str1.4 + 0x000000003f409f80 0x14 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__$7456 + 0x000000003f409f94 0x15 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409fa9 0x3 + .rodata.__func__$7634 + 0x000000003f409fac 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409fbd 0x3 + .rodata.__func__$7654 + 0x000000003f409fc0 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409fca 0x2 + .rodata.__func__$7339 + 0x000000003f409fcc 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409fe2 0x2 + .rodata.__func__$7343 + 0x000000003f409fe4 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f409ffa 0x2 + .rodata.__func__$7432 + 0x000000003f409ffc 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__$7425 + 0x000000003f40a008 0xd esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40a015 0x3 + .rodata.__func__$7421 + 0x000000003f40a018 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__$7573 + 0x000000003f40a028 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40a039 0x3 + .rodata.__func__$7583 + 0x000000003f40a03c 0x15 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40a051 0x3 + .rodata.__func__$7561 + 0x000000003f40a054 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40a065 0x3 + .rodata.__func__$7555 + 0x000000003f40a068 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__$7567 + 0x000000003f40a074 0x12 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f40a086 0x2 + .rodata.__func__$7669 + 0x000000003f40a088 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_discover_request_options + 0x000000003f40a098 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.free_etharp_q.str1.4 + 0x000000003f40a09c 0x51 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40a0ed 0x3 + .rodata.etharp_find_entry.str1.4 + 0x000000003f40a0f0 0x55 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40a145 0x3 + .rodata.etharp_update_arp_entry.str1.4 + 0x000000003f40a148 0x24 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_raw.str1.4 + 0x000000003f40a16c 0x75 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x85 (size before relaxing) + *fill* 0x000000003f40a1e1 0x3 + .rodata.etharp_get_entry.str1.4 + 0x000000003f40a1e4 0x20 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_output_to_arp_index.str1.4 + 0x000000003f40a204 0x30 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_query.str1.4 + 0x000000003f40a234 0x52 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40a286 0x2 + .rodata.__func__$7355 + 0x000000003f40a288 0xd esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40a295 0x3 + .rodata.__func__$7331 + 0x000000003f40a298 0x1b esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40a2b3 0x1 + .rodata.__func__$7340 + 0x000000003f40a2b4 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40a2c2 0x2 + .rodata.__func__$7380 + 0x000000003f40a2c4 0xb esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40a2cf 0x1 + .rodata.__func__$7285 + 0x000000003f40a2d0 0x18 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__$7274 + 0x000000003f40a2e8 0x12 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40a2fa 0x2 + .rodata.__func__$7245 + 0x000000003f40a2fc 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f40a30a 0x2 + .rodata.icmp_send_response.str1.4 + 0x000000003f40a30c 0x61 esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f40a36d 0x3 + .rodata.icmp_input.str1.4 + 0x000000003f40a370 0x6a esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f40a3da 0x2 + .rodata.__func__$7145 + 0x000000003f40a3dc 0x13 esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f40a3ef 0x1 + .rodata.__func__$7127 + 0x000000003f40a3f0 0xb esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f40a3fb 0x1 + .rodata.igmp_send.str1.4 + 0x000000003f40a3fc 0x71 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f40a46d 0x3 + .rodata.igmp_lookup_group.str1.4 + 0x000000003f40a470 0x75 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f40a4e5 0x3 + .rodata.__func__$7295 + 0x000000003f40a4e8 0xa esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f40a4f2 0x2 + .rodata.__func__$7197 + 0x000000003f40a4f4 0x12 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f40a506 0x2 + .rodata.ip4_output_if_opt_src.str1.4 + 0x000000003f40a508 0x6d esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x000000003f40a575 0x3 + .rodata.__func__$7728 + 0x000000003f40a578 0x16 esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x000000003f40a58e 0x2 + .rodata.ip4addr_aton.str1.4 + 0x000000003f40a590 0x45 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + *fill* 0x000000003f40a5d5 0x3 + .rodata.ip4addr_aton + 0x000000003f40a5d8 0x14 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .rodata.__func__$6621 + 0x000000003f40a5ec 0xd esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + *fill* 0x000000003f40a5f9 0x3 + .rodata.ip_addr_broadcast + 0x000000003f40a5fc 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x000000003f40a5fc ip_addr_broadcast + .rodata.ip_addr_any + 0x000000003f40a614 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x000000003f40a614 ip_addr_any + .rodata.ip4_frag.str1.4 + 0x000000003f40a62c 0x59 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + *fill* 0x000000003f40a685 0x3 + .rodata.__func__$7120 + 0x000000003f40a688 0x9 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + *fill* 0x000000003f40a691 0x3 + .rodata.icmp6_send_response_with_addrs_and_netif.str1.4 + 0x000000003f40a694 0x62 esp-idf/lwip/liblwip.a(icmp6.c.obj) + *fill* 0x000000003f40a6f6 0x2 + .rodata.icmp6_send_response.str1.4 + 0x000000003f40a6f8 0x24 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.__func__$7235 + 0x000000003f40a71c 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) + *fill* 0x000000003f40a745 0x3 + .rodata.__func__$7209 + 0x000000003f40a748 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.ip6_output_if_src.str1.4 + 0x000000003f40a75c 0x62 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x6e (size before relaxing) + *fill* 0x000000003f40a7be 0x2 + .rodata.__func__$7520 + 0x000000003f40a7c0 0x12 esp-idf/lwip/liblwip.a(ip6.c.obj) + *fill* 0x000000003f40a7d2 0x2 + .rodata.ip6addr_ntoa_r.str1.4 + 0x000000003f40a7d4 0x8 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .rodata.ip6_addr_any + 0x000000003f40a7dc 0x18 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x000000003f40a7dc ip6_addr_any + .rodata.ip6_frag.str1.4 + 0x000000003f40a7f4 0x51 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x74 (size before relaxing) + *fill* 0x000000003f40a845 0x3 + .rodata.__func__$7086 + 0x000000003f40a848 0x9 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + *fill* 0x000000003f40a851 0x3 + .rodata.nd6_process_autoconfig_prefix.str1.4 + 0x000000003f40a854 0x48 esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.nd6_free_q.str1.4 + 0x000000003f40a89c 0xd esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x29 (size before relaxing) + *fill* 0x000000003f40a8a9 0x3 + .rodata.nd6_send_na.str1.4 + 0x000000003f40a8ac 0x1b esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.nd6_get_next_hop_entry.str1.4 + 0x000000003f40a8c7 0xe esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.nd6_set_cb.str1.4 + 0x000000003f40a8c7 0xe esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40a8c7 0x1 + .rodata.nd6_tmr + 0x000000003f40a8c8 0x18 esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.nd6_find_route.str1.4 + 0x000000003f40a8e0 0x2b esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40a90b 0x1 + .rodata.__func__$7663 + 0x000000003f40a90c 0x17 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40a923 0x1 + .rodata.__func__$7622 + 0x000000003f40a924 0xf esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40a933 0x1 + .rodata.__func__$7447 + 0x000000003f40a934 0xb esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40a93f 0x1 + .rodata.__func__$7684 + 0x000000003f40a940 0xb esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40a94b 0x1 + .rodata.__func__$7373 + 0x000000003f40a94c 0x1e esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f40a96a 0x2 + .rodata.__func__$7502 + 0x000000003f40a96c 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.__func__$7515 + 0x000000003f40a978 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.ethernet_output.str1.4 + 0x000000003f40a984 0x69 esp-idf/lwip/liblwip.a(ethernet.c.obj) + *fill* 0x000000003f40a9ed 0x3 + .rodata.__func__$7077 + 0x000000003f40a9f0 0x10 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .rodata.ethzero + 0x000000003f40aa00 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x000000003f40aa00 ethzero + *fill* 0x000000003f40aa06 0x2 + .rodata.ethbroadcast + 0x000000003f40aa08 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x000000003f40aa08 ethbroadcast + *fill* 0x000000003f40aa0e 0x2 + .rodata.sys_mutex_lock.str1.4 + 0x000000003f40aa10 0x56 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40aa66 0x2 + .rodata.sys_mutex_unlock.str1.4 + 0x000000003f40aa68 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40aa81 0x3 + .rodata.sys_sem_new.str1.4 + 0x000000003f40aa84 0x49 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40aacd 0x3 + .rodata.sys_sem_signal.str1.4 + 0x000000003f40aad0 0x22 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40aaf2 0x2 + .rodata.sys_arch_sem_wait.str1.4 + 0x000000003f40aaf4 0x18 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_mbox_post.str1.4 + 0x000000003f40ab0c 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40ab1d 0x3 + .rodata.sys_arch_mbox_fetch.str1.4 + 0x000000003f40ab20 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40ab32 0x2 + .rodata.sys_mbox_free.str1.4 + 0x000000003f40ab34 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40ab4a 0x2 + .rodata.sys_init.str1.4 + 0x000000003f40ab4c 0x50 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_thread_sem_init.str1.4 + 0x000000003f40ab9c 0x36 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40abd2 0x2 + .rodata.__func__$6592 + 0x000000003f40abd4 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40abe2 0x2 + .rodata.__func__$6583 + 0x000000003f40abe4 0x17 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40abfb 0x1 + .rodata.__func__$6575 + 0x000000003f40abfc 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__$6555 + 0x000000003f40ac10 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40ac1e 0x2 + .rodata.__func__$6541 + 0x000000003f40ac20 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40ac32 0x2 + .rodata.__func__$6531 + 0x000000003f40ac34 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40ac43 0x1 + .rodata.__func__$6525 + 0x000000003f40ac44 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__$6517 + 0x000000003f40ac50 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40ac61 0x3 + .rodata.__func__$6512 + 0x000000003f40ac64 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f40ac73 0x1 + .rodata.wlanif_init.str1.4 + 0x000000003f40ac74 0x35 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x52 (size before relaxing) + *fill* 0x000000003f40aca9 0x3 + .rodata.__func__$9248 + 0x000000003f40acac 0xc esp-idf/lwip/liblwip.a(wlanif.c.obj) + .rodata.esp_vfs_lwip_sockets_register.str1.4 + 0x000000003f40acb8 0x75 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + *fill* 0x000000003f40ad2d 0x3 + .rodata.__func__$7576 + 0x000000003f40ad30 0x1e esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + *fill* 0x000000003f40ad4e 0x2 + .rodata.kill_oldest_dhcps_pool.str1.4 + 0x000000003f40ad50 0x5d esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000003f40adad 0x3 + .rodata.dhcps_option_info + 0x000000003f40adb0 0xd0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .rodata.dhcps_set_option_info + 0x000000003f40ae80 0xd0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .rodata.dhcps_start.str1.4 + 0x000000003f40af50 0x24 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .rodata.dhcps_stop.str1.4 + 0x000000003f40af74 0x1c esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .rodata.__func__$8620 + 0x000000003f40af90 0x17 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000003f40afa7 0x1 + .rodata.magic_cookie + 0x000000003f40afa8 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .rodata.netconn_new_with_proto_and_callback.str1.4 + 0x000000003f40afac 0x91 esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40b03d 0x3 + .rodata.netconn_write_vectors_partly.str1.4 + 0x000000003f40b040 0x23 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.netconn_recv_data.str1.4 + 0x000000003f40b063 0xc esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40b063 0x1 + .rodata.__func__$8160 + 0x000000003f40b064 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40b081 0x3 + .rodata.__func__$8075 + 0x000000003f40b084 0x12 esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f40b096 0x2 + .rodata.__func__$8008 + 0x000000003f40b098 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.lwip_netconn_err_to_msg.str1.4 + 0x000000003f40b0bc 0x42 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b0fe 0x2 + .rodata.err_tcp.str1.4 + 0x000000003f40b100 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b162 0x2 + .rodata.recv_udp.str1.4 + 0x000000003f40b164 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b1c6 0x2 + .rodata.pcb_new.str1.4 + 0x000000003f40b1c8 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b1e7 0x1 + .rodata.lwip_netconn_do_connected.str1.4 + 0x000000003f40b1e8 0x7d esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b265 0x3 + .rodata.lwip_netconn_do_writemore.str1.4 + 0x000000003f40b268 0xab esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b313 0x1 + .rodata.lwip_netconn_do_close_internal.str1.4 + 0x000000003f40b314 0x9a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b3ae 0x2 + .rodata.recv_tcp.str1.4 + 0x000000003f40b3b0 0x7a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b42a 0x2 + .rodata.lwip_netconn_is_err_msg.str1.4 + 0x000000003f40b42c 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.netconn_alloc.str1.4 + 0x000000003f40b438 0x26 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b45e 0x2 + .rodata.netconn_free.str1.4 + 0x000000003f40b460 0xa8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.netconn_drain.str1.4 + 0x000000003f40b508 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b51e 0x2 + .rodata.accept_function.str1.4 + 0x000000003f40b520 0x27 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b547 0x1 + .rodata.lwip_netconn_do_delconn.str1.4 + 0x000000003f40b548 0x4f esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_listen.str1.4 + 0x000000003f40b597 0x2d esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b597 0x1 + .rodata.lwip_netconn_do_write.str1.4 + 0x000000003f40b598 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_getaddr.str1.4 + 0x000000003f40b5ac 0x15 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b5c1 0x3 + .rodata.lwip_netconn_do_close.str1.4 + 0x000000003f40b5c4 0x24 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$8226 + 0x000000003f40b5e8 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b5fe 0x2 + .rodata.__func__$8219 + 0x000000003f40b600 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$8209 + 0x000000003f40b618 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b62e 0x2 + .rodata.__func__$8027 + 0x000000003f40b630 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$8163 + 0x000000003f40b640 0x17 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b657 0x1 + .rodata.__func__$8140 + 0x000000003f40b658 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b672 0x2 + .rodata.__func__$8104 + 0x000000003f40b674 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$8065 + 0x000000003f40b68c 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b69a 0x2 + .rodata.__func__$8060 + 0x000000003f40b69c 0xd esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b6a9 0x3 + .rodata.__func__$8055 + 0x000000003f40b6ac 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b6ba 0x2 + .rodata.__func__$7990 + 0x000000003f40b6bc 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b6c5 0x3 + .rodata.__func__$8004 + 0x000000003f40b6c8 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b6d1 0x3 + .rodata.__func__$8096 + 0x000000003f40b6d4 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b6f3 0x1 + .rodata.__func__$8197 + 0x000000003f40b6f4 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b70e 0x2 + .rodata.__func__$7997 + 0x000000003f40b710 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b719 0x3 + .rodata.__func__$7948 + 0x000000003f40b71c 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$8013 + 0x000000003f40b734 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$7978 + 0x000000003f40b73c 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f40b745 0x3 + .rodata.__func__$8033 + 0x000000003f40b748 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$7953 + 0x000000003f40b750 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.netconn_closed + 0x000000003f40b768 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40b768 netconn_closed + .rodata.netconn_reset + 0x000000003f40b769 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40b769 netconn_reset + .rodata.netconn_aborted + 0x000000003f40b76a 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40b76a netconn_aborted + .rodata.netconn_deleted + 0x000000003f40b76b 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f40b76b netconn_deleted + .rodata.err_to_errno_table + 0x000000003f40b76c 0x44 esp-idf/lwip/liblwip.a(err.c.obj) + .rodata.netbuf_alloc.str1.4 + 0x000000003f40b7b0 0x55 esp-idf/lwip/liblwip.a(netbuf.c.obj) + *fill* 0x000000003f40b805 0x3 + .rodata.__func__$6658 + 0x000000003f40b808 0xd esp-idf/lwip/liblwip.a(netbuf.c.obj) + *fill* 0x000000003f40b815 0x3 + .rodata.GPIO_PIN_MUX_REG + 0x000000003f40b818 0xa0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x000000003f40b818 GPIO_PIN_MUX_REG + .rodata.rtc_io_desc + 0x000000003f40b8b8 0x3f0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + 0x000000003f40b8b8 rtc_io_desc + .rodata.rtc_io_num_map + 0x000000003f40bca8 0xa0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + 0x000000003f40bca8 rtc_io_num_map + .rodata.uart_periph_signal + 0x000000003f40bd48 0x24 esp-idf/soc/libsoc.a(uart_periph.c.obj) + 0x000000003f40bd48 uart_periph_signal + .rodata.prvReturnItemByteBuf.str1.4 + 0x000000003f40bd6c 0x87 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40bdf3 0x1 + .rodata.prvGetItemByteBuf.str1.4 + 0x000000003f40bdf4 0x127 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40bf1b 0x1 + .rodata.prvCheckItemFitsByteBuffer.str1.4 + 0x000000003f40bf1c 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40bf82 0x2 + .rodata.prvReturnItemDefault.str1.4 + 0x000000003f40bf84 0x165 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c0e9 0x3 + .rodata.prvGetItemDefault.str1.4 + 0x000000003f40c0ec 0x186 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c272 0x2 + .rodata.prvAcquireItemNoSplit.str1.4 + 0x000000003f40c274 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvSendItemDoneNoSplit.str1.4 + 0x000000003f40c2d8 0x7e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c356 0x2 + .rodata.prvGetFreeSize.str1.4 + 0x000000003f40c358 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvInitializeNewRingbuffer.str1.4 + 0x000000003f40c377 0x45 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c377 0x1 + .rodata.prvReceiveGeneric.str1.4 + 0x000000003f40c378 0x35 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c3ad 0x3 + .rodata.xRingbufferCreate.str1.4 + 0x000000003f40c3b0 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c3df 0x1 + .rodata.xRingbufferSendAcquire.str1.4 + 0x000000003f40c3e0 0x95 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c475 0x3 + .rodata.xRingbufferSendComplete.str1.4 + 0x000000003f40c478 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c48e 0x2 + .rodata.xRingbufferSend.str1.4 + 0x000000003f40c490 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5810 + 0x000000003f40c4b8 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c4d2 0x2 + .rodata.__func__$5805 + 0x000000003f40c4d4 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c4e6 0x2 + .rodata.__func__$5800 + 0x000000003f40c4e8 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c505 0x3 + .rodata.__func__$5793 + 0x000000003f40c508 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c51e 0x2 + .rodata.__func__$5658 + 0x000000003f40c520 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c539 0x3 + .rodata.__func__$5739 + 0x000000003f40c53c 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c556 0x2 + .rodata.__func__$5644 + 0x000000003f40c558 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c56a 0x2 + .rodata.__func__$5731 + 0x000000003f40c56c 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c57f 0x1 + .rodata.__func__$5722 + 0x000000003f40c580 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c597 0x1 + .rodata.__func__$5707 + 0x000000003f40c598 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5525 + 0x000000003f40c5a8 0xf esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c5b7 0x1 + .rodata.__func__$4452 + 0x000000003f40c5b8 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5530 + 0x000000003f40c5cc 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5551 + 0x000000003f40c5e4 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c5fb 0x1 + .rodata.__func__$5543 + 0x000000003f40c5fc 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c612 0x2 + .rodata.__func__$5590 + 0x000000003f40c614 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c626 0x2 + .rodata.__func__$5604 + 0x000000003f40c628 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c63d 0x3 + .rodata.__func__$5570 + 0x000000003f40c640 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c656 0x2 + .rodata.__func__$5536 + 0x000000003f40c658 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c673 0x1 + .rodata.__func__$5578 + 0x000000003f40c674 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c687 0x1 + .rodata.__func__$5598 + 0x000000003f40c688 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c69a 0x2 + .rodata.__func__$5614 + 0x000000003f40c69c 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c6b1 0x3 + .rodata.__func__$5663 + 0x000000003f40c6b4 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f40c6c6 0x2 + .rodata.str1.4 + 0x000000003f40c6c8 0x49 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + *fill* 0x000000003f40c711 0x3 + .rodata.esp_crosscore_int_init.str1.4 + 0x000000003f40c714 0xe esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + *fill* 0x000000003f40c722 0x2 + .rodata.__func__$6840 + 0x000000003f40c724 0x17 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + *fill* 0x000000003f40c73b 0x1 + .rodata.__func__$6835 + 0x000000003f40c73c 0x17 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + *fill* 0x000000003f40c753 0x1 + .rodata.task_wdt_isr.str1.4 + 0x000000003f40c754 0x13d esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + *fill* 0x000000003f40c891 0x3 + .rodata.esp_task_wdt_init.str1.4 + 0x000000003f40c894 0x90 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .rodata.esp_task_wdt_add.str1.4 + 0x000000003f40c924 0x39 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + *fill* 0x000000003f40c95d 0x3 + .rodata.__func__$6762 + 0x000000003f40c960 0x11 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + *fill* 0x000000003f40c971 0x3 + .rodata.__func__$6745 + 0x000000003f40c974 0x12 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + *fill* 0x000000003f40c986 0x2 + .rodata.btdm_sleep_enter_phase1_wrapper.str1.4 + 0x000000003f40c988 0x5c esp-idf/bt/libbt.a(bt.c.obj) + .rodata.esp_bt_controller_mem_release.str1.4 + 0x000000003f40c9e4 0x5f esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000003f40ca43 0x1 + .rodata.esp_bt_controller_init.str1.4 + 0x000000003f40ca44 0x32 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000003f40ca76 0x2 + .rodata.__func__$7780 + 0x000000003f40ca78 0x20 esp-idf/bt/libbt.a(bt.c.obj) + .rodata.__func__$7926 + 0x000000003f40ca98 0x17 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000003f40caaf 0x1 + .rodata.__func__$7900 + 0x000000003f40cab0 0x1e esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000003f40cace 0x2 + .rodata.osi_funcs_ro + 0x000000003f40cad0 0xf4 esp-idf/bt/libbt.a(bt.c.obj) + .rodata 0x000000003f40cbc4 0x24 esp-idf/at/libat.a(at_default_config.c.obj) + .rodata.esp_at_get_ota_token_by_id.str1.4 + 0x000000003f40cbe8 0x8 esp-idf/at/libat.a(at_default_config.c.obj) + .rodata.esp_at_factory_parameter_init.str1.4 + 0x000000003f40cbf0 0x99 esp-idf/at/libat.a(at_default_config.c.obj) + 0xb9 (size before relaxing) + *fill* 0x000000003f40cc89 0x3 + .rodata.__func__$9368 + 0x000000003f40cc8c 0x1e esp-idf/at/libat.a(at_default_config.c.obj) + *fill* 0x000000003f40ccaa 0x2 + .rodata.str1.4 + 0x000000003f40ccac 0x15d esp-idf/at/libat.a(at_default_config.c.obj) + *fill* 0x000000003f40ce09 0x3 + .rodata.esp_at_module_info + 0x000000003f40ce0c 0x6c esp-idf/at/libat.a(at_default_config.c.obj) + .rodata.at_query_cmd_userdocs.str1.4 + 0x000000003f40ce78 0x76 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x7a (size before relaxing) + *fill* 0x000000003f40ceee 0x2 + .rodata.at_query_cmd_userram.str1.4 + 0x000000003f40cef0 0x8 esp-idf/at/libat.a(at_user_cmd.c.obj) + .rodata.at_setup_cmd_userota.str1.4 + 0x000000003f40cef8 0x3d esp-idf/at/libat.a(at_user_cmd.c.obj) + *fill* 0x000000003f40cf35 0x3 + .rodata._http_event_handler.str1.4 + 0x000000003f40cf38 0xfa esp-idf/at/libat.a(at_user_cmd.c.obj) + *fill* 0x000000003f40d032 0x2 + .rodata._http_event_handler + 0x000000003f40d034 0x1c esp-idf/at/libat.a(at_user_cmd.c.obj) + .rodata.at_setup_cmd_userram.str1.4 + 0x000000003f40d050 0x3b esp-idf/at/libat.a(at_user_cmd.c.obj) + *fill* 0x000000003f40d08b 0x1 + .rodata.at_setup_cmd_userram + 0x000000003f40d08c 0x14 esp-idf/at/libat.a(at_user_cmd.c.obj) + .rodata.str1.4 + 0x000000003f40d0a0 0x22 esp-idf/at/libat.a(at_user_cmd.c.obj) + *fill* 0x000000003f40d0c2 0x2 + .rodata.s_at_user_cmd + 0x000000003f40d0c4 0x3c esp-idf/at/libat.a(at_user_cmd.c.obj) + .rodata.at_partition_verify.str1.4 + 0x000000003f40d100 0x50 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .rodata.at_queryCmdCipupgrade.str1.4 + 0x000000003f40d150 0x8 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .rodata.esp_at_ota_timeout_callback.str1.4 + 0x000000003f40d150 0xe esp-idf/at/libat.a(at_ota_cmd.c.obj) + *fill* 0x000000003f40d15e 0x2 + .rodata.esp_at_upgrade_process.str1.4 + 0x000000003f40d160 0x6ab esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x6e3 (size before relaxing) + *fill* 0x000000003f40d80b 0x1 + .rodata.at_exeCmdCipupgrade.str1.4 + 0x000000003f40d80c 0x10 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .rodata.at_setupCmdCipupgrade.str1.4 + 0x000000003f40d81c 0x7 esp-idf/at/libat.a(at_ota_cmd.c.obj) + *fill* 0x000000003f40d823 0x1 + .rodata.non_blocking_upgrade_task.str1.4 + 0x000000003f40d824 0x10 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .rodata.str1.4 + 0x000000003f40d834 0x9d esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0xae (size before relaxing) + *fill* 0x000000003f40d8d1 0x3 + .rodata.s_at_partition_sig + 0x000000003f40d8d4 0xf0 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .rodata.str1.4 + 0x000000003f40d9c4 0xa esp-idf/at/libat.a(at_fact_cmd.c.obj) + *fill* 0x000000003f40d9ce 0x2 + .rodata.at_setup_cmd_sysreg.str1.4 + 0x000000003f40d9d0 0xa ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x000000003f40d9da 0x2 + .rodata.at_setup_cmd_sleepwkcfg.str1.4 + 0x000000003f40d9dc 0x4c ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .rodata.at_query_cmd_rfpower.str1.4 + 0x000000003f40da28 0x11 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x1c (size before relaxing) + *fill* 0x000000003f40da39 0x3 + .rodata.at_setup_cmd_rfpower.str1.4 + 0x000000003f40da3c 0x4e ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x000000003f40da8a 0x2 + .rodata.at_query_cmd_sysram.str1.4 + 0x000000003f40da8c 0x9 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x000000003f40da95 0x3 + .rodata.at_setup_cmd_sleep.str1.4 + 0x000000003f40da98 0x3f ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x000000003f40dad7 0x1 + .rodata.at_query_cmd_systimestamp.str1.4 + 0x000000003f40dad8 0x7 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x000000003f40dadf 0x1 + .rodata.at_query_cmd_cmd.str1.4 + 0x000000003f40dae0 0x1b ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x1f (size before relaxing) + *fill* 0x000000003f40dafb 0x1 + .rodata.at_exe_cmd_gmr.str1.4 + 0x000000003f40dafc 0x5d ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x69 (size before relaxing) + *fill* 0x000000003f40db59 0x3 + .rodata.at_nvm_init_base.str1.4 + 0x000000003f40db5c 0x13 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .rodata.at_query_cmd_sysmsg.str1.4 + 0x000000003f40db6f 0x13 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x6 (size before relaxing) + *fill* 0x000000003f40db6f 0x1 + .rodata.str1.4 + 0x000000003f40db70 0xc0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .rodata.esp_at_base_cmd + 0x000000003f40dc30 0x1a4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .rodata.at_deinit_ble.str1.4 + 0x000000003f40ddd4 0xe ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40dde2 0x2 + .rodata.get_gatts_conn_index_by_addr.str1.4 + 0x000000003f40dde4 0x53 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40de37 0x1 + .rodata.creat_gatts_char_database.str1.4 + 0x000000003f40de38 0x90 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.delete_node_from_conn_list.str1.4 + 0x000000003f40dec8 0x8c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.add_node_to_conn_list.str1.4 + 0x000000003f40df54 0x83 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40dfd7 0x1 + .rodata.at_queryCmdBleGattsSrv.str1.4 + 0x000000003f40dfd8 0x25 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x39 (size before relaxing) + *fill* 0x000000003f40dffd 0x3 + .rodata.at_queryCmdBleGattsChar.str1.4 + 0x000000003f40e000 0x36 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x3b (size before relaxing) + *fill* 0x000000003f40e036 0x2 + .rodata.at_queryCmdBleConnParam.str1.4 + 0x000000003f40e038 0x17 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e04f 0x1 + .rodata.at_queryCmdBleConn.str1.4 + 0x000000003f40e050 0x30 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_queryCmdBleCfgMtu.str1.4 + 0x000000003f40e080 0xb ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e08b 0x1 + .rodata.at_setupCmdBleGattcChar.str1.4 + 0x000000003f40e08c 0x48 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_queryBleSecParam.str1.4 + 0x000000003f40e0d4 0x16 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e0ea 0x2 + .rodata.at_queryBleSetKey.str1.4 + 0x000000003f40e0ec 0x7 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e0f3 0x1 + .rodata.gap_event_handler.str1.4 + 0x000000003f40e0f4 0x112 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e206 0x2 + .rodata.gap_event_handler + 0x000000003f40e208 0x3c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_gattc_search_cmpl_event_handler.str1.4 + 0x000000003f40e244 0x3a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e27e 0x2 + .rodata.at_gatts_connection_event_handler.str1.4 + 0x000000003f40e280 0xde ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e35e 0x2 + .rodata.at_gatts_disconnection_event_handler.str1.4 + 0x000000003f40e360 0x61 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e3c1 0x3 + .rodata.gatts_profile_event_handler.str1.4 + 0x000000003f40e3c4 0xdf ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e4a3 0x1 + .rodata.gatts_profile_event_handler + 0x000000003f40e4a4 0x60 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_free_gattc_param.str1.4 + 0x000000003f40e504 0x2b ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e52f 0x1 + .rodata.at_gattc_connection_event_handler.str1.4 + 0x000000003f40e530 0x61 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e591 0x3 + .rodata.gattc_profile_c_event_handler.str1.4 + 0x000000003f40e594 0x7a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e60e 0x2 + .rodata.gattc_profile_c_event_handler + 0x000000003f40e610 0x9c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.gattc_profile_b_event_handler + 0x000000003f40e6ac 0x9c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.gattc_profile_a_event_handler + 0x000000003f40e748 0x9c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_queryCmdBleAddr.str1.4 + 0x000000003f40e7e4 0x23 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e807 0x1 + .rodata.at_queryCmdBleName.str1.4 + 0x000000003f40e808 0x18 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_queryCmdBleAdvParam.str1.4 + 0x000000003f40e820 0x38 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_queryCmdBleAdvData.str1.4 + 0x000000003f40e858 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x18 (size before relaxing) + .rodata.at_queryCmdBleAdvDataEx.str1.4 + 0x000000003f40e860 0x15 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e875 0x3 + .rodata.at_queryCmdBLeScanParam.str1.4 + 0x000000003f40e878 0x12 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e88a 0x2 + .rodata 0x000000003f40e88c 0x3c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.get_gatts_attr_db.str1.4 + 0x000000003f40e8c8 0x9 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.get_gatts_srv_json.str1.4 + 0x000000003f40e8c8 0x70 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x78 (size before relaxing) + .rodata.at_setupCmdBleConn.str1.4 + 0x000000003f40e938 0x34 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_setupCmdBleGattsNtfy.str1.4 + 0x000000003f40e96c 0x34 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x2 (size before relaxing) + .rodata.at_setupCmdBleCfgMtu.str1.4 + 0x000000003f40e96c 0x3e ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40e9aa 0x2 + .rodata.at_setupCmdBleGattcPrimSrv.str1.4 + 0x000000003f40e9ac 0x13e ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x146 (size before relaxing) + *fill* 0x000000003f40eaea 0x2 + .rodata.at_setupCmdBleGattcInclSrv.str1.4 + 0x000000003f40eaec 0xa3 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40eb8f 0x1 + .rodata.esp_gap_cb.str1.4 + 0x000000003f40eb90 0x32 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x3a (size before relaxing) + *fill* 0x000000003f40ebc2 0x2 + .rodata.esp_gap_cb + 0x000000003f40ebc4 0x48 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_queryCmdBleInit.str1.4 + 0x000000003f40ec0c 0x7 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xf (size before relaxing) + *fill* 0x000000003f40ec13 0x1 + .rodata.at_setupCmdBleInit.str1.4 + 0x000000003f40ec14 0xa8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_ble_conn_cb_init.str1.4 + 0x000000003f40ecbc 0x15 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ecd1 0x3 + .rodata.__func__$17705 + 0x000000003f40ecd4 0x1b ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ecef 0x1 + .rodata.__func__$17635 + 0x000000003f40ecf0 0x1b ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ed0b 0x1 + .rodata.__func__$16755 + 0x000000003f40ed0c 0x16 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ed22 0x2 + .rodata.__func__$16715 + 0x000000003f40ed24 0xb ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ed2f 0x1 + .rodata.__func__$16807 + 0x000000003f40ed30 0x22 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ed52 0x2 + .rodata.__func__$16766 + 0x000000003f40ed54 0x1b ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ed6f 0x1 + .rodata.__func__$17013 + 0x000000003f40ed70 0x12 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ed82 0x2 + .rodata.__func__$17045 + 0x000000003f40ed84 0x1a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ed9e 0x2 + .rodata.__func__$16974 + 0x000000003f40eda0 0x25 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40edc5 0x3 + .rodata.__func__$17076 + 0x000000003f40edc8 0x22 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40edea 0x2 + .rodata.__func__$17001 + 0x000000003f40edec 0x22 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ee0e 0x2 + .rodata.__func__$16992 + 0x000000003f40ee10 0x20 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.__func__$16983 + 0x000000003f40ee30 0x1d ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40ee4d 0x3 + .rodata.__func__$17101 + 0x000000003f40ee50 0x1c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.str1.4 + 0x000000003f40ee6c 0x231 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000003f40f09d 0x3 + .rodata.esp_at_ble_cmd + 0x000000003f40f0a0 0x30c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .rodata.at_queryBleHidName.str1.4 + 0x000000003f40f3ac 0x18 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_consumer_build_report.str1.4 + 0x000000003f40f3ac 0x33 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f3df 0x1 + .rodata.esp_hidd_profile_init.str1.4 + 0x000000003f40f3e0 0x27 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f407 0x1 + .rodata.hid_gatts_event_handler.str1.4 + 0x000000003f40f408 0x28 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_dev_send_report.str1.4 + 0x000000003f40f430 0x23 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f453 0x1 + .rodata.esp_hidd_send_keyboard_value.str1.4 + 0x000000003f40f454 0x58 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.at_setupBleHidKB.str1.4 + 0x000000003f40f4ac 0x13 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f4bf 0x1 + .rodata.esp_hidd_send_mouse_value.str1.4 + 0x000000003f40f4c0 0x1e ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f4de 0x2 + .rodata.esp_hidd_send_consumer_value.str1.4 + 0x000000003f40f4e0 0x3b ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f51b 0x1 + .rodata.esp_at_hidd_event_callback.str1.4 + 0x000000003f40f51c 0x87 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x8f (size before relaxing) + *fill* 0x000000003f40f5a3 0x1 + .rodata.esp_at_hid_gap_event_handler.str1.4 + 0x000000003f40f5a4 0x6d ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.at_ble_hid_param_init.str1.4 + 0x000000003f40f611 0x10 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f611 0x3 + .rodata.esp_hidd_prf_cb_hdl.str1.4 + 0x000000003f40f614 0x88 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.at_queryBleHidInit.str1.4 + 0x000000003f40f69c 0x8 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.at_setupBleHidInit.str1.4 + 0x000000003f40f69c 0x1c ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x68 (size before relaxing) + .rodata.__func__$14989 + 0x000000003f40f6b8 0x14 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.__func__$14950 + 0x000000003f40f6cc 0x1b ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f6e7 0x1 + .rodata.__func__$15077 + 0x000000003f40f6e8 0x1a ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f702 0x2 + .rodata.__func__$15072 + 0x000000003f40f704 0x14 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.__func__$15034 + 0x000000003f40f718 0x1d ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f735 0x3 + .rodata.str1.4 + 0x000000003f40f738 0x40 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.esp_at_ble_hid_cmd + 0x000000003f40f778 0x64 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hidd_adv_params + 0x000000003f40f7dc 0x20 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hidd_adv_data + 0x000000003f40f7fc 0x2c ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hidd_service_uuid128 + 0x000000003f40f828 0x10 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.bas_att_db + 0x000000003f40f838 0x78 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.char_format_uuid + 0x000000003f40f8b0 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f8b2 0x2 + .rodata.bat_lev_ccc + 0x000000003f40f8b4 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.bat_lev_uuid + 0x000000003f40f8b6 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.battary_svc + 0x000000003f40f8b8 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.char_prop_read_notify + 0x000000003f40f8ba 0x1 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.char_prop_read_write + 0x000000003f40f8bb 0x1 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.char_prop_write_nr + 0x000000003f40f8bc 0x1 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.char_prop_read + 0x000000003f40f8bd 0x1 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_report_ref_descr_uuid + 0x000000003f40f8be 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_repot_map_ext_desc_uuid + 0x000000003f40f8c0 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_mouse_input_uuid + 0x000000003f40f8c2 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_kb_output_uuid + 0x000000003f40f8c4 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_kb_input_uuid + 0x000000003f40f8c6 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_proto_mode_uuid + 0x000000003f40f8c8 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_report_uuid + 0x000000003f40f8ca 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_control_point_uuid + 0x000000003f40f8cc 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_report_map_uuid + 0x000000003f40f8ce 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hid_info_char_uuid + 0x000000003f40f8d0 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.character_client_config_uuid + 0x000000003f40f8d2 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.character_declaration_uuid + 0x000000003f40f8d4 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.include_service_uuid + 0x000000003f40f8d6 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.primary_service_uuid + 0x000000003f40f8d8 0x2 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f8da 0x2 + .rodata.hidInfo + 0x000000003f40f8dc 0x4 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .rodata.hidReportMap + 0x000000003f40f8e0 0xe6 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000003f40f9c6 0x2 + .rodata.blufi_dh_negotiate_data_handler.str1.4 + 0x000000003f40f9c8 0x96 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + *fill* 0x000000003f40fa5e 0x2 + .rodata.at_queryBlufiName.str1.4 + 0x000000003f40fa60 0x19 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x34 (size before relaxing) + .rodata.at_blufi_param_init.str1.4 + 0x000000003f40fa79 0x10 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .rodata.at_queryBlufi.str1.4 + 0x000000003f40fa79 0x8 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + *fill* 0x000000003f40fa79 0x3 + .rodata.blufi_event_callback.str1.4 + 0x000000003f40fa7c 0x220 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .rodata.blufi_event_callback + 0x000000003f40fc9c 0x68 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .rodata.at_setupBlufi.str1.4 + 0x000000003f40fd04 0x16 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x7c (size before relaxing) + *fill* 0x000000003f40fd1a 0x2 + .rodata.__func__$12300 + 0x000000003f40fd1c 0x20 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .rodata.str1.4 + 0x000000003f40fd3c 0x13 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + *fill* 0x000000003f40fd4f 0x1 + .rodata.esp_at_ble_blufi_cmd + 0x000000003f40fd50 0x28 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .rodata.esp_at_printf_error_code.str1.4 + 0x000000003f40fd78 0x12 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .rodata.esp_at_get_para_as_str.str1.4 + 0x000000003f40fd8a 0x1 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + *fill* 0x000000003f40fd8a 0x2 + .rodata.at_restart.str1.4 + 0x000000003f40fd8c 0xb ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + *fill* 0x000000003f40fd97 0x1 + .rodata.at_custom_partitions_load.str1.4 + 0x000000003f40fd98 0x20 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .rodata.at_query_cmd_sysflash.str1.4 + 0x000000003f40fdb8 0x1a ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .rodata.at_setup_cmd_sysflash.str1.4 + 0x000000003f40fdd2 0xb ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + *fill* 0x000000003f40fdd2 0x2 + .rodata.at_http_event_handler.str1.4 + 0x000000003f40fdd4 0xf ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x1f (size before relaxing) + *fill* 0x000000003f40fde3 0x1 + .rodata.at_setup_cmd_httpcpost.str1.4 + 0x000000003f40fde4 0x19 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x2c (size before relaxing) + *fill* 0x000000003f40fdfd 0x3 + .rodata.at_setup_cmd_httpurlcfg.str1.4 + 0x000000003f40fe00 0xb ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .rodata.at_setup_cmd_httpgetsize.str1.4 + 0x000000003f40fe0b 0x8 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + *fill* 0x000000003f40fe0b 0x1 + .rodata.at_setup_cmd_httpclient.str1.4 + 0x000000003f40fe0c 0x4c ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .rodata 0x000000003f40fe58 0x10 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .rodata.at_setup_cmd_httpclient + 0x000000003f40fe68 0x18 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .rodata.str1.4 + 0x000000003f40fe80 0x3f ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + *fill* 0x000000003f40febf 0x1 + .rodata.esp_at_http_cmd + 0x000000003f40fec0 0x64 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .rodata.at_get_trans_proto_by_type_id + 0x000000003f40ff24 0x18 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_query_cmd_cipsto.str1.4 + 0x000000003f40ff3c 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_query_cmd_cipsslcconf.str1.4 + 0x000000003f40ff3c 0x11 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_query_cmd_cipserver.str1.4 + 0x000000003f40ff3c 0x13 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f40ff4f 0x1 + .rodata.at_query_cmd_cipipdinfo.str1.4 + 0x000000003f40ff50 0x16 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f40ff66 0x2 + .rodata.at_print_socket_errno.str1.4 + 0x000000003f40ff68 0x26 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_query_cmd_ciprecvlen.str1.4 + 0x000000003f40ff8e 0x14 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f40ff8e 0x2 + .rodata.at_new_socket + 0x000000003f40ff90 0x18 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_socket_client_trigger_event.str1.4 + 0x000000003f40ffa8 0xa ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f40ffb2 0x2 + .rodata.at_exe_cmd_cipclose.str1.4 + 0x000000003f40ffb4 0x7 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f40ffbb 0x1 + .rodata.at_plink_setsockopt.str1.4 + 0x000000003f40ffbc 0xc6 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410082 0x2 + .rodata.at_setup_cmd_psk.str1.4 + 0x000000003f410084 0x21 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x34 (size before relaxing) + *fill* 0x000000003f4100a5 0x3 + .rodata.at_setup_cmd_cipservermaxconn.str1.4 + 0x000000003f4100a8 0x2a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4100d2 0x2 + .rodata.at_setup_cmd_cipclose.str1.4 + 0x000000003f4100d4 0x7 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4100db 0x1 + .rodata.at_query_cmd_cipsntpintv.str1.4 + 0x000000003f4100dc 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_query_cmd_psk.str1.4 + 0x000000003f4100e4 0xe ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4100f2 0x2 + .rodata.at_query_cmd_alpn.str1.4 + 0x000000003f4100f4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xf (size before relaxing) + .rodata.at_query_cmd_sni.str1.4 + 0x000000003f4100f8 0xb ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_construct_tail.str1.4 + 0x000000003f410103 0xb ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x3 (size before relaxing) + *fill* 0x000000003f410103 0x1 + .rodata.at_setup_cmd_Cipsntpcfg.str1.4 + 0x000000003f410104 0x43 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x45 (size before relaxing) + *fill* 0x000000003f410147 0x1 + .rodata.at_query_cmd_cipsntpcfg.str1.4 + 0x000000003f410148 0x12 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1b (size before relaxing) + *fill* 0x000000003f41015a 0x2 + .rodata.at_setup_cmd_cipsto.str1.4 + 0x000000003f41015c 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_query_cmd_cipstate.str1.4 + 0x000000003f41016c 0x1b ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410187 0x1 + .rodata.at_exe_cmd_cipstatus.str1.4 + 0x000000003f410188 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_construct_head.str1.4 + 0x000000003f410194 0x47 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4101db 0x1 + .rodata.at_query_cmd_cipdns.str1.4 + 0x000000003f4101dc 0x24 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_setup_cmd_cipapmac.str1.4 + 0x000000003f410200 0x20 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x33 (size before relaxing) + .rodata.at_query_cmd_cipapmac.str1.4 + 0x000000003f410220 0x25 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410245 0x3 + .rodata.at_unlisten_when_reach_conn_max.str1.4 + 0x000000003f410248 0x26 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x33 (size before relaxing) + *fill* 0x000000003f41026e 0x2 + .rodata.at_create_tcp_socket.str1.4 + 0x000000003f410270 0x44 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_create_server_socket.str1.4 + 0x000000003f4102b4 0x19 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4102cd 0x3 + .rodata.at_process_passive_read_event.str1.4 + 0x000000003f4102d0 0x38 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x60 (size before relaxing) + .rodata.at_setup_cmd_cipreconnintv.str1.4 + 0x000000003f410308 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_restore_dns_server.str1.4 + 0x000000003f410308 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_setup_cmd_cipdns.str1.4 + 0x000000003f410318 0xf ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18 (size before relaxing) + *fill* 0x000000003f410327 0x1 + .rodata.at_netconn_init.str1.4 + 0x000000003f410328 0x14 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_get_pki_partition_name.str1.4 + 0x000000003f41033c 0x88 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_get_pki_count.str1.4 + 0x000000003f41033c 0x2a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410366 0x2 + .rodata.at_get_pki_item_length.str1.4 + 0x000000003f410368 0x4d ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4103b5 0x3 + .rodata.at_get_pki_item_data.str1.4 + 0x000000003f4103b8 0x1b ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4103d3 0x1 + .rodata.at_socket_client_create_cfg.str1.4 + 0x000000003f4103d4 0xb3 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410487 0x1 + .rodata.at_create_ssl_socket.str1.4 + 0x000000003f410488 0x3c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_setup_cmd_cipsslcconf.str1.4 + 0x000000003f4104c4 0x32 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4104f6 0x2 + .rodata.at_hostname_to_ipaddr.str1.4 + 0x000000003f4104f8 0x13 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f41050b 0x1 + .rodata.at_setup_cmd_cipdomain.str1.4 + 0x000000003f41050c 0xa ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410516 0x2 + .rodata.at_sending_data.str1.4 + 0x000000003f410518 0x3f ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x53 (size before relaxing) + *fill* 0x000000003f410557 0x1 + .rodata.at_ultra_send_stop.str1.4 + 0x000000003f410558 0x30 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_ultra_sending_progress_report.str1.4 + 0x000000003f410588 0xb ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_ultra_sending_data.str1.4 + 0x000000003f410588 0x1a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4105a2 0x2 + .rodata.at_setup_cmd_cipserver.str1.4 + 0x000000003f4105a4 0x8d ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410631 0x3 + .rodata.at_setup_cmd_cipmux.str1.4 + 0x000000003f410634 0x53 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410687 0x1 + .rodata.at_setup_cmd_cipsend_common.str1.4 + 0x000000003f410688 0x1f ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4106a7 0x1 + .rodata.at_setup_cmd_cipstart.str1.4 + 0x000000003f4106a8 0xcf ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410777 0x1 + .rodata.at_create_udp_socket.str1.4 + 0x000000003f410778 0x54 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.esp_at_socket_close_handle.str1.4 + 0x000000003f4107cc 0x1d ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f4107e9 0x3 + .rodata.at_socket_server_listen.str1.4 + 0x000000003f4107ec 0x114 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_create_client_socket.str1.4 + 0x000000003f410900 0x114 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xa (size before relaxing) + .rodata.at_socket_task.str1.4 + 0x000000003f410900 0x1e ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f41091e 0x2 + .rodata.at_socket_task + 0x000000003f410920 0x20 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_transparent_transmit_preprocess.str1.4 + 0x000000003f410940 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_setup_cmd_cipmode.str1.4 + 0x000000003f410944 0x9f ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xe0 (size before relaxing) + *fill* 0x000000003f4109e3 0x1 + .rodata.trans_config_reinit.str1.4 + 0x000000003f4109e4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_trans_client_init.str1.4 + 0x000000003f4109e8 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_setup_cmd_cipsta.str1.4 + 0x000000003f4109f4 0xe ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410a02 0x2 + .rodata.at_query_cmd_cipap.str1.4 + 0x000000003f410a04 0x70 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_exe_cmd_cifsr.str1.4 + 0x000000003f410a74 0x14c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.esp_at_net_cmd_regist.str1.4 + 0x000000003f410bc0 0x29 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410be9 0x3 + .rodata.str1.4 + 0x000000003f410bec 0x1ee ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000003f410dda 0x2 + .rodata.esp_at_ip_cmd + 0x000000003f410ddc 0x2e4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.s_at_socket_type_map + 0x000000003f4110c0 0x30 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .rodata.at_setup_cmd_mdns.str1.4 + 0x000000003f4110f0 0x68 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + 0x70 (size before relaxing) + .rodata 0x000000003f411158 0x18 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + .rodata.str1.4 + 0x000000003f411170 0x6 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + *fill* 0x000000003f411176 0x2 + .rodata.esp_at_mdns_cmd + 0x000000003f411178 0x14 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + .rodata.at_mqtt_print.str1.4 + 0x000000003f41118c 0x3b ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000003f4111c7 0x1 + .rodata.at_mqtt_print + 0x000000003f4111c8 0x80 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .rodata.at_mqtt_free + 0x000000003f411248 0x18 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .rodata.at_setup_cmd_mqtt_clean.str1.4 + 0x000000003f411260 0x1e ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000003f41127e 0x2 + .rodata.at_mqtt_reflesh_sub_info.str1.4 + 0x000000003f411280 0x4b ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000003f4112cb 0x1 + .rodata.at_mqtt_subscribe_topics.str1.4 + 0x000000003f4112cc 0x16 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000003f4112e2 0x2 + .rodata.at_query_cmd_mqtt_subscribe.str1.4 + 0x000000003f4112e4 0x10 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x23 (size before relaxing) + .rodata.at_setup_cmd_mqtt_publish_raw.str1.4 + 0x000000003f4112f4 0x36 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x46 (size before relaxing) + *fill* 0x000000003f41132a 0x2 + .rodata.mqtt_event_handler.str1.4 + 0x000000003f41132c 0xcc ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0xd0 (size before relaxing) + .rodata.mqtt_event_handler + 0x000000003f4113f8 0x1c ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .rodata.at_query_cmd_mqtt_connect.str1.4 + 0x000000003f411414 0x42 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000003f411456 0x2 + .rodata.at_mqtt_tls_config.str1.4 + 0x000000003f411458 0x28 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .rodata.at_mqtt_param_prepare.str1.4 + 0x000000003f411480 0x3f ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000003f4114bf 0x1 + .rodata.at_mqtt_param_prepare + 0x000000003f4114c0 0x2c ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .rodata.at_setup_cmd_mqtt_connect.str1.4 + 0x000000003f4114ec 0x1a ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000003f411506 0x2 + .rodata.str1.4 + 0x000000003f411508 0xa3 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000003f4115ab 0x1 + .rodata.esp_at_mqtt_cmd + 0x000000003f4115ac 0xf0 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .rodata.at_nvm_ap_type_config_set.str1.4 + 0x000000003f41169c 0xf ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f4116ab 0x1 + .rodata.at_nvm_ble_config_set.str1.4 + 0x000000003f4116ac 0x144 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x154 (size before relaxing) + .rodata.at_nvm_ble_hid_config_set.str1.4 + 0x000000003f4117f0 0x1d ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f41180d 0x3 + .rodata.at_nvm_blufi_config_set.str1.4 + 0x000000003f411810 0x13 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f411823 0x1 + .rodata.at_nvm_wifi_autoconn_config_set.str1.4 + 0x000000003f411824 0xc ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .rodata.at_nvm_wifi_autoconn_config_get.str1.4 + 0x000000003f411830 0x1a ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f41184a 0x2 + .rodata.at_nvm_wifi_reconn_config_set.str1.4 + 0x000000003f41184c 0x15 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f411861 0x3 + .rodata.at_nvm_wifi_reconn_config_get.str1.4 + 0x000000003f411864 0x5 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f411869 0x3 + .rodata.at_nvm_softap_ip_config_set.str1.4 + 0x000000003f41186c 0x14 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x18 (size before relaxing) + .rodata.at_nvm_station_ip_config_set.str1.4 + 0x000000003f411880 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .rodata.at_nvm_ipv6_config_set.str1.4 + 0x000000003f411888 0xd ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f411895 0x3 + .rodata.at_nvm_softap_mac_config_set.str1.4 + 0x000000003f411898 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0xc (size before relaxing) + .rodata.at_nvm_station_mac_config_set.str1.4 + 0x000000003f4118a0 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .rodata.at_nvm_dhcp_config_set.str1.4 + 0x000000003f4118a8 0xd ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f4118b5 0x3 + .rodata.at_nvm_dhcps_config_set.str1.4 + 0x000000003f4118b8 0x2f ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f4118e7 0x1 + .rodata.at_nvm_trans_config_set.str1.4 + 0x000000003f4118e8 0x37 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x3f (size before relaxing) + *fill* 0x000000003f41191f 0x1 + .rodata.at_nvm_dns_server_erase.str1.4 + 0x000000003f411920 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .rodata.at_nvm_dns_server_set.str1.4 + 0x000000003f411928 0xa ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f411932 0x2 + .rodata.at_nvm_dns_server_get.str1.4 + 0x000000003f411934 0xa ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f41193e 0x2 + .rodata.at_nvm_sys_msg_set.str1.4 + 0x000000003f411940 0xe ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f41194e 0x2 + .rodata.at_nvm_ssl_client_conf_update.str1.4 + 0x000000003f411950 0x3b ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f41198b 0x1 + .rodata.at_nvm_transmit_reconnect_config_set.str1.4 + 0x000000003f41198c 0x11 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f41199d 0x3 + .rodata.at_nvm_sockopt_set.str1.4 + 0x000000003f4119a0 0x26 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + *fill* 0x000000003f4119c6 0x2 + .rodata.esp_at_ping_process.str1.4 + 0x000000003f4119c8 0xd ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + *fill* 0x000000003f4119d5 0x3 + .rodata 0x000000003f4119d8 0x10 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .rodata.at_setup_cmd_ping.str1.4 + 0x000000003f4119e8 0x8 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .rodata.cmd_ping_on_ping_end.str1.4 + 0x000000003f4119e8 0x62 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + *fill* 0x000000003f411a4a 0x2 + .rodata.cmd_ping_on_ping_timeout.str1.4 + 0x000000003f411a4c 0x1d ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + *fill* 0x000000003f411a69 0x3 + .rodata.cmd_ping_on_ping_success.str1.4 + 0x000000003f411a6c 0x30 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .rodata.str1.4 + 0x000000003f411a9c 0x6 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + *fill* 0x000000003f411aa2 0x2 + .rodata.esp_at_ping_cmd + 0x000000003f411aa4 0x14 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .rodata.at_send_busy.str1.4 + 0x000000003f411ab8 0xe ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .rodata.at_recv_task.str1.4 + 0x000000003f411ab8 0x4a ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x4e (size before relaxing) + *fill* 0x000000003f411b02 0x2 + .rodata.at_recv_task + 0x000000003f411b04 0x4c ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .rodata.esp_at_module_init.str1.4 + 0x000000003f411b50 0x6d ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + *fill* 0x000000003f411bbd 0x3 + .rodata.str1.4 + 0x000000003f411bc0 0x1e ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x3a (size before relaxing) + *fill* 0x000000003f411bde 0x2 + .rodata.at_result_string + 0x000000003f411be0 0x20 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .rodata.at_smartconfig_event_handler.str1.4 + 0x000000003f411c00 0x116 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + *fill* 0x000000003f411d16 0x2 + .rodata.str1.4 + 0x000000003f411d18 0x1d ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + *fill* 0x000000003f411d35 0x3 + .rodata.esp_at_smartconfig_cmd + 0x000000003f411d38 0x28 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + .rodata.at_exe_cmd_cwlif.str1.4 + 0x000000003f411d60 0x2f ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411d8f 0x1 + .rodata.at_deinit_wifi.str1.4 + 0x000000003f411d90 0xf ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.at_add_node_to_ap_station_list.str1.4 + 0x000000003f411d9f 0x10 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411d9f 0x1 + .rodata.at_query_cmd_cwsap.str1.4 + 0x000000003f411da0 0x1f ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.at_query_cmd_cwmode.str1.4 + 0x000000003f411dbf 0x8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411dbf 0x1 + .rodata.at_query_cmd_cwcountry.str1.4 + 0x000000003f411dc0 0x2d ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.at_query_cmd_cwhostname.str1.4 + 0x000000003f411ded 0x8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.at_query_cmd_cwapproto.str1.4 + 0x000000003f411ded 0x6 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.at_setup_cmd_cwdhcps.str1.4 + 0x000000003f411ded 0x13 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411ded 0x3 + .rodata.at_query_cmd_cwdhcps.str1.4 + 0x000000003f411df0 0x1e ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411e0e 0x2 + .rodata.at_cwlap_response.str1.4 + 0x000000003f411e10 0x35 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x6c (size before relaxing) + *fill* 0x000000003f411e45 0x3 + .rodata 0x000000003f411e48 0x28 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.at_query_cmd_cwreconncfg.str1.4 + 0x000000003f411e70 0xb ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.at_wifi_set_disconnected_rc.str1.4 + 0x000000003f411e70 0x1b ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411e8b 0x1 + .rodata.at_event_handlers_register.str1.4 + 0x000000003f411e8c 0x23 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411eaf 0x1 + .rodata.at_ip_ap_staipassigned_handler.str1.4 + 0x000000003f411eb0 0x3d ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411eed 0x3 + .rodata.at_wifi_ap_stadisconnected_handler.str1.4 + 0x000000003f411ef0 0x34 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.at_wifi_ap_staconnected_handler.str1.4 + 0x000000003f411f24 0x31 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411f55 0x3 + .rodata.at_ip_sta_got_ip6_handler.str1.4 + 0x000000003f411f58 0x27 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411f7f 0x1 + .rodata.at_wifi_ap_start_handler.str1.4 + 0x000000003f411f80 0x1f ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411f9f 0x1 + .rodata.at_setup_cmd_cwdhcp.str1.4 + 0x000000003f411fa0 0x20 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.at_wifi_sta_connected_handler.str1.4 + 0x000000003f411fc0 0x11 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411fd1 0x3 + .rodata.at_wifi_reconnect_fn.str1.4 + 0x000000003f411fd4 0x1a ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f411fee 0x2 + .rodata.at_query_cmd_cwjap.str1.4 + 0x000000003f411ff0 0x47 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x4b (size before relaxing) + *fill* 0x000000003f412037 0x1 + .rodata.at_query_cmd_cwstate.str1.4 + 0x000000003f412038 0x1b ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f412053 0x1 + .rodata.at_wifi_sta_disconnected_handler.str1.4 + 0x000000003f412054 0x12 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f412066 0x2 + .rodata.at_ip_sta_got_ip_handler.str1.4 + 0x000000003f412068 0x2d ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000003f412095 0x3 + .rodata.esp_at_wifi_cmd_regist.str1.4 + 0x000000003f412098 0xc ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.str1.4 + 0x000000003f4120a4 0xaf ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xc9 (size before relaxing) + *fill* 0x000000003f412153 0x1 + .rodata.esp_at_wifi_cmd + 0x000000003f412154 0x154 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .rodata.at_setup_cmd_wps.str1.4 + 0x000000003f4122a8 0x63 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + *fill* 0x000000003f41230b 0x1 + .rodata 0x000000003f41230c 0xa8 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + .rodata.at_wps_event_handler.str1.4 + 0x000000003f4123b4 0x22 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + *fill* 0x000000003f4123d6 0x2 + .rodata.str1.4 + 0x000000003f4123d8 0x5 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + *fill* 0x000000003f4123dd 0x3 + .rodata.esp_at_wps_cmd + 0x000000003f4123e0 0x14 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + .rodata.at_eap_print.str1.4 + 0x000000003f4123f4 0x1a ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + *fill* 0x000000003f41240e 0x2 + .rodata.str1.4 + 0x000000003f412410 0x20 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + 0x28 (size before relaxing) + .rodata.btc_init.str1.4 + 0x000000003f412430 0x9 esp-idf/bt/libbt.a(btc_task.c.obj) + *fill* 0x000000003f412439 0x3 + .rodata.profile_tab + 0x000000003f41243c 0x58 esp-idf/bt/libbt.a(btc_task.c.obj) + .rodata.btc_blufi_cb_deep_copy + 0x000000003f412494 0x44 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .rodata.btc_blufi_cb_deep_free + 0x000000003f4124d8 0x44 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .rodata.btc_blufi_cb_handler + 0x000000003f41251c 0x6c esp-idf/bt/libbt.a(blufi_prf.c.obj) + .rodata.btc_blufi_call_handler + 0x000000003f412588 0x18 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .rodata.btc_blufi_protocol_handler + 0x000000003f4125a0 0x78 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .rodata.osi_thread_join.str1.4 + 0x000000003f412618 0x3e esp-idf/bt/libbt.a(thread.c.obj) + *fill* 0x000000003f412656 0x2 + .rodata.osi_thread_post.str1.4 + 0x000000003f412658 0xd esp-idf/bt/libbt.a(thread.c.obj) + *fill* 0x000000003f412665 0x3 + .rodata.__func__$5853 + 0x000000003f412668 0x10 esp-idf/bt/libbt.a(thread.c.obj) + .rodata.__func__$5814 + 0x000000003f412678 0x10 esp-idf/bt/libbt.a(thread.c.obj) + .rodata.__func__$5819 + 0x000000003f412688 0x10 esp-idf/bt/libbt.a(thread.c.obj) + .rodata._btc_storage_save.str1.4 + 0x000000003f412698 0x5d esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + *fill* 0x000000003f4126f5 0x3 + .rodata._btc_storage_get_ble_dev_auth_mode.str1.4 + 0x000000003f4126f8 0x9 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + *fill* 0x000000003f412701 0x3 + .rodata._btc_storage_add_ble_bonding_key.str1.4 + 0x000000003f412704 0xb esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + *fill* 0x000000003f41270f 0x1 + .rodata._btc_storage_add_ble_local_key.str1.4 + 0x000000003f412710 0x50 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .rodata._btc_read_le_key.str1.4 + 0x000000003f412760 0x5e esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + *fill* 0x000000003f4127be 0x2 + .rodata.__func__$11945 + 0x000000003f4127c0 0x11 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + *fill* 0x000000003f4127d1 0x3 + .rodata.btc_key_value_to_string.str1.4 + 0x000000003f4127d4 0x79 esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f41284d 0x3 + .rodata.btc_config_init.str1.4 + 0x000000003f412850 0xf esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f41285f 0x1 + .rodata.btc_config_has_section.str1.4 + 0x000000003f412860 0x20 esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.btc_config_exist.str1.4 + 0x000000003f412880 0xc esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.btc_config_get_int.str1.4 + 0x000000003f41288c 0xc esp-idf/bt/libbt.a(btc_config.c.obj) + 0xe (size before relaxing) + .rodata.btc_config_get_bin.str1.4 + 0x000000003f41288c 0xf esp-idf/bt/libbt.a(btc_config.c.obj) + 0x15 (size before relaxing) + *fill* 0x000000003f41289b 0x1 + .rodata.__func__$7528 + 0x000000003f41289c 0x11 esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f4128ad 0x3 + .rodata.__func__$7524 + 0x000000003f4128b0 0x1a esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f4128ca 0x2 + .rodata.__func__$7520 + 0x000000003f4128cc 0x12 esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f4128de 0x2 + .rodata.__func__$7515 + 0x000000003f4128e0 0x18 esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.__func__$7511 + 0x000000003f4128f8 0x18 esp-idf/bt/libbt.a(btc_config.c.obj) + .rodata.__func__$7507 + 0x000000003f412910 0x17 esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f412927 0x1 + .rodata.__func__$7503 + 0x000000003f412928 0x19 esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f412941 0x3 + .rodata.__func__$7494 + 0x000000003f412944 0x13 esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f412957 0x1 + .rodata.__func__$7469 + 0x000000003f412958 0x13 esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f41296b 0x1 + .rodata.__func__$7448 + 0x000000003f41296c 0x13 esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f41297f 0x1 + .rodata.__func__$7441 + 0x000000003f412980 0x13 esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f412993 0x1 + .rodata.__func__$7435 + 0x000000003f412994 0x11 esp-idf/bt/libbt.a(btc_config.c.obj) + *fill* 0x000000003f4129a5 0x3 + .rodata.btc_dm_sec_arg_deep_copy.str1.4 + 0x000000003f4129a8 0x88 esp-idf/bt/libbt.a(btc_dm.c.obj) + .rodata.btc_dm_sec_cb_handler.str1.4 + 0x000000003f412a30 0x6 esp-idf/bt/libbt.a(btc_dm.c.obj) + .rodata.btc_dm_sec_cb_handler + 0x000000003f412a30 0x78 esp-idf/bt/libbt.a(btc_dm.c.obj) + .rodata.__func__$13146 + 0x000000003f412aa8 0x19 esp-idf/bt/libbt.a(btc_dm.c.obj) + *fill* 0x000000003f412ac1 0x3 + .rodata.btc_in_fetch_bonded_devices.str1.4 + 0x000000003f412ac4 0x2e esp-idf/bt/libbt.a(btc_storage.c.obj) + 0x36 (size before relaxing) + *fill* 0x000000003f412af2 0x2 + .rodata.btc_hci_to_esp_status + 0x000000003f412af4 0xf0 esp-idf/bt/libbt.a(btc_util.c.obj) + .rodata.btc_btm_status_to_esp_status + 0x000000003f412be4 0x64 esp-idf/bt/libbt.a(btc_util.c.obj) + .rodata.btc_search_callback + 0x000000003f412c48 0x20 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .rodata.btc_gap_ble_arg_deep_copy + 0x000000003f412c68 0x6c esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .rodata.btc_gap_ble_arg_deep_free + 0x000000003f412cd4 0x6c esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .rodata.btc_gap_ble_call_handler + 0x000000003f412d40 0xa4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .rodata.BASE_UUID + 0x000000003f412de4 0x10 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .rodata.btc_gattc_fill_gatt_db_conversion + 0x000000003f412df4 0x14 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .rodata.btc_gattc_call_handler + 0x000000003f412e08 0x54 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .rodata.btc_gattc_cb_handler + 0x000000003f412e5c 0xa8 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .rodata.btc_gatts_arg_deep_copy + 0x000000003f412f04 0x28 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .rodata.btc_gatts_arg_deep_free + 0x000000003f412f2c 0x28 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .rodata.btc_gatts_call_handler + 0x000000003f412f54 0x40 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .rodata.btc_gatts_cb_handler + 0x000000003f412f94 0x64 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .rodata.bdaddr_is_empty.str1.4 + 0x000000003f412ff8 0x39 esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x49 (size before relaxing) + *fill* 0x000000003f413031 0x3 + .rodata.bdaddr_equals.str1.4 + 0x000000003f413034 0x1f esp-idf/bt/libbt.a(bdaddr.c.obj) + *fill* 0x000000003f413053 0x1 + .rodata.bdaddr_to_string.str1.4 + 0x000000003f413054 0x2e esp-idf/bt/libbt.a(bdaddr.c.obj) + *fill* 0x000000003f413082 0x2 + .rodata.__func__$6992 + 0x000000003f413084 0x11 esp-idf/bt/libbt.a(bdaddr.c.obj) + *fill* 0x000000003f413095 0x3 + .rodata.__func__$6982 + 0x000000003f413098 0x11 esp-idf/bt/libbt.a(bdaddr.c.obj) + *fill* 0x000000003f4130a9 0x3 + .rodata.__func__$6977 + 0x000000003f4130ac 0x11 esp-idf/bt/libbt.a(bdaddr.c.obj) + *fill* 0x000000003f4130bd 0x3 + .rodata.__func__$6966 + 0x000000003f4130c0 0xe esp-idf/bt/libbt.a(bdaddr.c.obj) + *fill* 0x000000003f4130ce 0x2 + .rodata.set_ble_resolving_list_max_size.str1.4 + 0x000000003f4130d0 0x7b esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f41314b 0x1 + .rodata.get_features_classic.str1.4 + 0x000000003f41314c 0x28 esp-idf/bt/libbt.a(controller.c.obj) + .rodata.controller_get_interface.str1.4 + 0x000000003f413174 0x15 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f413189 0x3 + .rodata.__func__$9318 + 0x000000003f41318c 0xc esp-idf/bt/libbt.a(controller.c.obj) + .rodata.__func__$9322 + 0x000000003f413198 0xf esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f4131a7 0x1 + .rodata.__func__$9326 + 0x000000003f4131a8 0x15 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f4131bd 0x3 + .rodata.__func__$9330 + 0x000000003f4131c0 0x20 esp-idf/bt/libbt.a(controller.c.obj) + .rodata.__func__$9334 + 0x000000003f4131e0 0x11 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f4131f1 0x3 + .rodata.__func__$9338 + 0x000000003f4131f4 0x19 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f41320d 0x3 + .rodata.__func__$9342 + 0x000000003f413210 0x18 esp-idf/bt/libbt.a(controller.c.obj) + .rodata.__func__$9346 + 0x000000003f413228 0x1c esp-idf/bt/libbt.a(controller.c.obj) + .rodata.__func__$9350 + 0x000000003f413244 0x1f esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f413263 0x1 + .rodata.__func__$9354 + 0x000000003f413264 0x2a esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f41328e 0x2 + .rodata.__func__$9358 + 0x000000003f413290 0x21 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f4132b1 0x3 + .rodata.__func__$9362 + 0x000000003f4132b4 0x23 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f4132d7 0x1 + .rodata.__func__$9366 + 0x000000003f4132d8 0x23 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f4132fb 0x1 + .rodata.__func__$9370 + 0x000000003f4132fc 0x22 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f41331e 0x2 + .rodata.__func__$9374 + 0x000000003f413320 0xd esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f41332d 0x3 + .rodata.__func__$9382 + 0x000000003f413330 0x1e esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f41334e 0x2 + .rodata.__func__$9386 + 0x000000003f413350 0x2b esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f41337b 0x1 + .rodata.__func__$9378 + 0x000000003f41337c 0x15 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f413391 0x3 + .rodata.__func__$9390 + 0x000000003f413394 0x1a esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f4133ae 0x2 + .rodata.__func__$9394 + 0x000000003f4133b0 0x16 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f4133c6 0x2 + .rodata.__func__$9398 + 0x000000003f4133c8 0x1c esp-idf/bt/libbt.a(controller.c.obj) + .rodata.__func__$9402 + 0x000000003f4133e4 0x18 esp-idf/bt/libbt.a(controller.c.obj) + .rodata.__func__$9406 + 0x000000003f4133fc 0x26 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f413422 0x2 + .rodata.__func__$9410 + 0x000000003f413424 0x26 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f41344a 0x2 + .rodata.__func__$9414 + 0x000000003f41344c 0x1d esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f413469 0x3 + .rodata.__func__$9418 + 0x000000003f41346c 0x19 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f413485 0x3 + .rodata.__func__$9422 + 0x000000003f413488 0x18 esp-idf/bt/libbt.a(controller.c.obj) + .rodata.__func__$9426 + 0x000000003f4134a0 0x20 esp-idf/bt/libbt.a(controller.c.obj) + .rodata.__func__$9430 + 0x000000003f4134c0 0x20 esp-idf/bt/libbt.a(controller.c.obj) + .rodata.__func__$9436 + 0x000000003f4134e0 0x19 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000003f4134f9 0x3 + .rodata.interface + 0x000000003f4134fc 0x80 esp-idf/bt/libbt.a(controller.c.obj) + .rodata.CLASSIC_EVENT_MASK + 0x000000003f41357c 0x8 esp-idf/bt/libbt.a(controller.c.obj) + 0x000000003f41357c CLASSIC_EVENT_MASK + .rodata.BLE_EVENT_MASK + 0x000000003f413584 0x8 esp-idf/bt/libbt.a(controller.c.obj) + 0x000000003f413584 BLE_EVENT_MASK + .rodata.hci_layer_init_env.str1.4 + 0x000000003f41358c 0xb esp-idf/bt/libbt.a(hci_layer.c.obj) + *fill* 0x000000003f413597 0x1 + .rodata.hci_start_up.str1.4 + 0x000000003f413598 0x5 esp-idf/bt/libbt.a(hci_layer.c.obj) + *fill* 0x000000003f41359d 0x3 + .rodata.transmit_command_futured.str1.4 + 0x000000003f4135a0 0x4d esp-idf/bt/libbt.a(hci_layer.c.obj) + *fill* 0x000000003f4135ed 0x3 + .rodata.__func__$7993 + 0x000000003f4135f0 0x19 esp-idf/bt/libbt.a(hci_layer.c.obj) + *fill* 0x000000003f413609 0x3 + .rodata.packet_fragmenter_callbacks + 0x000000003f41360c 0xc esp-idf/bt/libbt.a(hci_layer.c.obj) + .rodata.hal_callbacks + 0x000000003f413618 0x4 esp-idf/bt/libbt.a(hci_layer.c.obj) + .rodata.make_packet.str1.4 + 0x000000003f41361c 0x46 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + *fill* 0x000000003f413662 0x2 + .rodata.__func__$7356 + 0x000000003f413664 0xc esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .rodata.interface + 0x000000003f413670 0x60 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .rodata.read_command_complete_header.str1.4 + 0x000000003f4136d0 0xd2 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000003f4137a2 0x2 + .rodata.parse_ble_read_local_supported_features_response.str1.4 + 0x000000003f4137a4 0xf esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000003f4137b3 0x1 + .rodata.parse_read_local_extended_features_response.str1.4 + 0x000000003f4137b4 0x27 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000003f4137db 0x1 + .rodata.__func__$7293 + 0x000000003f4137dc 0x20 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .rodata.__func__$7299 + 0x000000003f4137fc 0x27 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000003f413823 0x1 + .rodata.__func__$7305 + 0x000000003f413824 0x1c esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .rodata.__func__$7317 + 0x000000003f413840 0x2d esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000003f41386d 0x3 + .rodata.__func__$7339 + 0x000000003f413870 0x2c esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .rodata.__func__$7349 + 0x000000003f41389c 0x28 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .rodata.__func__$7356 + 0x000000003f4138c4 0x24 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .rodata.__func__$7363 + 0x000000003f4138e8 0x29 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000003f413911 0x3 + .rodata.__func__$7373 + 0x000000003f413914 0x31 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000003f413945 0x3 + .rodata.__func__$7398 + 0x000000003f413948 0x1d esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000003f413965 0x3 + .rodata.interface + 0x000000003f413968 0x34 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .rodata.reassemble_and_dispatch.str1.4 + 0x000000003f41399c 0x75 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + *fill* 0x000000003f413a11 0x3 + .rodata.__func__$7310 + 0x000000003f413a14 0x18 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .rodata.interface + 0x000000003f413a2c 0x14 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .rodata.btm_acl_update_busy_level + 0x000000003f413a40 0x1c esp-idf/bt/libbt.a(btm_acl.c.obj) + .rodata.btm_ble_adv_states_operation + 0x000000003f413a5c 0x14 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .rodata.btm_ble_select_adv_interval + 0x000000003f413a70 0x14 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .rodata.btm_ble_timeout + 0x000000003f413a84 0x2c esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .rodata.btm_le_state_combo_tbl + 0x000000003f413ab0 0xf2 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000003f413ab0 btm_le_state_combo_tbl + *fill* 0x000000003f413ba2 0x2 + .rodata.btm_ble_tx_power + 0x000000003f413ba4 0x20 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .rodata 0x000000003f413bc4 0x9 esp-idf/bt/libbt.a(btm_devctl.c.obj) + *fill* 0x000000003f413bcd 0x3 + .rodata.base_uuid$11360 + 0x000000003f413bd0 0x10 esp-idf/bt/libbt.a(btm_inq.c.obj) + .rodata.limited_inq_lap + 0x000000003f413be0 0x3 esp-idf/bt/libbt.a(btm_inq.c.obj) + *fill* 0x000000003f413be3 0x1 + .rodata.general_inq_lap + 0x000000003f413be4 0x3 esp-idf/bt/libbt.a(btm_inq.c.obj) + *fill* 0x000000003f413be7 0x1 + .rodata.btm_pm_md_comp_matrix + 0x000000003f413be8 0x9 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x000000003f413be8 btm_pm_md_comp_matrix + *fill* 0x000000003f413bf1 0x3 + .rodata.btm_pm_mode_msk + 0x000000003f413bf4 0x3 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x000000003f413bf4 btm_pm_mode_msk + *fill* 0x000000003f413bf7 0x1 + .rodata.btm_pm_mode_off + 0x000000003f413bf8 0x3 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x000000003f413bf8 btm_pm_mode_off + *fill* 0x000000003f413bfb 0x1 + .rodata.btm_sec_dev_reset.str1.4 + 0x000000003f413bfc 0x9 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x000000003f413c05 0x3 + .rodata.btm_sec_pairing_timeout + 0x000000003f413c08 0x2c esp-idf/bt/libbt.a(btm_sec.c.obj) + .rodata.btm_sec_rmt_name_request_complete.str1.4 + 0x000000003f413c34 0x1 esp-idf/bt/libbt.a(btm_sec.c.obj) + .rodata.btm_sec_io_map + 0x000000003f413c34 0x19 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x000000003f413c4d 0x3 + .rodata.btu_hcif_command_complete_evt + 0x000000003f413c50 0x1c esp-idf/bt/libbt.a(btu_hcif.c.obj) + .rodata.btu_hcif_process_event + 0x000000003f413c6c 0x400 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .rodata.BTU_StartUp.str1.4 + 0x000000003f41406c 0x9 esp-idf/bt/libbt.a(btu_init.c.obj) + *fill* 0x000000003f414075 0x3 + .rodata.BT_BD_ANY + 0x000000003f414078 0x6 esp-idf/bt/libbt.a(btu_init.c.obj) + 0x000000003f414078 BT_BD_ANY + *fill* 0x000000003f41407e 0x2 + .rodata.btu_l2cap_alarm_process.str1.4 + 0x000000003f414080 0x4e esp-idf/bt/libbt.a(btu_task.c.obj) + *fill* 0x000000003f4140ce 0x2 + .rodata.btu_general_alarm_process + 0x000000003f4140d0 0x1bc esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.btu_task_post + 0x000000003f41428c 0x1c esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.btu_general_alarm_cb.str1.4 + 0x000000003f4142a8 0xd esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.btu_start_timer.str1.4 + 0x000000003f4142a8 0x8 esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.btu_start_timer_oneshot.str1.4 + 0x000000003f4142b0 0xc esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.__func__$13804 + 0x000000003f4142bc 0x17 esp-idf/bt/libbt.a(btu_task.c.obj) + *fill* 0x000000003f4142d3 0x1 + .rodata.__func__$13800 + 0x000000003f4142d4 0x18 esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.__func__$13792 + 0x000000003f4142ec 0x15 esp-idf/bt/libbt.a(btu_task.c.obj) + *fill* 0x000000003f414301 0x3 + .rodata.__func__$13787 + 0x000000003f414304 0x15 esp-idf/bt/libbt.a(btu_task.c.obj) + *fill* 0x000000003f414319 0x3 + .rodata.__func__$13756 + 0x000000003f41431c 0xf esp-idf/bt/libbt.a(btu_task.c.obj) + *fill* 0x000000003f41432b 0x1 + .rodata.__func__$13751 + 0x000000003f41432c 0xf esp-idf/bt/libbt.a(btu_task.c.obj) + *fill* 0x000000003f41433b 0x1 + .rodata.__func__$13747 + 0x000000003f41433c 0x10 esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.__func__$13739 + 0x000000003f41434c 0x15 esp-idf/bt/libbt.a(btu_task.c.obj) + *fill* 0x000000003f414361 0x3 + .rodata.__func__$13708 + 0x000000003f414364 0x1a esp-idf/bt/libbt.a(btu_task.c.obj) + *fill* 0x000000003f41437e 0x2 + .rodata.__func__$13762 + 0x000000003f414380 0x18 esp-idf/bt/libbt.a(btu_task.c.obj) + .rodata.gap_cback + 0x000000003f414398 0x1c esp-idf/bt/libbt.a(gap_ble.c.obj) + .rodata.GATTC_Read + 0x000000003f4143b4 0x18 esp-idf/bt/libbt.a(gatt_api.c.obj) + .rodata.gatt_client_handle_server_rsp + 0x000000003f4143cc 0x78 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .rodata.disc_type_to_uuid + 0x000000003f414444 0xc esp-idf/bt/libbt.a(gatt_cl.c.obj) + .rodata.disc_type_to_att_opcode + 0x000000003f414450 0x6 esp-idf/bt/libbt.a(gatt_cl.c.obj) + *fill* 0x000000003f414456 0x2 + .rodata.gatts_write_attr_perm_check + 0x000000003f414458 0x1c esp-idf/bt/libbt.a(gatt_db.c.obj) + .rodata.gatt_init.str1.4 + 0x000000003f414474 0x1 esp-idf/bt/libbt.a(gatt_main.c.obj) + .rodata 0x000000003f414474 0x2 esp-idf/bt/libbt.a(gatt_sr.c.obj) + *fill* 0x000000003f414476 0x2 + .rodata.gatt_dbg_display_uuid.str1.4 + 0x000000003f414478 0x55 esp-idf/bt/libbt.a(gatt_utils.c.obj) + *fill* 0x000000003f4144cd 0x3 + .rodata.base_uuid + 0x000000003f4144d0 0x10 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .rodata.l2ble_update_att_acl_pkt_num + 0x000000003f4144e0 0x1c esp-idf/bt/libbt.a(l2c_api.c.obj) + .rodata.l2cble_process_sig_cmd + 0x000000003f4144fc 0x50 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .rodata.l2cu_allocate_ccb.str1.4 + 0x000000003f41454c 0x75 esp-idf/bt/libbt.a(l2c_utils.c.obj) + *fill* 0x000000003f4145c1 0x3 + .rodata.__func__$12021 + 0x000000003f4145c4 0x12 esp-idf/bt/libbt.a(l2c_utils.c.obj) + *fill* 0x000000003f4145d6 0x2 + .rodata.smp_rand_back + 0x000000003f4145d8 0x30 esp-idf/bt/libbt.a(smp_keys.c.obj) + .rodata.smp_calculate_local_commitment + 0x000000003f414608 0x14 esp-idf/bt/libbt.a(smp_keys.c.obj) + .rodata.smp_calculate_peer_commitment + 0x000000003f41461c 0x14 esp-idf/bt/libbt.a(smp_keys.c.obj) + .rodata 0x000000003f414630 0x14 esp-idf/bt/libbt.a(smp_keys.c.obj) + .rodata.smp_calculate_link_key_from_long_term_key.str1.4 + 0x000000003f414644 0xd esp-idf/bt/libbt.a(smp_keys.c.obj) + *fill* 0x000000003f414651 0x3 + .rodata.smp_entry_table + 0x000000003f414654 0x8 esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_state_table + 0x000000003f41465c 0x88 esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_slave_create_local_sec_conn_oob_data + 0x000000003f4146e4 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f4146ea 0x2 + .rodata.smp_slave_bond_pending_table + 0x000000003f4146ec 0x12 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f4146fe 0x2 + .rodata.smp_slave_enc_pending_table + 0x000000003f414700 0xc esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_slave_dhk_check_table + 0x000000003f41470c 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414712 0x2 + .rodata.smp_slave_wait_dhk_check_table + 0x000000003f414714 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f41471a 0x2 + .rodata.smp_slave_sec_conn_phs2_start_table + 0x000000003f41471c 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414722 0x2 + .rodata.smp_slave_wait_nonce_table + 0x000000003f414724 0x9 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f41472d 0x3 + .rodata.smp_slave_wait_commitment_table + 0x000000003f414730 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414736 0x2 + .rodata.smp_slave_sec_conn_phs1_start_table + 0x000000003f414738 0x12 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f41474a 0x2 + .rodata.smp_slave_public_key_exch_table + 0x000000003f41474c 0x9 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414755 0x3 + .rodata.smp_slave_rand_table + 0x000000003f414758 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f41475e 0x2 + .rodata.smp_slave_confirm_table + 0x000000003f414760 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414766 0x2 + .rodata.smp_slave_wait_confirm_table + 0x000000003f414768 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f41476e 0x2 + .rodata.smp_slave_pair_request_response_table + 0x000000003f414770 0xf esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f41477f 0x1 + .rodata.smp_slave_sec_request_table + 0x000000003f414780 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414786 0x2 + .rodata.smp_slave_wait_for_app_response_table + 0x000000003f414788 0x21 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f4147a9 0x3 + .rodata.smp_slave_idle_table + 0x000000003f4147ac 0x9 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f4147b5 0x3 + .rodata.smp_slave_entry_map + 0x000000003f4147b8 0x2a8 esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_master_create_local_sec_conn_oob_data + 0x000000003f414a60 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414a66 0x2 + .rodata.smp_master_bond_pending_table + 0x000000003f414a68 0x12 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414a7a 0x2 + .rodata.smp_master_enc_pending_table + 0x000000003f414a7c 0x9 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414a85 0x3 + .rodata.smp_master_dhk_check_table + 0x000000003f414a88 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414a8e 0x2 + .rodata.smp_master_wait_dhk_check_table + 0x000000003f414a90 0x3 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414a93 0x1 + .rodata.smp_master_sec_conn_phs2_start_table + 0x000000003f414a94 0x3 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414a97 0x1 + .rodata.smp_master_wait_nonce_table + 0x000000003f414a98 0x9 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414aa1 0x3 + .rodata.smp_master_wait_commitment_table + 0x000000003f414aa4 0x6 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414aaa 0x2 + .rodata.smp_master_sec_conn_phs1_start_table + 0x000000003f414aac 0x12 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414abe 0x2 + .rodata.smp_master_public_key_exchange_table + 0x000000003f414ac0 0x9 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414ac9 0x3 + .rodata.smp_master_rand_table + 0x000000003f414acc 0x9 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414ad5 0x3 + .rodata.smp_master_confirm_table + 0x000000003f414ad8 0x3 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414adb 0x1 + .rodata.smp_master_wait_for_confirm_table + 0x000000003f414adc 0x3 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414adf 0x1 + .rodata.smp_master_pair_request_response_table + 0x000000003f414ae0 0xc esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_master_wait_for_app_response_table + 0x000000003f414aec 0x1e esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414b0a 0x2 + .rodata.smp_master_idle_table + 0x000000003f414b0c 0xf esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414b1b 0x1 + .rodata.smp_all_table + 0x000000003f414b1c 0x9 esp-idf/bt/libbt.a(smp_main.c.obj) + *fill* 0x000000003f414b25 0x3 + .rodata.smp_master_entry_map + 0x000000003f414b28 0x2a8 esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_sm_action + 0x000000003f414dd0 0xf4 esp-idf/bt/libbt.a(smp_main.c.obj) + .rodata.smp_check_commitment.str1.4 + 0x000000003f414ec4 0x35 esp-idf/bt/libbt.a(smp_utils.c.obj) + *fill* 0x000000003f414ef9 0x3 + .rodata.smp_association_table_sc + 0x000000003f414efc 0x32 esp-idf/bt/libbt.a(smp_utils.c.obj) + *fill* 0x000000003f414f2e 0x2 + .rodata.smp_association_table + 0x000000003f414f30 0x32 esp-idf/bt/libbt.a(smp_utils.c.obj) + *fill* 0x000000003f414f62 0x2 + .rodata.smp_cmd_build_act + 0x000000003f414f64 0x40 esp-idf/bt/libbt.a(smp_utils.c.obj) + .rodata.smp_cmd_param_ranges_are_valid + 0x000000003f414fa4 0x40 esp-idf/bt/libbt.a(smp_utils.c.obj) + .rodata.smp_cmd_len_is_valid + 0x000000003f414fe4 0x40 esp-idf/bt/libbt.a(smp_utils.c.obj) + .rodata.smp_cmd_size_per_spec + 0x000000003f415024 0x10 esp-idf/bt/libbt.a(smp_utils.c.obj) + .rodata.blufi_profile_cb + 0x000000003f415034 0x40 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .rodata.blufi_app_uuid + 0x000000003f415074 0x14 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .rodata.blufi_descr_uuid_e2p + 0x000000003f415088 0x14 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .rodata.blufi_char_uuid_e2p + 0x000000003f41509c 0x14 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .rodata.blufi_char_uuid_p2e + 0x000000003f4150b0 0x14 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .rodata.blufi_srvc_uuid + 0x000000003f4150c4 0x14 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .rodata.alarm_set.str1.4 + 0x000000003f4150d8 0x41 esp-idf/bt/libbt.a(alarm.c.obj) + *fill* 0x000000003f415119 0x3 + .rodata.osi_alarm_is_active.str1.4 + 0x000000003f41511c 0xe esp-idf/bt/libbt.a(alarm.c.obj) + *fill* 0x000000003f41512a 0x2 + .rodata.__func__$6088 + 0x000000003f41512c 0x14 esp-idf/bt/libbt.a(alarm.c.obj) + .rodata.__func__$6058 + 0x000000003f415140 0xa esp-idf/bt/libbt.a(alarm.c.obj) + *fill* 0x000000003f41514a 0x2 + .rodata.__func__$6051 + 0x000000003f41514c 0xf esp-idf/bt/libbt.a(alarm.c.obj) + *fill* 0x000000003f41515b 0x1 + .rodata.__func__$6039 + 0x000000003f41515c 0xe esp-idf/bt/libbt.a(alarm.c.obj) + *fill* 0x000000003f41516a 0x2 + .rodata.__func__$6015 + 0x000000003f41516c 0x11 esp-idf/bt/libbt.a(alarm.c.obj) + *fill* 0x000000003f41517d 0x3 + .rodata.__func__$6010 + 0x000000003f415180 0xf esp-idf/bt/libbt.a(alarm.c.obj) + *fill* 0x000000003f41518f 0x1 + .rodata.get_config_size_from_flash.str1.4 + 0x000000003f415190 0x49 esp-idf/bt/libbt.a(config.c.obj) + .rodata.get_config_size.str1.4 + 0x000000003f4151d9 0xf esp-idf/bt/libbt.a(config.c.obj) + .rodata.config_has_section.str1.4 + 0x000000003f4151d9 0x10 esp-idf/bt/libbt.a(config.c.obj) + .rodata.config_has_key.str1.4 + 0x000000003f4151d9 0xc esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f4151d9 0x3 + .rodata.config_parse.str1.4 + 0x000000003f4151dc 0x7 esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f4151e3 0x1 + .rodata.config_new.str1.4 + 0x000000003f4151e4 0x11 esp-idf/bt/libbt.a(config.c.obj) + .rodata.config_set_int.str1.4 + 0x000000003f4151f5 0x3 esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f4151f5 0x3 + .rodata.config_section_next.str1.4 + 0x000000003f4151f8 0xd esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f415205 0x3 + .rodata.config_save.str1.4 + 0x000000003f415208 0x36 esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f41523e 0x2 + .rodata.__func__$4971 + 0x000000003f415240 0x10 esp-idf/bt/libbt.a(config.c.obj) + .rodata.__func__$5001 + 0x000000003f415250 0xc esp-idf/bt/libbt.a(config.c.obj) + .rodata.__func__$4965 + 0x000000003f41525c 0x14 esp-idf/bt/libbt.a(config.c.obj) + .rodata.__func__$4961 + 0x000000003f415270 0x14 esp-idf/bt/libbt.a(config.c.obj) + .rodata.__func__$4957 + 0x000000003f415284 0x13 esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f415297 0x1 + .rodata.__func__$4953 + 0x000000003f415298 0x15 esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f4152ad 0x3 + .rodata.__func__$4946 + 0x000000003f4152b0 0x12 esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f4152c2 0x2 + .rodata.__func__$4939 + 0x000000003f4152c4 0x16 esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f4152da 0x2 + .rodata.__func__$4912 + 0x000000003f4152dc 0xf esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f4152eb 0x1 + .rodata.__func__$4904 + 0x000000003f4152ec 0x12 esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f4152fe 0x2 + .rodata.__func__$4886 + 0x000000003f415300 0xf esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f41530f 0x1 + .rodata.__func__$4864 + 0x000000003f415310 0xf esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f41531f 0x1 + .rodata.__func__$4987 + 0x000000003f415320 0x1b esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f41533b 0x1 + .rodata.__func__$5042 + 0x000000003f41533c 0xd esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f415349 0x3 + .rodata.__func__$4847 + 0x000000003f41534c 0xb esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x000000003f415357 0x1 + .rodata.fixed_queue_capacity.str1.4 + 0x000000003f415358 0x43 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .rodata.fixed_queue_enqueue.str1.4 + 0x000000003f41539b 0xd esp-idf/bt/libbt.a(fixed_queue.c.obj) + *fill* 0x000000003f41539b 0x1 + .rodata.fixed_queue_try_remove_from_queue.str1.4 + 0x000000003f41539c 0x8 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .rodata.fixed_queue_register_dequeue.str1.4 + 0x000000003f4153a4 0x11 esp-idf/bt/libbt.a(fixed_queue.c.obj) + *fill* 0x000000003f4153b5 0x3 + .rodata.__func__$5297 + 0x000000003f4153b8 0x14 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .rodata.__func__$5293 + 0x000000003f4153cc 0x1f esp-idf/bt/libbt.a(fixed_queue.c.obj) + *fill* 0x000000003f4153eb 0x1 + .rodata.__func__$5289 + 0x000000003f4153ec 0x1d esp-idf/bt/libbt.a(fixed_queue.c.obj) + *fill* 0x000000003f415409 0x3 + .rodata.__func__$5284 + 0x000000003f41540c 0x15 esp-idf/bt/libbt.a(fixed_queue.c.obj) + *fill* 0x000000003f415421 0x3 + .rodata.__func__$5280 + 0x000000003f415424 0x22 esp-idf/bt/libbt.a(fixed_queue.c.obj) + *fill* 0x000000003f415446 0x2 + .rodata.__func__$5266 + 0x000000003f415448 0x14 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .rodata.__func__$5260 + 0x000000003f41545c 0x14 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .rodata.future_ready.str1.4 + 0x000000003f415470 0x5c esp-idf/bt/libbt.a(future.c.obj) + .rodata.__func__$5456 + 0x000000003f4154cc 0xd esp-idf/bt/libbt.a(future.c.obj) + *fill* 0x000000003f4154d9 0x3 + .rodata.__func__$5452 + 0x000000003f4154dc 0xd esp-idf/bt/libbt.a(future.c.obj) + *fill* 0x000000003f4154e9 0x3 + .rodata.bucket_free_.str1.4 + 0x000000003f4154ec 0x30 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x40 (size before relaxing) + .rodata.hash_map_new_internal.str1.4 + 0x000000003f41551c 0x1f esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f41553b 0x1 + .rodata.hash_map_has_key.str1.4 + 0x000000003f41553c 0x11 esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f41554d 0x3 + .rodata.hash_map_set.str1.4 + 0x000000003f415550 0xb esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f41555b 0x1 + .rodata.hash_map_foreach.str1.4 + 0x000000003f41555c 0x11 esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f41556d 0x3 + .rodata.__func__$3877 + 0x000000003f415570 0x11 esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f415581 0x3 + .rodata.__func__$3866 + 0x000000003f415584 0xf esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f415593 0x1 + .rodata.__func__$3859 + 0x000000003f415594 0xd esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f4155a1 0x3 + .rodata.__func__$3850 + 0x000000003f4155a4 0xf esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f4155b3 0x1 + .rodata.__func__$3891 + 0x000000003f4155b4 0xd esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f4155c1 0x3 + .rodata.__func__$3841 + 0x000000003f4155c4 0xd esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f4155d1 0x3 + .rodata.__func__$3832 + 0x000000003f4155d4 0x11 esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f4155e5 0x3 + .rodata.__func__$3816 + 0x000000003f4155e8 0x16 esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x000000003f4155fe 0x2 + .rodata.list_is_empty.str1.4 + 0x000000003f415600 0x3c esp-idf/bt/libbt.a(list.c.obj) + .rodata.list_front.str1.4 + 0x000000003f41563c 0x15 esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f415651 0x3 + .rodata.list_insert_after.str1.4 + 0x000000003f415654 0x12 esp-idf/bt/libbt.a(list.c.obj) + 0x21 (size before relaxing) + .rodata.list_foreach.str1.4 + 0x000000003f415666 0x11 esp-idf/bt/libbt.a(list.c.obj) + .rodata.list_next.str1.4 + 0x000000003f415666 0xd esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f415666 0x2 + .rodata.__func__$3881 + 0x000000003f415668 0xf esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f415677 0x1 + .rodata.__func__$3876 + 0x000000003f415678 0xa esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f415682 0x2 + .rodata.__func__$3872 + 0x000000003f415684 0xa esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f41568e 0x2 + .rodata.__func__$3868 + 0x000000003f415690 0x9 esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f415699 0x3 + .rodata.__func__$3864 + 0x000000003f41569c 0xb esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f4156a7 0x1 + .rodata.__func__$3855 + 0x000000003f4156a8 0xd esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f4156b5 0x3 + .rodata.__func__$3845 + 0x000000003f4156b8 0xb esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f4156c3 0x1 + .rodata.__func__$3824 + 0x000000003f4156c4 0xc esp-idf/bt/libbt.a(list.c.obj) + .rodata.__func__$3818 + 0x000000003f4156d0 0xc esp-idf/bt/libbt.a(list.c.obj) + .rodata.__func__$3812 + 0x000000003f4156dc 0xd esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f4156e9 0x3 + .rodata.__func__$3806 + 0x000000003f4156ec 0x12 esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f4156fe 0x2 + .rodata.__func__$3796 + 0x000000003f415700 0xa esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f41570a 0x2 + .rodata.__func__$3792 + 0x000000003f41570c 0xb esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f415717 0x1 + .rodata.__func__$3788 + 0x000000003f415718 0xc esp-idf/bt/libbt.a(list.c.obj) + .rodata.__func__$3779 + 0x000000003f415724 0xe esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f415732 0x2 + .rodata.__func__$3770 + 0x000000003f415734 0xe esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f415742 0x2 + .rodata.__func__$3765 + 0x000000003f415744 0xe esp-idf/bt/libbt.a(list.c.obj) + *fill* 0x000000003f415752 0x2 + .rodata.bta_dm_search_reg + 0x000000003f415754 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .rodata.bta_dm_reg + 0x000000003f41575c 0x8 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .rodata.bta_dm_search_st_tbl + 0x000000003f415764 0x10 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000003f415764 bta_dm_search_st_tbl + .rodata.bta_dm_search_disc_active_st_table + 0x000000003f415774 0x1b esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000003f415774 bta_dm_search_disc_active_st_table + *fill* 0x000000003f41578f 0x1 + .rodata.bta_dm_search_search_cancelling_st_table + 0x000000003f415790 0xf esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000003f415790 bta_dm_search_search_cancelling_st_table + *fill* 0x000000003f41579f 0x1 + .rodata.bta_dm_search_search_active_st_table + 0x000000003f4157a0 0x18 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000003f4157a0 bta_dm_search_search_active_st_table + .rodata.bta_dm_search_idle_st_table + 0x000000003f4157b8 0x12 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000003f4157b8 bta_dm_search_idle_st_table + *fill* 0x000000003f4157ca 0x2 + .rodata.bta_dm_search_action + 0x000000003f4157cc 0x30 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000003f4157cc bta_dm_search_action + .rodata.bta_dm_action + 0x000000003f4157fc 0x51c esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000003f4157fc bta_dm_action + .rodata.bta_gattc_reg + 0x000000003f415d18 0x8 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .rodata.bta_gattc_disc_cmpl_cback + 0x000000003f415d20 0x18 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .rodata.bta_gattc_disc_res_cback + 0x000000003f415d38 0x18 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .rodata.bta_gattc_hdl_event + 0x000000003f415d50 0x74 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .rodata.bta_gattc_st_tbl + 0x000000003f415dc4 0x10 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + 0x000000003f415dc4 bta_gattc_st_tbl + .rodata.bta_gattc_st_discover + 0x000000003f415dd4 0x28 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .rodata.bta_gattc_st_connected + 0x000000003f415dfc 0x28 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .rodata.bta_gattc_st_w4_conn + 0x000000003f415e24 0x28 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .rodata.bta_gattc_st_idle + 0x000000003f415e4c 0x28 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .rodata.bta_gattc_action + 0x000000003f415e74 0x64 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + 0x000000003f415e74 bta_gattc_action + .rodata.bta_gattc_has_prepare_command_in_queue.str1.4 + 0x000000003f415ed8 0x54 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .rodata.__func__$12082 + 0x000000003f415f2c 0x27 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + *fill* 0x000000003f415f53 0x1 + .rodata.dummy_bda + 0x000000003f415f54 0x6 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + *fill* 0x000000003f415f5a 0x2 + .rodata.base_uuid + 0x000000003f415f5c 0x10 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .rodata.bta_gatts_reg + 0x000000003f415f6c 0x8 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .rodata.bta_gatts_hdl_event + 0x000000003f415f74 0x4c esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .rodata.bta_gatts_srvc_build_act + 0x000000003f415fc0 0x18 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + 0x000000003f415fc0 bta_gatts_srvc_build_act + .rodata.base_uuid + 0x000000003f415fd8 0x10 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .rodata.bta_alarm_cb.str1.4 + 0x000000003f415fe8 0x40 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x50 (size before relaxing) + .rodata.bta_sys_start_timer.str1.4 + 0x000000003f416028 0x8 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x18 (size before relaxing) + .rodata.__func__$10388 + 0x000000003f416030 0x13 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + *fill* 0x000000003f416043 0x1 + .rodata.__func__$10383 + 0x000000003f416044 0x13 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + *fill* 0x000000003f416057 0x1 + .rodata.__func__$10378 + 0x000000003f416058 0x18 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .rodata.__func__$10363 + 0x000000003f416070 0x14 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .rodata.__func__$10356 + 0x000000003f416084 0xd esp-idf/bt/libbt.a(bta_sys_main.c.obj) + *fill* 0x000000003f416091 0x3 + .rodata.bta_sys_st_tbl + 0x000000003f416094 0x10 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000003f416094 bta_sys_st_tbl + .rodata.bta_sys_hw_stopping + 0x000000003f4160a4 0x12 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000003f4160a4 bta_sys_hw_stopping + *fill* 0x000000003f4160b6 0x2 + .rodata.bta_sys_hw_on + 0x000000003f4160b8 0x12 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000003f4160b8 bta_sys_hw_on + *fill* 0x000000003f4160ca 0x2 + .rodata.bta_sys_hw_starting + 0x000000003f4160cc 0x12 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000003f4160cc bta_sys_hw_starting + *fill* 0x000000003f4160de 0x2 + .rodata.bta_sys_hw_off + 0x000000003f4160e0 0x12 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000003f4160e0 bta_sys_hw_off + *fill* 0x000000003f4160f2 0x2 + .rodata.bta_sys_action + 0x000000003f4160f4 0x18 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000003f4160f4 bta_sys_action + .rodata.bta_sys_hw_reg + 0x000000003f41610c 0x8 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .rodata.transmit_data.str1.4 + 0x000000003f416114 0x47 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x57 (size before relaxing) + *fill* 0x000000003f41615b 0x1 + .rodata.hci_hal_env_init.str1.4 + 0x000000003f41615c 0x25 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + *fill* 0x000000003f416181 0x3 + .rodata.hal_open.str1.4 + 0x000000003f416184 0x2c esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .rodata.host_recv_adv_packet.str1.4 + 0x000000003f4161b0 0x7 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + *fill* 0x000000003f4161b7 0x1 + .rodata.__func__$9718 + 0x000000003f4161b8 0x11 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + *fill* 0x000000003f4161c9 0x3 + .rodata.__func__$9726 + 0x000000003f4161cc 0x9 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + *fill* 0x000000003f4161d5 0x3 + .rodata.__func__$9736 + 0x000000003f4161d8 0xe esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + *fill* 0x000000003f4161e6 0x2 + .rodata.__func__$9753 + 0x000000003f4161e8 0x15 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + *fill* 0x000000003f4161fd 0x3 + .rodata.vhci_host_cb + 0x000000003f416200 0x8 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .rodata.interface + 0x000000003f416208 0xc esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .rodata.outbound_event_types + 0x000000003f416214 0x8 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .rodata.preamble_sizes + 0x000000003f41621c 0x4 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .rodata.btm_proc_smp_cback + 0x000000003f416220 0x34 esp-idf/bt/libbt.a(btm_ble.c.obj) + .rodata.btm_ble_condtype_to_ocf + 0x000000003f416254 0x20 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .rodata.btm_ble_ocf_to_condtype + 0x000000003f416274 0x24 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .rodata.BTM_BleCfgFilterCondition + 0x000000003f416298 0x20 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .rodata.na_bda + 0x000000003f4162b8 0x6 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + *fill* 0x000000003f4162be 0x2 + .rodata.background_connections_lazy_init.str1.4 + 0x000000003f4162c0 0x5c esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .rodata.background_connection_add.str1.4 + 0x000000003f41631c 0x8 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .rodata.__func__$11795 + 0x000000003f416324 0x21 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + *fill* 0x000000003f416345 0x3 + .rodata.__func__$11799 + 0x000000003f416348 0x1a esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + *fill* 0x000000003f416362 0x2 + .rodata.attp_build_sr_msg + 0x000000003f416364 0xf0 esp-idf/bt/libbt.a(att_protocol.c.obj) + .rodata.gatt_profile_cback + 0x000000003f416454 0x1c esp-idf/bt/libbt.a(gatt_attr.c.obj) + .rodata.gfm3_sbox + 0x000000003f416470 0x100 esp-idf/bt/libbt.a(aes.c.obj) + .rodata.gfm2_sbox + 0x000000003f416570 0x100 esp-idf/bt/libbt.a(aes.c.obj) + .rodata.sbox 0x000000003f416670 0x100 esp-idf/bt/libbt.a(aes.c.obj) + .rodata.smp_send_app_cback + 0x000000003f416770 0x34 esp-idf/bt/libbt.a(smp_act.c.obj) + .rodata.smp_decide_association_model + 0x000000003f4167a4 0x24 esp-idf/bt/libbt.a(smp_act.c.obj) + .rodata.smp_process_local_nonce + 0x000000003f4167c8 0x14 esp-idf/bt/libbt.a(smp_act.c.obj) + .rodata.smp_process_peer_nonce + 0x000000003f4167dc 0x14 esp-idf/bt/libbt.a(smp_act.c.obj) + .rodata.smp_process_secure_connection_oob_data.str1.4 + 0x000000003f4167f0 0x2c esp-idf/bt/libbt.a(smp_act.c.obj) + .rodata.smp_start_secure_connection_phase1 + 0x000000003f41681c 0x14 esp-idf/bt/libbt.a(smp_act.c.obj) + .rodata.smp_distribute_act + 0x000000003f416830 0x10 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x000000003f416830 smp_distribute_act + .rodata.const_Rb + 0x000000003f416840 0x10 esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x000000003f416840 const_Rb + .rodata.bta_dm_ble_smp_cback + 0x000000003f416850 0x38 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .rodata.bta_dm_bl_change_cback + 0x000000003f416888 0x14 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .rodata.bta_security + 0x000000003f41689c 0x20 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x000000003f41689c bta_security + .rodata.bta_service_id_to_btm_srv_id_lkup_tbl + 0x000000003f4168bc 0x80 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x000000003f4168bc bta_service_id_to_btm_srv_id_lkup_tbl + .rodata.p_bta_dm_rm_cfg + 0x000000003f41693c 0x4 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + 0x000000003f41693c p_bta_dm_rm_cfg + .rodata.p_bta_dm_cfg + 0x000000003f416940 0x4 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + 0x000000003f416940 p_bta_dm_cfg + .rodata.bta_dm_rm_cfg + 0x000000003f416944 0x15 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + 0x000000003f416944 bta_dm_rm_cfg + *fill* 0x000000003f416959 0x3 + .rodata.bta_dm_cfg + 0x000000003f41695c 0xc esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + 0x000000003f41695c bta_dm_cfg + .rodata.bta_gattc_free_command_data.str1.4 + 0x000000003f416968 0x56 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + *fill* 0x000000003f4169be 0x2 + .rodata.__func__$13708 + 0x000000003f4169c0 0x1c esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .rodata.bta_gattc_opcode_to_int_evt + 0x000000003f4169dc 0xa esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + *fill* 0x000000003f4169e6 0x2 + .rodata.bta_gattc_cl_cback + 0x000000003f4169e8 0x1c esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .rodata.bta_gatts_nv_cback + 0x000000003f416a04 0x8 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x000000003f416a04 bta_gatts_nv_cback + .rodata.bta_gatts_cback + 0x000000003f416a0c 0x1c esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .rodata.interop_match.str1.4 + 0x000000003f416a28 0x42 esp-idf/bt/libbt.a(interop.c.obj) + *fill* 0x000000003f416a6a 0x2 + .rodata.__func__$6971 + 0x000000003f416a6c 0xe esp-idf/bt/libbt.a(interop.c.obj) + *fill* 0x000000003f416a7a 0x2 + .rodata.interop_database + 0x000000003f416a7c 0x6c esp-idf/bt/libbt.a(interop.c.obj) + .rodata.str1.1 + 0x000000003f416ae8 0x1fa /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + 0x1fc (size before relaxing) + .rodata.str1.1 + 0x000000003f416ce2 0x25 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + 0x27 (size before relaxing) + *fill* 0x000000003f416d07 0x1 + .rodata 0x000000003f416d08 0x10 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + .rodata 0x000000003f416d18 0x40 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + 0x000000003f416d18 dbg_default_handler_2 + .rodata.str1.1 + 0x000000003f416d58 0x5 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + 0x7 (size before relaxing) + .rodata.str1.1 + 0x000000003f416d5d 0x21 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + 0x2d (size before relaxing) + *fill* 0x000000003f416d7e 0x2 + .rodata 0x000000003f416d80 0x64 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + 0x000000003f416d80 hci_evt_le_desc_tab_esp + 0x000000003f416d88 bt_esp_vs_evt_desc + 0x000000003f416d90 hci_cmd_desc_tab_vs_esp + 0x000000003f416dd8 hci_cmd_desc_tab_stat_par_esp + .rodata.str1.1 + 0x000000003f416de4 0x9 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + .rodata.str1.1 + 0x000000003f416ded 0x45 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + 0x47 (size before relaxing) + .rodata.str1.1 + 0x000000003f416e32 0xa /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + 0xc (size before relaxing) + .rodata.str1.1 + 0x000000003f416e3c 0x17 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + 0x1b (size before relaxing) + .rodata.str1.1 + 0x000000003f416e53 0x76 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + .rodata.str1.1 + 0x000000003f416ec9 0x3c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + .rodata.str1.1 + 0x000000003f416f05 0xb /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + 0xd (size before relaxing) + .rodata.str1.1 + 0x000000003f416f10 0x48 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + 0x4a (size before relaxing) + .rodata 0x000000003f416f58 0x298 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + .rodata.str1.1 + 0x000000003f4171f0 0x3c2 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + 0x3c4 (size before relaxing) + .rodata.str1.1 + 0x000000003f4175b2 0x19f /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + 0x1a1 (size before relaxing) + .rodata.str1.1 + 0x000000003f417751 0x9 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + 0xb0 (size before relaxing) + .rodata.str1.1 + 0x000000003f41775a 0xb /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + .rodata 0x000000003f417765 0x7 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + .rodata.str1.1 + 0x000000003f41776c 0x6 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + .rodata.str1.1 + 0x000000003f417772 0x11c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + 0x11e (size before relaxing) + .rodata.str1.1 + 0x000000003f41788e 0x1c2 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + 0x1c4 (size before relaxing) + .rodata.str1.1 + 0x000000003f417a50 0x6b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + .rodata 0x000000003f417abb 0x2d /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + .rodata.str1.1 + 0x000000003f417ae8 0x8f /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + 0x91 (size before relaxing) + .rodata.str1.1 + 0x000000003f417b77 0xb6 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + .rodata.str1.1 + 0x000000003f417c2d 0xb /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + .rodata.str1.1 + 0x000000003f417c38 0x3d /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + 0x42 (size before relaxing) + .rodata.str1.1 + 0x000000003f417c75 0xc9 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + 0xcb (size before relaxing) + .rodata.str1.1 + 0x000000003f417d3e 0x13 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + .rodata.str1.1 + 0x000000003f417d51 0x19 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + *fill* 0x000000003f417d6a 0x2 + .rodata 0x000000003f417d6c 0x6c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + 0x000000003f417d6c r_plf_funcs_ro + .rodata.str1.1 + 0x000000003f417dd8 0x4d /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + .rodata 0x000000003f417e25 0xf /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + .rodata.str1.1 + 0x000000003f417e34 0x8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + .rodata.str1.1 + 0x000000003f417e3c 0x1a /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + .rodata.str1.1 + 0x000000003f417e56 0x2e /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + .rodata 0x000000003f417e84 0xc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + .rodata.str1.1 + 0x000000003f417e90 0x13 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + .rodata.str1.1 + 0x000000003f417ea3 0x24 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + 0x2b (size before relaxing) + *fill* 0x000000003f417ec7 0x1 + .rodata 0x000000003f417ec8 0x1c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + .rodata 0x000000003f417ee4 0x2c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + 0x000000003f417ee4 coef_B + .rodata.str1.1 + 0x000000003f417f10 0x3d /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + *fill* 0x000000003f417f4d 0x3 + .rodata._mdns_alloc_answer.str1.4 + 0x000000003f417f50 0x56 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000003f417fa6 0x2 + .rodata 0x000000003f417fa8 0x18 esp-idf/mdns/libmdns.a(mdns.c.obj) + .rodata._mdns_create_probe_packet.str1.4 + 0x000000003f417fc0 0x6 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000003f417fc6 0x2 + .rodata._mdns_name_is_discovery.str1.4 + 0x000000003f417fc8 0x19 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000003f417fe1 0x3 + .rodata._mdns_read_fqdn.str1.4 + 0x000000003f417fe4 0x19 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1d (size before relaxing) + *fill* 0x000000003f417ffd 0x3 + .rodata._mdns_mangle_name.str1.4 + 0x000000003f418000 0xc esp-idf/mdns/libmdns.a(mdns.c.obj) + .rodata._mdns_free_action + 0x000000003f41800c 0x40 esp-idf/mdns/libmdns.a(mdns.c.obj) + .rodata._mdns_start_timer.str1.4 + 0x000000003f41804c 0xb esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000003f418057 0x1 + .rodata._mdns_service_task_start.str1.4 + 0x000000003f418058 0x5 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000003f41805d 0x3 + .rodata._mdns_check_txt_collision.str1.4 + 0x000000003f418060 0x6 esp-idf/mdns/libmdns.a(mdns.c.obj) + .rodata._mdns_get_esp_netif.str1.4 + 0x000000003f418066 0x24 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000003f418066 0x2 + .rodata._mdns_tx_handle_packet + 0x000000003f418068 0x18 esp-idf/mdns/libmdns.a(mdns.c.obj) + .rodata._mdns_execute_action + 0x000000003f418080 0x40 esp-idf/mdns/libmdns.a(mdns.c.obj) + .rodata._udp_join_group.str1.4 + 0x000000003f4180c0 0x2e esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x36 (size before relaxing) + *fill* 0x000000003f4180ee 0x2 + .rodata 0x000000003f4180f0 0x18 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .rodata._udp_recv.str1.4 + 0x000000003f418108 0x10 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x5e (size before relaxing) + .rodata.__func__$9901 + 0x000000003f418118 0x10 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .rodata.parse_string + 0x000000003f418128 0x150 esp-idf/json/libjson.a(cJSON.c.obj) + .rodata.skip_utf8_bom.str1.4 + 0x000000003f418278 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .rodata.parse_number + 0x000000003f41827c 0xec esp-idf/json/libjson.a(cJSON.c.obj) + .rodata.print_number.str1.4 + 0x000000003f418368 0x1b esp-idf/json/libjson.a(cJSON.c.obj) + .rodata.print_value.str1.4 + 0x000000003f418383 0xd esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x000000003f418383 0x1 + .rodata.create_string.str1.4 + 0x000000003f418384 0x1d esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x41 (size before relaxing) + *fill* 0x000000003f4183a1 0x3 + .rodata.esp_mqtt_check_cfg_conflict.str1.4 + 0x000000003f4183a4 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.create_client_data.str1.4 + 0x000000003f4183b0 0xb esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_set_cert_key_data.str1.4 + 0x000000003f4183bb 0xb esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x5 (size before relaxing) + *fill* 0x000000003f4183bb 0x1 + .rodata.esp_mqtt_set_cert_key_data + 0x000000003f4183bc 0x18 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_set_ssl_transport_properties.str1.4 + 0x000000003f4183d4 0x113 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x12b (size before relaxing) + *fill* 0x000000003f4184e7 0x1 + .rodata.mqtt_message_receive.str1.4 + 0x000000003f4184e8 0xd0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_connect.str1.4 + 0x000000003f4185b8 0x13f esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f4186f7 0x1 + .rodata.deliver_suback.str1.4 + 0x000000003f4186f8 0x35 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f41872d 0x3 + .rodata.deliver_publish.str1.4 + 0x000000003f418730 0xbd esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f4187ed 0x3 + .rodata.send_disconnect_msg.str1.4 + 0x000000003f4187f0 0x74 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.mqtt_process_receive.str1.4 + 0x000000003f418864 0x1aa esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f418a0e 0x2 + .rodata.mqtt_process_receive + 0x000000003f418a10 0x2c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.mqtt_resend_queued.str1.4 + 0x000000003f418a3c 0x7c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_client_ping.str1.4 + 0x000000003f418ab8 0x62 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f418b1a 0x2 + .rodata.esp_mqtt_task.str1.4 + 0x000000003f418b1c 0x1e4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_client_set_uri.str1.4 + 0x000000003f418d00 0x46 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f418d46 0x2 + .rodata.esp_mqtt_set_config.str1.4 + 0x000000003f418d48 0x83 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f418dcb 0x1 + .rodata.esp_mqtt_client_start.str1.4 + 0x000000003f418dcc 0x66 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f418e32 0x2 + .rodata.esp_mqtt_client_stop.str1.4 + 0x000000003f418e34 0x3f esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f418e73 0x1 + .rodata.esp_mqtt_client_subscribe.str1.4 + 0x000000003f418e74 0xa7 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f418f1b 0x1 + .rodata.esp_mqtt_client_unsubscribe.str1.4 + 0x000000003f418f1c 0x71 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f418f8d 0x3 + .rodata.esp_mqtt_client_publish.str1.4 + 0x000000003f418f90 0x39 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f418fc9 0x3 + .rodata.__func__$13350 + 0x000000003f418fcc 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.__func__$13395 + 0x000000003f418fdc 0x15 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f418ff1 0x3 + .rodata.__func__$13383 + 0x000000003f418ff4 0x15 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f419009 0x3 + .rodata.__func__$13283 + 0x000000003f41900c 0x11 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f41901d 0x3 + .rodata.__FUNCTION__$13226 + 0x000000003f419020 0x26 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f419046 0x2 + .rodata.__FUNCTION__$13325 + 0x000000003f419048 0x18 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.__FUNCTION__$13296 + 0x000000003f419060 0x13 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f419073 0x1 + .rodata.__FUNCTION__$13305 + 0x000000003f419074 0x15 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f419089 0x3 + .rodata.__FUNCTION__$13318 + 0x000000003f41908c 0xe esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f41909a 0x2 + .rodata.__FUNCTION__$13243 + 0x000000003f41909c 0x14 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.str1.4 + 0x000000003f4190b0 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.mqtt_msg_connect.str1.4 + 0x000000003f4190bc 0xd esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x11 (size before relaxing) + *fill* 0x000000003f4190c9 0x3 + .rodata.mqtt_has_valid_msg_hdr + 0x000000003f4190cc 0x3c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .rodata.outbox_init.str1.4 + 0x000000003f419108 0x7 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x3d (size before relaxing) + *fill* 0x000000003f41910f 0x1 + .rodata.__FUNCTION__$5784 + 0x000000003f419110 0xf esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + *fill* 0x000000003f41911f 0x1 + .rodata.__FUNCTION__$5777 + 0x000000003f419120 0xc esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .rodata.platform_create_id_string.str1.4 + 0x000000003f41912c 0x1f esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x57 (size before relaxing) + *fill* 0x000000003f41914b 0x1 + .rodata.__FUNCTION__$5459 + 0x000000003f41914c 0x1a esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + *fill* 0x000000003f419166 0x2 + .rodata.prvInitialiseNewTimer.str1.4 + 0x000000003f419168 0x45 esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f4191ad 0x3 + .rodata.xTimerCreateTimerTask.str1.4 + 0x000000003f4191b0 0x10 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.xTimerGenericCommand.str1.4 + 0x000000003f4191c0 0x7 esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f4191c7 0x1 + .rodata.prvSwitchTimerLists.str1.4 + 0x000000003f4191c8 0x8 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.prvProcessReceivedCommands.str1.4 + 0x000000003f4191d0 0x25 esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f4191f5 0x3 + .rodata.prvProcessReceivedCommands + 0x000000003f4191f8 0x28 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5235 + 0x000000003f419220 0x15 esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f419235 0x3 + .rodata.__func__$5225 + 0x000000003f419238 0x16 esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f41924e 0x2 + .rodata.__func__$5306 + 0x000000003f419250 0x1b esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f41926b 0x1 + .rodata.__func__$5268 + 0x000000003f41926c 0x17 esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f419283 0x1 + .rodata.__func__$5330 + 0x000000003f419284 0x14 esp-idf/freertos/libfreertos.a(timers.c.obj) + .rodata.__func__$5197 + 0x000000003f419298 0x16 esp-idf/freertos/libfreertos.a(timers.c.obj) + *fill* 0x000000003f4192ae 0x2 + .rodata.lwip_getaddrinfo.str1.4 + 0x000000003f4192b0 0x77 esp-idf/lwip/liblwip.a(netdb.c.obj) + *fill* 0x000000003f419327 0x1 + .rodata.__func__$7463 + 0x000000003f419328 0x11 esp-idf/lwip/liblwip.a(netdb.c.obj) + *fill* 0x000000003f419339 0x3 + .rodata.sntp_send_request.str1.4 + 0x000000003f41933c 0x49 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003f419385 0x3 + .rodata.sntp_init.str1.4 + 0x000000003f419388 0x2b esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003f4193b3 0x1 + .rodata.__func__$7319 + 0x000000003f4193b4 0x12 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003f4193c6 0x2 + .rodata.__func__$7334 + 0x000000003f4193c8 0xa esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003f4193d2 0x2 + .rodata.esp_ping_send.str1.4 + 0x000000003f4193d4 0x31 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + *fill* 0x000000003f419405 0x3 + .rodata.esp_ping_new_session.str1.4 + 0x000000003f419408 0x1ee esp-idf/lwip/liblwip.a(ping_sock.c.obj) + *fill* 0x000000003f4195f6 0x2 + .rodata.esp_ping_get_profile.str1.4 + 0x000000003f4195f8 0xb2 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + *fill* 0x000000003f4196aa 0x2 + .rodata.esp_ping_get_profile + 0x000000003f4196ac 0x20 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .rodata.__FUNCTION__$7729 + 0x000000003f4196cc 0x15 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + *fill* 0x000000003f4196e1 0x3 + .rodata.__FUNCTION__$7710 + 0x000000003f4196e4 0xf esp-idf/lwip/liblwip.a(ping_sock.c.obj) + *fill* 0x000000003f4196f3 0x1 + .rodata.__FUNCTION__$7703 + 0x000000003f4196f4 0x18 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .rodata.__FUNCTION__$7686 + 0x000000003f41970c 0x15 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + *fill* 0x000000003f419721 0x3 + .rodata.ssl_parse_certificate_coordinate + 0x000000003f419724 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_compute_master.str1.4 + 0x000000003f419750 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000003f419776 0x2 + .rodata.ssl_calc_finished_tls_sha256.str1.4 + 0x000000003f419778 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_populate_transform.str1.4 + 0x000000003f419798 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000003f4197a6 0x2 + .rodata 0x000000003f4197a8 0x104 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.mbedtls_ssl_write_certificate + 0x000000003f4198ac 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.mbedtls_ssl_md_alg_from_hash + 0x000000003f4198d8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.mbedtls_ssl_hash_from_md_alg + 0x000000003f4198f4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.mbedtls_ssl_check_cert_usage.str1.4 + 0x000000003f41990c 0x15 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000003f419921 0x3 + .rodata.mbedtls_ssl_check_cert_usage + 0x000000003f419924 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.mbedtls_ssl_get_ciphersuite_sig_pk_alg + 0x000000003f419950 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.str1.4 + 0x000000003f41997c 0xab5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0xab9 (size before relaxing) + *fill* 0x000000003f41a431 0x3 + .rodata.ciphersuite_definitions + 0x000000003f41a434 0xc58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.ciphersuite_preference + 0x000000003f41b08c 0x340 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.mbedtls_ssl_handshake_client_step + 0x000000003f41b3cc 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .rodata.ssl_write_server_key_exchange + 0x000000003f41b414 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .rodata.mbedtls_ssl_handshake_server_step + 0x000000003f41b440 0x40 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .rodata.small_prime + 0x000000003f41b480 0x2a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.mbedtls_cipher_set_padding_mode + 0x000000003f41b720 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .rodata.mbedtls_cipher_definitions + 0x000000003f41b734 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f41b734 mbedtls_cipher_definitions + .rodata.str1.4 + 0x000000003f41b7f4 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_ccm_info + 0x000000003f41b914 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_ccm_info + 0x000000003f41b934 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_ccm_info + 0x000000003f41b954 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.ccm_aes_info + 0x000000003f41b974 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_gcm_info + 0x000000003f41b9a0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_gcm_info + 0x000000003f41b9c0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_gcm_info + 0x000000003f41b9e0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.gcm_aes_info + 0x000000003f41ba00 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_xts_info + 0x000000003f41ba2c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_xts_info + 0x000000003f41ba4c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.xts_aes_info + 0x000000003f41ba6c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_ctr_info + 0x000000003f41ba98 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_ctr_info + 0x000000003f41bab8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_ctr_info + 0x000000003f41bad8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_ofb_info + 0x000000003f41baf8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_ofb_info + 0x000000003f41bb18 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_ofb_info + 0x000000003f41bb38 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_cfb128_info + 0x000000003f41bb58 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_cfb128_info + 0x000000003f41bb78 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_cfb128_info + 0x000000003f41bb98 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_cbc_info + 0x000000003f41bbb8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_cbc_info + 0x000000003f41bbd8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_cbc_info + 0x000000003f41bbf8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_ecb_info + 0x000000003f41bc18 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_ecb_info + 0x000000003f41bc38 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_ecb_info + 0x000000003f41bc58 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_info + 0x000000003f41bc78 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.ecdsa_sign_det_restartable.str1.4 + 0x000000003f41bca4 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + *fill* 0x000000003f41bcb5 0x3 + .rodata.ecp_x25519_bad_point_2 + 0x000000003f41bcb8 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.ecp_x25519_bad_point_1 + 0x000000003f41bcc4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.x25519_bad_point_2 + 0x000000003f41bcd0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.x25519_bad_point_1 + 0x000000003f41bcf0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.str1.4 + 0x000000003f41bd10 0x97 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + *fill* 0x000000003f41bda7 0x1 + .rodata.ecp_supported_curves + 0x000000003f41bda8 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.mbedtls_ecp_group_load + 0x000000003f41be44 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.curve25519_part_of_n + 0x000000003f41be78 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_n + 0x000000003f41be88 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_gy + 0x000000003f41bec8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_gx + 0x000000003f41bf08 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_b + 0x000000003f41bf48 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_a + 0x000000003f41bf88 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_p + 0x000000003f41bfc8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_n + 0x000000003f41c008 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_gy + 0x000000003f41c038 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_gx + 0x000000003f41c068 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_b + 0x000000003f41c098 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_a + 0x000000003f41c0c8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_p + 0x000000003f41c0f8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_n + 0x000000003f41c128 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_gy + 0x000000003f41c148 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_gx + 0x000000003f41c168 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_b + 0x000000003f41c188 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_a + 0x000000003f41c1a8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_p + 0x000000003f41c1c8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_n + 0x000000003f41c1e8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_gy + 0x000000003f41c208 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_gx + 0x000000003f41c228 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_b + 0x000000003f41c248 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_a + 0x000000003f41c24c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_p + 0x000000003f41c250 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_n + 0x000000003f41c270 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_gy + 0x000000003f41c290 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_gx + 0x000000003f41c2ac 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_b + 0x000000003f41c2c8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_a + 0x000000003f41c2cc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_p + 0x000000003f41c2d0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_n + 0x000000003f41c2ec 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_gy + 0x000000003f41c304 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_gx + 0x000000003f41c31c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_b + 0x000000003f41c334 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_a + 0x000000003f41c338 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_p + 0x000000003f41c33c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_n + 0x000000003f41c354 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_gy + 0x000000003f41c398 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_gx + 0x000000003f41c3dc 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_b + 0x000000003f41c420 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_p + 0x000000003f41c464 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_n + 0x000000003f41c4a8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_gy + 0x000000003f41c4d8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_gx + 0x000000003f41c508 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_b + 0x000000003f41c538 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_p + 0x000000003f41c568 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_n + 0x000000003f41c598 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_gy + 0x000000003f41c5b8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_gx + 0x000000003f41c5d8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_b + 0x000000003f41c5f8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_p + 0x000000003f41c618 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_n + 0x000000003f41c638 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_gy + 0x000000003f41c654 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_gx + 0x000000003f41c670 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_b + 0x000000003f41c68c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_p + 0x000000003f41c6a8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_n + 0x000000003f41c6c8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_gy + 0x000000003f41c6e0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_gx + 0x000000003f41c6f8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_b + 0x000000003f41c710 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_p + 0x000000003f41c728 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.last4 0x000000003f41c740 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .rodata.mbedtls_md_info_from_type + 0x000000003f41c7c0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md_info_from_string.str1.4 + 0x000000003f41c7d8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x2f (size before relaxing) + .rodata.mbedtls_md_free + 0x000000003f41c7dc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md_clone + 0x000000003f41c7f4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md_setup + 0x000000003f41c80c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md_starts + 0x000000003f41c824 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md_update + 0x000000003f41c83c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md_finish + 0x000000003f41c854 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md + 0x000000003f41c86c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.supported_digests + 0x000000003f41c884 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_sha512_info + 0x000000003f41c8a0 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000003f41c8a0 mbedtls_sha512_info + .rodata.mbedtls_sha384_info + 0x000000003f41c8ac 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000003f41c8ac mbedtls_sha384_info + .rodata.mbedtls_sha256_info + 0x000000003f41c8b8 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000003f41c8b8 mbedtls_sha256_info + .rodata.mbedtls_sha224_info + 0x000000003f41c8c4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000003f41c8c4 mbedtls_sha224_info + .rodata.mbedtls_sha1_info + 0x000000003f41c8d0 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000003f41c8d0 mbedtls_sha1_info + .rodata.mbedtls_md5_info + 0x000000003f41c8dc 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000003f41c8dc mbedtls_md5_info + .rodata.str1.4 + 0x000000003f41c8e8 0xba1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0xc69 (size before relaxing) + *fill* 0x000000003f41d489 0x3 + .rodata.oid_pkcs12_pbe_alg + 0x000000003f41d48c 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_md_hmac + 0x000000003f41d4d4 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_md_alg + 0x000000003f41d54c 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_cipher_alg + 0x000000003f41d5d8 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata 0x000000003f41d614 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000003f41d649 0x3 + .rodata.oid_ecp_grp + 0x000000003f41d64c 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_pk_alg + 0x000000003f41d73c 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_sig_alg + 0x000000003f41d78c 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_x509_ext + 0x000000003f41d8dc 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.mbedtls_pem_read_buffer.str1.4 + 0x000000003f41d968 0x6f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + *fill* 0x000000003f41d9d7 0x1 + .rodata.rsa_debug.str1.4 + 0x000000003f41d9d8 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000003f41d9e6 0x2 + .rodata.eckey_debug.str1.4 + 0x000000003f41d9e8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .rodata.str1.4 + 0x000000003f41d9f0 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x20 (size before relaxing) + *fill* 0x000000003f41da0b 0x1 + .rodata.mbedtls_ecdsa_info + 0x000000003f41da0c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f41da0c mbedtls_ecdsa_info + .rodata.mbedtls_eckeydh_info + 0x000000003f41da3c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f41da3c mbedtls_eckeydh_info + .rodata.mbedtls_eckey_info + 0x000000003f41da6c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f41da6c mbedtls_eckey_info + .rodata.mbedtls_rsa_info + 0x000000003f41da9c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f41da9c mbedtls_rsa_info + .rodata.mbedtls_pkcs5_pbes2.str1.4 + 0x000000003f41dacc 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + *fill* 0x000000003f41dad6 0x2 + .rodata.pk_group_from_specified.str1.4 + 0x000000003f41dad8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .rodata.pk_parse_key_pkcs8_encrypted_der.str1.4 + 0x000000003f41dae0 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x000000003f41daf6 0x2 + .rodata.mbedtls_pk_parse_key.str1.4 + 0x000000003f41daf8 0x102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x000000003f41dbfa 0x2 + .rodata 0x000000003f41dbfc 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + *fill* 0x000000003f41dc32 0x2 + .rodata.esp_mpi_read_result_hw_op.str1.4 + 0x000000003f41dc34 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000003f41dc7b 0x1 + .rodata.__func__$4053 + 0x000000003f41dc7c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000003f41dc8d 0x3 + .rodata.sha1_padding + 0x000000003f41dc90 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .rodata.sha256_padding + 0x000000003f41dcd0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .rodata.K 0x000000003f41dd10 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .rodata.sha512_padding + 0x000000003f41de10 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .rodata.K 0x000000003f41de90 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .rodata.sha_get_engine_state.str1.4 + 0x000000003f41e110 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41e162 0x2 + .rodata.esp_sha_lock_engine_common.str1.4 + 0x000000003f41e164 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_read_digest_state.str1.4 + 0x000000003f41e178 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.__func__$5583 + 0x000000003f41e1c0 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41e1ce 0x2 + .rodata.__func__$5576 + 0x000000003f41e1d0 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41e1ea 0x2 + .rodata.__func__$5550 + 0x000000003f41e1ec 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41e201 0x3 + .rodata.__func__$5566 + 0x000000003f41e204 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41e21f 0x1 + .rodata 0x000000003f41e220 0xd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000003f41e22d 0x3 + .rodata.x509_get_other_name.str1.4 + 0x000000003f41e230 0x9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_crt_verify_name.str1.4 + 0x000000003f41e239 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000003f41e239 0x3 + .rodata.mbedtls_x509_crt_verify_info.str1.4 + 0x000000003f41e23c 0x33 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000003f41e26f 0x1 + .rodata.mbedtls_x509_crt_parse.str1.4 + 0x000000003f41e270 0x36 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000003f41e2a6 0x2 + .rodata.str1.4 + 0x000000003f41e2a8 0x406 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000003f41e6ae 0x2 + .rodata.x509_crt_verify_strings + 0x000000003f41e6b0 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_profile_suiteb + 0x000000003f41e758 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000003f41e758 mbedtls_x509_crt_profile_suiteb + .rodata.mbedtls_x509_crt_profile_default + 0x000000003f41e768 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000003f41e768 mbedtls_x509_crt_profile_default + .rodata.x509_date_is_valid + 0x000000003f41e778 0x34 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_get_rsassa_pss_params.str1.4 + 0x000000003f41e7ac 0xa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + *fill* 0x000000003f41e7b6 0x2 + .rodata.verify_segment_header.str1.4 + 0x000000003f41e7b8 0x91 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x000000003f41e849 0x3 + .rodata.process_appended_hash.str1.4 + 0x000000003f41e84c 0x4a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x000000003f41e896 0x2 + .rodata.process_checksum.str1.4 + 0x000000003f41e898 0x42 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x000000003f41e8da 0x2 + .rodata.verify_image_header.str1.4 + 0x000000003f41e8dc 0x99 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x000000003f41e975 0x3 + .rodata.process_segment_data.str1.4 + 0x000000003f41e978 0x3a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x000000003f41e9b2 0x2 + .rodata.process_segment.str1.4 + 0x000000003f41e9b4 0x75 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x000000003f41ea29 0x3 + .rodata.process_segments.str1.4 + 0x000000003f41ea2c 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_simple_hash.str1.4 + 0x000000003f41ea5c 0x5a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x000000003f41eab6 0x2 + .rodata.image_load.str1.4 + 0x000000003f41eab8 0x45 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x000000003f41eafd 0x3 + .rodata.bootloader_sha256_data.str1.4 + 0x000000003f41eb00 0x53 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x5d (size before relaxing) + *fill* 0x000000003f41eb53 0x1 + .rodata.__func__$3569 + 0x000000003f41eb54 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + *fill* 0x000000003f41eb6d 0x3 + .rodata.__func__$3562 + 0x000000003f41eb70 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + *fill* 0x000000003f41eb87 0x1 + .rodata.bootloader_common_check_chip_validity.str1.4 + 0x000000003f41eb88 0xc2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + *fill* 0x000000003f41ec4a 0x2 + .rodata.get_ota_partition_count.str1.4 + 0x000000003f41ec4c 0x78 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.find_default_boot_partition.str1.4 + 0x000000003f41ecc4 0x4e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f41ed12 0x2 + .rodata.read_otadata.str1.4 + 0x000000003f41ed14 0x61 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f41ed75 0x3 + .rodata.esp_ota_get_running_partition.str1.4 + 0x000000003f41ed78 0x33 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f41edab 0x1 + .rodata.esp_ota_write.str1.4 + 0x000000003f41edac 0xb0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_boot_partition.str1.4 + 0x000000003f41ee5c 0x4a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f41eea6 0x2 + .rodata.esp_ota_get_next_update_partition.str1.4 + 0x000000003f41eea8 0x13 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f41eebb 0x1 + .rodata.__func__$6401 + 0x000000003f41eebc 0x22 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f41eede 0x2 + .rodata.__func__$6390 + 0x000000003f41eee0 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f41eefe 0x2 + .rodata.__func__$6347 + 0x000000003f41ef00 0x18 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.eth_on_state_changed.str1.4 + 0x000000003f41ef18 0x25e esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + *fill* 0x000000003f41f176 0x2 + .rodata.esp_eth_driver_uninstall.str1.4 + 0x000000003f41f178 0x119 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + *fill* 0x000000003f41f291 0x3 + .rodata.esp_eth_ioctl.str1.4 + 0x000000003f41f294 0x336 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + *fill* 0x000000003f41f5ca 0x2 + .rodata.esp_eth_ioctl + 0x000000003f41f5cc 0x20 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .rodata.__FUNCTION__$7962 + 0x000000003f41f5ec 0xe esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + *fill* 0x000000003f41f5fa 0x2 + .rodata.str1.4 + 0x000000003f41f5fc 0xa esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + *fill* 0x000000003f41f606 0x2 + .rodata.wps_init.str1.4 + 0x000000003f41f608 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_tx_start.str1.4 + 0x000000003f41f619 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + *fill* 0x000000003f41f619 0x3 + .rodata.wps_set_default_factory.str1.4 + 0x000000003f41f61c 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x32 (size before relaxing) + .rodata.wps_dev_init.str1.4 + 0x000000003f41f646 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x19 (size before relaxing) + *fill* 0x000000003f41f646 0x2 + .rodata.wifi_station_wps_init.str1.4 + 0x000000003f41f648 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + *fill* 0x000000003f41f666 0x2 + .rodata.wps_task_init.str1.4 + 0x000000003f41f668 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + *fill* 0x000000003f41f66d 0x3 + .rodata.wps_task + 0x000000003f41f670 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata 0x000000003f41f698 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + *fill* 0x000000003f41f69e 0x2 + .rodata.wps_set_vendor_ext_wfa_subelem + 0x000000003f41f6a0 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .rodata.wps_set_attr + 0x000000003f41f6b4 0x1a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .rodata.wps_derive_keys.str1.4 + 0x000000003f41f85c 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + *fill* 0x000000003f41f881 0x3 + .rodata 0x000000003f41f884 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.wps_process_wsc_msg + 0x000000003f41f894 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .rodata.wps_enrollee_get_msg + 0x000000003f41f8b4 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .rodata.wps_enrollee_process_msg + 0x000000003f41f8e8 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .rodata.str1.1 + 0x000000003f41f8fc 0x106 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .rodata.str1.1 + 0x000000003f41fa02 0xf ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .rodata.__func__$4059 + 0x000000003f41fa11 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .rodata.str1.1 + 0x000000003f41fa27 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .rodata.str1.1 + 0x000000003f41fa37 0x1e7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata.ieee80211_ethbroadcast + 0x000000003f41fc1e 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x000000003f41fc1e ieee80211_ethbroadcast + .rodata.str1.1 + 0x000000003f41fc24 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata.str1.1 + 0x000000003f41fc37 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x92 (size before relaxing) + .rodata.str1.1 + 0x000000003f41fcb5 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata.str1.1 + 0x000000003f41fcd4 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata 0x000000003f41fce3 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata.str1.1 + 0x000000003f41fcf3 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .rodata.str1.1 + 0x000000003f41fcf3 0xac ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + *fill* 0x000000003f41fd9f 0x1 + .rodata 0x000000003f41fda0 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata.CSWTCH$59 + 0x000000003f41fdb4 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata.str1.1 + 0x000000003f41fdc4 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2b (size before relaxing) + .rodata 0x000000003f41fde7 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata.CSWTCH$206 + 0x000000003f41fded 0xb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata.__FUNCTION__$11225 + 0x000000003f41fdf8 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata.str1.1 + 0x000000003f41fe0e 0x19a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x1ab (size before relaxing) + .rodata.wifi_nvs_set + 0x000000003f41ffa8 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata.wifi_nvs_compare_cfg_diff + 0x000000003f41ffc8 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata.wifi_nvs_load + 0x000000003f41ffe8 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata.str1.1 + 0x000000003f420008 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata 0x000000003f42001b 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata.s_ac_param$10950 + 0x000000003f420029 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata.param$10951 + 0x000000003f420045 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata.info$10945 + 0x000000003f42004e 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata.str1.1 + 0x000000003f420057 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x2b (size before relaxing) + *fill* 0x000000003f420079 0x3 + .rodata.ieee80211_11g_table + 0x000000003f42007c 0xd4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .rodata.ieee80211_11b_table + 0x000000003f420150 0xd4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .rodata.ieee80211_is_40mhz_valid_bw + 0x000000003f420224 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .rodata.str1.1 + 0x000000003f420240 0x3 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .rodata.str1.1 + 0x000000003f420243 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata.str1.1 + 0x000000003f420254 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x59 (size before relaxing) + *fill* 0x000000003f42029e 0x2 + .rodata.ieee80211_sta_new_state + 0x000000003f4202a0 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata 0x000000003f4202b8 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata.state_desc$10963 + 0x000000003f4202bc 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata.str1.1 + 0x000000003f4202e0 0x4e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x000000003f42032e 0x2 + .rodata.wifi_set_rx_policy + 0x000000003f420330 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata.__FUNCTION__$9638 + 0x000000003f42035c 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9644 + 0x000000003f420374 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9650 + 0x000000003f42038e 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9656 + 0x000000003f4203ab 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9662 + 0x000000003f4203b9 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9670 + 0x000000003f4203ce 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9678 + 0x000000003f4203df 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9684 + 0x000000003f4203f3 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9690 + 0x000000003f420407 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9699 + 0x000000003f42041d 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9711 + 0x000000003f42042c 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9705 + 0x000000003f420444 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9717 + 0x000000003f420454 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9723 + 0x000000003f42046f 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9729 + 0x000000003f42048e 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9735 + 0x000000003f4204a8 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.str1.1 + 0x000000003f4204ba 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata.str1.1 + 0x000000003f4204c3 0x82 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x8e (size before relaxing) + *fill* 0x000000003f420545 0x3 + .rodata.CSWTCH$139 + 0x000000003f420548 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata.str1.1 + 0x000000003f420578 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .rodata.str1.1 + 0x000000003f42058b 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .rodata.str1.1 + 0x000000003f420594 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f42059b 0x1 + .rodata.lmacProcessTxComplete + 0x000000003f42059c 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9500 + 0x000000003f4205b4 0xb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9477 + 0x000000003f4205bf 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9430 + 0x000000003f4205cb 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9403 + 0x000000003f4205de 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9385 + 0x000000003f4205f4 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9374 + 0x000000003f42060a 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9309 + 0x000000003f420620 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9356 + 0x000000003f420636 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9200 + 0x000000003f42064f 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9327 + 0x000000003f420670 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9264 + 0x000000003f42068a 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9236 + 0x000000003f42069f 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$9167 + 0x000000003f4206bc 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.str1.1 + 0x000000003f4206d1 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x12 (size before relaxing) + *fill* 0x000000003f4206d6 0x2 + .rodata 0x000000003f4206d8 0x6c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata.CSWTCH$280 + 0x000000003f420744 0x4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata.our_controls + 0x000000003f420748 0x158 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .rodata.rcUpdateAMPDUParam + 0x000000003f4208a0 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.rcUpdatePhyMode + 0x000000003f4208e0 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.str1.1 + 0x000000003f4208fc 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x000000003f420902 0x2 + .rodata.rssi_margin + 0x000000003f420904 0x80 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.TRC_AMPDU_PER_DOWN_THRESHOLD + 0x000000003f420984 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.TRC_AMPDU_PER_UP_THRESHOLD + 0x000000003f4209b8 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.CSWTCH$96 + 0x000000003f4209ec 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.CSWTCH$87 + 0x000000003f420a0a 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.CSWTCH$85 + 0x000000003f420a35 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.__FUNCTION__$9133 + 0x000000003f420a60 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.__FUNCTION__$9045 + 0x000000003f420a72 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.__FUNCTION__$9032 + 0x000000003f420a7c 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.str1.1 + 0x000000003f420a8c 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata.__FUNCTION__$9727 + 0x000000003f420a93 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata.__FUNCTION__$9682 + 0x000000003f420aa7 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata.__FUNCTION__$9570 + 0x000000003f420abb 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata.__FUNCTION__$9558 + 0x000000003f420ad3 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata 0x000000003f420ae9 0x6 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .rodata.str1.1 + 0x000000003f420aef 0x208 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x210 (size before relaxing) + .rodata.__func__$6329 + 0x000000003f420cf7 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .rodata.__func__$6272 + 0x000000003f420d09 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .rodata.SC_VERSION + 0x000000003f420d1e 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x000000003f420d1e SC_VERSION + .rodata.str1.1 + 0x000000003f420d25 0x498 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + *fill* 0x000000003f4211bd 0x3 + .rodata.KISS_Deal_with_ht20 + 0x000000003f4211c0 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .rodata.str1.1 + 0x000000003f4211d4 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .rodata.str1.1 + 0x000000003f421203 0x409 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x560 (size before relaxing) + .rodata.str1.1 + 0x000000003f42160c 0x4ec ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x516 (size before relaxing) + .rodata.sc_ciper_type_transfer + 0x000000003f421af8 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .rodata.sc_fixed_offset + 0x000000003f421b10 0xa ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x000000003f421b10 sc_fixed_offset + .rodata.str1.1 + 0x000000003f421b1a 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .rodata.str1.1 + 0x000000003f421b58 0xfa ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .rodata.score_level$5311 + 0x000000003f421c52 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .rodata.sc_sync_frame + 0x000000003f421c6e 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + 0x000000003f421c6e sc_sync_frame + .rodata.phy_printf.str1.4 + 0x000000003f421c80 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.sc_printf.str1.4 + 0x000000003f421c80 0xc esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.net80211_printf.str1.4 + 0x000000003f421c80 0x25 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x9 (size before relaxing) + .rodata.coexist_printf.str1.4 + 0x000000003f421c80 0x8 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .rodata.handler_got_ssid_passwd.str1.4 + 0x000000003f421c88 0x36 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + 0x42 (size before relaxing) + *fill* 0x000000003f421cbe 0x2 + .rodata.esp_smartconfig_start.str1.4 + 0x000000003f421cc0 0x48 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .rodata.str1.4 + 0x000000003f421d08 0x9 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + *fill* 0x000000003f421d11 0x3 + .rodata.sc_ack_send_task.str1.4 + 0x000000003f421d14 0x9e esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + 0xba (size before relaxing) + *fill* 0x000000003f421db2 0x2 + .rodata 0x000000003f421db4 0x8 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .rodata.sc_send_ack_start.str1.4 + 0x000000003f421dbc 0xbc esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .rodata.http_on_body.str1.4 + 0x000000003f421e78 0xc6 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x000000003f421f3e 0x2 + .rodata.http_on_header_value.str1.4 + 0x000000003f421f40 0x39 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x000000003f421f79 0x3 + .rodata._set_config.str1.4 + 0x000000003f421f7c 0xd esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x49 (size before relaxing) + .rodata._get_host_header.str1.4 + 0x000000003f421f89 0xb esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x000000003f421f89 0x3 + .rodata.esp_http_client_prepare.str1.4 + 0x000000003f421f8c 0xe esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x000000003f421f9a 0x2 + .rodata.http_client_prepare_first_line.str1.4 + 0x000000003f421f9c 0x3d esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x5a (size before relaxing) + *fill* 0x000000003f421fd9 0x3 + .rodata.esp_http_client_read.str1.4 + 0x000000003f421fdc 0xc8 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.esp_http_client_send_post_data.str1.4 + 0x000000003f4220a4 0x25 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x000000003f4220c9 0x3 + .rodata.esp_http_client_set_url.str1.4 + 0x000000003f4220cc 0x65 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x000000003f422131 0x3 + .rodata.esp_http_client_init.str1.4 + 0x000000003f422134 0x238 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.esp_http_client_connect.str1.4 + 0x000000003f42236c 0x150 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.esp_http_client_request_send.str1.4 + 0x000000003f4224bc 0x2b esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.esp_http_client_set_post_field.str1.4 + 0x000000003f4224e7 0x32 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x000000003f4224e7 0x1 + .rodata.esp_http_client_add_auth.str1.4 + 0x000000003f4224e8 0xc9 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0xd5 (size before relaxing) + *fill* 0x000000003f4225b1 0x3 + .rodata.esp_http_check_response.str1.4 + 0x000000003f4225b4 0x43 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x000000003f4225f7 0x1 + .rodata.esp_http_client_perform.str1.4 + 0x000000003f4225f8 0x26 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x000000003f42261e 0x2 + .rodata.esp_http_client_perform + 0x000000003f422620 0x1c esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.__FUNCTION__$11664 + 0x000000003f42263c 0x18 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.__FUNCTION__$11613 + 0x000000003f422654 0xc esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.__func__$11563 + 0x000000003f422660 0xd esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x000000003f42266d 0x3 + .rodata.str1.4 + 0x000000003f422670 0x86 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x8e (size before relaxing) + *fill* 0x000000003f4226f6 0x2 + .rodata.HTTP_METHOD_MAPPING + 0x000000003f4226f8 0x44 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .rodata.md5_printf.str1.4 + 0x000000003f42273c 0x5 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .rodata.http_auth_digest.str1.4 + 0x000000003f42273c 0xf0 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + 0x130 (size before relaxing) + .rodata.http_auth_basic.str1.4 + 0x000000003f42282c 0x7 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + *fill* 0x000000003f422833 0x1 + .rodata.__FUNCTION__$8495 + 0x000000003f422834 0x10 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .rodata.__FUNCTION__$8485 + 0x000000003f422844 0x11 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + *fill* 0x000000003f422855 0x3 + .rodata.http_header_new_item.str1.4 + 0x000000003f422858 0xc esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x41 (size before relaxing) + .rodata.http_header_generate_string.str1.4 + 0x000000003f422864 0x51 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x57 (size before relaxing) + *fill* 0x000000003f4228b5 0x3 + .rodata.__FUNCTION__$4063 + 0x000000003f4228b8 0x17 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + *fill* 0x000000003f4228cf 0x1 + .rodata.__FUNCTION__$4031 + 0x000000003f4228d0 0x15 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + *fill* 0x000000003f4228e5 0x3 + .rodata.__FUNCTION__$4006 + 0x000000003f4228e8 0x11 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + *fill* 0x000000003f4228f9 0x3 + .rodata.http_utils_join_string.str1.4 + 0x000000003f4228fc 0x38 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x3c (size before relaxing) + .rodata.http_utils_assign_string.str1.4 + 0x000000003f422934 0x8 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .rodata.__func__$3806 + 0x000000003f42293c 0x1e esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + *fill* 0x000000003f42295a 0x2 + .rodata.__func__$3786 + 0x000000003f42295c 0x19 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + *fill* 0x000000003f422975 0x3 + .rodata.__func__$3777 + 0x000000003f422978 0x19 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + *fill* 0x000000003f422991 0x3 + .rodata.resolve_host_name.str1.4 + 0x000000003f422994 0x3e esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f4229d2 0x2 + .rodata.esp_tls_tcp_enable_keep_alive.str1.4 + 0x000000003f4229d4 0xde esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f422ab2 0x2 + .rodata.esp_tcp_connect.str1.4 + 0x000000003f422ab4 0x14d esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f422c01 0x3 + .rodata.esp_tls_low_level_conn.str1.4 + 0x000000003f422c04 0xc5 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f422cc9 0x3 + .rodata.esp_tls_conn_new.str1.4 + 0x000000003f422ccc 0x82 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f422d4e 0x2 + .rodata.esp_tls_get_conn_sockfd.str1.4 + 0x000000003f422d50 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .rodata.esp_crypto_sha1_mbedtls.str1.4 + 0x000000003f422d80 0x53 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + *fill* 0x000000003f422dd3 0x1 + .rodata.esp_mbedtls_read.str1.4 + 0x000000003f422dd4 0x37 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f422e0b 0x1 + .rodata.esp_mbedtls_write.str1.4 + 0x000000003f422e0c 0x28 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.set_ca_cert.str1.4 + 0x000000003f422e34 0x71 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x75 (size before relaxing) + *fill* 0x000000003f422ea5 0x3 + .rodata.set_global_ca_store.str1.4 + 0x000000003f422ea8 0x2d esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f422ed5 0x3 + .rodata.set_pki_context.str1.4 + 0x000000003f422ed8 0x84 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.esp_mbedtls_verify_certificate.str1.4 + 0x000000003f422f5c 0x5 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f422f61 0x3 + .rodata.esp_mbedtls_handshake.str1.4 + 0x000000003f422f64 0x3c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.esp_mbedtls_get_bytes_avail.str1.4 + 0x000000003f422fa0 0x45 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f422fe5 0x3 + .rodata.set_server_config.str1.4 + 0x000000003f422fe8 0xc1 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0xcd (size before relaxing) + *fill* 0x000000003f4230a9 0x3 + .rodata.set_client_config.str1.4 + 0x000000003f4230ac 0x28b esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f423337 0x1 + .rodata.esp_create_mbedtls_handle.str1.4 + 0x000000003f423338 0xec esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.esp_mbedtls_server_session_create.str1.4 + 0x000000003f423424 0x39 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x69 (size before relaxing) + *fill* 0x000000003f42345d 0x3 + .rodata.__func__$11162 + 0x000000003f423460 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.__func__$11177 + 0x000000003f423474 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f423486 0x2 + .rodata.__func__$11157 + 0x000000003f423488 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.__func__$11151 + 0x000000003f423498 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.__func__$11167 + 0x000000003f4234a4 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f4234b6 0x2 + .rodata.__func__$11106 + 0x000000003f4234b8 0x1a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f4234d2 0x2 + .rodata.esp_ota_verify_chip_id.str1.4 + 0x000000003f4234d4 0x4f esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x000000003f423523 0x1 + .rodata._http_handle_response_code.str1.4 + 0x000000003f423524 0xb1 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x000000003f4235d5 0x3 + .rodata._http_connect.str1.4 + 0x000000003f4235d8 0x3a esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x000000003f423612 0x2 + .rodata._ota_write.str1.4 + 0x000000003f423614 0x3d esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x000000003f423651 0x3 + .rodata.esp_https_ota_begin.str1.4 + 0x000000003f423654 0x173 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x000000003f4237c7 0x1 + .rodata.read_header.str1.4 + 0x000000003f4237c8 0x72 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x000000003f42383a 0x2 + .rodata.esp_https_ota_perform.str1.4 + 0x000000003f42383c 0x113 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x000000003f42394f 0x1 + .rodata.esp_https_ota_finish.str1.4 + 0x000000003f423950 0x43 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x000000003f423993 0x1 + .rodata.esp_https_ota.str1.4 + 0x000000003f423994 0x38 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .rodata.parse_url_char + 0x000000003f4239cc 0x30 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.http_parse_host_char + 0x000000003f4239fc 0x34 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.http_parse_host.str1.4 + 0x000000003f423a30 0x51 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + *fill* 0x000000003f423a81 0x3 + .rodata.http_parse_host + 0x000000003f423a84 0x58 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.http_parser_execute.str1.4 + 0x000000003f423adc 0x1e6 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x1ee (size before relaxing) + *fill* 0x000000003f423cc2 0x2 + .rodata.http_parser_execute + 0x000000003f423cc4 0x204 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.http_parser_parse_url.str1.4 + 0x000000003f423ec8 0x14 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.http_parser_parse_url + 0x000000003f423edc 0x8c esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.__func__$3219 + 0x000000003f423f68 0x10 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.__func__$3271 + 0x000000003f423f78 0x16 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + *fill* 0x000000003f423f8e 0x2 + .rodata.__func__$2934 + 0x000000003f423f90 0x14 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.str1.4 + 0x000000003f423fa4 0x70b esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x7a3 (size before relaxing) + *fill* 0x000000003f4246af 0x1 + .rodata.normal_url_char + 0x000000003f4246b0 0x20 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.unhex 0x000000003f4246d0 0x100 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.tokens + 0x000000003f4247d0 0x100 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.method_strings + 0x000000003f4248d0 0x84 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .rodata.esp_transport_list_init.str1.4 + 0x000000003f424954 0xa esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x41 (size before relaxing) + *fill* 0x000000003f42495e 0x2 + .rodata.__FUNCTION__$11010 + 0x000000003f424960 0x13 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + *fill* 0x000000003f424973 0x1 + .rodata.__FUNCTION__$10986 + 0x000000003f424974 0x17 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + *fill* 0x000000003f42498b 0x1 + .rodata.__FUNCTION__$10980 + 0x000000003f42498c 0x18 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .rodata.ssl_poll_write.str1.4 + 0x000000003f4249a4 0x57 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f4249fb 0x1 + .rodata.ssl_poll_read.str1.4 + 0x000000003f4249fc 0x4a esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f424a46 0x2 + .rodata.ssl_write.str1.4 + 0x000000003f424a48 0x3a esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f424a82 0x2 + .rodata.ssl_read.str1.4 + 0x000000003f424a84 0x39 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f424abd 0x3 + .rodata.ssl_connect.str1.4 + 0x000000003f424ac0 0x7b esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .rodata.esp_transport_ssl_init.str1.4 + 0x000000003f424b3b 0x35 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f424b3b 0x1 + .rodata.__FUNCTION__$11186 + 0x000000003f424b3c 0x17 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f424b53 0x1 + .rodata.tcp_poll_write.str1.4 + 0x000000003f424b54 0x57 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + *fill* 0x000000003f424bab 0x1 + .rodata.tcp_poll_read.str1.4 + 0x000000003f424bac 0x4a esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + *fill* 0x000000003f424bf6 0x2 + .rodata.resolve_dns.str1.4 + 0x000000003f424bf8 0x37 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .rodata.tcp_enable_keep_alive.str1.4 + 0x000000003f424c2f 0xde esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + *fill* 0x000000003f424c2f 0x1 + .rodata.tcp_connect.str1.4 + 0x000000003f424c30 0x232 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .rodata.esp_transport_tcp_init.str1.4 + 0x000000003f424e62 0x35 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + *fill* 0x000000003f424e62 0x2 + .rodata.__FUNCTION__$7476 + 0x000000003f424e64 0x17 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + *fill* 0x000000003f424e7b 0x1 + .rodata._ws_write.str1.4 + 0x000000003f424e7c 0x6e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f424eea 0x2 + .rodata.ws_read_payload.str1.4 + 0x000000003f424eec 0x27 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.get_http_header.str1.4 + 0x000000003f424f13 0x3 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f424f13 0x1 + .rodata.ws_connect.str1.4 + 0x000000003f424f14 0x405 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x411 (size before relaxing) + *fill* 0x000000003f425319 0x3 + .rodata.esp_transport_ws_set_path.str1.4 + 0x000000003f42531c 0x53 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.esp_transport_ws_init.str1.4 + 0x000000003f42536f 0x3a esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f42536f 0x1 + .rodata.esp_transport_ws_poll_connection_closed.str1.4 + 0x000000003f425370 0x61 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f4253d1 0x3 + .rodata.esp_transport_ws_handle_control_frames.str1.4 + 0x000000003f4253d4 0xe9 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f4254bd 0x3 + .rodata.ws_handle_control_frame_internal.str1.4 + 0x000000003f4254c0 0x10b esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f4255cb 0x1 + .rodata.ws_read.str1.4 + 0x000000003f4255cc 0x32 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f4255fe 0x2 + .rodata.__FUNCTION__$7563 + 0x000000003f425600 0x16 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f425616 0x2 + .rodata.esp_unknown_msg + 0x000000003f425618 0xe esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.str1.1 + 0x000000003f425626 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0xd (size before relaxing) + .rodata._ZSt7nothrow + 0x000000003f42562b 0x1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + 0x000000003f42562b _ZSt7nothrow + .rodata._ZTSSt9exception + 0x000000003f42562c 0xd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x000000003f42562c _ZTSSt9exception + *fill* 0x000000003f425639 0x3 + .rodata._ZTISt9exception + 0x000000003f42563c 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x000000003f42563c _ZTISt9exception + .rodata._ZTSSt9bad_alloc + 0x000000003f425644 0xd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x000000003f425644 _ZTSSt9bad_alloc + *fill* 0x000000003f425651 0x3 + .rodata._ZTISt9bad_alloc + 0x000000003f425654 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x000000003f425654 _ZTISt9bad_alloc + .rodata._ZTVN10__cxxabiv117__class_type_infoE + 0x000000003f425660 0x2c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x000000003f425660 _ZTVN10__cxxabiv117__class_type_infoE + .rodata._ZTVN10__cxxabiv120__si_class_type_infoE + 0x000000003f42568c 0x2c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x000000003f42568c _ZTVN10__cxxabiv120__si_class_type_infoE + .rodata 0x000000003f4256b8 0x20 ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + 0x000000003f4256b8 Xthal_intlevel + .rodata.str1.1 + 0x000000003f4256d8 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + 0x12 (size before relaxing) + .rodata.str1.1 + 0x000000003f4256e8 0x5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + 0x6 (size before relaxing) + .rodata.str1.1 + 0x000000003f4256ed 0x2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .rodata.str1.1 + 0x000000003f4256ed 0x696 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + 0x697 (size before relaxing) + *fill* 0x000000003f425d83 0x1 + .rodata 0x000000003f425d84 0x23c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .rodata.str1.1 + 0x000000003f425fc0 0x696 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + 0xd (size before relaxing) + .rodata 0x000000003f425fc0 0x68 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .rodata.str1.1 + 0x000000003f426028 0x8b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + 0x8d (size before relaxing) + .rodata.str1.1 + 0x000000003f4260b3 0x5e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + 0x6f (size before relaxing) + .rodata.str1.1 + 0x000000003f426111 0x2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + 0x3 (size before relaxing) + *fill* 0x000000003f426113 0x1 + .rodata 0x000000003f426114 0xe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + 0x000000003f426114 _C_numeric_locale + .rodata.str1.1 + 0x000000003f426122 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + 0xb (size before relaxing) + *fill* 0x000000003f42612a 0x2 + .rodata 0x000000003f42612c 0x16c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + 0x000000003f42612c __default_global_locale + .rodata.str1.1 + 0x000000003f426298 0x57 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + 0x7f (size before relaxing) + *fill* 0x000000003f4262ef 0x1 + .rodata 0x000000003f4262f0 0x128 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + 0x000000003f426300 __mprec_tinytens + 0x000000003f426328 __mprec_bigtens + 0x000000003f426350 __mprec_tens + *(.rodata_wlog_error .rodata_wlog_error.*) + .rodata_wlog_error.35 + 0x000000003f426418 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.34 + 0x000000003f42643b 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.18 + 0x000000003f42645a 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.15 + 0x000000003f42647b 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.13 + 0x000000003f42649c 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.9 + 0x000000003f4264b6 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.8 + 0x000000003f4264da 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.7 + 0x000000003f426508 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.6 + 0x000000003f42652f 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.5 + 0x000000003f426543 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.3 + 0x000000003f426550 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.2 + 0x000000003f426557 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.18 + 0x000000003f42655e 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.16 + 0x000000003f426565 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.14 + 0x000000003f42656c 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.10 + 0x000000003f426573 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.8 + 0x000000003f42657a 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.7 + 0x000000003f426581 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.6 + 0x000000003f426588 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.68 + 0x000000003f42658f 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.66 + 0x000000003f426596 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.64 + 0x000000003f42659d 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.63 + 0x000000003f4265a4 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.62 + 0x000000003f4265ab 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.61 + 0x000000003f4265b2 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.60 + 0x000000003f4265b9 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.59 + 0x000000003f4265c0 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.58 + 0x000000003f4265c7 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.56 + 0x000000003f4265ce 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.55 + 0x000000003f4265d5 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.52 + 0x000000003f4265dc 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.47 + 0x000000003f4265e3 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.45 + 0x000000003f4265ea 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.44 + 0x000000003f4265f1 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.43 + 0x000000003f4265f8 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.42 + 0x000000003f4265ff 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.39 + 0x000000003f426606 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.37 + 0x000000003f42660d 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.35 + 0x000000003f426614 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.34 + 0x000000003f42662a 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.32 + 0x000000003f426631 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.30 + 0x000000003f426638 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.28 + 0x000000003f42663f 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.26 + 0x000000003f426646 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.25 + 0x000000003f42665d 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.22 + 0x000000003f426671 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.21 + 0x000000003f426678 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.20 + 0x000000003f426694 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.19 + 0x000000003f4266b0 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.18 + 0x000000003f4266c8 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.13 + 0x000000003f4266df 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.12 + 0x000000003f426727 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.11 + 0x000000003f426749 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.10 + 0x000000003f42676c 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.9 + 0x000000003f4267d0 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.8 + 0x000000003f4267f3 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.7 + 0x000000003f426817 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.5 + 0x000000003f426834 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.4 + 0x000000003f42683b 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.2 + 0x000000003f426842 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.9 + 0x000000003f426849 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_error.8 + 0x000000003f426883 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_error.7 + 0x000000003f42688a 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_error.3 + 0x000000003f4268aa 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_error.90 + 0x000000003f4268b1 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.76 + 0x000000003f4268cc 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.75 + 0x000000003f4268dc 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.74 + 0x000000003f4268f2 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.73 + 0x000000003f426906 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.49 + 0x000000003f426929 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.42 + 0x000000003f42694a 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.41 + 0x000000003f426977 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.40 + 0x000000003f42698a 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.39 + 0x000000003f4269a0 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.38 + 0x000000003f4269cf 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.37 + 0x000000003f4269e4 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.36 + 0x000000003f426a0d 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.35 + 0x000000003f426a35 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.34 + 0x000000003f426a5e 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.33 + 0x000000003f426a86 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.32 + 0x000000003f426ace 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.31 + 0x000000003f426b14 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.29 + 0x000000003f426b38 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.28 + 0x000000003f426b3f 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.26 + 0x000000003f426b46 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.25 + 0x000000003f426b4d 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.24 + 0x000000003f426b54 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.22 + 0x000000003f426b5b 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.8 + 0x000000003f426b62 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.16 + 0x000000003f426b82 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_error.5 + 0x000000003f426b9b 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_error.3 + 0x000000003f426bbc 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_error.2 + 0x000000003f426bd6 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_error.48 + 0x000000003f426bf4 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.46 + 0x000000003f426bfb 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.33 + 0x000000003f426c02 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.31 + 0x000000003f426c09 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.30 + 0x000000003f426c10 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.29 + 0x000000003f426c17 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.27 + 0x000000003f426c1e 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.23 + 0x000000003f426c25 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.20 + 0x000000003f426c2c 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.17 + 0x000000003f426c33 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.14 + 0x000000003f426c3a 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.11 + 0x000000003f426c41 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.10 + 0x000000003f426c48 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.9 + 0x000000003f426c4f 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.8 + 0x000000003f426c56 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.4 + 0x000000003f426c5d 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .rodata_wlog_error.3 + 0x000000003f426c64 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .rodata_wlog_error.2 + 0x000000003f426c7f 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .rodata_wlog_error.59 + 0x000000003f426c86 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.57 + 0x000000003f426c8d 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.52 + 0x000000003f426c94 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.51 + 0x000000003f426caa 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.48 + 0x000000003f426cc0 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.42 + 0x000000003f426ce0 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.10 + 0x000000003f426ce7 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.70 + 0x000000003f426cee 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.69 + 0x000000003f426d01 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.68 + 0x000000003f426d38 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.51 + 0x000000003f426d3f 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.43 + 0x000000003f426d4d 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.37 + 0x000000003f426d6e 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.4 + 0x000000003f426d75 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_error.3 + 0x000000003f426d7c 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_error.26 + 0x000000003f426d83 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_error.25 + 0x000000003f426da0 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_error.24 + 0x000000003f426dbc 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_error.23 + 0x000000003f426ddf 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_error.13 + 0x000000003f426e05 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_error.8 + 0x000000003f426e0c 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_error.7 + 0x000000003f426e21 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_error.85 + 0x000000003f426e31 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.82 + 0x000000003f426e38 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.81 + 0x000000003f426e3f 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.79 + 0x000000003f426e46 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.57 + 0x000000003f426e4d 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.50 + 0x000000003f426e64 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.18 + 0x000000003f426e6b 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.12 + 0x000000003f426e84 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.2 + 0x000000003f426ea1 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .rodata_wlog_error.5 + 0x000000003f426ea8 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .rodata_wlog_error.4 + 0x000000003f426ec5 0x71 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .rodata_wlog_error.3 + 0x000000003f426f36 0x4e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .rodata_wlog_error.2 + 0x000000003f426f84 0x57 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .rodata_wlog_error.2 + 0x000000003f426fdb 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .rodata_wlog_error.8 + 0x000000003f42700c 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_error.6 + 0x000000003f427027 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_error.4 + 0x000000003f427046 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_error.8 + 0x000000003f42706d 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_error.50 + 0x000000003f427087 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.48 + 0x000000003f427091 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.47 + 0x000000003f42709b 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.46 + 0x000000003f4270a5 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.42 + 0x000000003f4270af 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.41 + 0x000000003f4270b9 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.39 + 0x000000003f4270c3 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.38 + 0x000000003f4270cd 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.37 + 0x000000003f4270d7 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.36 + 0x000000003f4270e1 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.35 + 0x000000003f4270eb 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.34 + 0x000000003f4270f5 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.33 + 0x000000003f4270ff 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.31 + 0x000000003f427109 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.30 + 0x000000003f427113 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.29 + 0x000000003f42711d 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.27 + 0x000000003f427127 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.22 + 0x000000003f427131 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.21 + 0x000000003f42713b 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.20 + 0x000000003f427145 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.18 + 0x000000003f42714f 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.17 + 0x000000003f427159 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.16 + 0x000000003f427163 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.15 + 0x000000003f42716d 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.13 + 0x000000003f427177 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.10 + 0x000000003f427181 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.36 + 0x000000003f42718b 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_error.55 + 0x000000003f4271e1 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.47 + 0x000000003f4271e8 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.46 + 0x000000003f427210 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.45 + 0x000000003f427237 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.44 + 0x000000003f427260 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.39 + 0x000000003f427289 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.38 + 0x000000003f427290 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.36 + 0x000000003f427297 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.34 + 0x000000003f42729e 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.28 + 0x000000003f4272a5 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.18 + 0x000000003f4272c4 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.15 + 0x000000003f4272cb 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.11 + 0x000000003f4272d2 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.9 + 0x000000003f4272e2 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.26 + 0x000000003f4272e9 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.24 + 0x000000003f427309 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.20 + 0x000000003f42731f 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.17 + 0x000000003f42733a 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.16 + 0x000000003f427344 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.15 + 0x000000003f427369 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.14 + 0x000000003f427373 0xd ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.13 + 0x000000003f427380 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.12 + 0x000000003f42738a 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.5 + 0x000000003f427394 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.4 + 0x000000003f4273c0 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.3 + 0x000000003f4273ec 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.52 + 0x000000003f427418 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.51 + 0x000000003f427422 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.50 + 0x000000003f427444 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.41 + 0x000000003f42744e 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.37 + 0x000000003f42747a 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.34 + 0x000000003f4274a9 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.33 + 0x000000003f4274b3 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.31 + 0x000000003f4274bd 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.20 + 0x000000003f4274c7 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + *(.rodata_wlog_info .rodata_wlog_info.*) + .rodata_wlog_info.6 + 0x000000003f4274e1 0x54 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.5 + 0x000000003f427535 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.4 + 0x000000003f427563 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.3 + 0x000000003f42758e 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.17 + 0x000000003f42759a 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_info.51 + 0x000000003f4275b2 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_info.50 + 0x000000003f4275de 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_info.48 + 0x000000003f427619 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_info.29 + 0x000000003f42763b 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_info.65 + 0x000000003f427670 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.64 + 0x000000003f427694 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.63 + 0x000000003f4276a7 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.47 + 0x000000003f4276db 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.46 + 0x000000003f4276f5 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.45 + 0x000000003f42770a 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.44 + 0x000000003f42772d 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.27 + 0x000000003f427747 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.2 + 0x000000003f427751 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .rodata_wlog_info.56 + 0x000000003f427774 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_info.55 + 0x000000003f427791 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_info.13 + 0x000000003f4277a6 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_info.79 + 0x000000003f4277b3 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.78 + 0x000000003f4277dd 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.77 + 0x000000003f42780c 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.76 + 0x000000003f427846 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.75 + 0x000000003f42786f 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.72 + 0x000000003f4278a1 0xb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.58 + 0x000000003f4278ac 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.56 + 0x000000003f4278dd 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.55 + 0x000000003f427919 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.54 + 0x000000003f427955 0x51 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.53 + 0x000000003f4279a6 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.26 + 0x000000003f4279c5 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.2 + 0x000000003f4279e5 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.20 + 0x000000003f4279fa 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.19 + 0x000000003f427a1d 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.18 + 0x000000003f427a40 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.17 + 0x000000003f427a63 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.16 + 0x000000003f427a86 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.15 + 0x000000003f427aa8 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.14 + 0x000000003f427acb 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.13 + 0x000000003f427aee 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.12 + 0x000000003f427b10 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.11 + 0x000000003f427b33 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.10 + 0x000000003f427b56 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.9 + 0x000000003f427b73 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.8 + 0x000000003f427b96 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.7 + 0x000000003f427bb3 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.6 + 0x000000003f427bd6 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.5 + 0x000000003f427bf9 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.4 + 0x000000003f427c1c 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.3 + 0x000000003f427c3f 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.99 + 0x000000003f427c62 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.98 + 0x000000003f427c82 0x53 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.95 + 0x000000003f427cd5 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.93 + 0x000000003f427cf3 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.88 + 0x000000003f427d11 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.87 + 0x000000003f427d4d 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.84 + 0x000000003f427d5d 0x57 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.83 + 0x000000003f427db4 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.71 + 0x000000003f427e04 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.70 + 0x000000003f427e37 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.49 + 0x000000003f427e56 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.44 + 0x000000003f427e85 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.39 + 0x000000003f427e9a 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.38 + 0x000000003f427ea9 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.13 + 0x000000003f427ec9 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.2 + 0x000000003f427ef9 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .rodata_wlog_info.16 + 0x000000003f427f1a 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.15 + 0x000000003f427f37 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.14 + 0x000000003f427f56 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.13 + 0x000000003f427f74 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.12 + 0x000000003f427f99 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.11 + 0x000000003f427fc9 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.10 + 0x000000003f427ff3 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_info.51 + 0x000000003f427fff 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_info.32 + 0x000000003f428010 0xd ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_info.26 + 0x000000003f42801d 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_info.35 + 0x000000003f428030 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.34 + 0x000000003f428041 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.33 + 0x000000003f428097 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.32 + 0x000000003f4280c5 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.14 + 0x000000003f4280d9 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.13 + 0x000000003f428108 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.12 + 0x000000003f428136 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.11 + 0x000000003f42817e 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.10 + 0x000000003f4281b8 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.9 + 0x000000003f4281dc 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.8 + 0x000000003f42820a 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.7 + 0x000000003f428252 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.6 + 0x000000003f42828c 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.48 + 0x000000003f4282b5 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_info.24 + 0x000000003f4282e6 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_info.20 + 0x000000003f4282f8 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_info.42 + 0x000000003f428309 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.40 + 0x000000003f428324 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.39 + 0x000000003f428343 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.38 + 0x000000003f428361 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.22 + 0x000000003f428380 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.21 + 0x000000003f428393 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.12 + 0x000000003f4283a5 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + *(.rodata_wlog_warning .rodata_wlog_warning.*) + .rodata_wlog_warning.19 + 0x000000003f4283d5 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.17 + 0x000000003f4283e4 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.16 + 0x000000003f4283f4 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.11 + 0x000000003f428415 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.10 + 0x000000003f428433 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.8 + 0x000000003f42844f 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.7 + 0x000000003f42846b 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.6 + 0x000000003f428485 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.28 + 0x000000003f4284a5 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.27 + 0x000000003f4284e2 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.26 + 0x000000003f4284fd 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.22 + 0x000000003f428539 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.21 + 0x000000003f42855a 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.12 + 0x000000003f428578 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.11 + 0x000000003f4285d3 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.9 + 0x000000003f4285f6 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.5 + 0x000000003f4285fd 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.3 + 0x000000003f428606 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.67 + 0x000000003f42860f 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.65 + 0x000000003f428618 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.57 + 0x000000003f428621 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.49 + 0x000000003f428633 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.41 + 0x000000003f42865c 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.40 + 0x000000003f42867b 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.36 + 0x000000003f428693 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.23 + 0x000000003f4286ac 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.16 + 0x000000003f4286bb 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.15 + 0x000000003f4286d5 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.14 + 0x000000003f4286ee 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.6 + 0x000000003f4286fb 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.3 + 0x000000003f42870a 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.41 + 0x000000003f428723 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_warning.30 + 0x000000003f42874c 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_warning.28 + 0x000000003f42877d 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_warning.2 + 0x000000003f42879e 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_warning.93 + 0x000000003f4287c1 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.92 + 0x000000003f4287e4 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.91 + 0x000000003f428809 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.78 + 0x000000003f428845 0xb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.77 + 0x000000003f428850 0xb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.62 + 0x000000003f42885b 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.61 + 0x000000003f4288b6 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.59 + 0x000000003f4288df 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.48 + 0x000000003f4288e7 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.43 + 0x000000003f428901 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.18 + 0x000000003f428931 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.17 + 0x000000003f428950 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.16 + 0x000000003f428967 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.15 + 0x000000003f42897d 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.15 + 0x000000003f4289ae 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.14 + 0x000000003f4289cd 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.13 + 0x000000003f4289fb 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.12 + 0x000000003f428a11 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.11 + 0x000000003f428a35 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.10 + 0x000000003f428a5c 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.9 + 0x000000003f428a77 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.8 + 0x000000003f428a92 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.4 + 0x000000003f428aad 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.50 + 0x000000003f428ac7 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.49 + 0x000000003f428ad1 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.47 + 0x000000003f428ae6 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.35 + 0x000000003f428af7 0xb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.34 + 0x000000003f428b02 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.32 + 0x000000003f428b13 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.26 + 0x000000003f428b1f 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.25 + 0x000000003f428b2d 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.24 + 0x000000003f428b39 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.22 + 0x000000003f428b43 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.19 + 0x000000003f428b57 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.16 + 0x000000003f428b6b 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.12 + 0x000000003f428b7f 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.6 + 0x000000003f428b96 0x47 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.5 + 0x000000003f428bdd 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.4 + 0x000000003f428bea 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.3 + 0x000000003f428c07 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.2 + 0x000000003f428c1a 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.2 + 0x000000003f428c39 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .rodata_wlog_warning.49 + 0x000000003f428c4e 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.7 + 0x000000003f428c62 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.6 + 0x000000003f428c74 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.3 + 0x000000003f428c91 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.59 + 0x000000003f428cbf 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_warning.52 + 0x000000003f428d03 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_warning.22 + 0x000000003f428d1f 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_warning.21 + 0x000000003f428d30 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_warning.97 + 0x000000003f428d39 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.62 + 0x000000003f428d5f 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.24 + 0x000000003f428d80 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.23 + 0x000000003f428d8d 0x65 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.22 + 0x000000003f428df2 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.17 + 0x000000003f428e56 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.3 + 0x000000003f428e89 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .rodata_wlog_warning.10 + 0x000000003f428ea7 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_warning.53 + 0x000000003f428ecf 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_warning.52 + 0x000000003f428efa 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_warning.40 + 0x000000003f428f24 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_warning.23 + 0x000000003f428f37 0x8e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_warning.21 + 0x000000003f428fc5 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_warning.53 + 0x000000003f429009 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.43 + 0x000000003f429024 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.42 + 0x000000003f429045 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.29 + 0x000000003f429065 0xd ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.26 + 0x000000003f429072 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.16 + 0x000000003f42908c 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.14 + 0x000000003f429096 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.6 + 0x000000003f4290b5 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .rodata_wlog_warning.5 + 0x000000003f4290c6 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .rodata_wlog_warning.22 + 0x000000003f4290cf 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_warning.21 + 0x000000003f4290d6 0xe ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_warning.7 + 0x000000003f4290e4 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_warning.6 + 0x000000003f429112 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_warning.36 + 0x000000003f429144 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_warning.25 + 0x000000003f429157 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_warning.24 + 0x000000003f42916c 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_warning.17 + 0x000000003f42917e 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_warning.11 + 0x000000003f42918f 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_warning.4 + 0x000000003f4291b1 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .rodata_wlog_warning.3 + 0x000000003f4291bd 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .rodata_wlog_warning.2 + 0x000000003f4291e8 0x53 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .rodata_wlog_warning.3 + 0x000000003f42923b 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .rodata_wlog_warning.2 + 0x000000003f429244 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .rodata_wlog_warning.4 + 0x000000003f42924d 0x9 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .rodata_wlog_warning.3 + 0x000000003f429256 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .rodata_wlog_warning.3 + 0x000000003f429285 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .rodata_wlog_warning.2 + 0x000000003f4292a4 0xc ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + *(.irom1.text) + *(.gnu.linkonce.r.*) + *(.rodata1) + 0x000000003f4292b0 __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) + *(.xt_except_table) + *(.gcc_except_table .gcc_except_table.*) + .gcc_except_table._ZnwjRKSt9nothrow_t + 0x000000003f4292b0 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .gcc_except_table._ZN10__cxxabiv111__terminateEPFvvE + 0x000000003f4292c4 0x1d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .gcc_except_table.__cxa_get_globals_fast + 0x000000003f4292e1 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .gcc_except_table.__cxa_get_globals + 0x000000003f4292e5 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .gcc_except_table._GLOBAL__sub_D___cxa_get_globals_fast + 0x000000003f4292e9 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + *(.gnu.linkonce.e.*) + *(.gnu.version_r) + 0x000000003f4292f0 . = ((. + 0x3) & 0xfffffffffffffffc) + *fill* 0x000000003f4292ed 0x3 + 0x000000003f4292f0 __eh_frame = ABSOLUTE (.) + *(.eh_frame) + .eh_frame 0x000000003f4292f0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .eh_frame 0x000000003f4292f0 0x38 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .eh_frame 0x000000003f429328 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .eh_frame 0x000000003f429368 0x70 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .eh_frame 0x000000003f4293d8 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .eh_frame 0x000000003f429400 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .eh_frame 0x000000003f429458 0x8c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .eh_frame 0x000000003f4294e4 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .eh_frame 0x000000003f42950c 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .eh_frame 0x000000003f429534 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .eh_frame 0x000000003f42955c 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .eh_frame 0x000000003f429584 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + 0x000000003f42958c . = ((. + 0x7) & 0xfffffffffffffffc) + *fill* 0x000000003f429588 0x4 + 0x000000003f42958c __init_array_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .ctors SORT_BY_NAME(.ctors.*)) + .ctors 0x000000003f42958c 0x4 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .ctors 0x000000003f429590 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .ctors 0x000000003f429594 0x4 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .ctors 0x000000003f429598 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x000000003f42959c __init_array_end = ABSOLUTE (.) + *crtbegin.*(.dtors) + .dtors 0x000000003f42959c 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + *(EXCLUDE_FILE(*crtend.*) .dtors) + .dtors 0x000000003f4295a0 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + *(SORT_BY_NAME(.dtors.*)) + *(.dtors) + .dtors 0x000000003f4295a4 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + 0x000000003f4295a4 __DTOR_END__ + 0x000000003f4295a8 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) + *(.xt_except_desc) + *(.gnu.linkonce.h.*) + 0x000000003f4295a8 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) + *(.xt_except_desc_end) + *(.dynamic) + *(.gnu.version_d) + 0x000000003f4295a8 soc_reserved_memory_region_start = ABSOLUTE (.) + *(.reserved_memory_address) + .reserved_memory_address + 0x000000003f4295a8 0x30 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .reserved_memory_address + 0x000000003f4295d8 0x20 esp-idf/bt/libbt.a(bt.c.obj) + 0x000000003f4295f8 soc_reserved_memory_region_end = ABSOLUTE (.) + 0x000000003f4295f8 _rodata_end = ABSOLUTE (.) + 0x000000003f4295f8 _lit4_start = ABSOLUTE (.) + *(*.lit4) + *(.lit4.*) + *(.gnu.linkonce.lit4.*) + 0x000000003f4295f8 _lit4_end = ABSOLUTE (.) + 0x000000003f4295f8 . = ALIGN (0x4) + 0x000000003f4295f8 _thread_local_start = ABSOLUTE (.) + *(.tdata) + *(.tdata.*) + *(.tbss) + *(.tbss.*) + 0x000000003f4295f8 _thread_local_end = ABSOLUTE (.) + 0x000000003f4295f8 . = ALIGN (0x4) + 0x0000000000000010 _flash_rodata_align = ALIGNOF (.flash.rodata) + +.flash.rodata_noload + 0x000000003f4295f8 0x1d26 + 0x000000003f4295f8 . = ALIGN (0x4) + *(.rodata_wlog_debug .rodata_wlog_debug.*) + .rodata_wlog_debug.23 + 0x000000003f4295f8 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.20 + 0x000000003f429642 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.19 + 0x000000003f429660 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.13 + 0x000000003f429680 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.40 + 0x000000003f4296b1 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.39 + 0x000000003f4296c3 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.38 + 0x000000003f4296d5 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.37 + 0x000000003f4296e7 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.36 + 0x000000003f4296f9 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.35 + 0x000000003f42970b 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.34 + 0x000000003f42971d 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.33 + 0x000000003f429743 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.32 + 0x000000003f429767 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.31 + 0x000000003f429784 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.27 + 0x000000003f429790 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.26 + 0x000000003f4297a2 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.25 + 0x000000003f4297b4 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.24 + 0x000000003f4297c6 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.23 + 0x000000003f4297d8 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.22 + 0x000000003f4297ea 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.21 + 0x000000003f429803 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.20 + 0x000000003f429815 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.19 + 0x000000003f429826 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.18 + 0x000000003f429836 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.17 + 0x000000003f429848 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.16 + 0x000000003f429861 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.15 + 0x000000003f429873 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.14 + 0x000000003f429884 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.13 + 0x000000003f429896 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.12 + 0x000000003f4298a7 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.11 + 0x000000003f4298bc 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.10 + 0x000000003f4298ce 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.6 + 0x000000003f429904 0xb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.5 + 0x000000003f42990f 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.4 + 0x000000003f42994a 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.56 + 0x000000003f429993 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.55 + 0x000000003f42999d 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.53 + 0x000000003f4299ad 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.52 + 0x000000003f4299c3 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.51 + 0x000000003f4299de 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.50 + 0x000000003f4299f1 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.20 + 0x000000003f429a0c 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.19 + 0x000000003f429a25 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.13 + 0x000000003f429a3e 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.12 + 0x000000003f429a57 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.11 + 0x000000003f429a6f 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.10 + 0x000000003f429a97 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.9 + 0x000000003f429ab1 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.7 + 0x000000003f429ac9 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.4 + 0x000000003f429ad5 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .rodata_wlog_debug.3 + 0x000000003f429ae9 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .rodata_wlog_debug.70 + 0x000000003f429b0c 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.69 + 0x000000003f429b29 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.68 + 0x000000003f429b44 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.67 + 0x000000003f429b6d 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.58 + 0x000000003f429b9a 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.50 + 0x000000003f429bbd 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.47 + 0x000000003f429bd0 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.41 + 0x000000003f429bf9 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.40 + 0x000000003f429c07 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.25 + 0x000000003f429c15 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.21 + 0x000000003f429c3f 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.20 + 0x000000003f429c58 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.19 + 0x000000003f429c64 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.16 + 0x000000003f429c96 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.15 + 0x000000003f429cbe 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.14 + 0x000000003f429ce2 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.8 + 0x000000003f429d0d 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.5 + 0x000000003f429d42 0x54 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.4 + 0x000000003f429d96 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.74 + 0x000000003f429daf 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.73 + 0x000000003f429dc7 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.71 + 0x000000003f429ddf 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.67 + 0x000000003f429df8 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.66 + 0x000000003f429e0f 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.65 + 0x000000003f429e39 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.64 + 0x000000003f429e52 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.63 + 0x000000003f429e7f 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.62 + 0x000000003f429e98 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.61 + 0x000000003f429eae 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.60 + 0x000000003f429ece 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.57 + 0x000000003f429eeb 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.50 + 0x000000003f429f1e 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.49 + 0x000000003f429f41 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.48 + 0x000000003f429f7f 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.47 + 0x000000003f429fa2 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.46 + 0x000000003f429fc5 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.45 + 0x000000003f429ffc 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.44 + 0x000000003f42a00b 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.32 + 0x000000003f42a022 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.31 + 0x000000003f42a038 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.30 + 0x000000003f42a051 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.29 + 0x000000003f42a069 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.28 + 0x000000003f42a0a5 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.27 + 0x000000003f42a0bd 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.25 + 0x000000003f42a0ec 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.24 + 0x000000003f42a102 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.23 + 0x000000003f42a11d 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.22 + 0x000000003f42a135 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.21 + 0x000000003f42a14f 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.20 + 0x000000003f42a167 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.19 + 0x000000003f42a17e 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.18 + 0x000000003f42a198 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.17 + 0x000000003f42a1b1 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.16 + 0x000000003f42a1cc 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.15 + 0x000000003f42a1e6 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.14 + 0x000000003f42a1fe 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.13 + 0x000000003f42a208 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.12 + 0x000000003f42a234 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.11 + 0x000000003f42a24c 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.10 + 0x000000003f42a264 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.9 + 0x000000003f42a27c 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.8 + 0x000000003f42a2a0 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.7 + 0x000000003f42a2b8 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.6 + 0x000000003f42a300 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.5 + 0x000000003f42a318 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.4 + 0x000000003f42a330 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.3 + 0x000000003f42a348 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.102 + 0x000000003f42a378 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.101 + 0x000000003f42a390 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.100 + 0x000000003f42a3a9 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.96 + 0x000000003f42a3c2 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.94 + 0x000000003f42a3e8 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.92 + 0x000000003f42a41e 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.91 + 0x000000003f42a444 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.90 + 0x000000003f42a469 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.89 + 0x000000003f42a487 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.86 + 0x000000003f42a4ac 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.77 + 0x000000003f42a4c1 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.76 + 0x000000003f42a4ed 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.75 + 0x000000003f42a519 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.74 + 0x000000003f42a544 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.73 + 0x000000003f42a55c 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.72 + 0x000000003f42a574 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.69 + 0x000000003f42a58c 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.68 + 0x000000003f42a5a5 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.67 + 0x000000003f42a5b4 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.66 + 0x000000003f42a5f1 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.65 + 0x000000003f42a623 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.64 + 0x000000003f42a631 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.63 + 0x000000003f42a641 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.61 + 0x000000003f42a656 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.60 + 0x000000003f42a693 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.59 + 0x000000003f42a6b8 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.58 + 0x000000003f42a6e4 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.54 + 0x000000003f42a71a 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.53 + 0x000000003f42a730 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.52 + 0x000000003f42a75b 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.51 + 0x000000003f42a771 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.48 + 0x000000003f42a7a6 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.47 + 0x000000003f42a7db 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.46 + 0x000000003f42a7f4 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.45 + 0x000000003f42a82a 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.42 + 0x000000003f42a845 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.41 + 0x000000003f42a85d 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.40 + 0x000000003f42a889 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.37 + 0x000000003f42a89f 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.36 + 0x000000003f42a8b7 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.35 + 0x000000003f42a8d4 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.34 + 0x000000003f42a8e7 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.33 + 0x000000003f42a8fd 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.32 + 0x000000003f42a913 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.31 + 0x000000003f42a92a 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.30 + 0x000000003f42a938 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.29 + 0x000000003f42a942 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.28 + 0x000000003f42a94f 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.27 + 0x000000003f42a960 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.26 + 0x000000003f42a970 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.25 + 0x000000003f42a994 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.21 + 0x000000003f42a9ac 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.20 + 0x000000003f42a9de 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.19 + 0x000000003f42aa22 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.16 + 0x000000003f42aa62 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.15 + 0x000000003f42aa80 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.14 + 0x000000003f42aaa3 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.11 + 0x000000003f42aac3 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.10 + 0x000000003f42aaf9 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.9 + 0x000000003f42ab23 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.8 + 0x000000003f42ab42 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.7 + 0x000000003f42ab68 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.6 + 0x000000003f42ab8d 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.5 + 0x000000003f42abab 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.4 + 0x000000003f42abc1 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.3 + 0x000000003f42abd1 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.7 + 0x000000003f42abe9 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_debug.6 + 0x000000003f42ac02 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_debug.5 + 0x000000003f42ac1b 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_debug.4 + 0x000000003f42ac34 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + *(.rodata_wlog_verbose .rodata_wlog_verbose.*) + .rodata_wlog_verbose.21 + 0x000000003f42ac4d 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_verbose.20 + 0x000000003f42ac5b 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_verbose.54 + 0x000000003f42ac71 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_verbose.53 + 0x000000003f42ac91 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_verbose.60 + 0x000000003f42aca0 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.58 + 0x000000003f42accb 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.57 + 0x000000003f42acd9 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.54 + 0x000000003f42ad02 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.66 + 0x000000003f42ad20 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.65 + 0x000000003f42ad33 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.64 + 0x000000003f42ad46 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.63 + 0x000000003f42ad59 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.62 + 0x000000003f42ad6c 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.61 + 0x000000003f42ad84 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.60 + 0x000000003f42ad97 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.54 + 0x000000003f42adb5 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.53 + 0x000000003f42adc4 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.46 + 0x000000003f42add3 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.45 + 0x000000003f42ade0 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.43 + 0x000000003f42ae0d 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.39 + 0x000000003f42ae2a 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.38 + 0x000000003f42ae4f 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.37 + 0x000000003f42ae77 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.36 + 0x000000003f42ae9f 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.35 + 0x000000003f42aecf 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.34 + 0x000000003f42aef1 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.33 + 0x000000003f42af12 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.32 + 0x000000003f42af2e 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.31 + 0x000000003f42af53 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.30 + 0x000000003f42af73 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.29 + 0x000000003f42af9f 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.28 + 0x000000003f42afaf 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.27 + 0x000000003f42afcc 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.26 + 0x000000003f42afe2 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.24 + 0x000000003f42aff0 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.23 + 0x000000003f42b00a 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.22 + 0x000000003f42b024 0x45 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.18 + 0x000000003f42b069 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.17 + 0x000000003f42b07e 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.12 + 0x000000003f42b08f 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.11 + 0x000000003f42b0a2 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.9 + 0x000000003f42b0bc 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.2 + 0x000000003f42b0f7 0x3f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.40 + 0x000000003f42b136 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.39 + 0x000000003f42b14b 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.38 + 0x000000003f42b16f 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.35 + 0x000000003f42b1ad 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.34 + 0x000000003f42b1c4 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.33 + 0x000000003f42b1d8 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.11 + 0x000000003f42b1e6 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.10 + 0x000000003f42b1fc 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.9 + 0x000000003f42b213 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.6 + 0x000000003f42b22a 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.5 + 0x000000003f42b257 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.4 + 0x000000003f42b267 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.3 + 0x000000003f42b277 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.2 + 0x000000003f42b28e 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.56 + 0x000000003f42b2ae 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_verbose.55 + 0x000000003f42b2c0 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_verbose.43 + 0x000000003f42b2f3 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + +.flash.text 0x00000000400d0020 0x11162f + 0x00000000400d0020 _stext = . + 0x00000000400d0020 _text_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gpio_hal_workaround.* *libhal.a:cpu_hal.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_system.a:system_api.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic_arch.* *libesp_system.a:panic.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_pm.* *libesp_hw_support.a:rtc_init.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:cpu_util.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_common.a:esp_err.* *libdriver.a:gpio.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gpio_hal_workaround.* *libhal.a:cpu_hal.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_system.a:system_api.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic_arch.* *libesp_system.a:panic.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_pm.* *libesp_hw_support.a:rtc_init.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:cpu_util.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_common.a:esp_err.* *libdriver.a:gpio.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal.* EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gpio_hal_workaround.* *libhal.a:cpu_hal.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_system.a:system_api.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic_arch.* *libesp_system.a:panic.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_pm.* *libesp_hw_support.a:rtc_init.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:cpu_util.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_common.a:esp_err.* *libdriver.a:gpio.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_flash_rom_patch.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:multi_heap.* *libheap.a:heap_tlsf.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:soc_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:gpio_hal_workaround.* *libhal.a:cpu_hal.* *libgcc.a:lib2funcs.* *libgcc.a:_divsf3.* *libesp_system.a:system_api.* *libesp_system.a:reset_reason.* *libesp_system.a:panic_handler.* *libesp_system.a:panic_arch.* *libesp_system.a:panic.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_pm.* *libesp_hw_support.a:rtc_init.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:cpu_util.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libesp_common.a:esp_err.* *libdriver.a:gpio.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text.*) + .literal.esp_ota_init_app_elf_sha256 + 0x00000000400d0020 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0x4 (size before relaxing) + .literal.esp_pthread_cfg_key_destructor + 0x00000000400d0020 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x4 (size before relaxing) + .literal.esp_pthread_init + 0x00000000400d0020 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x18 (size before relaxing) + .literal.find_key + 0x00000000400d002c 0x8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x10 (size before relaxing) + .literal.pthread_local_storage_thread_deleted_callback + 0x00000000400d0034 0xc esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x1c (size before relaxing) + .literal.pthread_key_create + 0x00000000400d0040 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x14 (size before relaxing) + .literal.pthread_key_delete + 0x00000000400d0040 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x18 (size before relaxing) + .literal.pthread_getspecific + 0x00000000400d0040 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x8 (size before relaxing) + .literal.pthread_setspecific + 0x00000000400d0044 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x20 (size before relaxing) + .literal.core_intr_matrix_clear + 0x00000000400d0048 0x4 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .literal.select_rtc_slow_clk + 0x00000000400d004c 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x20 (size before relaxing) + .literal.esp_clk_init + 0x00000000400d0050 0x2c esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x80 (size before relaxing) + .literal.esp_perip_clk_init + 0x00000000400d007c 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x34 (size before relaxing) + .literal.do_global_ctors + 0x00000000400d00ac 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .literal.do_system_init_fn + 0x00000000400d00b4 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .literal.do_secondary_init + 0x00000000400d00bc 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x4 (size before relaxing) + .literal.do_core_init + 0x00000000400d00bc 0x24 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x58 (size before relaxing) + .literal.start_cpu0_default + 0x00000000400d00e0 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x24 (size before relaxing) + .literal.uart_hal_txfifo_rst + 0x00000000400d00e4 0xc esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .literal.uart_hal_rxfifo_rst + 0x00000000400d00f0 0x10 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.uart_hal_tx_break + 0x00000000400d0100 0x4 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .literal.uart_hal_write_txfifo + 0x00000000400d0104 0xc esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.uart_hal_read_rxfifo + 0x00000000400d0110 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.get_vfs_for_fd + 0x00000000400d0110 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.call_end_selects + 0x00000000400d011c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.set_global_fd_sets + 0x00000000400d011c 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4 (size before relaxing) + .literal.esp_vfs_register_common + 0x00000000400d011c 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1c (size before relaxing) + .literal.get_vfs_for_path + 0x00000000400d0128 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10 (size before relaxing) + .literal.translate_path + 0x00000000400d0130 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1c (size before relaxing) + .literal.esp_vfs_register + 0x00000000400d0144 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_register_fd_range + 0x00000000400d0144 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x28 (size before relaxing) + .literal.esp_vfs_open + 0x00000000400d0150 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x20 (size before relaxing) + .literal.esp_vfs_write + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_lseek + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_read + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_close + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x18 (size before relaxing) + .literal.esp_vfs_fstat + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_fcntl_r + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_ioctl + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_stat + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_link + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10 (size before relaxing) + .literal.esp_vfs_unlink + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_rename + 0x00000000400d0154 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10 (size before relaxing) + .literal.esp_vfs_select + 0x00000000400d0154 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x60 (size before relaxing) + .literal.esp_vfs_select_triggered + 0x00000000400d0158 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_select_triggered_isr + 0x00000000400d0158 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xc (size before relaxing) + .literal.uart_tx_char + 0x00000000400d0158 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.uart_rx_char + 0x00000000400d015c 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_read_char + 0x00000000400d015c 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x4 (size before relaxing) + .literal.unregister_select + 0x00000000400d015c 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x18 (size before relaxing) + .literal.uart_end_select + 0x00000000400d0168 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1c (size before relaxing) + .literal.register_select + 0x00000000400d0168 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x18 (size before relaxing) + .literal.uart_start_select + 0x00000000400d0168 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x38 (size before relaxing) + .literal.select_notif_callback_isr + 0x00000000400d016c 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_access + 0x00000000400d016c 0x10 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_open + 0x00000000400d017c 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_fcntl + 0x00000000400d0180 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1c (size before relaxing) + .literal.uart_close + 0x00000000400d018c 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x10 (size before relaxing) + .literal.uart_return_char + 0x00000000400d0190 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x14 (size before relaxing) + .literal.uart_fsync + 0x00000000400d0198 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_read + 0x00000000400d01a0 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_write + 0x00000000400d01a4 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1c (size before relaxing) + .literal.uart_fstat + 0x00000000400d01a8 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x18 (size before relaxing) + .literal.esp_vfs_dev_uart_register + 0x00000000400d01b0 0x38 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x44 (size before relaxing) + .literal.wifi_reset_mac_wrapper + 0x00000000400d01e8 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.queue_create_wrapper + 0x00000000400d01ec 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.mutex_delete_wrapper + 0x00000000400d01ec 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_thread_semphr_free + 0x00000000400d01ec 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.semphr_delete_wrapper + 0x00000000400d01ec 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.coex_schm_curr_phase_idx_get_wrapper + 0x00000000400d01ec 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_schm_curr_phase_idx_set_wrapper + 0x00000000400d01f0 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_schm_curr_phase_get_wrapper + 0x00000000400d01f4 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_schm_curr_period_get_wrapper + 0x00000000400d01f8 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_schm_interval_get_wrapper + 0x00000000400d01fc 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_schm_status_bit_set_wrapper + 0x00000000400d0200 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_schm_status_bit_clear_wrapper + 0x00000000400d0204 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_wifi_channel_set_wrapper + 0x00000000400d0208 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_wifi_request_wrapper + 0x00000000400d020c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_condition_set_wrapper + 0x00000000400d0210 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_disable_wrapper + 0x00000000400d0214 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_enable_wrapper + 0x00000000400d0218 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_deinit_wrapper + 0x00000000400d021c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.coex_init_wrapper + 0x00000000400d0220 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.get_time_wrapper + 0x00000000400d0224 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_clock_disable_wrapper + 0x00000000400d0224 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_clock_enable_wrapper + 0x00000000400d0224 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.timer_setfn_wrapper + 0x00000000400d0224 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.timer_done_wrapper + 0x00000000400d0224 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.esp_event_post_wrapper + 0x00000000400d0224 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.task_create_wrapper + 0x00000000400d0228 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.task_create_pinned_to_core_wrapper + 0x00000000400d022c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.event_group_wait_bits_wrapper + 0x00000000400d022c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.queue_recv_wrapper + 0x00000000400d022c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.queue_send_to_front_wrapper + 0x00000000400d022c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.queue_send_to_back_wrapper + 0x00000000400d022c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.queue_send_wrapper + 0x00000000400d022c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.semphr_give_wrapper + 0x00000000400d022c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.recursive_mutex_create_wrapper + 0x00000000400d022c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.mutex_create_wrapper + 0x00000000400d022c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.semphr_create_wrapper + 0x00000000400d022c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_thread_semphr_get_wrapper + 0x00000000400d022c 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x1c (size before relaxing) + .literal.semphr_take_wrapper + 0x00000000400d0238 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.spin_lock_create_wrapper + 0x00000000400d0238 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + .literal.set_isr_wrapper + 0x00000000400d0240 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.set_intr_wrapper + 0x00000000400d0240 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_create_queue + 0x00000000400d0240 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xc (size before relaxing) + .literal.wifi_create_queue_wrapper + 0x00000000400d0240 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_delete_queue + 0x00000000400d0240 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.wifi_delete_queue_wrapper + 0x00000000400d0240 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.set_xpd_sar + 0x00000000400d0240 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + 0xc (size before relaxing) + .literal.phy_find_bin_data_according_type + 0x00000000400d0244 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x4 (size before relaxing) + .literal.phy_find_bin_type_according_country + 0x00000000400d0244 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x8 (size before relaxing) + .literal.load_cal_data_from_nvs_handle + 0x00000000400d0248 0x24 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x48 (size before relaxing) + .literal.store_cal_data_to_nvs_handle + 0x00000000400d026c 0x14 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x60 (size before relaxing) + .literal.phy_crc_check_init_data + 0x00000000400d0280 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x8 (size before relaxing) + .literal.phy_get_multiple_init_data + 0x00000000400d0284 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x90 (size before relaxing) + .literal.esp_phy_rf_get_on_ts + 0x00000000400d02a0 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .literal.esp_phy_disable + 0x00000000400d02a4 0x14 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x2c (size before relaxing) + .literal.esp_phy_get_init_data + 0x00000000400d02b8 0x10 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x3c (size before relaxing) + .literal.esp_phy_release_init_data + 0x00000000400d02c8 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x4 (size before relaxing) + .literal.esp_phy_load_cal_data_from_nvs + 0x00000000400d02c8 0x10 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x28 (size before relaxing) + .literal.esp_phy_store_cal_data_to_nvs + 0x00000000400d02d8 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x10 (size before relaxing) + .literal.esp_phy_load_cal_and_init + 0x00000000400d02d8 0x18 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x74 (size before relaxing) + .literal.esp_phy_enable + 0x00000000400d02f0 0xc esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x3c (size before relaxing) + .literal.esp_phy_update_init_data + 0x00000000400d02fc 0x10 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x64 (size before relaxing) + .literal.esp_phy_update_country_info + 0x00000000400d030c 0x4 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x18 (size before relaxing) + .literal.esp_wifi_set_log_level + 0x00000000400d0310 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .literal.s_set_default_wifi_log_level + 0x00000000400d0314 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x20 (size before relaxing) + .literal.esp_wifi_deinit + 0x00000000400d0328 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x38 (size before relaxing) + .literal.esp_wifi_init + 0x00000000400d0344 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x48 (size before relaxing) + .literal.wifi_apb80m_request + 0x00000000400d0358 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x30 (size before relaxing) + .literal.wifi_apb80m_release + 0x00000000400d036c 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x18 (size before relaxing) + .literal.lwip_htonl + 0x00000000400d0370 0x8 esp-idf/lwip/liblwip.a(def.c.obj) + .literal.lwip_itoa + 0x00000000400d0378 0x8 esp-idf/lwip/liblwip.a(def.c.obj) + .literal.heap_caps_alloc_failed + 0x00000000400d0380 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_free_size + 0x00000000400d0384 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xc (size before relaxing) + .literal.heap_caps_get_minimum_free_size + 0x00000000400d038c 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xc (size before relaxing) + .literal.register_heap + 0x00000000400d038c 0x10 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x18 (size before relaxing) + .literal.heap_caps_enable_nonos_stack_heaps + 0x00000000400d039c 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0xc (size before relaxing) + .literal.heap_caps_init + 0x00000000400d039c 0x24 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x64 (size before relaxing) + .literal.heap_caps_add_region_with_caps + 0x00000000400d03c0 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x38 (size before relaxing) + .literal.heap_caps_add_region + 0x00000000400d03c4 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x10 (size before relaxing) + .literal.s_get_num_reserved_regions + 0x00000000400d03cc 0x8 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .literal.s_prepare_reserved_regions + 0x00000000400d03d4 0x24 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x3c (size before relaxing) + .literal.soc_get_available_memory_region_max_count + 0x00000000400d03f8 0x0 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x8 (size before relaxing) + .literal.soc_get_available_memory_regions + 0x00000000400d03f8 0x0 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x14 (size before relaxing) + .literal.periph_module_enable + 0x00000000400d03f8 0x5c esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0xa4 (size before relaxing) + .literal.periph_module_disable + 0x00000000400d0454 0x1c esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0xa4 (size before relaxing) + .literal.periph_module_reset + 0x00000000400d0470 0x18 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x84 (size before relaxing) + .literal.wifi_module_enable + 0x00000000400d0488 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x24 (size before relaxing) + .literal.wifi_module_disable + 0x00000000400d0488 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x24 (size before relaxing) + .literal.uart_pattern_enqueue + 0x00000000400d0488 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_dequeue + 0x00000000400d048c 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_pattern_queue_update + 0x00000000400d048c 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_reenable_intr_mask + 0x00000000400d048c 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_pattern_link_free + 0x00000000400d04a0 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x14 (size before relaxing) + .literal.uart_module_enable + 0x00000000400d04a0 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x18 (size before relaxing) + .literal.uart_check_buf_full + 0x00000000400d04a4 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x18 (size before relaxing) + .literal.uart_rx_intr_handler_default + 0x00000000400d04a4 0x20 esp-idf/driver/libdriver.a(uart.c.obj) + 0x114 (size before relaxing) + .literal.uart_free_driver_obj + 0x00000000400d04c4 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_alloc_driver_obj + 0x00000000400d04c4 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x2c (size before relaxing) + .literal.uart_module_disable + 0x00000000400d04c4 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x14 (size before relaxing) + .literal.uart_set_word_length + 0x00000000400d04c4 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x34 (size before relaxing) + .literal.uart_get_word_length + 0x00000000400d04d0 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_set_stop_bits + 0x00000000400d04d8 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x34 (size before relaxing) + .literal.uart_get_stop_bits + 0x00000000400d04e4 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_set_parity + 0x00000000400d04ec 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_get_parity + 0x00000000400d04f4 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_set_baudrate + 0x00000000400d04fc 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_get_baudrate + 0x00000000400d0500 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_set_hw_flow_ctrl + 0x00000000400d0504 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x40 (size before relaxing) + .literal.uart_get_hw_flow_ctrl + 0x00000000400d0510 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_disable_intr_mask + 0x00000000400d0518 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_pattern_pop_pos + 0x00000000400d051c 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x2c (size before relaxing) + .literal.uart_pattern_get_pos + 0x00000000400d0524 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x28 (size before relaxing) + .literal.uart_pattern_queue_reset + 0x00000000400d0528 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x3c (size before relaxing) + .literal.uart_enable_pattern_det_baud_intr + 0x00000000400d052c 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x54 (size before relaxing) + .literal.uart_disable_pattern_det_intr + 0x00000000400d0538 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x8 (size before relaxing) + .literal.uart_disable_rx_intr + 0x00000000400d0538 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_disable_tx_intr + 0x00000000400d0538 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_enable_tx_intr + 0x00000000400d0538 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x38 (size before relaxing) + .literal.uart_tx_all + 0x00000000400d0540 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x50 (size before relaxing) + .literal.uart_isr_register + 0x00000000400d0540 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_set_pin + 0x00000000400d0544 0x34 esp-idf/driver/libdriver.a(uart.c.obj) + 0x84 (size before relaxing) + .literal.uart_param_config + 0x00000000400d0578 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x80 (size before relaxing) + .literal.uart_intr_config + 0x00000000400d0580 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x44 (size before relaxing) + .literal.uart_wait_tx_done + 0x00000000400d058c 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x64 (size before relaxing) + .literal.uart_write_bytes + 0x00000000400d0590 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x38 (size before relaxing) + .literal.uart_read_bytes + 0x00000000400d0598 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x64 (size before relaxing) + .literal.uart_get_buffered_data_len + 0x00000000400d05a0 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x34 (size before relaxing) + .literal.uart_flush_input + 0x00000000400d05a4 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x88 (size before relaxing) + .literal.uart_driver_delete + 0x00000000400d05ac 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x34 (size before relaxing) + .literal.uart_driver_install + 0x00000000400d05b0 0x20 esp-idf/driver/libdriver.a(uart.c.obj) + 0x7c (size before relaxing) + .literal.uart_is_driver_installed + 0x00000000400d05d0 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_set_select_notif_callback + 0x00000000400d05d0 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_get_selectlock + 0x00000000400d05d0 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_set_wakeup_threshold + 0x00000000400d05d0 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x34 (size before relaxing) + .literal.adc_power_on_internal + 0x00000000400d05dc 0x8 esp-idf/driver/libdriver.a(adc_common.c.obj) + .literal.adc_power_off_internal + 0x00000000400d05e4 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + 0xc (size before relaxing) + .literal.adc_power_acquire + 0x00000000400d05e8 0x8 esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x14 (size before relaxing) + .literal.adc_power_release + 0x00000000400d05f0 0xc esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x30 (size before relaxing) + .literal.adc2_wifi_acquire + 0x00000000400d05fc 0x4 esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x8 (size before relaxing) + .literal.adc2_wifi_release + 0x00000000400d0600 0xc esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x20 (size before relaxing) + .literal.rtc_gpio_deinit + 0x00000000400d060c 0x18 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rtc_gpio_pullup_en + 0x00000000400d0624 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rtc_gpio_pullup_dis + 0x00000000400d0628 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rtc_gpio_pulldown_en + 0x00000000400d062c 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rtc_gpio_pulldown_dis + 0x00000000400d0630 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rtc_gpio_wakeup_enable + 0x00000000400d0634 0x8 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rtc_isr + 0x00000000400d063c 0x10 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x20 (size before relaxing) + .literal.rtc_isr_ensure_installed + 0x00000000400d064c 0xc esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x20 (size before relaxing) + .literal.rtc_isr_register + 0x00000000400d0658 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x18 (size before relaxing) + .literal.xt_int_has_handler + 0x00000000400d0658 0x8 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .literal.xt_set_interrupt_handler + 0x00000000400d0660 0x4 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0xc (size before relaxing) + .literal.esp_cache_err_int_init + 0x00000000400d0664 0x8 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + 0x14 (size before relaxing) + .literal.esp_fill_random + 0x00000000400d066c 0xc esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x18 (size before relaxing) + .literal.rtc_brownout_isr_handler + 0x00000000400d0678 0x4 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x18 (size before relaxing) + .literal.esp_brownout_init + 0x00000000400d067c 0x8 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x14 (size before relaxing) + .literal.esp_base_mac_addr_set + 0x00000000400d0684 0x10 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x24 (size before relaxing) + .literal.esp_base_mac_addr_get + 0x00000000400d0694 0x0 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0xc (size before relaxing) + .literal.esp_efuse_mac_get_default + 0x00000000400d0694 0x18 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x30 (size before relaxing) + .literal.esp_read_mac + 0x00000000400d06ac 0xc esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x44 (size before relaxing) + .literal.timer_process_alarm + 0x00000000400d06b8 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x38 (size before relaxing) + .literal.timer_task + 0x00000000400d06c0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x8 (size before relaxing) + .literal.esp_timer_create + 0x00000000400d06c0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x8 (size before relaxing) + .literal.esp_timer_delete + 0x00000000400d06c4 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x1c (size before relaxing) + .literal.esp_timer_early_init + 0x00000000400d06c8 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x8 (size before relaxing) + .literal.esp_timer_init + 0x00000000400d06c8 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x20 (size before relaxing) + .literal.esp_timer_is_active + 0x00000000400d06d8 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x4 (size before relaxing) + .literal.ets_timer_setfn + 0x00000000400d06d8 0x14 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x24 (size before relaxing) + .literal.ets_timer_done + 0x00000000400d06ec 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x8 (size before relaxing) + .literal.esp_timer_impl_init_system_time + 0x00000000400d06ec 0x10 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x18 (size before relaxing) + .literal.esp_timer_impl_lock + 0x00000000400d06fc 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x8 (size before relaxing) + .literal.esp_timer_impl_unlock + 0x00000000400d0700 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x8 (size before relaxing) + .literal.esp_timer_impl_advance + 0x00000000400d0700 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x1c (size before relaxing) + .literal.esp_timer_impl_early_init + 0x00000000400d070c 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x2c (size before relaxing) + .literal.esp_timer_impl_init + 0x00000000400d0728 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x50 (size before relaxing) + .literal.esp_newlib_locks_init + 0x00000000400d0758 0x28 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x38 (size before relaxing) + .literal.raise_r_stub + 0x00000000400d0780 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x4 (size before relaxing) + .literal.esp_newlib_init + 0x00000000400d0780 0x14 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x20 (size before relaxing) + .literal.syscall_not_implemented_aborts + 0x00000000400d0794 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x4 (size before relaxing) + .literal.fcntl + 0x00000000400d0794 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x8 (size before relaxing) + .literal.adjust_boot_time + 0x00000000400d0794 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x20 (size before relaxing) + .literal.get_adjusted_boot_time + 0x00000000400d079c 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x10 (size before relaxing) + .literal.adjtime_corr_stop + 0x00000000400d07a0 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x1c (size before relaxing) + .literal.adjtime + 0x00000000400d07a0 0x10 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x40 (size before relaxing) + .literal.settimeofday + 0x00000000400d07b0 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x10 (size before relaxing) + .literal.esp_newlib_time_init + 0x00000000400d07b0 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x4 (size before relaxing) + .literal.esp_time_impl_get_time_since_boot + 0x00000000400d07b0 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x8 (size before relaxing) + .literal.esp_time_impl_set_boot_time + 0x00000000400d07b4 0xc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x14 (size before relaxing) + .literal.esp_time_impl_get_boot_time + 0x00000000400d07c0 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x14 (size before relaxing) + .literal.esp_clk_slowclk_cal_get + 0x00000000400d07c0 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .literal.esp_rtc_get_time_us + 0x00000000400d07c4 0xc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x1c (size before relaxing) + .literal.esp_clk_slowclk_cal_set + 0x00000000400d07d0 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x8 (size before relaxing) + .literal.esp_set_time_from_rtc + 0x00000000400d07d0 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0xc (size before relaxing) + .literal.esp_sync_counters_rtc_and_frc + 0x00000000400d07d0 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x1c (size before relaxing) + .literal.esp_time_impl_init + 0x00000000400d07d4 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x4 (size before relaxing) + .literal.at_disable_rtc_wdt + 0x00000000400d07d4 0x0 esp-idf/main/libmain.a(app_main.c.obj) + 0x10 (size before relaxing) + .literal.at_netif_init + 0x00000000400d07d4 0xc esp-idf/main/libmain.a(app_main.c.obj) + 0x1c (size before relaxing) + .literal.at_wifi_init + 0x00000000400d07e0 0x24 esp-idf/main/libmain.a(app_main.c.obj) + 0x38 (size before relaxing) + .literal.app_main + 0x00000000400d0804 0x74 esp-idf/main/libmain.a(app_main.c.obj) + 0x12c (size before relaxing) + .literal.at_status_callback + 0x00000000400d0878 0x8 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x10 (size before relaxing) + .literal.at_pre_deepsleep_callback + 0x00000000400d0880 0x4 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x14 (size before relaxing) + .literal.at_pre_restart_callback + 0x00000000400d0884 0x4 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x10 (size before relaxing) + .literal.at_port_wait_write_complete + 0x00000000400d0888 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x8 (size before relaxing) + .literal.at_port_get_data_length + 0x00000000400d0888 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0xc (size before relaxing) + .literal.at_port_write_data + 0x00000000400d0888 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x8 (size before relaxing) + .literal.at_port_read_data + 0x00000000400d0888 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x18 (size before relaxing) + .literal.uart_task + 0x00000000400d0888 0x4 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x40 (size before relaxing) + .literal.at_nvm_uart_config_get + 0x00000000400d088c 0x18 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x48 (size before relaxing) + .literal.at_nvm_uart_config_set + 0x00000000400d08a4 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x48 (size before relaxing) + .literal.at_uart_init + 0x00000000400d08a4 0x2c esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x94 (size before relaxing) + .literal.at_queryCmdUartDef + 0x00000000400d08d0 0x8 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x14 (size before relaxing) + .literal.at_setupCmdUart + 0x00000000400d08d8 0x8 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x44 (size before relaxing) + .literal.at_setupCmdUartDef + 0x00000000400d08e0 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x8 (size before relaxing) + .literal.at_queryCmdUart + 0x00000000400d08e0 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x28 (size before relaxing) + .literal.at_interface_init + 0x00000000400d08e0 0x8 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x14 (size before relaxing) + .literal.at_custom_init + 0x00000000400d08e8 0x8 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x10 (size before relaxing) + .literal.esp_pm_lock_create + 0x00000000400d08f0 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x1c (size before relaxing) + .literal.esp_pm_lock_delete + 0x00000000400d08f8 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x14 (size before relaxing) + .literal.esp_pm_impl_get_mode + 0x00000000400d08f8 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x4 (size before relaxing) + .literal.esp_pm_configure + 0x00000000400d08f8 0x28 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x58 (size before relaxing) + .literal.esp_pm_get_configuration + 0x00000000400d0920 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x14 (size before relaxing) + .literal.esp_pm_impl_init + 0x00000000400d0920 0x2c esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x5c (size before relaxing) + .literal.esp_pm_impl_idle_hook + 0x00000000400d094c 0xc esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x18 (size before relaxing) + .literal.esp_pm_impl_waiti + 0x00000000400d0958 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x8 (size before relaxing) + .literal.periph_inform_out_light_sleep_overhead + 0x00000000400d095c 0x4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .literal.esp_efuse_get_chip_ver + 0x00000000400d0960 0xc esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x14 (size before relaxing) + .literal.esp_efuse_read_field_blob + 0x00000000400d096c 0xc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x1c (size before relaxing) + .literal.check_range_of_bits + 0x00000000400d0978 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x4 (size before relaxing) + .literal.esp_efuse_utility_process + 0x00000000400d0978 0x28 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x38 (size before relaxing) + .literal.esp_efuse_utility_read_reg + 0x00000000400d09a0 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x1c (size before relaxing) + .literal.esp_efuse_utility_fill_buff + 0x00000000400d09b0 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x8 (size before relaxing) + .literal.esp_efuse_get_coding_scheme + 0x00000000400d09b4 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.bootloader_init_mem + 0x00000000400d09b8 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x4 (size before relaxing) + .literal.bootloader_flash_update_id + 0x00000000400d09b8 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x8 (size before relaxing) + .literal.bootloader_common_get_chip_revision + 0x00000000400d09bc 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + 0xc (size before relaxing) + .literal.bootloader_common_get_chip_ver_pkg + 0x00000000400d09c4 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + 0x4 (size before relaxing) + .literal.bootloader_mmap_get_free_pages + 0x00000000400d09c4 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4 (size before relaxing) + .literal.bootloader_mmap + 0x00000000400d09c4 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x28 (size before relaxing) + .literal.bootloader_munmap + 0x00000000400d09d8 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x8 (size before relaxing) + .literal.bootloader_flash_read + 0x00000000400d09d8 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0xc (size before relaxing) + .literal.load_partitions + 0x00000000400d09dc 0x14 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x3c (size before relaxing) + .literal.ensure_partitions_loaded + 0x00000000400d09f0 0xc esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x24 (size before relaxing) + .literal.iterator_create + 0x00000000400d09fc 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x8 (size before relaxing) + .literal.esp_partition_iterator_release + 0x00000000400d09fc 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x4 (size before relaxing) + .literal.esp_partition_next + 0x00000000400d09fc 0xc esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x28 (size before relaxing) + .literal.esp_partition_find + 0x00000000400d0a08 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0xc (size before relaxing) + .literal.esp_partition_get + 0x00000000400d0a08 0x8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x10 (size before relaxing) + .literal.esp_partition_find_first + 0x00000000400d0a10 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0xc (size before relaxing) + .literal.esp_partition_verify + 0x00000000400d0a10 0x8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x24 (size before relaxing) + .literal.esp_partition_write + 0x00000000400d0a18 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x1c (size before relaxing) + .literal.esp_partition_read_raw + 0x00000000400d0a1c 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x14 (size before relaxing) + .literal.esp_partition_write_raw + 0x00000000400d0a20 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x14 (size before relaxing) + .literal.esp_partition_erase_range + 0x00000000400d0a24 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x14 (size before relaxing) + .literal.esp_partition_mmap + 0x00000000400d0a28 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x1c (size before relaxing) + .literal.esp_partition_read + 0x00000000400d0a2c 0x4 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x24 (size before relaxing) + .literal.esp_partition_main_flash_region_safe + 0x00000000400d0a30 0x8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .literal.spi_flash_op_lock + 0x00000000400d0a38 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_op_unlock + 0x00000000400d0a38 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_cache2phys + 0x00000000400d0a38 0x14 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .literal.is_safe_write_address + 0x00000000400d0a4c 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_init + 0x00000000400d0a4c 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .literal._ZL18nvs_find_ns_handlejPPN3nvs15NVSHandleSimpleE + 0x00000000400d0a50 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._ZL19nvs_get_str_or_blobjN3nvs8ItemTypeEPKcPvPj + 0x00000000400d0a58 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_flash_init_partition + 0x00000000400d0a60 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x18 (size before relaxing) + .literal.nvs_flash_init + 0x00000000400d0a60 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8 (size before relaxing) + .literal.nvs_open_from_partition + 0x00000000400d0a64 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x24 (size before relaxing) + .literal.nvs_open + 0x00000000400d0a70 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8 (size before relaxing) + .literal.nvs_close + 0x00000000400d0a70 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x18 (size before relaxing) + .literal.nvs_erase_key + 0x00000000400d0a74 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_erase_all + 0x00000000400d0a74 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_commit + 0x00000000400d0a74 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_set_str + 0x00000000400d0a74 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_set_blob + 0x00000000400d0a74 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_get_str + 0x00000000400d0a74 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal.nvs_get_blob + 0x00000000400d0a74 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIaEijPKcT_ + 0x00000000400d0a74 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_i8 + 0x00000000400d0a78 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIhEijPKcT_ + 0x00000000400d0a78 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_u8 + 0x00000000400d0a7c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setItEijPKcT_ + 0x00000000400d0a7c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_u16 + 0x00000000400d0a80 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIiEijPKcT_ + 0x00000000400d0a80 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_i32 + 0x00000000400d0a84 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIjEijPKcT_ + 0x00000000400d0a84 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_set_u32 + 0x00000000400d0a88 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIaEijPKcPT_ + 0x00000000400d0a88 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_i8 + 0x00000000400d0a8c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIhEijPKcPT_ + 0x00000000400d0a8c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_u8 + 0x00000000400d0a90 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getItEijPKcPT_ + 0x00000000400d0a90 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_u16 + 0x00000000400d0a94 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIiEijPKcPT_ + 0x00000000400d0a94 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_i32 + 0x00000000400d0a98 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIjEijPKcPT_ + 0x00000000400d0a98 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_get_u32 + 0x00000000400d0a9c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs7Storage15clearNamespacesEv + 0x00000000400d0a9c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs7StorageD2Ev + 0x00000000400d0a9c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400d0aa0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400d0aa0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN3nvs7Storage4initEjj + 0x00000000400d0aa0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x3c (size before relaxing) + .literal._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE + 0x00000000400d0ab0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE + 0x00000000400d0ab4 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x50 (size before relaxing) + .literal._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj + 0x00000000400d0acc 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x2c (size before relaxing) + .literal._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE + 0x00000000400d0adc 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x2c (size before relaxing) + .literal._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj + 0x00000000400d0ae8 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x34 (size before relaxing) + .literal._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000400d0af0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + 0x00000000400d0af0 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x70 (size before relaxing) + .literal._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + 0x00000000400d0b0c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + 0x00000000400d0b0c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs7Storage14eraseNamespaceEh + 0x00000000400d0b0c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + 0x00000000400d0b0c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage22calcEntriesInNamespaceEhRj + 0x00000000400d0b0c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple6commitEv + 0x00000000400d0b0c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimpleD2Ev + 0x00000000400d0b0c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimpleD0Ev + 0x00000000400d0b10 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj + 0x00000000400d0b10 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple10get_stringEPKcPcj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple8get_blobEPKcPvj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple10erase_itemEPKc + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple9erase_allEv + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple20get_used_entry_countERj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs12NVSPartition8read_rawEjPvj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartition4readEjPvj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartition9write_rawEjPKvj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartition5writeEjPKvj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartition11erase_rangeEjj + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartitionD5Ev + 0x00000000400d0b14 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartitionC2EPK15esp_partition_t + 0x00000000400d0b14 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManagerD5Ev + 0x00000000400d0b18 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager12get_instanceEv + 0x00000000400d0b18 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE + 0x00000000400d0b20 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc + 0x00000000400d0b20 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEjj + 0x00000000400d0b20 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x1c (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager14init_partitionEPKc + 0x00000000400d0b20 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE + 0x00000000400d0b20 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x1c (size before relaxing) + .literal._ZN3nvs8HashList5clearEv + 0x00000000400d0b24 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs8HashListD2Ev + 0x00000000400d0b24 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs8HashList6insertERKNS_4ItemEj + 0x00000000400d0b24 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs8HashList5eraseEjb + 0x00000000400d0b28 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs8HashList4findEjRKNS_4ItemE + 0x00000000400d0b34 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4PageC2Ev + 0x00000000400d0b34 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page6Header14calculateCrc32Ev + 0x00000000400d0b38 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page20updateFirstUsedEntryEjj + 0x00000000400d0b38 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs4Page10initializeEv + 0x00000000400d0b50 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + 0x00000000400d0b58 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs4Page10writeEntryERKNS_4ItemE + 0x00000000400d0b64 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + 0x00000000400d0b70 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN3nvs4Page14writeEntryDataEPKhj + 0x00000000400d0b7c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x44 (size before relaxing) + .literal._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh + 0x00000000400d0b90 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x5c (size before relaxing) + .literal._ZNK3nvs4Page9readEntryEjRNS_4ItemE + 0x00000000400d0ba4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs4Page17eraseEntryAndSpanEj + 0x00000000400d0ba4 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x48 (size before relaxing) + .literal._ZN3nvs4Page9copyItemsERS0_ + 0x00000000400d0bac 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x34 (size before relaxing) + .literal._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE + 0x00000000400d0bb4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x30 (size before relaxing) + .literal._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE + 0x00000000400d0bb8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE + 0x00000000400d0bb8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x00000000400d0bb8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page15mLoadEntryTableEv + 0x00000000400d0bb8 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x68 (size before relaxing) + .literal._ZN3nvs4Page4loadEPNS_9PartitionEj + 0x00000000400d0bc0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x24 (size before relaxing) + .literal._ZNK3nvs4Page12getSeqNumberERj + 0x00000000400d0bd0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page12setSeqNumberEj + 0x00000000400d0bd0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page5eraseEv + 0x00000000400d0bd0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page11markFreeingEv + 0x00000000400d0bd0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page8markFullEv + 0x00000000400d0bd4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZNK3nvs4Page18getVarDataTailroomEv + 0x00000000400d0bd4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs11PageManager12activatePageEv + 0x00000000400d0bd4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs11PageManager14requestNewPageEv + 0x00000000400d0bd4 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x30 (size before relaxing) + .literal._ZN3nvs11PageManager4loadEPNS_9PartitionEjj + 0x00000000400d0be0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x60 (size before relaxing) + .literal._ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE + 0x00000000400d0bf4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0x14 (size before relaxing) + .literal._ZNK3nvs4Item14calculateCrc32Ev + 0x00000000400d0bf8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0xc (size before relaxing) + .literal._ZNK3nvs4Item26calculateCrc32WithoutValueEv + 0x00000000400d0bf8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs4Item14calculateCrc32EPKhj + 0x00000000400d0bf8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x4 (size before relaxing) + .literal.insert_vector_desc + 0x00000000400d0bf8 0x4 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .literal.find_desc_for_int + 0x00000000400d0bfc 0x0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.get_desc_for_int + 0x00000000400d0bfc 0x4 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x18 (size before relaxing) + .literal.find_desc_for_source + 0x00000000400d0c00 0xc esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x14 (size before relaxing) + .literal.is_vect_desc_usable + 0x00000000400d0c0c 0x8 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x24 (size before relaxing) + .literal.get_available_int + 0x00000000400d0c14 0x0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x30 (size before relaxing) + .literal.esp_intr_enable_source + 0x00000000400d0c14 0x0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.esp_intr_disable_source + 0x00000000400d0c14 0x0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.esp_intr_alloc_intrstatus + 0x00000000400d0c14 0x20 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x74 (size before relaxing) + .literal.esp_intr_alloc + 0x00000000400d0c34 0x0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.esp_intr_free + 0x00000000400d0c34 0x8 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x30 (size before relaxing) + .literal.ext0_wakeup_prepare + 0x00000000400d0c3c 0x14 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x18 (size before relaxing) + .literal.ext1_wakeup_prepare + 0x00000000400d0c50 0x14 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x2c (size before relaxing) + .literal.get_power_down_flags + 0x00000000400d0c64 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x4 (size before relaxing) + .literal.timer_wakeup_prepare + 0x00000000400d0c64 0x8 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x10 (size before relaxing) + .literal.esp_get_deep_sleep_wake_stub + 0x00000000400d0c6c 0x1c esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x2c (size before relaxing) + .literal.esp_set_deep_sleep_wake_stub + 0x00000000400d0c88 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x4 (size before relaxing) + .literal.esp_sleep_config_gpio_isolate + 0x00000000400d0c88 0x4 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0xc (size before relaxing) + .literal.esp_sleep_enable_gpio_switch + 0x00000000400d0c8c 0x8 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0xc (size before relaxing) + .literal.esp_light_sleep_start + 0x00000000400d0c94 0x2c esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0xe0 (size before relaxing) + .literal.esp_sleep_enable_timer_wakeup + 0x00000000400d0cc0 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x4 (size before relaxing) + .literal.esp_deep_sleep + 0x00000000400d0cc0 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x8 (size before relaxing) + .literal.esp_sleep_enable_gpio_wakeup + 0x00000000400d0cc0 0xc esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x18 (size before relaxing) + .literal.esp_sleep_enable_uart_wakeup + 0x00000000400d0ccc 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x4 (size before relaxing) + .literal.gpio_hal_intr_enable_on_core + 0x00000000400d0ccc 0x4 esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0xc (size before relaxing) + .literal.gpio_hal_intr_disable + 0x00000000400d0cd0 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0x4 (size before relaxing) + .literal.uart_hal_set_sclk + 0x00000000400d0cd0 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4 (size before relaxing) + .literal.uart_hal_set_baudrate + 0x00000000400d0cd0 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x14 (size before relaxing) + .literal.uart_hal_get_baudrate + 0x00000000400d0cd4 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0xc (size before relaxing) + .literal.uart_hal_set_hw_flow_ctrl + 0x00000000400d0cd4 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x14 (size before relaxing) + .literal.uart_hal_set_at_cmd_char + 0x00000000400d0ce0 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0xc (size before relaxing) + .literal.uart_hal_set_tx_idle_num + 0x00000000400d0ce4 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_txfifo_empty_thr + 0x00000000400d0ce8 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_init + 0x00000000400d0cec 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x28 (size before relaxing) + .literal.uart_hal_set_rx_timeout + 0x00000000400d0cf0 0x8 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x10 (size before relaxing) + .literal.interrupt_controller_hal_desc_type + 0x00000000400d0cf8 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x4 (size before relaxing) + .literal.interrupt_controller_hal_desc_level + 0x00000000400d0cf8 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x4 (size before relaxing) + .literal.interrupt_controller_hal_desc_flags + 0x00000000400d0cf8 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x4 (size before relaxing) + .literal.brownout_hal_config + 0x00000000400d0cf8 0xc esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x1c (size before relaxing) + .literal.brownout_hal_intr_enable + 0x00000000400d0d04 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x4 (size before relaxing) + .literal.brownout_hal_intr_clear + 0x00000000400d0d04 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x4 (size before relaxing) + .literal.interrupt_controller_hal_desc_table + 0x00000000400d0d04 0x4 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .literal.wifi_create_and_start_sta + 0x00000000400d0d08 0xc esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x18 (size before relaxing) + .literal.wifi_create_and_start_ap + 0x00000000400d0d14 0x8 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x18 (size before relaxing) + .literal.tcpip_adapter_set_default_wifi_handlers + 0x00000000400d0d1c 0x14 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x1c (size before relaxing) + .literal.tcpip_adapter_clear_default_wifi_handlers + 0x00000000400d0d30 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_action_start + 0x00000000400d0d30 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_action_stop + 0x00000000400d0d30 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_action_connected + 0x00000000400d0d30 0x2c esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x60 (size before relaxing) + .literal.esp_netif_action_disconnected + 0x00000000400d0d5c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_list_lock + 0x00000000400d0d5c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_list_unlock + 0x00000000400d0d60 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x20 (size before relaxing) + .literal.esp_netif_add_to_list + 0x00000000400d0d70 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x18 (size before relaxing) + .literal.esp_netif_remove_from_list + 0x00000000400d0d74 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_next_unsafe + 0x00000000400d0d7c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_is_netif_listed + 0x00000000400d0d7c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x24 (size before relaxing) + .literal.esp_netif_get_handle_from_ifkey + 0x00000000400d0d84 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x2c (size before relaxing) + .literal.esp_netif_config_sanity_check + 0x00000000400d0d88 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x1c (size before relaxing) + .literal.esp_netif_set_ip_old_info_api + 0x00000000400d0d94 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_init_configuration + 0x00000000400d0d94 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x38 (size before relaxing) + .literal.esp_netif_lwip_remove + 0x00000000400d0da8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_dhcps_start_api + 0x00000000400d0da8 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_dhcps_cb + 0x00000000400d0db0 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x18 (size before relaxing) + .literal.esp_netif_nd6_cb + 0x00000000400d0db4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x20 (size before relaxing) + .literal.esp_netif_lwip_add + 0x00000000400d0db8 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_is_active + 0x00000000400d0dc0 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_ip_lost_timer + 0x00000000400d0dc0 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x20 (size before relaxing) + .literal.esp_netif_set_default_netif + 0x00000000400d0dc8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_api_cb + 0x00000000400d0dc8 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_dhcps_stop_api + 0x00000000400d0dcc 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_start_ip_lost_timer + 0x00000000400d0dd0 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_dhcpc_stop_api + 0x00000000400d0dd8 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_dhcpc_start_api + 0x00000000400d0de0 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x30 (size before relaxing) + .literal.esp_netif_set_hostname_api + 0x00000000400d0dec 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x18 (size before relaxing) + .literal.esp_netif_set_ip_info_api + 0x00000000400d0df0 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x30 (size before relaxing) + .literal.esp_netif_set_dns_info_api + 0x00000000400d0df8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_get_dns_info_api + 0x00000000400d0df8 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x24 (size before relaxing) + .literal.esp_netif_create_ip6_linklocal_api + 0x00000000400d0e00 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_update_default_netif + 0x00000000400d0e04 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_start_api + 0x00000000400d0e14 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4c (size before relaxing) + .literal.esp_netif_stop_api + 0x00000000400d0e28 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_up_api + 0x00000000400d0e28 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_down_api + 0x00000000400d0e28 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_init + 0x00000000400d0e2c 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x40 (size before relaxing) + .literal.esp_netif_destroy + 0x00000000400d0e38 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_new + 0x00000000400d0e3c 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8c (size before relaxing) + .literal.esp_netif_attach + 0x00000000400d0e50 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_set_driver_config + 0x00000000400d0e58 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_set_mac + 0x00000000400d0e58 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_start + 0x00000000400d0e58 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_stop + 0x00000000400d0e5c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_netstack_buf_ref + 0x00000000400d0e60 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_netstack_buf_free + 0x00000000400d0e60 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_dhcpc_stop + 0x00000000400d0e60 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_dhcpc_start + 0x00000000400d0e64 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_dhcps_start + 0x00000000400d0e68 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_dhcps_stop + 0x00000000400d0e6c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_set_hostname + 0x00000000400d0e70 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_get_hostname + 0x00000000400d0e74 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_up + 0x00000000400d0e74 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_down + 0x00000000400d0e78 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_update_default_netif_lwip + 0x00000000400d0e7c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x38 (size before relaxing) + .literal.esp_netif_get_old_ip_info + 0x00000000400d0e80 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_get_ip_info + 0x00000000400d0e80 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_set_old_ip_info + 0x00000000400d0e80 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_set_ip_info + 0x00000000400d0e84 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_set_dns_info + 0x00000000400d0e88 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_get_dns_info + 0x00000000400d0e8c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_create_ip6_linklocal + 0x00000000400d0e90 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_get_ip6_linklocal + 0x00000000400d0e94 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_get_ip6_global + 0x00000000400d0e94 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_dhcpc_cb + 0x00000000400d0e94 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x34 (size before relaxing) + .literal.esp_netif_dhcps_option + 0x00000000400d0e9c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x3c (size before relaxing) + .literal.esp_netif_get_sta_list + 0x00000000400d0ea4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + 0x10 (size before relaxing) + .literal.esp_event_legacy_wifi_event_id + 0x00000000400d0ea4 0xc esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x14 (size before relaxing) + .literal.esp_event_legacy_ip_event_id + 0x00000000400d0eb0 0x8 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x14 (size before relaxing) + .literal.esp_event_legacy_event_id + 0x00000000400d0eb8 0x4 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x20 (size before relaxing) + .literal.esp_event_send_internal + 0x00000000400d0ebc 0x4 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x10 (size before relaxing) + .literal.os_get_time + 0x00000000400d0ec0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x4 (size before relaxing) + .literal.os_random + 0x00000000400d0ec0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x4 (size before relaxing) + .literal.os_get_random + 0x00000000400d0ec0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x4 (size before relaxing) + .literal.forced_memzero + 0x00000000400d0ec0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .literal.esp_aes_decrypt + 0x00000000400d0ec4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_encrypt + 0x00000000400d0ec4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_unwrap + 0x00000000400d0ec4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_wrap + 0x00000000400d0ec4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x4 (size before relaxing) + .literal.sha256_prf_bits + 0x00000000400d0ec4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x14 (size before relaxing) + .literal.sha256_prf + 0x00000000400d0ec4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x4 (size before relaxing) + .literal.sha1_prf + 0x00000000400d0ec4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + 0x14 (size before relaxing) + .literal.wpa_install_key + 0x00000000400d0ec4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .literal.wpa_get_key + 0x00000000400d0ec8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .literal.wpa_sendto_wrapper + 0x00000000400d0ecc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .literal.wpa_deauthenticate + 0x00000000400d0ed0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .literal.wpa_config_assoc_ie + 0x00000000400d0ed4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x8 (size before relaxing) + .literal.wpa_neg_complete + 0x00000000400d0ed8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .literal.wpa_attach + 0x00000000400d0edc 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x24 (size before relaxing) + .literal.wpa_ap_get_wpa_ie + 0x00000000400d0efc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .literal.wpa_ap_rx_eapol + 0x00000000400d0f00 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_deattach + 0x00000000400d0f00 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x8 (size before relaxing) + .literal.wpa_parse_wpa_ie_wrapper + 0x00000000400d0f00 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x10 (size before relaxing) + .literal.wpa_sta_disconnected_cb + 0x00000000400d0f04 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x8 (size before relaxing) + .literal.wpa_config_profile + 0x00000000400d0f04 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x28 (size before relaxing) + .literal.wpa_config_bss + 0x00000000400d0f18 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x18 (size before relaxing) + .literal.wpa_sta_connect + 0x00000000400d0f2c 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x18 (size before relaxing) + .literal.esp_supplicant_init + 0x00000000400d0f38 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x50 (size before relaxing) + .literal.esp_supplicant_deinit + 0x00000000400d0f80 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .literal.wpa3_parse_sae_commit + 0x00000000400d0f84 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x1c (size before relaxing) + .literal.wpa3_parse_sae_confirm + 0x00000000400d0f90 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x14 (size before relaxing) + .literal.wpa3_build_sae_commit + 0x00000000400d0f98 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x3c (size before relaxing) + .literal.wpa3_build_sae_confirm + 0x00000000400d0f9c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x18 (size before relaxing) + .literal.wpa3_build_sae_msg + 0x00000000400d0fa0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x10 (size before relaxing) + .literal.esp_wpa3_free_sae_data + 0x00000000400d0fa0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x18 (size before relaxing) + .literal.wpa3_parse_sae_msg + 0x00000000400d0fa0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xc (size before relaxing) + .literal.esp_wifi_register_wpa3_cb + 0x00000000400d0fa0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .literal.is_wpa2_enterprise_connection + 0x00000000400d0fa8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_sm_pmksa_free_cb + 0x00000000400d0fa8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_supplicant_clr_countermeasures + 0x00000000400d0fac 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.cipher_type_map_public_to_supp + 0x00000000400d0fb4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .literal.wpa_eapol_key_send + 0x00000000400d0fb8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_sm_key_request + 0x00000000400d0fb8 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x2c (size before relaxing) + .literal.wpa_sm_rekey_ptk + 0x00000000400d0fcc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_send_2_of_4 + 0x00000000400d0fcc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_derive_ptk + 0x00000000400d0fcc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_supplicant_pairwise_gtk + 0x00000000400d0fd0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.wpa_report_ie_mismatch + 0x00000000400d0fd8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .literal.ieee80211w_set_keys + 0x00000000400d0fdc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_validate_ie + 0x00000000400d0fe0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_send_4_of_4 + 0x00000000400d0fe4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_sm_set_seq + 0x00000000400d0fe4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_process_1_of_2_rsn + 0x00000000400d0fe4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_supplicant_process_1_of_2_wpa + 0x00000000400d0fe4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_send_2_of_2 + 0x00000000400d0fe8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x18 (size before relaxing) + .literal.wpa_supplicant_verify_eapol_key_mic + 0x00000000400d0fe8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x28 (size before relaxing) + .literal.wpa_supplicant_decrypt_key_data + 0x00000000400d0fe8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_sm_set_state + 0x00000000400d0fe8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_supplicant_key_neg_complete + 0x00000000400d0fe8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_process_3_of_4 + 0x00000000400d0fec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x28 (size before relaxing) + .literal.wpa_supplicant_process_1_of_2 + 0x00000000400d0fec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_stop_countermeasures + 0x00000000400d0fec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_sm_set_pmk_from_pmksa + 0x00000000400d0fec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_get_pmk + 0x00000000400d0fec 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x34 (size before relaxing) + .literal.wpa_supplicant_process_1_of_4 + 0x00000000400d0ff0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x28 (size before relaxing) + .literal.wpa_sm_rx_eapol + 0x00000000400d0ff0 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x2c (size before relaxing) + .literal.wpa_sm_init + 0x00000000400d0ffc 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_sm_deinit + 0x00000000400d1004 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_set_profile + 0x00000000400d1004 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_set_pmk + 0x00000000400d1004 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_set_passphrase + 0x00000000400d100c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x40 (size before relaxing) + .literal.set_assoc_ie + 0x00000000400d101c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_set_bss + 0x00000000400d101c 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x58 (size before relaxing) + .literal.wpa_sm_set_key + 0x00000000400d1038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_supplicant_install_ptk + 0x00000000400d1038 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_sm_get_key + 0x00000000400d1048 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_gtk_in_use + 0x00000000400d1048 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_install_gtk + 0x00000000400d1048 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_send_4_of_4_txcallback + 0x00000000400d1048 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_supplicant_send_2_of_2_txcallback + 0x00000000400d1048 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_michael_mic_failure + 0x00000000400d1048 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x54 (size before relaxing) + .literal.eapol_txcb + 0x00000000400d1064 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_sta_in_4way_handshake + 0x00000000400d1068 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_sta_cur_pmksa_matches_akm + 0x00000000400d1068 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_sta_clear_curr_pmksa + 0x00000000400d106c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_parse_generic + 0x00000000400d106c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .literal.wpa_gen_wpa_ie_rsn + 0x00000000400d1080 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x18 (size before relaxing) + .literal.wpa_gen_wpa_ie_wpa + 0x00000000400d108c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x10 (size before relaxing) + .literal.wpa_parse_wpa_ie + 0x00000000400d1094 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_gen_wpa_ie + 0x00000000400d1094 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_parse_ies + 0x00000000400d1094 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x8 (size before relaxing) + .literal.hex2byte + 0x00000000400d1094 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x8 (size before relaxing) + .literal.hexstr2bin + 0x00000000400d1098 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x4 (size before relaxing) + .literal.wpa_get_ntp_timestamp + 0x00000000400d1098 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x14 (size before relaxing) + .literal.printf_decode + 0x00000000400d10a4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0xc (size before relaxing) + .literal.dup_binstr + 0x00000000400d10a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x8 (size before relaxing) + .literal.wpa_config_parse_string + 0x00000000400d10a8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x38 (size before relaxing) + .literal.wpa_bin_clear_free + 0x00000000400d10ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x4 (size before relaxing) + .literal.bin_clear_free + 0x00000000400d10ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x4 (size before relaxing) + .literal.wpabuf_alloc + 0x00000000400d10ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x4 (size before relaxing) + .literal.wpabuf_resize + 0x00000000400d10ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x14 (size before relaxing) + .literal.wpabuf_free + 0x00000000400d10ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x8 (size before relaxing) + .literal.wpabuf_alloc_copy + 0x00000000400d10ac 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0xc (size before relaxing) + .literal.wpabuf_dup + 0x00000000400d10b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0xc (size before relaxing) + .literal.wpabuf_zeropad + 0x00000000400d10b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x18 (size before relaxing) + .literal.digest_vector + 0x00000000400d10b0 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.hmac_vector + 0x00000000400d10cc 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1c (size before relaxing) + .literal.aes_crypt_init + 0x00000000400d10d8 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + .literal.aes_crypt_deinit + 0x00000000400d10e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x8 (size before relaxing) + .literal.aes_crypt + 0x00000000400d10e4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.sha256_vector + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.sha1_vector + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.md5_vector + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_sha256_vector + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_sha256 + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_md5_vector + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_md5 + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_sha1_vector + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_sha1 + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_encrypt_init + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_encrypt + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_encrypt_deinit + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_decrypt_init + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_decrypt + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_decrypt_deinit + 0x00000000400d10e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_128_cbc_encrypt + 0x00000000400d10e8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + .literal.aes_128_cbc_decrypt + 0x00000000400d10ec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + .literal.crypto_mod_exp + 0x00000000400d10ec 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x3c (size before relaxing) + .literal.pbkdf2_sha1 + 0x00000000400d1100 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + .literal.omac1_aes_vector + 0x00000000400d1104 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x1c (size before relaxing) + .literal.omac1_aes_128_vector + 0x00000000400d1108 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x4 (size before relaxing) + .literal.omac1_aes_128 + 0x00000000400d1108 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x4 (size before relaxing) + .literal.aes_wrap + 0x00000000400d1108 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0x24 (size before relaxing) + .literal.aes_unwrap + 0x00000000400d1108 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0x1c (size before relaxing) + .literal.wpa_auth_get_sm + 0x00000000400d1108 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .literal.wpa_auth_add_sm + 0x00000000400d1110 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_auth_del_sm + 0x00000000400d1110 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_use_aes_cmac + 0x00000000400d1110 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_receive_error_report + 0x00000000400d1110 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .literal.wpa_free_sta_sm + 0x00000000400d1114 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_group_init_gmk_and_counter + 0x00000000400d1114 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x18 (size before relaxing) + .literal.sm_WPA_PTK_AUTHENTICATION_Enter + 0x00000000400d1118 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_gmk_to_gtk + 0x00000000400d1118 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_gtk_update + 0x00000000400d1118 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.wpa_group_gtk_init + 0x00000000400d1120 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_group_setkeys + 0x00000000400d1120 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_group_config_group_keys + 0x00000000400d1120 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_group_setkeysdone + 0x00000000400d112c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_group_sm_step + 0x00000000400d112c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_group_init + 0x00000000400d112c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x18 (size before relaxing) + .literal.wpa_group_ensure_init + 0x00000000400d1130 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_sta_disconnect + 0x00000000400d1130 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .literal.sm_WPA_PTK_AUTHENTICATION2_Enter + 0x00000000400d1134 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.sm_WPA_PTK_DISCONNECT_Enter + 0x00000000400d1134 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_rekey_gtk + 0x00000000400d1134 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_derive_ptk + 0x00000000400d1138 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_verify_key_mic + 0x00000000400d113c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_replay_counter_valid + 0x00000000400d113c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_replay_counter_mark_invalid + 0x00000000400d113c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.sm_WPA_PTK_PTKINITDONE_Enter + 0x00000000400d113c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.ieee80211w_kde_add + 0x00000000400d1144 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.resend_eapol_handle + 0x00000000400d1144 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .literal.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter + 0x00000000400d114c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x24 (size before relaxing) + .literal.sm_WPA_PTK_INITPSK_Enter + 0x00000000400d1154 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_init + 0x00000000400d1154 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.wpa_auth_sta_init + 0x00000000400d1154 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_auth_sta_deinit + 0x00000000400d1154 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.__wpa_send_eapol + 0x00000000400d1154 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x80 (size before relaxing) + .literal.wpa_send_eapol + 0x00000000400d1154 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.sm_WPA_PTK_PTKSTART_Enter + 0x00000000400d1158 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.sm_WPA_PTK_PTKINITNEGOTIATING_Enter + 0x00000000400d1158 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x24 (size before relaxing) + .literal.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter + 0x00000000400d115c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.sm_WPA_PTK_GROUP_Step + 0x00000000400d115c 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x1c (size before relaxing) + .literal.wpa_remove_ptk + 0x00000000400d1168 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.sm_WPA_PTK_INITIALIZE_Enter + 0x00000000400d1168 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.sm_WPA_PTK_Step + 0x00000000400d1168 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x70 (size before relaxing) + .literal.wpa_sm_step + 0x00000000400d1174 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_send_eapol_timeout + 0x00000000400d1174 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_rekey_ptk + 0x00000000400d1174 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_auth_sta_associated + 0x00000000400d1174 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_receive + 0x00000000400d1174 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8c (size before relaxing) + .literal.hostap_eapol_resend_process + 0x00000000400d117c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_ap_join + 0x00000000400d117c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_ap_remove + 0x00000000400d117c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_parse_generic + 0x00000000400d117c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x14 (size before relaxing) + .literal.wpa_write_wpa_ie + 0x00000000400d117c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_write_rsn_ie + 0x00000000400d1180 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x10 (size before relaxing) + .literal.wpa_auth_gen_wpa_ie + 0x00000000400d1184 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x14 (size before relaxing) + .literal.wpa_add_kde + 0x00000000400d1184 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_validate_wpa_ie + 0x00000000400d1184 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x24 (size before relaxing) + .literal.wpa_parse_kde_ies + 0x00000000400d1184 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x8 (size before relaxing) + .literal.sae_parse_commit_token + 0x00000000400d1184 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8 (size before relaxing) + .literal.sae_cn_confirm + 0x00000000400d1188 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_cn_confirm_ffc + 0x00000000400d1188 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.get_random_qr_qnr + 0x00000000400d1188 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x18 (size before relaxing) + .literal.sae_pwd_seed_key + 0x00000000400d118c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x14 (size before relaxing) + .literal.get_rand_1_to_p_1 + 0x00000000400d118c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x18 (size before relaxing) + .literal.is_quadratic_residue_blind + 0x00000000400d118c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x24 (size before relaxing) + .literal.sae_test_pwd_seed_ecc + 0x00000000400d118c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x2c (size before relaxing) + .literal.sae_derive_pwe_ecc + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x38 (size before relaxing) + .literal.sae_test_pwd_seed_ffc + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x38 (size before relaxing) + .literal.sae_derive_pwe_ffc + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x14 (size before relaxing) + .literal.sae_derive_k_ffc + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.sae_parse_commit_scalar + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x20 (size before relaxing) + .literal.sae_parse_commit_element_ffc + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x3c (size before relaxing) + .literal.sae_get_rand + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x24 (size before relaxing) + .literal.sae_get_rand_and_mask + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_derive_commit_element_ecc + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_derive_commit_element_ffc + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_derive_commit + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x2c (size before relaxing) + .literal.sae_derive_k_ecc + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.sae_cn_confirm_ecc + 0x00000000400d1190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_derive_keys + 0x00000000400d1190 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x34 (size before relaxing) + .literal.sae_parse_commit_element_ecc + 0x00000000400d1194 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x18 (size before relaxing) + .literal.sae_parse_commit_element + 0x00000000400d1194 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8 (size before relaxing) + .literal.sae_parse_password_identifier + 0x00000000400d1194 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x18 (size before relaxing) + .literal.sae_clear_temp_data + 0x00000000400d1194 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x34 (size before relaxing) + .literal.sae_clear_data + 0x00000000400d1194 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_set_group + 0x00000000400d1194 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x40 (size before relaxing) + .literal.sae_prepare_commit + 0x00000000400d119c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_process_commit + 0x00000000400d119c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_write_commit + 0x00000000400d119c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x40 (size before relaxing) + .literal.sae_group_allowed + 0x00000000400d119c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4 (size before relaxing) + .literal.sae_parse_commit + 0x00000000400d119c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x24 (size before relaxing) + .literal.sae_write_confirm + 0x00000000400d119c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.sae_check_confirm + 0x00000000400d119c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.rsn_selector_to_bitfield + 0x00000000400d119c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x18 (size before relaxing) + .literal.rsn_key_mgmt_to_bitfield + 0x00000000400d11ac 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x14 (size before relaxing) + .literal.wpa_selector_to_bitfield + 0x00000000400d11b0 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x14 (size before relaxing) + .literal.wpa_key_mgmt_to_bitfield + 0x00000000400d11c0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0xc (size before relaxing) + .literal.wpa_parse_wpa_ie_rsn + 0x00000000400d11c0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0xc (size before relaxing) + .literal.wpa_parse_wpa_ie_wpa + 0x00000000400d11c0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x10 (size before relaxing) + .literal.wpa_eapol_key_mic + 0x00000000400d11c0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x10 (size before relaxing) + .literal.wpa_compare_rsn_ie + 0x00000000400d11c0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4 (size before relaxing) + .literal.wpa_pmk_to_ptk + 0x00000000400d11c0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x30 (size before relaxing) + .literal.rsn_pmkid + 0x00000000400d11c0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x14 (size before relaxing) + .literal.wpa_cipher_to_suite + 0x00000000400d11c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x2c (size before relaxing) + .literal.ccmp_aad_nonce + 0x00000000400d11c8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x18 (size before relaxing) + .literal.ccmp_decrypt + 0x00000000400d11d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x10 (size before relaxing) + .literal.ccmp_encrypt + 0x00000000400d11d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x18 (size before relaxing) + .literal.dh_groups_get + 0x00000000400d11d0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .literal.dh_init + 0x00000000400d11d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x2c (size before relaxing) + .literal.dh_derive_shared + 0x00000000400d11d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x10 (size before relaxing) + .literal.hostap_init + 0x00000000400d11d4 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x68 (size before relaxing) + .literal.hostap_deinit + 0x00000000400d11e4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x20 (size before relaxing) + .literal.wpa2_api_unlock + 0x00000000400d11e8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x8 (size before relaxing) + .literal.wpa2_rxq_deinit + 0x00000000400d11ec 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x18 (size before relaxing) + .literal.wpa2_api_lock + 0x00000000400d11f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0xc (size before relaxing) + .literal.wpa2_post + 0x00000000400d11f4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x2c (size before relaxing) + .literal.eap_peer_sm_deinit + 0x00000000400d1200 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x4c (size before relaxing) + .literal.esp_wifi_sta_wpa2_ent_disable_fn + 0x00000000400d120c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x10 (size before relaxing) + .literal.esp_wifi_sta_wpa2_ent_disable + 0x00000000400d1210 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x18 (size before relaxing) + .literal.esp_wifi_sta_wpa2_ent_clear_cert_key + 0x00000000400d121c 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x1c (size before relaxing) + .literal.esp_wifi_sta_wpa2_ent_clear_ca_cert + 0x00000000400d1234 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .literal.esp_wifi_sta_wpa2_ent_clear_identity + 0x00000000400d123c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0xc (size before relaxing) + .literal.esp_wifi_sta_wpa2_ent_clear_username + 0x00000000400d1244 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0xc (size before relaxing) + .literal.esp_wifi_sta_wpa2_ent_clear_password + 0x00000000400d124c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0xc (size before relaxing) + .literal.wpa_sm_alloc_eapol + 0x00000000400d1254 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0xc (size before relaxing) + .literal.wpa_sm_free_eapol + 0x00000000400d1254 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4 (size before relaxing) + .literal.wpa_sm_deauthenticate + 0x00000000400d1254 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4 (size before relaxing) + .literal._pmksa_cache_free_entry + 0x00000000400d1254 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_free_entry + 0x00000000400d1254 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_set_expiration + 0x00000000400d1254 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x2c (size before relaxing) + .literal.pmksa_cache_expire + 0x00000000400d1270 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x20 (size before relaxing) + .literal.pmksa_cache_flush + 0x00000000400d1270 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x8 (size before relaxing) + .literal.pmksa_cache_add + 0x00000000400d1270 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x5c (size before relaxing) + .literal.pmksa_cache_clone_entry + 0x00000000400d1278 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_deinit + 0x00000000400d1278 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x14 (size before relaxing) + .literal.pmksa_cache_get + 0x00000000400d1278 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x8 (size before relaxing) + .literal.pmksa_cache_get_opportunistic + 0x00000000400d1278 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_set_current + 0x00000000400d1278 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0xc (size before relaxing) + .literal.pmksa_cache_init + 0x00000000400d1278 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x14 (size before relaxing) + .literal.tls_deinit + 0x00000000400d1280 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.crypto_bignum_init + 0x00000000400d1284 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x8 (size before relaxing) + .literal.crypto_bignum_init_set + 0x00000000400d1284 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0xc (size before relaxing) + .literal.crypto_bignum_deinit + 0x00000000400d1284 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x8 (size before relaxing) + .literal.crypto_bignum_to_bin + 0x00000000400d1284 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x10 (size before relaxing) + .literal.crypto_bignum_add + 0x00000000400d1288 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_mod + 0x00000000400d128c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_exptmod + 0x00000000400d1290 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_inverse + 0x00000000400d1290 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_sub + 0x00000000400d1294 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_div + 0x00000000400d1298 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_mulmod + 0x00000000400d129c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_cmp + 0x00000000400d12a0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_bits + 0x00000000400d12a4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_is_zero + 0x00000000400d12a8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_is_one + 0x00000000400d12ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_legendre + 0x00000000400d12ac 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x28 (size before relaxing) + .literal.ecp_opp + 0x00000000400d12b4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0xc (size before relaxing) + .literal.crypto_ec_deinit + 0x00000000400d12b8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_init + 0x00000000400d12bc 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x10 (size before relaxing) + .literal.crypto_ec_point_init + 0x00000000400d12c4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_prime_len + 0x00000000400d12c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_prime_len_bits + 0x00000000400d12c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_point_deinit + 0x00000000400d12c8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_point_to_bin + 0x00000000400d12cc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0xc (size before relaxing) + .literal.crypto_ec_point_from_bin + 0x00000000400d12cc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x20 (size before relaxing) + .literal.crypto_ec_point_add + 0x00000000400d12d0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x10 (size before relaxing) + .literal.crypto_ec_point_mul + 0x00000000400d12d4 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_point_invert + 0x00000000400d12f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_point_compute_y_sqr + 0x00000000400d12f4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4c (size before relaxing) + .literal.crypto_ec_point_solve_y_coord + 0x00000000400d12f8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x30 (size before relaxing) + .literal.crypto_ec_point_is_at_infinity + 0x00000000400d1308 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_point_is_on_curve + 0x00000000400d130c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x28 (size before relaxing) + .literal.crypto_ec_point_cmp + 0x00000000400d130c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.aes_ccm_encr_start + 0x00000000400d1310 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x4 (size before relaxing) + .literal.aes_ccm_auth + 0x00000000400d1310 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc (size before relaxing) + .literal.aes_ccm_encr + 0x00000000400d1314 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc (size before relaxing) + .literal.aes_ccm_encr_auth + 0x00000000400d1314 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x4 (size before relaxing) + .literal.aes_ccm_decr_auth + 0x00000000400d1314 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x4 (size before relaxing) + .literal.aes_ccm_auth_start + 0x00000000400d1314 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x20 (size before relaxing) + .literal.aes_ccm_ae + 0x00000000400d1314 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x1c (size before relaxing) + .literal.aes_ccm_ad + 0x00000000400d1314 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x20 (size before relaxing) + .literal.hostapd_derive_psk + 0x00000000400d1314 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0xc (size before relaxing) + .literal.hostapd_setup_wpa_psk + 0x00000000400d1318 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x4 (size before relaxing) + .literal.hostapd_get_psk + 0x00000000400d1318 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x4 (size before relaxing) + .literal.eap_peer_method_free + 0x00000000400d1318 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x4 (size before relaxing) + .literal.eap_peer_unregister_methods + 0x00000000400d1318 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x8 (size before relaxing) + .literal.eap_peer_config_deinit + 0x00000000400d131c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x14 (size before relaxing) + .literal.eap_peer_blob_deinit + 0x00000000400d131c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x8 (size before relaxing) + .literal.eap_sm_abort + 0x00000000400d131c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x4 (size before relaxing) + .literal.eap_msg_alloc + 0x00000000400d131c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + 0x18 (size before relaxing) + .literal.wifi_default_action_sta_got_ip + 0x00000000400d131c 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.wifi_default_action_ap_stop + 0x00000000400d1328 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_stop + 0x00000000400d1328 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_start + 0x00000000400d1328 0x28 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x50 (size before relaxing) + .literal.wifi_default_action_ap_start + 0x00000000400d1350 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_start + 0x00000000400d1350 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_disconnected + 0x00000000400d1350 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_connected + 0x00000000400d1350 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x28 (size before relaxing) + .literal.create_and_attach + 0x00000000400d1350 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x18 (size before relaxing) + .literal._esp_wifi_clear_default_wifi_handlers + 0x00000000400d1354 0x2c esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4c (size before relaxing) + .literal._esp_wifi_set_default_wifi_handlers + 0x00000000400d1380 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x50 (size before relaxing) + .literal.esp_wifi_set_default_wifi_sta_handlers + 0x00000000400d1380 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4 (size before relaxing) + .literal.esp_wifi_set_default_wifi_ap_handlers + 0x00000000400d1380 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_attach_wifi_station + 0x00000000400d1380 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_attach_wifi_ap + 0x00000000400d1380 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_create_default_wifi_ap + 0x00000000400d1380 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x24 (size before relaxing) + .literal.esp_netif_create_default_wifi_sta + 0x00000000400d138c 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x24 (size before relaxing) + .literal.wifi_sta_receive + 0x00000000400d1390 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .literal.wifi_ap_receive + 0x00000000400d1398 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x8 (size before relaxing) + .literal.wifi_driver_start + 0x00000000400d1398 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x10 (size before relaxing) + .literal.wifi_free + 0x00000000400d13a4 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .literal.wifi_transmit_wrap + 0x00000000400d13a8 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x4 (size before relaxing) + .literal.wifi_transmit + 0x00000000400d13a8 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x4 (size before relaxing) + .literal.esp_wifi_create_if_driver + 0x00000000400d13a8 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x18 (size before relaxing) + .literal.esp_wifi_get_if_mac + 0x00000000400d13b4 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .literal.esp_wifi_register_if_rxcb + 0x00000000400d13b8 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x3c (size before relaxing) + .literal.tryget_socket_unconn_nouse + 0x00000000400d13cc 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.free_socket_locked + 0x00000000400d13d0 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_sockopt_to_ipopt + 0x00000000400d13dc 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x14 (size before relaxing) + .literal.lwip_link_select_cb + 0x00000000400d13e8 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_unlink_select_cb + 0x00000000400d13f0 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.sockaddr_to_ipaddr_port + 0x00000000400d13fc 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x14 (size before relaxing) + .literal.lwip_sock_make_addr + 0x00000000400d140c 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_recv_tcp_from + 0x00000000400d141c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.sock_inc_used + 0x00000000400d141c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x20 (size before relaxing) + .literal.tryget_socket_unconn + 0x00000000400d1428 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.sock_inc_used_locked + 0x00000000400d1428 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.tryget_socket_unconn_locked + 0x00000000400d142c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.lwip_select_inc_sockets_used_set + 0x00000000400d142c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.lwip_select_inc_sockets_used + 0x00000000400d142c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.alloc_socket + 0x00000000400d142c 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.free_socket_free_elements + 0x00000000400d1434 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.free_socket + 0x00000000400d1434 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.done_socket + 0x00000000400d1434 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.tryget_socket + 0x00000000400d1438 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.get_socket + 0x00000000400d1438 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.lwip_selscan + 0x00000000400d1438 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x24 (size before relaxing) + .literal.lwip_select_dec_sockets_used + 0x00000000400d1440 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x18 (size before relaxing) + .literal.lwip_getaddrname + 0x00000000400d1448 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.lwip_socket_register_membership + 0x00000000400d1448 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_socket_unregister_membership + 0x00000000400d144c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.lwip_socket_register_mld6_membership + 0x00000000400d144c 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_socket_unregister_mld6_membership + 0x00000000400d1450 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.lwip_socket_drop_registered_memberships + 0x00000000400d1450 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_socket_drop_registered_mld6_memberships + 0x00000000400d1450 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_recv_tcp + 0x00000000400d1450 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x50 (size before relaxing) + .literal.lwip_recvfrom_udp_raw + 0x00000000400d1468 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x20 (size before relaxing) + .literal.select_check_waiters + 0x00000000400d1470 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x20 (size before relaxing) + .literal.event_callback + 0x00000000400d1474 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x38 (size before relaxing) + .literal.lwip_getsockopt_impl + 0x00000000400d1484 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xf8 (size before relaxing) + .literal.lwip_getsockopt_callback + 0x00000000400d14a4 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_setsockopt_impl + 0x00000000400d14b0 0x2c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x174 (size before relaxing) + .literal.lwip_setsockopt_callback + 0x00000000400d14dc 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_accept + 0x00000000400d14e4 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x78 (size before relaxing) + .literal.lwip_bind + 0x00000000400d14f0 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x38 (size before relaxing) + .literal.lwip_close + 0x00000000400d14f0 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_connect + 0x00000000400d14f8 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x3c (size before relaxing) + .literal.lwip_listen + 0x00000000400d14f8 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_recvfrom + 0x00000000400d14f8 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_read + 0x00000000400d1500 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4 (size before relaxing) + .literal.lwip_recv + 0x00000000400d1500 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4 (size before relaxing) + .literal.lwip_sendto + 0x00000000400d1500 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x48 (size before relaxing) + .literal.lwip_send + 0x00000000400d1500 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_socket + 0x00000000400d1500 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x2c (size before relaxing) + .literal.lwip_write + 0x00000000400d1504 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4 (size before relaxing) + .literal.lwip_select + 0x00000000400d1504 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x98 (size before relaxing) + .literal.lwip_shutdown + 0x00000000400d1514 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x2c (size before relaxing) + .literal.lwip_getsockname + 0x00000000400d1514 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4 (size before relaxing) + .literal.lwip_getsockopt + 0x00000000400d1514 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_setsockopt + 0x00000000400d1518 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_ioctl + 0x00000000400d151c 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x2c (size before relaxing) + .literal.lwip_fcntl + 0x00000000400d1524 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x20 (size before relaxing) + .literal.lwip_inet_pton + 0x00000000400d1528 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.tcpip_timeouts_mbox_fetch + 0x00000000400d1528 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x14 (size before relaxing) + .literal.tcpip_thread_handle_msg + 0x00000000400d1528 0x10 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x24 (size before relaxing) + .literal.tcpip_thread + 0x00000000400d1538 0x10 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x24 (size before relaxing) + .literal.tcpip_inpkt + 0x00000000400d1548 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x20 (size before relaxing) + .literal.tcpip_input + 0x00000000400d1550 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x10 (size before relaxing) + .literal.tcpip_callback + 0x00000000400d1558 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x1c (size before relaxing) + .literal.tcpip_try_callback + 0x00000000400d155c 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x20 (size before relaxing) + .literal.tcpip_send_msg_wait_sem + 0x00000000400d1560 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x24 (size before relaxing) + .literal.tcpip_api_call + 0x00000000400d1568 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x20 (size before relaxing) + .literal.tcpip_init + 0x00000000400d156c 0x10 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x38 (size before relaxing) + .literal.dns_backupserver_available + 0x00000000400d157c 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + .literal.dns_server_is_set + 0x00000000400d1580 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.dns_create_txid + 0x00000000400d1580 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x8 (size before relaxing) + .literal.dns_call_found + 0x00000000400d1584 0x14 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x24 (size before relaxing) + .literal.dns_correct_response + 0x00000000400d1598 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xc (size before relaxing) + .literal.dns_send + 0x00000000400d159c 0x1c esp-idf/lwip/liblwip.a(dns.c.obj) + 0x60 (size before relaxing) + .literal.dns_check_entry + 0x00000000400d15b8 0xc esp-idf/lwip/liblwip.a(dns.c.obj) + 0x34 (size before relaxing) + .literal.dns_check_entries + 0x00000000400d15c4 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.dns_lookup + 0x00000000400d15c4 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x8 (size before relaxing) + .literal.dns_alloc_random_port + 0x00000000400d15c8 0xc esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1c (size before relaxing) + .literal.dns_alloc_pcb + 0x00000000400d15d4 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xc (size before relaxing) + .literal.dns_enqueue + 0x00000000400d15d8 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1c (size before relaxing) + .literal.dns_compare_name + 0x00000000400d15dc 0x8 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x18 (size before relaxing) + .literal.dns_skip_name + 0x00000000400d15e4 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xc (size before relaxing) + .literal.dns_recv + 0x00000000400d15e4 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x78 (size before relaxing) + .literal.dns_setserver + 0x00000000400d15e4 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x10 (size before relaxing) + .literal.dns_init + 0x00000000400d15e4 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xc (size before relaxing) + .literal.dns_clear_servers + 0x00000000400d15e8 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.dns_getserver + 0x00000000400d15e8 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x8 (size before relaxing) + .literal.dns_tmr + 0x00000000400d15e8 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.dns_gethostbyname_addrtype + 0x00000000400d15e8 0x14 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x30 (size before relaxing) + .literal.dns_gethostbyname + 0x00000000400d15fc 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.lwip_init + 0x00000000400d15fc 0x8 esp-idf/lwip/liblwip.a(init.c.obj) + 0x24 (size before relaxing) + .literal.ipaddr_ntoa + 0x00000000400d1604 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x8 (size before relaxing) + .literal.ipaddr_aton + 0x00000000400d1604 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x8 (size before relaxing) + .literal.ip_input + 0x00000000400d1604 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x8 (size before relaxing) + .literal.mem_malloc + 0x00000000400d1604 0xc esp-idf/lwip/liblwip.a(mem.c.obj) + 0x1c (size before relaxing) + .literal.mem_free + 0x00000000400d1610 0xc esp-idf/lwip/liblwip.a(mem.c.obj) + 0x1c (size before relaxing) + .literal.mem_calloc + 0x00000000400d161c 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x4 (size before relaxing) + .literal.do_memp_malloc_pool + 0x00000000400d161c 0xc esp-idf/lwip/liblwip.a(memp.c.obj) + 0x20 (size before relaxing) + .literal.do_memp_free_pool + 0x00000000400d1628 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x1c (size before relaxing) + .literal.memp_malloc + 0x00000000400d1630 0x4 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x8 (size before relaxing) + .literal.memp_free + 0x00000000400d1634 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x8 (size before relaxing) + .literal.netif_loopif_init + 0x00000000400d1634 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x18 (size before relaxing) + .literal.netif_do_ip_addr_changed + 0x00000000400d1648 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xc (size before relaxing) + .literal.netif_issue_reports + 0x00000000400d1648 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_do_set_ipaddr + 0x00000000400d1650 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_poll + 0x00000000400d1658 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x40 (size before relaxing) + .literal.netif_set_addr + 0x00000000400d166c 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x14 (size before relaxing) + .literal.netif_add + 0x00000000400d1674 0x20 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x38 (size before relaxing) + .literal.netif_set_default + 0x00000000400d1694 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_set_up + 0x00000000400d1698 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x8 (size before relaxing) + .literal.netif_set_down + 0x00000000400d1698 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x8 (size before relaxing) + .literal.netif_remove + 0x00000000400d1698 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x24 (size before relaxing) + .literal.netif_set_link_up + 0x00000000400d1698 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xc (size before relaxing) + .literal.netif_init + 0x00000000400d1698 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x20 (size before relaxing) + .literal.netif_loop_output + 0x00000000400d16a0 0x18 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x44 (size before relaxing) + .literal.netif_loop_output_ipv6 + 0x00000000400d16b8 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4 (size before relaxing) + .literal.netif_loop_output_ipv4 + 0x00000000400d16b8 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4 (size before relaxing) + .literal.netif_ip6_addr_set_parts + 0x00000000400d16b8 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x28 (size before relaxing) + .literal.netif_ip6_addr_set + 0x00000000400d16c4 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_ip6_addr_set_state + 0x00000000400d16d0 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x24 (size before relaxing) + .literal.netif_get_ip6_addr_match + 0x00000000400d16d4 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x18 (size before relaxing) + .literal.netif_create_ip6_linklocal_address + 0x00000000400d16e0 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x2c (size before relaxing) + .literal.netif_get_by_index + 0x00000000400d16ec 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4 (size before relaxing) + .literal.netif_index_to_name + 0x00000000400d16ec 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x8 (size before relaxing) + .literal.netif_find + 0x00000000400d16ec 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_add_header_impl + 0x00000000400d16f0 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + .literal.pbuf_pool_is_empty + 0x00000000400d16fc 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_free_ooseq + 0x00000000400d1704 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + .literal.pbuf_free_ooseq_callback + 0x00000000400d1708 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_alloc_reference + 0x00000000400d1708 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x18 (size before relaxing) + .literal.pbuf_add_header + 0x00000000400d1714 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_add_header_force + 0x00000000400d1714 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_remove_header + 0x00000000400d1714 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + .literal.pbuf_header_impl + 0x00000000400d1718 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_header_force + 0x00000000400d1718 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_free + 0x00000000400d1718 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x3c (size before relaxing) + .literal.pbuf_alloc + 0x00000000400d1728 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x44 (size before relaxing) + .literal.pbuf_realloc + 0x00000000400d173c 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x28 (size before relaxing) + .literal.pbuf_free_header + 0x00000000400d1750 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_ref + 0x00000000400d1750 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x18 (size before relaxing) + .literal.pbuf_cat + 0x00000000400d1758 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x10 (size before relaxing) + .literal.pbuf_chain + 0x00000000400d1760 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_copy_partial_pbuf + 0x00000000400d1760 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_copy + 0x00000000400d176c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_copy_partial + 0x00000000400d176c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_skip + 0x00000000400d176c 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_take + 0x00000000400d1770 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_take_at + 0x00000000400d177c 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_clone + 0x00000000400d1784 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x18 (size before relaxing) + .literal.pbuf_try_get_at + 0x00000000400d178c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_get_at + 0x00000000400d178c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_put_at + 0x00000000400d178c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.raw_input_local_match + 0x00000000400d178c 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) + .literal.raw_input + 0x00000000400d1790 0x18 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x24 (size before relaxing) + .literal.raw_bind + 0x00000000400d17a8 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x10 (size before relaxing) + .literal.raw_connect + 0x00000000400d17a8 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x10 (size before relaxing) + .literal.raw_sendto_if_src + 0x00000000400d17a8 0xc esp-idf/lwip/liblwip.a(raw.c.obj) + 0x40 (size before relaxing) + .literal.raw_sendto + 0x00000000400d17b4 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x18 (size before relaxing) + .literal.raw_send + 0x00000000400d17b4 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x4 (size before relaxing) + .literal.raw_remove + 0x00000000400d17b4 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x8 (size before relaxing) + .literal.raw_new + 0x00000000400d17b4 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0xc (size before relaxing) + .literal.raw_new_ip_type + 0x00000000400d17b4 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x4 (size before relaxing) + .literal.raw_netif_ip_addr_changed + 0x00000000400d17b4 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x4 (size before relaxing) + .literal.tcp_new_port + 0x00000000400d17b4 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_remove_listener + 0x00000000400d17c4 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x10 (size before relaxing) + .literal.tcp_listen_closed + 0x00000000400d17d0 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x20 (size before relaxing) + .literal.tcp_free_listen + 0x00000000400d17dc 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_init + 0x00000000400d17e4 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_free + 0x00000000400d17e4 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_backlog_delayed + 0x00000000400d17ec 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_backlog_accepted + 0x00000000400d17f4 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_close_shutdown_fin + 0x00000000400d17f8 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x24 (size before relaxing) + .literal.tcp_handle_closepend + 0x00000000400d17fc 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_bind + 0x00000000400d17fc 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x24 (size before relaxing) + .literal.tcp_listen_with_backlog_and_err + 0x00000000400d1800 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x28 (size before relaxing) + .literal.tcp_update_rcv_ann_wnd + 0x00000000400d1810 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x20 (size before relaxing) + .literal.tcp_recved + 0x00000000400d1820 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + .literal.tcp_seg_free + 0x00000000400d182c 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_segs_free + 0x00000000400d182c 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_seg_copy + 0x00000000400d182c 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + .literal.tcp_pcb_num_cal + 0x00000000400d1834 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x10 (size before relaxing) + .literal.tcp_recv + 0x00000000400d1838 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_sent + 0x00000000400d1844 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_err + 0x00000000400d1850 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_poll + 0x00000000400d185c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_next_iss + 0x00000000400d1868 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_eff_send_mss_netif + 0x00000000400d1874 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_connect + 0x00000000400d1880 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x44 (size before relaxing) + .literal.tcp_free_ooseq + 0x00000000400d1884 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_pcb_purge + 0x00000000400d1884 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_pcb_remove + 0x00000000400d1884 0x2c esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4c (size before relaxing) + .literal.tcp_abandon + 0x00000000400d18b0 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x44 (size before relaxing) + .literal.tcp_abort + 0x00000000400d18b8 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_accept_null + 0x00000000400d18b8 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_kill_timewait + 0x00000000400d18c0 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_kill_prio + 0x00000000400d18c4 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_netif_ip_addr_changed_pcblist + 0x00000000400d18c4 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_netif_ip_addr_changed + 0x00000000400d18d0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_kill_state + 0x00000000400d18d0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_alloc + 0x00000000400d18d0 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x64 (size before relaxing) + .literal.tcp_new_ip_type + 0x00000000400d18e0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_close_shutdown + 0x00000000400d18e0 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x5c (size before relaxing) + .literal.tcp_close + 0x00000000400d18f0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_recv_null + 0x00000000400d18f0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_process_refused_data + 0x00000000400d18f0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_fasttmr + 0x00000000400d18f0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_shutdown + 0x00000000400d18f0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_slowtmr + 0x00000000400d18f0 0x3c esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xb8 (size before relaxing) + .literal.tcp_tmr + 0x00000000400d192c 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_get_next_optbyte + 0x00000000400d1930 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .literal.tcp_parseopt + 0x00000000400d1940 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x2c (size before relaxing) + .literal.tcp_input_delayed_close + 0x00000000400d1950 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x20 (size before relaxing) + .literal.tcp_timewait_input + 0x00000000400d195c 0x1c esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x38 (size before relaxing) + .literal.tcp_listen_input + 0x00000000400d1978 0x8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x64 (size before relaxing) + .literal.tcp_oos_insert_segment + 0x00000000400d1980 0x8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x2c (size before relaxing) + .literal.tcp_free_acked_segments + 0x00000000400d1988 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x30 (size before relaxing) + .literal.tcp_receive + 0x00000000400d1998 0x40 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x184 (size before relaxing) + .literal.tcp_process + 0x00000000400d19d8 0x20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xc8 (size before relaxing) + .literal.tcp_input + 0x00000000400d19f8 0x34 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x134 (size before relaxing) + .literal.tcp_trigger_input_pcb_close + 0x00000000400d1a2c 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x4 (size before relaxing) + .literal.tcp_write_checks + 0x00000000400d1a2c 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x20 (size before relaxing) + .literal.tcp_output_segment_busy + 0x00000000400d1a40 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x10 (size before relaxing) + .literal.tcp_output_fill_options + 0x00000000400d1a48 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x18 (size before relaxing) + .literal.tcp_pbuf_prealloc + 0x00000000400d1a54 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_create_segment + 0x00000000400d1a64 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x40 (size before relaxing) + .literal.tcp_output_alloc_header_common + 0x00000000400d1a74 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x28 (size before relaxing) + .literal.tcp_output_alloc_header + 0x00000000400d1a7c 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x14 (size before relaxing) + .literal.tcp_route + 0x00000000400d1a84 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xc (size before relaxing) + .literal.tcp_output_segment + 0x00000000400d1a84 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x54 (size before relaxing) + .literal.tcp_output_control_segment + 0x00000000400d1a98 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_write + 0x00000000400d1aa0 0x20 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x68 (size before relaxing) + .literal.tcp_split_unsent_seg + 0x00000000400d1ac0 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x54 (size before relaxing) + .literal.tcp_enqueue_flags + 0x00000000400d1ad4 0x1c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x44 (size before relaxing) + .literal.tcp_send_fin + 0x00000000400d1af0 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1c (size before relaxing) + .literal.tcp_rexmit_rto_prepare + 0x00000000400d1af8 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_rexmit + 0x00000000400d1b00 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1c (size before relaxing) + .literal.tcp_rexmit_fast + 0x00000000400d1b08 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x14 (size before relaxing) + .literal.tcp_rst + 0x00000000400d1b10 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x2c (size before relaxing) + .literal.tcp_send_empty_ack + 0x00000000400d1b20 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x20 (size before relaxing) + .literal.tcp_output + 0x00000000400d1b28 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x68 (size before relaxing) + .literal.tcp_rexmit_rto_commit + 0x00000000400d1b38 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x14 (size before relaxing) + .literal.tcp_rexmit_rto + 0x00000000400d1b40 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x18 (size before relaxing) + .literal.tcp_keepalive + 0x00000000400d1b48 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_zero_window_probe + 0x00000000400d1b54 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x34 (size before relaxing) + .literal.sys_timeout_abs + 0x00000000400d1b5c 0x10 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x18 (size before relaxing) + .literal.lwip_cyclic_timer + 0x00000000400d1b6c 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x14 (size before relaxing) + .literal.sys_timeout + 0x00000000400d1b74 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x1c (size before relaxing) + .literal.tcp_timer_needed + 0x00000000400d1b80 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x14 (size before relaxing) + .literal.tcpip_tcp_timer + 0x00000000400d1b88 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x18 (size before relaxing) + .literal.sys_timeouts_init + 0x00000000400d1b88 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0xc (size before relaxing) + .literal.sys_untimeout + 0x00000000400d1b8c 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x8 (size before relaxing) + .literal.sys_check_timeouts + 0x00000000400d1b8c 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x10 (size before relaxing) + .literal.sys_timeouts_sleeptime + 0x00000000400d1b8c 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x18 (size before relaxing) + .literal.udp_new_port + 0x00000000400d1b94 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x14 (size before relaxing) + .literal.udp_input_local_match + 0x00000000400d1b9c 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x1c (size before relaxing) + .literal.udp_init + 0x00000000400d1bac 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x8 (size before relaxing) + .literal.udp_input + 0x00000000400d1bb0 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x6c (size before relaxing) + .literal.udp_bind + 0x00000000400d1bc0 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x1c (size before relaxing) + .literal.udp_sendto_if_src + 0x00000000400d1bc0 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x40 (size before relaxing) + .literal.udp_sendto_if + 0x00000000400d1bc8 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0xc (size before relaxing) + .literal.udp_sendto + 0x00000000400d1bc8 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x2c (size before relaxing) + .literal.udp_send + 0x00000000400d1bcc 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4 (size before relaxing) + .literal.udp_connect + 0x00000000400d1bcc 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x18 (size before relaxing) + .literal.udp_disconnect + 0x00000000400d1bcc 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4 (size before relaxing) + .literal.udp_remove + 0x00000000400d1bcc 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x8 (size before relaxing) + .literal.udp_new + 0x00000000400d1bcc 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x8 (size before relaxing) + .literal.udp_new_ip_type + 0x00000000400d1bcc 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4 (size before relaxing) + .literal.udp_netif_ip_addr_changed + 0x00000000400d1bcc 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_option_short + 0x00000000400d1bcc 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_option + 0x00000000400d1bd8 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_option_byte + 0x00000000400d1be0 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_option_client_id + 0x00000000400d1be8 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0xc (size before relaxing) + .literal.dhcp_option_long + 0x00000000400d1be8 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_create_msg + 0x00000000400d1bf0 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x30 (size before relaxing) + .literal.dhcp_option_hostname + 0x00000000400d1c00 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x20 (size before relaxing) + .literal.dhcp_option_trailer + 0x00000000400d1c08 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_rebind + 0x00000000400d1c08 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x40 (size before relaxing) + .literal.dhcp_t2_timeout + 0x00000000400d1c14 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_reboot + 0x00000000400d1c14 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4c (size before relaxing) + .literal.dhcp_select + 0x00000000400d1c14 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x5c (size before relaxing) + .literal.dhcp_handle_offer + 0x00000000400d1c14 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_discover + 0x00000000400d1c1c 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x44 (size before relaxing) + .literal.dhcp_decline + 0x00000000400d1c20 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x30 (size before relaxing) + .literal.dhcp_check + 0x00000000400d1c20 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x8 (size before relaxing) + .literal.dhcp_bind + 0x00000000400d1c20 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x14 (size before relaxing) + .literal.dhcp_handle_nak + 0x00000000400d1c20 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_dec_pcb_refcount + 0x00000000400d1c20 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x1c (size before relaxing) + .literal.dhcp_inc_pcb_refcount + 0x00000000400d1c2c 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x30 (size before relaxing) + .literal.dhcp_parse_reply + 0x00000000400d1c38 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x34 (size before relaxing) + .literal.dhcp_handle_ack + 0x00000000400d1c48 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x18 (size before relaxing) + .literal.dhcp_recv + 0x00000000400d1c48 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x48 (size before relaxing) + .literal.dhcp_set_struct + 0x00000000400d1c54 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x24 (size before relaxing) + .literal.dhcp_cleanup + 0x00000000400d1c64 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x14 (size before relaxing) + .literal.dhcp_set_cb + 0x00000000400d1c68 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_network_changed + 0x00000000400d1c6c 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x18 (size before relaxing) + .literal.dhcp_arp_reply + 0x00000000400d1c74 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_renew + 0x00000000400d1c74 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x3c (size before relaxing) + .literal.dhcp_t1_timeout + 0x00000000400d1c78 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_release_and_stop + 0x00000000400d1c78 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x38 (size before relaxing) + .literal.dhcp_start + 0x00000000400d1c7c 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x1c (size before relaxing) + .literal.dhcp_restart + 0x00000000400d1c7c 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_coarse_tmr + 0x00000000400d1c7c 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x14 (size before relaxing) + .literal.dhcp_timeout + 0x00000000400d1c7c 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x20 (size before relaxing) + .literal.dhcp_fine_tmr + 0x00000000400d1c7c 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x8 (size before relaxing) + .literal.dhcp_release + 0x00000000400d1c7c 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_stop + 0x00000000400d1c7c 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.free_etharp_q + 0x00000000400d1c7c 0x10 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x20 (size before relaxing) + .literal.etharp_free_entry + 0x00000000400d1c8c 0x4 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_find_entry + 0x00000000400d1c90 0x10 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x2c (size before relaxing) + .literal.etharp_update_arp_entry + 0x00000000400d1ca0 0x8 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x30 (size before relaxing) + .literal.etharp_raw + 0x00000000400d1ca8 0x14 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x3c (size before relaxing) + .literal.etharp_request_dst + 0x00000000400d1cbc 0x4 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_cleanup_netif + 0x00000000400d1cc0 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_input + 0x00000000400d1cc0 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x14 (size before relaxing) + .literal.etharp_request + 0x00000000400d1cc0 0x4 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.garp_tmr + 0x00000000400d1cc4 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_tmr + 0x00000000400d1cc4 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xc (size before relaxing) + .literal.etharp_output_to_arp_index + 0x00000000400d1cc4 0x8 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x24 (size before relaxing) + .literal.etharp_query + 0x00000000400d1ccc 0x14 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x5c (size before relaxing) + .literal.etharp_output + 0x00000000400d1ce0 0xc esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x48 (size before relaxing) + .literal.icmp_send_response + 0x00000000400d1cec 0xc esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x28 (size before relaxing) + .literal.icmp_input + 0x00000000400d1cf8 0xc esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x68 (size before relaxing) + .literal.icmp_dest_unreach + 0x00000000400d1d04 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_start_timer + 0x00000000400d1d04 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x10 (size before relaxing) + .literal.igmp_delaying_member + 0x00000000400d1d0c 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_ip_output_if + 0x00000000400d1d0c 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_send + 0x00000000400d1d0c 0x10 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x28 (size before relaxing) + .literal.igmp_timeout + 0x00000000400d1d1c 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x8 (size before relaxing) + .literal.igmp_init + 0x00000000400d1d20 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x10 (size before relaxing) + .literal.igmp_stop + 0x00000000400d1d28 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_report_groups + 0x00000000400d1d28 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_lookup_group + 0x00000000400d1d28 0x10 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x24 (size before relaxing) + .literal.igmp_start + 0x00000000400d1d38 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x8 (size before relaxing) + .literal.igmp_input + 0x00000000400d1d38 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x28 (size before relaxing) + .literal.igmp_joingroup_netif + 0x00000000400d1d38 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x10 (size before relaxing) + .literal.igmp_joingroup + 0x00000000400d1d38 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xc (size before relaxing) + .literal.igmp_leavegroup_netif + 0x00000000400d1d38 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x14 (size before relaxing) + .literal.igmp_leavegroup + 0x00000000400d1d3c 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xc (size before relaxing) + .literal.igmp_tmr + 0x00000000400d1d3c 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x18 (size before relaxing) + .literal.igmp_timeout_cb + 0x00000000400d1d3c 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.ip4_input_accept + 0x00000000400d1d3c 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x8 (size before relaxing) + .literal.ip4_netif_exist + 0x00000000400d1d3c 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4_route_src_hook + 0x00000000400d1d3c 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4_route + 0x00000000400d1d3c 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x10 (size before relaxing) + .literal.ip4_route_src + 0x00000000400d1d40 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0xc (size before relaxing) + .literal.ip4_input + 0x00000000400d1d40 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x68 (size before relaxing) + .literal.ip4_output_if_opt_src + 0x00000000400d1d44 0x14 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x44 (size before relaxing) + .literal.ip4_output_if_opt + 0x00000000400d1d58 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4_output_if + 0x00000000400d1d58 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4_output_if_src + 0x00000000400d1d58 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4addr_aton + 0x00000000400d1d58 0x10 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x24 (size before relaxing) + .literal.ipaddr_addr + 0x00000000400d1d68 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x4 (size before relaxing) + .literal.ip4addr_ntoa_r + 0x00000000400d1d68 0x4 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .literal.ip4addr_ntoa + 0x00000000400d1d6c 0x4 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x8 (size before relaxing) + .literal.ip4_frag + 0x00000000400d1d70 0xc esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x3c (size before relaxing) + .literal.icmp6_send_response_with_addrs_and_netif + 0x00000000400d1d7c 0xc esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x28 (size before relaxing) + .literal.icmp6_send_response + 0x00000000400d1d88 0x8 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x20 (size before relaxing) + .literal.icmp6_input + 0x00000000400d1d90 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x48 (size before relaxing) + .literal.icmp6_dest_unreach + 0x00000000400d1d90 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x4 (size before relaxing) + .literal.icmp6_param_problem + 0x00000000400d1d90 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x8 (size before relaxing) + .literal.ip6_input_accept + 0x00000000400d1d90 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4 (size before relaxing) + .literal.ip6_route + 0x00000000400d1d90 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x1c (size before relaxing) + .literal.ip6_select_source_address + 0x00000000400d1d90 0x4 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x14 (size before relaxing) + .literal.ip6_input + 0x00000000400d1d94 0x4 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0xf4 (size before relaxing) + .literal.ip6_output_if_src + 0x00000000400d1d98 0x10 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x48 (size before relaxing) + .literal.ip6_output_if + 0x00000000400d1da8 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x8 (size before relaxing) + .literal.ip6_options_add_hbh_ra + 0x00000000400d1da8 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4 (size before relaxing) + .literal.ip6addr_aton + 0x00000000400d1da8 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x10 (size before relaxing) + .literal.ip6addr_ntoa_r + 0x00000000400d1da8 0xc esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x20 (size before relaxing) + .literal.ip6addr_ntoa + 0x00000000400d1db4 0x4 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x8 (size before relaxing) + .literal.ip6_frag + 0x00000000400d1db8 0x14 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x44 (size before relaxing) + .literal.mld6_delayed_report + 0x00000000400d1dcc 0xc esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x14 (size before relaxing) + .literal.mld6_new_group + 0x00000000400d1dd8 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.mld6_send + 0x00000000400d1dd8 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x20 (size before relaxing) + .literal.mld6_stop + 0x00000000400d1dd8 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.mld6_report_groups + 0x00000000400d1dd8 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.mld6_input + 0x00000000400d1dd8 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x28 (size before relaxing) + .literal.mld6_joingroup_netif + 0x00000000400d1dd8 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x1c (size before relaxing) + .literal.mld6_joingroup + 0x00000000400d1dd8 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xc (size before relaxing) + .literal.mld6_leavegroup_netif + 0x00000000400d1dd8 0x4 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x1c (size before relaxing) + .literal.mld6_leavegroup + 0x00000000400d1ddc 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xc (size before relaxing) + .literal.mld6_tmr + 0x00000000400d1ddc 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x18 (size before relaxing) + .literal.mld6_timeout_cb + 0x00000000400d1ddc 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_find_neighbor_cache_entry + 0x00000000400d1ddc 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_find_destination_cache_entry + 0x00000000400d1de0 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_new_destination_cache_entry + 0x00000000400d1de4 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_is_prefix_in_netif + 0x00000000400d1de4 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_select_router + 0x00000000400d1de8 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_get_router + 0x00000000400d1df0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_get_onlink_prefix + 0x00000000400d1df0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_new_onlink_prefix + 0x00000000400d1df0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_send_q + 0x00000000400d1df0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x18 (size before relaxing) + .literal.nd6_duplicate_addr_detected + 0x00000000400d1df0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x8 (size before relaxing) + .literal.nd6_process_autoconfig_prefix + 0x00000000400d1df0 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x2c (size before relaxing) + .literal.nd6_free_q + 0x00000000400d1e00 0x18 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x34 (size before relaxing) + .literal.nd6_free_neighbor_cache_entry + 0x00000000400d1e18 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x8 (size before relaxing) + .literal.nd6_new_neighbor_cache_entry + 0x00000000400d1e18 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1c (size before relaxing) + .literal.nd6_send_na + 0x00000000400d1e18 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x30 (size before relaxing) + .literal.nd6_send_rs + 0x00000000400d1e24 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x20 (size before relaxing) + .literal.nd6_send_ns + 0x00000000400d1e24 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x30 (size before relaxing) + .literal.nd6_send_neighbor_cache_probe + 0x00000000400d1e28 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_new_router + 0x00000000400d1e28 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x14 (size before relaxing) + .literal.nd6_get_next_hop_entry + 0x00000000400d1e28 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4c (size before relaxing) + .literal.nd6_queue_packet + 0x00000000400d1e38 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x28 (size before relaxing) + .literal.nd6_input + 0x00000000400d1e38 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x124 (size before relaxing) + .literal.nd6_set_cb + 0x00000000400d1e48 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x10 (size before relaxing) + .literal.nd6_tmr + 0x00000000400d1e50 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x48 (size before relaxing) + .literal.nd6_clear_destination_cache + 0x00000000400d1e58 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_find_route + 0x00000000400d1e58 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1c (size before relaxing) + .literal.nd6_get_next_hop_addr_or_queue + 0x00000000400d1e60 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xc (size before relaxing) + .literal.nd6_get_destination_mtu + 0x00000000400d1e60 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x8 (size before relaxing) + .literal.nd6_reachability_hint + 0x00000000400d1e60 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1c (size before relaxing) + .literal.nd6_cleanup_netif + 0x00000000400d1e60 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x14 (size before relaxing) + .literal.nd6_adjust_mld_membership + 0x00000000400d1e60 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x10 (size before relaxing) + .literal.ethernet_input + 0x00000000400d1e60 0x4 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x28 (size before relaxing) + .literal.ethernet_output + 0x00000000400d1e64 0xc esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x20 (size before relaxing) + .literal.lwip_init_tcp_isn + 0x00000000400d1e70 0x10 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x18 (size before relaxing) + .literal.lwip_hook_tcp_isn + 0x00000000400d1e80 0x18 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x2c (size before relaxing) + .literal.sys_thread_sem_free + 0x00000000400d1e98 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_mutex_new + 0x00000000400d1ea0 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_mutex_lock + 0x00000000400d1ea4 0x10 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_mutex_unlock + 0x00000000400d1eb4 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_sem_new + 0x00000000400d1ec0 0x10 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x20 (size before relaxing) + .literal.sys_sem_signal + 0x00000000400d1ed0 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_sem_signal_isr + 0x00000000400d1ed8 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_arch_sem_wait + 0x00000000400d1edc 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x1c (size before relaxing) + .literal.sys_mbox_new + 0x00000000400d1ee4 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xc (size before relaxing) + .literal.sys_mbox_post + 0x00000000400d1ee4 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_mbox_trypost + 0x00000000400d1eec 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4 (size before relaxing) + .literal.sys_arch_mbox_fetch + 0x00000000400d1eec 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x1c (size before relaxing) + .literal.sys_arch_mbox_tryfetch + 0x00000000400d1ef8 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_mbox_free + 0x00000000400d1efc 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x1c (size before relaxing) + .literal.sys_thread_new + 0x00000000400d1f08 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x8 (size before relaxing) + .literal.sys_init + 0x00000000400d1f0c 0x1c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x28 (size before relaxing) + .literal.sys_now + 0x00000000400d1f28 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_arch_protect + 0x00000000400d1f2c 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xc (size before relaxing) + .literal.sys_arch_unprotect + 0x00000000400d1f2c 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x8 (size before relaxing) + .literal.sys_thread_sem_init + 0x00000000400d1f2c 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x2c (size before relaxing) + .literal.sys_thread_sem_get + 0x00000000400d1f30 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xc (size before relaxing) + .literal.low_level_init + 0x00000000400d1f30 0x4 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .literal.lwip_netif_wifi_free_rx_buffer + 0x00000000400d1f34 0x4 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x8 (size before relaxing) + .literal.low_level_output + 0x00000000400d1f38 0x4 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x18 (size before relaxing) + .literal.wlanif_input + 0x00000000400d1f3c 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x14 (size before relaxing) + .literal.wlanif_init + 0x00000000400d1f3c 0x1c esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x2c (size before relaxing) + .literal.wlanif_init_sta + 0x00000000400d1f58 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x4 (size before relaxing) + .literal.wlanif_init_ap + 0x00000000400d1f58 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x4 (size before relaxing) + .literal.lwip_get_socket_select_semaphore + 0x00000000400d1f58 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_stop_socket_select_isr + 0x00000000400d1f58 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_stop_socket_select + 0x00000000400d1f58 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_ioctl_r_wrapper + 0x00000000400d1f58 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_fcntl_r_wrapper + 0x00000000400d1f58 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_vfs_lwip_sockets_register + 0x00000000400d1f58 0x34 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x3c (size before relaxing) + .literal.parse_options + 0x00000000400d1f8c 0x8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xc (size before relaxing) + .literal.create_msg + 0x00000000400d1f94 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x18 (size before relaxing) + .literal.add_offer_options + 0x00000000400d1f94 0x1c esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x20 (size before relaxing) + .literal.dhcps_poll_set + 0x00000000400d1fb0 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x1c (size before relaxing) + .literal.kill_oldest_dhcps_pool + 0x00000000400d1fb4 0x10 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x1c (size before relaxing) + .literal.dhcps_option_info + 0x00000000400d1fc4 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x18 (size before relaxing) + .literal.dhcps_set_option_info + 0x00000000400d1fc8 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x18 (size before relaxing) + .literal.parse_msg + 0x00000000400d1fcc 0x10 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x70 (size before relaxing) + .literal.dhcps_pbuf_alloc + 0x00000000400d1fdc 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x4 (size before relaxing) + .literal.send_offer + 0x00000000400d1fdc 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x24 (size before relaxing) + .literal.send_ack + 0x00000000400d1fe8 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x28 (size before relaxing) + .literal.send_nak + 0x00000000400d1fec 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x20 (size before relaxing) + .literal.handle_dhcp + 0x00000000400d1fec 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x24 (size before relaxing) + .literal.dhcps_set_new_lease_cb + 0x00000000400d1fec 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x4 (size before relaxing) + .literal.dhcps_start + 0x00000000400d1fec 0x8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x34 (size before relaxing) + .literal.dhcps_stop + 0x00000000400d1ff4 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x20 (size before relaxing) + .literal.dhcps_coarse_tmr + 0x00000000400d1ff8 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x14 (size before relaxing) + .literal.dhcp_search_ip_on_mac + 0x00000000400d1ff8 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x8 (size before relaxing) + .literal.dhcps_dns_setserver + 0x00000000400d1ff8 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x8 (size before relaxing) + .literal.dhcps_dns_getserver + 0x00000000400d1ff8 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x4 (size before relaxing) + .literal.netconn_apimsg + 0x00000000400d1ff8 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_tcp_recvd_msg + 0x00000000400d1ff8 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_close_shutdown + 0x00000000400d1ffc 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_new_with_proto_and_callback + 0x00000000400d2000 0x18 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x34 (size before relaxing) + .literal.netconn_prepare_delete + 0x00000000400d2018 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_delete + 0x00000000400d201c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_getaddr + 0x00000000400d201c 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_bind + 0x00000000400d2020 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x14 (size before relaxing) + .literal.netconn_connect + 0x00000000400d2024 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_disconnect + 0x00000000400d2028 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_listen_with_backlog + 0x00000000400d202c 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_tcp_recvd + 0x00000000400d2030 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_send + 0x00000000400d2030 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_write_vectors_partly + 0x00000000400d2034 0xc esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x20 (size before relaxing) + .literal.netconn_write_partly + 0x00000000400d2040 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_err + 0x00000000400d2040 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_accept + 0x00000000400d2040 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x1c (size before relaxing) + .literal.netconn_recv_data + 0x00000000400d2044 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x30 (size before relaxing) + .literal.netconn_recv_udp_raw_netbuf_flags + 0x00000000400d204c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_recv_data_tcp + 0x00000000400d204c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x10 (size before relaxing) + .literal.netconn_recv_tcp_pbuf_flags + 0x00000000400d204c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_shutdown + 0x00000000400d204c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_join_leave_group + 0x00000000400d204c 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_join_leave_group_netif + 0x00000000400d2050 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_gethostbyname_addrtype + 0x00000000400d2054 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.lwip_netconn_err_to_msg + 0x00000000400d2058 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.lwip_netconn_do_dns_found + 0x00000000400d2070 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8 (size before relaxing) + .literal.err_tcp + 0x00000000400d2070 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x40 (size before relaxing) + .literal.netconn_mark_mbox_invalid + 0x00000000400d2084 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x14 (size before relaxing) + .literal.recv_udp + 0x00000000400d2088 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x4c (size before relaxing) + .literal.recv_raw + 0x00000000400d2098 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x28 (size before relaxing) + .literal.setup_tcp + 0x00000000400d2098 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x24 (size before relaxing) + .literal.pcb_new + 0x00000000400d20ac 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x30 (size before relaxing) + .literal.lwip_netconn_do_connected + 0x00000000400d20c0 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x28 (size before relaxing) + .literal.lwip_netconn_do_writemore + 0x00000000400d20d0 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x58 (size before relaxing) + .literal.lwip_netconn_do_close_internal + 0x00000000400d20e8 0x20 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x9c (size before relaxing) + .literal.poll_tcp + 0x00000000400d2108 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.sent_tcp + 0x00000000400d210c 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.recv_tcp + 0x00000000400d2110 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x40 (size before relaxing) + .literal.lwip_netconn_is_deallocated_msg + 0x00000000400d2124 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x4 (size before relaxing) + .literal.lwip_netconn_is_err_msg + 0x00000000400d2124 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.lwip_netconn_do_newconn + 0x00000000400d212c 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8 (size before relaxing) + .literal.netconn_alloc + 0x00000000400d212c 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x20 (size before relaxing) + .literal.netconn_free + 0x00000000400d2134 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x28 (size before relaxing) + .literal.netconn_drain + 0x00000000400d2144 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x40 (size before relaxing) + .literal.accept_function + 0x00000000400d214c 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x4c (size before relaxing) + .literal.lwip_netconn_do_delconn + 0x00000000400d2154 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x38 (size before relaxing) + .literal.lwip_netconn_do_bind + 0x00000000400d2164 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18 (size before relaxing) + .literal.lwip_netconn_do_connect + 0x00000000400d2164 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18 (size before relaxing) + .literal.lwip_netconn_do_disconnect + 0x00000000400d2168 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8 (size before relaxing) + .literal.lwip_netconn_do_listen + 0x00000000400d2168 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x34 (size before relaxing) + .literal.lwip_netconn_do_send + 0x00000000400d2174 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x28 (size before relaxing) + .literal.lwip_netconn_do_recv + 0x00000000400d2174 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xc (size before relaxing) + .literal.lwip_netconn_do_accepted + 0x00000000400d2174 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8 (size before relaxing) + .literal.lwip_netconn_do_write + 0x00000000400d2174 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x24 (size before relaxing) + .literal.lwip_netconn_do_getaddr + 0x00000000400d217c 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x14 (size before relaxing) + .literal.lwip_netconn_do_close + 0x00000000400d2184 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x40 (size before relaxing) + .literal.lwip_netconn_do_join_leave_group + 0x00000000400d2198 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x14 (size before relaxing) + .literal.lwip_netconn_do_join_leave_group_netif + 0x00000000400d2198 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18 (size before relaxing) + .literal.lwip_netconn_do_gethostbyname + 0x00000000400d2198 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xc (size before relaxing) + .literal.err_to_errno + 0x00000000400d219c 0x4 esp-idf/lwip/liblwip.a(err.c.obj) + .literal.netbuf_delete + 0x00000000400d21a0 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x8 (size before relaxing) + .literal.netbuf_alloc + 0x00000000400d21a0 0xc esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x18 (size before relaxing) + .literal.netbuf_free + 0x00000000400d21ac 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x4 (size before relaxing) + .literal.inet_cksum_pseudo_base + 0x00000000400d21ac 0x4 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0xc (size before relaxing) + .literal.inet_chksum_pseudo + 0x00000000400d21b0 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.ip6_chksum_pseudo + 0x00000000400d21b0 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.ip_chksum_pseudo + 0x00000000400d21b0 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x8 (size before relaxing) + .literal.inet_chksum + 0x00000000400d21b0 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.inet_chksum_pbuf + 0x00000000400d21b0 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.ethip6_output + 0x00000000400d21b0 0x4 esp-idf/lwip/liblwip.a(ethip6.c.obj) + 0x14 (size before relaxing) + .literal.esp_crosscore_int_init + 0x00000000400d21b4 0x24 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x30 (size before relaxing) + .literal.esp_vApplicationIdleHook + 0x00000000400d21d8 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0xc (size before relaxing) + .literal.esp_register_freertos_idle_hook_for_cpu + 0x00000000400d21dc 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x14 (size before relaxing) + .literal.esp_register_freertos_tick_hook_for_cpu + 0x00000000400d21e0 0x4 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x14 (size before relaxing) + .literal.find_task_in_twdt_list + 0x00000000400d21e4 0x4 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .literal.reset_hw_timer + 0x00000000400d21e8 0x10 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0x14 (size before relaxing) + .literal.task_wdt_isr + 0x00000000400d21f8 0x50 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0xac (size before relaxing) + .literal.esp_task_wdt_init + 0x00000000400d2248 0x28 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0x6c (size before relaxing) + .literal.esp_task_wdt_add + 0x00000000400d2270 0x14 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0x48 (size before relaxing) + .literal.esp_task_wdt_reset + 0x00000000400d2284 0x0 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0x24 (size before relaxing) + .literal.idle_hook_cb + 0x00000000400d2284 0x0 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0x4 (size before relaxing) + .literal.esp_int_wdt_init + 0x00000000400d2284 0x4 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + 0x28 (size before relaxing) + .literal.esp_int_wdt_cpu_init + 0x00000000400d2288 0x4 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + 0x14 (size before relaxing) + .literal.async_wakeup_request_end + 0x00000000400d228c 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.coex_bt_wakeup_request_end + 0x00000000400d228c 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.btdm_slp_tmr_customer_callback + 0x00000000400d228c 0xc esp-idf/bt/libbt.a(bt.c.obj) + .literal.semphr_give_wrapper + 0x00000000400d2298 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.btdm_wakeup_request_callback + 0x00000000400d2298 0xc esp-idf/bt/libbt.a(bt.c.obj) + 0x20 (size before relaxing) + .literal.queue_send_wrapper + 0x00000000400d22a4 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x8 (size before relaxing) + .literal.mutex_unlock_wrapper + 0x00000000400d22a4 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.semphr_take_wrapper + 0x00000000400d22a4 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x8 (size before relaxing) + .literal.async_wakeup_request + 0x00000000400d22a4 0x4 esp-idf/bt/libbt.a(bt.c.obj) + 0x34 (size before relaxing) + .literal.coex_bt_wakeup_request + 0x00000000400d22a8 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.mutex_lock_wrapper + 0x00000000400d22a8 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.try_heap_caps_add_region + 0x00000000400d22a8 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.coex_register_wifi_channel_change_callback_wrapper + 0x00000000400d22a8 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .literal.coex_wifi_channel_get_wrapper + 0x00000000400d22ac 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .literal.coex_schm_curr_phase_get_wrapper + 0x00000000400d22b0 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.coex_schm_curr_period_get_wrapper + 0x00000000400d22b0 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.coex_schm_interval_get_wrapper + 0x00000000400d22b0 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.coex_schm_status_bit_set_wrapper + 0x00000000400d22b0 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.coex_schm_status_bit_clear_wrapper + 0x00000000400d22b0 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.coex_schm_register_btdm_callback_wrapper + 0x00000000400d22b0 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .literal.coex_register_bt_cb_wrapper + 0x00000000400d22b4 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .literal.btdm_sleep_enter_phase2_wrapper + 0x00000000400d22b8 0x4 esp-idf/bt/libbt.a(bt.c.obj) + 0x20 (size before relaxing) + .literal.btdm_sleep_enter_phase1_wrapper + 0x00000000400d22bc 0x14 esp-idf/bt/libbt.a(bt.c.obj) + 0x1c (size before relaxing) + .literal.task_delete_wrapper + 0x00000000400d22d0 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .literal.task_create_wrapper + 0x00000000400d22d4 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x8 (size before relaxing) + .literal.queue_recv_wrapper + 0x00000000400d22d4 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x8 (size before relaxing) + .literal.queue_delete_wrapper + 0x00000000400d22d4 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.mutex_delete_wrapper + 0x00000000400d22d4 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.semphr_delete_wrapper + 0x00000000400d22d4 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.queue_create_wrapper + 0x00000000400d22d4 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.mutex_create_wrapper + 0x00000000400d22d4 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.malloc_internal_wrapper + 0x00000000400d22d4 0x8 esp-idf/bt/libbt.a(bt.c.obj) + .literal.semphr_create_wrapper + 0x00000000400d22dc 0x4 esp-idf/bt/libbt.a(bt.c.obj) + .literal.btdm_controller_mem_init + 0x00000000400d22e0 0x18 esp-idf/bt/libbt.a(bt.c.obj) + .literal.bt_shutdown + 0x00000000400d22f8 0x4 esp-idf/bt/libbt.a(bt.c.obj) + 0xc (size before relaxing) + .literal.btdm_sleep_exit_phase3_wrapper + 0x00000000400d22fc 0x4 esp-idf/bt/libbt.a(bt.c.obj) + 0x34 (size before relaxing) + .literal.esp_vhci_host_check_send_available + 0x00000000400d2300 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.esp_vhci_host_send_packet + 0x00000000400d2300 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0xc (size before relaxing) + .literal.esp_vhci_host_register_callback + 0x00000000400d2300 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.esp_bt_controller_mem_release + 0x00000000400d2300 0x1c esp-idf/bt/libbt.a(bt.c.obj) + 0x44 (size before relaxing) + .literal.esp_bt_controller_init + 0x00000000400d231c 0x4c esp-idf/bt/libbt.a(bt.c.obj) + 0xc4 (size before relaxing) + .literal.esp_bt_controller_deinit + 0x00000000400d2368 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x48 (size before relaxing) + .literal.esp_bt_controller_enable + 0x00000000400d2368 0xc esp-idf/bt/libbt.a(bt.c.obj) + 0x54 (size before relaxing) + .literal.esp_bt_controller_disable + 0x00000000400d2374 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x40 (size before relaxing) + .literal.esp_bt_controller_get_status + 0x00000000400d2374 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.esp_ble_tx_power_set + 0x00000000400d2374 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.esp_ble_tx_power_get + 0x00000000400d2374 0x0 esp-idf/bt/libbt.a(bt.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_get_bluetooth_controller_default_config + 0x00000000400d2374 0x4 esp-idf/at/libat.a(at_default_config.c.obj) + 0xc (size before relaxing) + .literal.esp_at_get_process_task_stack_size + 0x00000000400d2378 0x4 esp-idf/at/libat.a(at_default_config.c.obj) + .literal.esp_at_get_socket_task_stack_size + 0x00000000400d237c 0x0 esp-idf/at/libat.a(at_default_config.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_get_ota_token_by_id + 0x00000000400d237c 0x8 esp-idf/at/libat.a(at_default_config.c.obj) + .literal.esp_at_get_current_module_name + 0x00000000400d2384 0x4 esp-idf/at/libat.a(at_default_config.c.obj) + 0xc (size before relaxing) + .literal.esp_at_factory_parameter_init + 0x00000000400d2388 0x34 esp-idf/at/libat.a(at_default_config.c.obj) + 0x68 (size before relaxing) + .literal.esp_at_board_init + 0x00000000400d23bc 0x0 esp-idf/at/libat.a(at_default_config.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_get_module_id + 0x00000000400d23bc 0x0 esp-idf/at/libat.a(at_default_config.c.obj) + 0x4 (size before relaxing) + .literal.at_query_cmd_userdocs + 0x00000000400d23bc 0x20 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x34 (size before relaxing) + .literal.at_query_cmd_userram + 0x00000000400d23dc 0xc esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x14 (size before relaxing) + .literal.at_setup_cmd_userota + 0x00000000400d23e8 0x34 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x98 (size before relaxing) + .literal._http_event_handler + 0x00000000400d241c 0x30 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x74 (size before relaxing) + .literal.at_user_wait_data_cb + 0x00000000400d244c 0x0 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_userram + 0x00000000400d244c 0x18 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x8c (size before relaxing) + .literal.esp_at_user_cmd_regist + 0x00000000400d2464 0x4 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x8 (size before relaxing) + .literal.esp_at_set_upgrade_state + 0x00000000400d2468 0x4 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .literal.esp_at_get_upgrade_state + 0x00000000400d246c 0x0 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x4 (size before relaxing) + .literal.at_partition_verify + 0x00000000400d246c 0x8 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x10 (size before relaxing) + .literal.at_queryCmdCipupgrade + 0x00000000400d2474 0x4 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x14 (size before relaxing) + .literal.esp_at_ota_timeout_callback + 0x00000000400d2478 0xc esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x10 (size before relaxing) + .literal.esp_at_upgrade_process + 0x00000000400d2484 0xf0 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x28c (size before relaxing) + .literal.at_exeCmdCipupgrade + 0x00000000400d2574 0x8 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x28 (size before relaxing) + .literal.at_setupCmdCipupgrade + 0x00000000400d257c 0x18 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x6c (size before relaxing) + .literal.non_blocking_upgrade_task + 0x00000000400d2594 0x4 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x24 (size before relaxing) + .literal.esp_at_ota_cmd_regist + 0x00000000400d2598 0x4 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setupCmdFactPlcp + 0x00000000400d259c 0x4 esp-idf/at/libat.a(at_fact_cmd.c.obj) + 0xc (size before relaxing) + .literal.esp_at_fact_cmd_regist + 0x00000000400d25a0 0x4 esp-idf/at/libat.a(at_fact_cmd.c.obj) + 0x8 (size before relaxing) + .literal.at_set_echo_flag + 0x00000000400d25a4 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .literal.at_exe_cmd_e0 + 0x00000000400d25a8 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_exe_cmd_e1 + 0x00000000400d25a8 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_setup_cmd_syslog + 0x00000000400d25a8 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_sysreg + 0x00000000400d25ac 0x8 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_setup_cmd_sleepwkcfg + 0x00000000400d25b4 0x48 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x7c (size before relaxing) + .literal.at_setup_cmd_lslpcfg + 0x00000000400d25fc 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x30 (size before relaxing) + .literal.at_setup_cmd_sysstore + 0x00000000400d25fc 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_query_cmd_rfpower + 0x00000000400d2600 0x10 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_exe_cmd_lslp + 0x00000000400d2610 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_auto_light_sleep + 0x00000000400d2610 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_exe_cmd_sysrollback + 0x00000000400d2610 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_exe_cmd_rst + 0x00000000400d2614 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_setup_cmd_rfpower + 0x00000000400d2614 0x18 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x3c (size before relaxing) + .literal.at_query_cmd_sysram + 0x00000000400d262c 0x8 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_exe_cmd_restore + 0x00000000400d2634 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_modem_sleep + 0x00000000400d2634 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0xc (size before relaxing) + .literal.at_setup_cmd_sleep + 0x00000000400d2638 0x8 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x2c (size before relaxing) + .literal.at_query_cmd_sleep + 0x00000000400d2640 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_setup_cmd_systimestamp + 0x00000000400d2644 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_query_cmd_systimestamp + 0x00000000400d2644 0x8 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_setup_cmd_gslp + 0x00000000400d264c 0xc ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_query_cmd_cmd + 0x00000000400d2658 0xc ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_exe_cmd_gmr + 0x00000000400d2664 0x20 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x40 (size before relaxing) + .literal.at_get_echo_flag + 0x00000000400d2684 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_get_syslog_flag + 0x00000000400d2684 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_query_cmd_syslog + 0x00000000400d2684 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_sys_store_mode_is_flash + 0x00000000400d2684 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_query_cmd_sysstore + 0x00000000400d2684 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_check_ps_mode_is_none + 0x00000000400d2684 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_set_custom_version + 0x00000000400d2684 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_set_sys_msg + 0x00000000400d2688 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .literal.at_setup_cmd_sysmsg + 0x00000000400d268c 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_nvm_init_base + 0x00000000400d268c 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_get_sys_msg + 0x00000000400d2690 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_query_cmd_sysmsg + 0x00000000400d2690 0x8 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x2c (size before relaxing) + .literal.at_approve_light_sleep + 0x00000000400d2698 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_disapprove_light_sleep + 0x00000000400d2698 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x8 (size before relaxing) + .literal.esp_at_base_cmd_regist + 0x00000000400d2698 0x4 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0xc (size before relaxing) + .literal.at_ble_process_filter_mac + 0x00000000400d269c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.at_get_ble_conn_cmd_status + 0x00000000400d26a0 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.at_set_ble_conn_cmd_status + 0x00000000400d26a4 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_get_ble_own_addr_type + 0x00000000400d26a4 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.at_set_ble_own_addr_type + 0x00000000400d26a8 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_set_ble_remote_addr_type + 0x00000000400d26a8 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.at_get_ble_remote_addr_type + 0x00000000400d26ac 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_set_ble_scan_status + 0x00000000400d26ac 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.at_get_ble_scan_status + 0x00000000400d26b0 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_set_ble_wr_type + 0x00000000400d26b0 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.at_get_ble_wr_type + 0x00000000400d26b4 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4 (size before relaxing) + .literal.esp_gattc_cb + 0x00000000400d26b4 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.get_gatts_unused_conn_index + 0x00000000400d26b8 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.gatts_event_handler + 0x00000000400d26bc 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4 (size before relaxing) + .literal.find_gatts_char_info + 0x00000000400d26bc 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.find_gattc_char_info + 0x00000000400d26c0 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.at_ble_set_static_pair_key + 0x00000000400d26c8 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.at_ble_get_static_pair_key + 0x00000000400d26cc 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4 (size before relaxing) + .literal.get_gattc_conn_index_by_addr + 0x00000000400d26cc 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1c (size before relaxing) + .literal.get_gattc_prof_index_by_addr + 0x00000000400d26d8 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_gattc_free_database + 0x00000000400d26d8 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_gatts_free_database + 0x00000000400d26e0 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_exeCmdBleAdvStop + 0x00000000400d26e0 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xc (size before relaxing) + .literal.at_deinit_ble + 0x00000000400d26e8 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x18 (size before relaxing) + .literal.get_gatts_conn_index_by_addr + 0x00000000400d26ec 0x10 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x20 (size before relaxing) + .literal.get_gatts_conn_index_by_conn_id + 0x00000000400d26fc 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1c (size before relaxing) + .literal.get_gatts_conn_info_by_conn_index + 0x00000000400d2704 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1c (size before relaxing) + .literal.remove_gatts_conn_info_by_conn_index + 0x00000000400d270c 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x24 (size before relaxing) + .literal.creat_gatts_char_database + 0x00000000400d2714 0x30 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x64 (size before relaxing) + .literal.delete_node_from_conn_list + 0x00000000400d2744 0x10 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x34 (size before relaxing) + .literal.add_node_to_conn_list + 0x00000000400d2754 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x28 (size before relaxing) + .literal.at_queryCmdBleGattsSrv + 0x00000000400d2760 0x14 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x48 (size before relaxing) + .literal.at_queryCmdBleGattsChar + 0x00000000400d2774 0x10 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x74 (size before relaxing) + .literal.at_queryCmdBleConnParam + 0x00000000400d2784 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x28 (size before relaxing) + .literal.at_queryCmdBleConn + 0x00000000400d278c 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_queryCmdBleCfgMtu + 0x00000000400d2794 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_setupCmdBleGattcChar + 0x00000000400d2798 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x8c (size before relaxing) + .literal.at_queryBleSecParam + 0x00000000400d27a4 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_queryBleSetKey + 0x00000000400d27ac 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x10 (size before relaxing) + .literal.gap_event_handler + 0x00000000400d27b0 0x3c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xdc (size before relaxing) + .literal.at_gattc_search_res_event_handler + 0x00000000400d27ec 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x2c (size before relaxing) + .literal.at_gattc_search_cmpl_event_handler + 0x00000000400d27f0 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_wr_wait_data_callback + 0x00000000400d27f8 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_gatts_connection_event_handler + 0x00000000400d27fc 0x28 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x9c (size before relaxing) + .literal.at_exeCmdBleAdvStart + 0x00000000400d2824 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_gatts_disconnection_event_handler + 0x00000000400d2828 0x14 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x6c (size before relaxing) + .literal.gatts_profile_event_handler + 0x00000000400d283c 0x70 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1a8 (size before relaxing) + .literal.at_free_gattc_param + 0x00000000400d28ac 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_ble_auto_wrire_description + 0x00000000400d28b0 0x18 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x34 (size before relaxing) + .literal.at_gattc_connection_event_handler + 0x00000000400d28c8 0x1c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xac (size before relaxing) + .literal.at_gattc_disconnection_event_handler + 0x00000000400d28e4 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x9c (size before relaxing) + .literal.gattc_profile_c_event_handler + 0x00000000400d28e4 0x2c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x104 (size before relaxing) + .literal.gattc_profile_b_event_handler + 0x00000000400d2910 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x104 (size before relaxing) + .literal.gattc_profile_a_event_handler + 0x00000000400d2914 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x110 (size before relaxing) + .literal.at_queryCmdBleAddr + 0x00000000400d291c 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_setupCmdBleScan + 0x00000000400d2920 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x58 (size before relaxing) + .literal.at_setupCmdBleAddr + 0x00000000400d292c 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x30 (size before relaxing) + .literal.at_queryCmdBleName + 0x00000000400d2934 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x48 (size before relaxing) + .literal.at_queryCmdBleAdvParam + 0x00000000400d2940 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x44 (size before relaxing) + .literal.at_queryCmdBleAdvData + 0x00000000400d2944 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x54 (size before relaxing) + .literal.at_queryCmdBleAdvDataEx + 0x00000000400d2950 0x10 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x50 (size before relaxing) + .literal.at_queryCmdBLeSacnRspData + 0x00000000400d2960 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x58 (size before relaxing) + .literal.at_queryCmdBLeScanParam + 0x00000000400d2964 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_setupCmdBleName + 0x00000000400d2968 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_setupCmdBleAdvParam + 0x00000000400d296c 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x64 (size before relaxing) + .literal.at_setupCmdBLeScanParam + 0x00000000400d2974 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4c (size before relaxing) + .literal.at_setupCmdBleAdvData + 0x00000000400d2978 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x54 (size before relaxing) + .literal.at_setupCmdBleAdvDataEx + 0x00000000400d297c 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x194 (size before relaxing) + .literal.at_setupCmdBLeSacnRspData + 0x00000000400d2984 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x50 (size before relaxing) + .literal.get_gatts_attr_db + 0x00000000400d2984 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1c (size before relaxing) + .literal.get_gatts_srv_json + 0x00000000400d2988 0x40 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x100 (size before relaxing) + .literal.at_exeCmdBlesCreSrv + 0x00000000400d29c8 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_setupCmdBleConn + 0x00000000400d29cc 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x98 (size before relaxing) + .literal.at_setupCmdBleDisConn + 0x00000000400d29d4 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x64 (size before relaxing) + .literal.at_exeCmdBleDisConn + 0x00000000400d29dc 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x60 (size before relaxing) + .literal.at_setupCmdBleSrvStart + 0x00000000400d29e4 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xc (size before relaxing) + .literal.at_exeCmdBleSrvStart + 0x00000000400d29e4 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setupCmdBleSrvStop + 0x00000000400d29e4 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xc (size before relaxing) + .literal.at_exeCmdBleSrvStop + 0x00000000400d29e4 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setupCmdBleGattsNtfy + 0x00000000400d29e4 0x18 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x80 (size before relaxing) + .literal.at_setupCmdBleGattsInd + 0x00000000400d29fc 0x10 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xcc (size before relaxing) + .literal.at_setupCmdBlesSetCharDesc + 0x00000000400d2a0c 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x84 (size before relaxing) + .literal.at_setupCmdBleConnParam + 0x00000000400d2a0c 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x34 (size before relaxing) + .literal.at_setupCmdBleDataLen + 0x00000000400d2a14 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_setupCmdBleCfgMtu + 0x00000000400d2a14 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x2c (size before relaxing) + .literal.at_setupCmdBleGattcPrimSrv + 0x00000000400d2a20 0x5c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1b8 (size before relaxing) + .literal.at_setupCmdBleGattcInclSrv + 0x00000000400d2a7c 0x38 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x104 (size before relaxing) + .literal.at_setupCmdBleGattcRd + 0x00000000400d2ab4 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x8c (size before relaxing) + .literal.at_setupCmdBleGattcWr + 0x00000000400d2abc 0x20 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x150 (size before relaxing) + .literal.at_queryCmdBleSppCfg + 0x00000000400d2adc 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x28 (size before relaxing) + .literal.at_exeCmdBleSpp + 0x00000000400d2ae0 0x40 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xac (size before relaxing) + .literal.at_setupBleSetKey + 0x00000000400d2b20 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_setupBleSetEncryption + 0x00000000400d2b20 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_setupBleSetEncryptionRsp + 0x00000000400d2b20 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x28 (size before relaxing) + .literal.at_setupBleSetKeyReply + 0x00000000400d2b20 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_setupBleSetConfReply + 0x00000000400d2b20 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x28 (size before relaxing) + .literal.at_ble_process_dev_filter + 0x00000000400d2b20 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.esp_gap_cb + 0x00000000400d2b2c 0x58 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x138 (size before relaxing) + .literal.at_get_ble_init_status + 0x00000000400d2b84 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .literal.at_setupCmdBleSppCfg + 0x00000000400d2b88 0xc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x30 (size before relaxing) + .literal.at_setupBleSecParam + 0x00000000400d2b94 0x18 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4c (size before relaxing) + .literal.at_queryBleEncDev + 0x00000000400d2bac 0x4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_setupBleEncClear + 0x00000000400d2bb0 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_exeBleEncClear + 0x00000000400d2bb0 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_queryCmdBleInit + 0x00000000400d2bb0 0x8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_set_ble_init_status + 0x00000000400d2bb8 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4 (size before relaxing) + .literal.reset_param + 0x00000000400d2bb8 0x48 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xac (size before relaxing) + .literal.at_setupCmdBleInit + 0x00000000400d2c00 0x28 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xe4 (size before relaxing) + .literal.at_ble_send_data + 0x00000000400d2c28 0x3c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xa8 (size before relaxing) + .literal.at_transparent_transmit_ble + 0x00000000400d2c64 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_ble_conn_cb_init + 0x00000000400d2c64 0x10 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_ble_param_init + 0x00000000400d2c74 0x28 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x88 (size before relaxing) + .literal.esp_at_ble_cmd_regist + 0x00000000400d2c9c 0x1c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_get_hid_conn_status + 0x00000000400d2cb8 0x4 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .literal.at_set_hid_conn_status + 0x00000000400d2cbc 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x4 (size before relaxing) + .literal.hid_dev_rpt_by_id + 0x00000000400d2cbc 0xc ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .literal.hid_dev_register_reports + 0x00000000400d2cc8 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x8 (size before relaxing) + .literal.hid_add_id_tbl + 0x00000000400d2cc8 0x1c ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x20 (size before relaxing) + .literal.hidd_clcb_dealloc + 0x00000000400d2ce4 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_queryBleHidName + 0x00000000400d2ce4 0x1c ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x48 (size before relaxing) + .text.esp_ota_init_app_elf_sha256 + 0x00000000400d2d00 0xf esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0x00000000400d2d00 esp_ota_init_app_elf_sha256 + *fill* 0x00000000400d2d0f 0x1 + .text.esp_pthread_cfg_key_destructor + 0x00000000400d2d10 0xa esp-idf/pthread/libpthread.a(pthread.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400d2d1a 0x2 + .text.esp_pthread_init + 0x00000000400d2d1c 0x36 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3e (size before relaxing) + 0x00000000400d2d1c esp_pthread_init + *fill* 0x00000000400d2d52 0x2 + .text.find_key + 0x00000000400d2d54 0x28 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x2b (size before relaxing) + *fill* 0x00000000400d2d7c 0x0 + .text.pthread_local_storage_thread_deleted_callback + 0x00000000400d2d7c 0x3f esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x4a (size before relaxing) + *fill* 0x00000000400d2dbb 0x1 + .text.pthread_key_create + 0x00000000400d2dbc 0x48 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x4c (size before relaxing) + 0x00000000400d2dbc pthread_key_create + .text.pthread_key_delete + 0x00000000400d2e04 0x3a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x45 (size before relaxing) + 0x00000000400d2e04 pthread_key_delete + *fill* 0x00000000400d2e3e 0x2 + .text.pthread_getspecific + 0x00000000400d2e40 0x1c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x20 (size before relaxing) + 0x00000000400d2e40 pthread_getspecific + .text.pthread_setspecific + 0x00000000400d2e5c 0xb3 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0xc3 (size before relaxing) + 0x00000000400d2e5c pthread_setspecific + *fill* 0x00000000400d2f0f 0x1 + .text.core_intr_matrix_clear + 0x00000000400d2f10 0x23 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + *fill* 0x00000000400d2f33 0x1 + .text.select_rtc_slow_clk + 0x00000000400d2f34 0x67 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x76 (size before relaxing) + *fill* 0x00000000400d2f9b 0x1 + .text.esp_clk_init + 0x00000000400d2f9c 0xe9 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x121 (size before relaxing) + 0x00000000400d2f9c esp_clk_init + *fill* 0x00000000400d3085 0x3 + .text.esp_perip_clk_init + 0x00000000400d3088 0xd3 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x00000000400d3088 esp_perip_clk_init + *fill* 0x00000000400d315b 0x1 + .text.do_global_ctors + 0x00000000400d315c 0x19 esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x00000000400d3175 0x3 + .text.do_system_init_fn + 0x00000000400d3178 0x24 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.do_secondary_init + 0x00000000400d319c 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400d31a4 0x0 + .text.do_core_init + 0x00000000400d31a4 0x70 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x92 (size before relaxing) + *fill* 0x00000000400d3214 0x0 + .text.start_cpu0_default + 0x00000000400d3214 0x31 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x45 (size before relaxing) + 0x00000000400d3214 start_cpu0 + *fill* 0x00000000400d3245 0x3 + .text.uart_hal_txfifo_rst + 0x00000000400d3248 0x2e esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x00000000400d3248 uart_hal_txfifo_rst + *fill* 0x00000000400d3276 0x2 + .text.uart_hal_rxfifo_rst + 0x00000000400d3278 0x5f esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x00000000400d3278 uart_hal_rxfifo_rst + *fill* 0x00000000400d32d7 0x1 + .text.uart_hal_tx_break + 0x00000000400d32d8 0x5e esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x00000000400d32d8 uart_hal_tx_break + *fill* 0x00000000400d3336 0x2 + .text.uart_hal_write_txfifo + 0x00000000400d3338 0x61 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x00000000400d3338 uart_hal_write_txfifo + *fill* 0x00000000400d3399 0x3 + .text.uart_hal_read_rxfifo + 0x00000000400d339c 0xc5 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x00000000400d339c uart_hal_read_rxfifo + *fill* 0x00000000400d3461 0x3 + .text.get_vfs_for_fd + 0x00000000400d3464 0x3e esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000400d34a2 0x2 + .text.call_end_selects + 0x00000000400d34a4 0x4f esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000400d34f3 0x1 + .text.set_global_fd_sets + 0x00000000400d34f4 0x168 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_common + 0x00000000400d365c 0xf6 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xfe (size before relaxing) + *fill* 0x00000000400d3752 0x2 + .text.get_vfs_for_path + 0x00000000400d3754 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.translate_path + 0x00000000400d37c4 0x3e esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000400d3802 0x2 + .text.esp_vfs_register + 0x00000000400d3804 0x1c esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x20 (size before relaxing) + 0x00000000400d3804 esp_vfs_register + .text.esp_vfs_register_fd_range + 0x00000000400d3820 0x10a esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x112 (size before relaxing) + 0x00000000400d3820 esp_vfs_register_fd_range + *fill* 0x00000000400d392a 0x2 + .text.esp_vfs_open + 0x00000000400d392c 0xda esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xde (size before relaxing) + 0x00000000400d392c esp_vfs_open + 0x00000000400d392c _open_r + *fill* 0x00000000400d3a06 0x2 + .text.esp_vfs_write + 0x00000000400d3a08 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x78 (size before relaxing) + 0x00000000400d3a08 esp_vfs_write + 0x00000000400d3a08 _write_r + .text.esp_vfs_lseek + 0x00000000400d3a7c 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x78 (size before relaxing) + 0x00000000400d3a7c _lseek_r + 0x00000000400d3a7c esp_vfs_lseek + .text.esp_vfs_read + 0x00000000400d3af0 0x74 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x78 (size before relaxing) + 0x00000000400d3af0 esp_vfs_read + 0x00000000400d3af0 _read_r + .text.esp_vfs_close + 0x00000000400d3b64 0xa0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xab (size before relaxing) + 0x00000000400d3b64 _close_r + 0x00000000400d3b64 esp_vfs_close + *fill* 0x00000000400d3c04 0x0 + .text.esp_vfs_fstat + 0x00000000400d3c04 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x74 (size before relaxing) + 0x00000000400d3c04 esp_vfs_fstat + 0x00000000400d3c04 _fstat_r + .text.esp_vfs_fcntl_r + 0x00000000400d3c74 0x76 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x7a (size before relaxing) + 0x00000000400d3c74 esp_vfs_fcntl_r + 0x00000000400d3c74 _fcntl_r + *fill* 0x00000000400d3cea 0x2 + .text.esp_vfs_ioctl + 0x00000000400d3cec 0x99 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x9d (size before relaxing) + 0x00000000400d3cec esp_vfs_ioctl + 0x00000000400d3cec ioctl + *fill* 0x00000000400d3d85 0x3 + .text.esp_vfs_stat + 0x00000000400d3d88 0x47 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4b (size before relaxing) + 0x00000000400d3d88 esp_vfs_stat + 0x00000000400d3d88 _stat_r + *fill* 0x00000000400d3dcf 0x1 + .text.esp_vfs_link + 0x00000000400d3dd0 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x70 (size before relaxing) + 0x00000000400d3dd0 _link_r + 0x00000000400d3dd0 esp_vfs_link + .text.esp_vfs_unlink + 0x00000000400d3e38 0x44 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x48 (size before relaxing) + 0x00000000400d3e38 _unlink_r + 0x00000000400d3e38 esp_vfs_unlink + .text.esp_vfs_rename + 0x00000000400d3e7c 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x70 (size before relaxing) + 0x00000000400d3e7c _rename_r + 0x00000000400d3e7c esp_vfs_rename + .text.esp_vfs_select + 0x00000000400d3ee4 0x4ae esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4de (size before relaxing) + 0x00000000400d3ee4 esp_vfs_select + 0x00000000400d3ee4 select + *fill* 0x00000000400d4392 0x2 + .text.esp_vfs_select_triggered + 0x00000000400d4394 0x49 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4d (size before relaxing) + 0x00000000400d4394 esp_vfs_select_triggered + *fill* 0x00000000400d43dd 0x3 + .text.esp_vfs_select_triggered_isr + 0x00000000400d43e0 0x45 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x49 (size before relaxing) + 0x00000000400d43e0 esp_vfs_select_triggered_isr + *fill* 0x00000000400d4425 0x3 + .text.uart_tx_char + 0x00000000400d4428 0x25 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d444d 0x3 + .text.uart_rx_char + 0x00000000400d4450 0x25 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d4475 0x3 + .text.uart_read_char + 0x00000000400d4478 0x24 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.unregister_select + 0x00000000400d449c 0x60 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x64 (size before relaxing) + .text.uart_end_select + 0x00000000400d44fc 0x35 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x49 (size before relaxing) + *fill* 0x00000000400d4531 0x3 + .text.register_select + 0x00000000400d4534 0x49 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x51 (size before relaxing) + *fill* 0x00000000400d457d 0x3 + .text.uart_start_select + 0x00000000400d4580 0x189 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1a5 (size before relaxing) + *fill* 0x00000000400d4709 0x3 + .text.select_notif_callback_isr + 0x00000000400d470c 0xf2 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0xf6 (size before relaxing) + *fill* 0x00000000400d47fe 0x2 + .text.uart_access + 0x00000000400d4800 0x5c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_open + 0x00000000400d485c 0x64 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_fcntl + 0x00000000400d48c0 0x6d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d492d 0x3 + .text.uart_close + 0x00000000400d4930 0x22 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d4952 0x2 + .text.uart_return_char + 0x00000000400d4954 0x28 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_fsync + 0x00000000400d497c 0x3d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x49 (size before relaxing) + *fill* 0x00000000400d49b9 0x3 + .text.uart_read + 0x00000000400d49bc 0xb2 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0xc6 (size before relaxing) + *fill* 0x00000000400d4a6e 0x2 + .text.uart_write + 0x00000000400d4a70 0x8c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x94 (size before relaxing) + .text.uart_fstat + 0x00000000400d4afc 0x35 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d4b31 0x3 + .text.esp_vfs_dev_uart_register + 0x00000000400d4b34 0x66 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x6a (size before relaxing) + 0x00000000400d4b34 esp_vfs_dev_uart_register + *fill* 0x00000000400d4b9a 0x2 + .text.wifi_reset_mac_wrapper + 0x00000000400d4b9c 0x26 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4bc2 0x2 + .text.queue_create_wrapper + 0x00000000400d4bc4 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x14 (size before relaxing) + .text.mutex_delete_wrapper + 0x00000000400d4bd4 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400d4bde 0x2 + .text.wifi_thread_semphr_free + 0x00000000400d4be0 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xf (size before relaxing) + *fill* 0x00000000400d4bec 0x0 + .text.semphr_delete_wrapper + 0x00000000400d4bec 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400d4bf6 0x2 + .text.coex_schm_curr_phase_idx_get_wrapper + 0x00000000400d4bf8 0xd esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4c05 0x3 + .text.coex_schm_curr_phase_idx_set_wrapper + 0x00000000400d4c08 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_schm_curr_phase_get_wrapper + 0x00000000400d4c18 0xd esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4c25 0x3 + .text.coex_schm_curr_period_get_wrapper + 0x00000000400d4c28 0xd esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4c35 0x3 + .text.coex_schm_interval_get_wrapper + 0x00000000400d4c38 0xd esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4c45 0x3 + .text.coex_schm_status_bit_set_wrapper + 0x00000000400d4c48 0xf esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4c57 0x1 + .text.coex_schm_status_bit_clear_wrapper + 0x00000000400d4c58 0xf esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4c67 0x1 + .text.coex_wifi_channel_set_wrapper + 0x00000000400d4c68 0x13 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4c7b 0x1 + .text.coex_wifi_request_wrapper + 0x00000000400d4c7c 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_condition_set_wrapper + 0x00000000400d4c90 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.coex_disable_wrapper + 0x00000000400d4ca0 0xb esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4cab 0x1 + .text.coex_enable_wrapper + 0x00000000400d4cac 0xd esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4cb9 0x3 + .text.coex_deinit_wrapper + 0x00000000400d4cbc 0xb esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4cc7 0x1 + .text.coex_init_wrapper + 0x00000000400d4cc8 0xd esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4cd5 0x3 + .text.get_time_wrapper + 0x00000000400d4cd8 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + .text.wifi_clock_disable_wrapper + 0x00000000400d4ce4 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400d4cec 0x0 + .text.wifi_clock_enable_wrapper + 0x00000000400d4cec 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400d4cf4 0x0 + .text.timer_setfn_wrapper + 0x00000000400d4cf4 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000400d4d02 0x2 + .text.timer_done_wrapper + 0x00000000400d4d04 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400d4d0e 0x2 + .text.esp_event_post_wrapper + 0x00000000400d4d10 0x28 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.task_create_wrapper + 0x00000000400d4d38 0x1e esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4d56 0x2 + .text.task_create_pinned_to_core_wrapper + 0x00000000400d4d58 0x22 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4d7a 0x2 + .text.event_group_wait_bits_wrapper + 0x00000000400d4d7c 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x28 (size before relaxing) + .text.queue_recv_wrapper + 0x00000000400d4da0 0x20 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x24 (size before relaxing) + .text.queue_send_to_front_wrapper + 0x00000000400d4dc0 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4dd5 0x3 + .text.queue_send_to_back_wrapper + 0x00000000400d4dd8 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4ded 0x3 + .text.queue_send_wrapper + 0x00000000400d4df0 0x26 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4e16 0x2 + .text.semphr_give_wrapper + 0x00000000400d4e18 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4e2d 0x3 + .text.recursive_mutex_create_wrapper + 0x00000000400d4e30 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + .text.mutex_create_wrapper + 0x00000000400d4e3c 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + .text.semphr_create_wrapper + 0x00000000400d4e48 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4e59 0x3 + .text.wifi_thread_semphr_get_wrapper + 0x00000000400d4e5c 0x48 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x58 (size before relaxing) + .text.semphr_take_wrapper + 0x00000000400d4ea4 0x1c esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x20 (size before relaxing) + .text.spin_lock_create_wrapper + 0x00000000400d4ec0 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x28 (size before relaxing) + .text.set_isr_wrapper + 0x00000000400d4ee4 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000400d4ef2 0x2 + .text.set_intr_wrapper + 0x00000000400d4ef4 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4f06 0x2 + .text.wifi_create_queue + 0x00000000400d4f08 0x20 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x24 (size before relaxing) + 0x00000000400d4f08 wifi_create_queue + .text.wifi_create_queue_wrapper + 0x00000000400d4f28 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000400d4f39 0x3 + .text.wifi_delete_queue + 0x00000000400d4f3c 0x13 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x17 (size before relaxing) + 0x00000000400d4f3c wifi_delete_queue + *fill* 0x00000000400d4f4f 0x1 + .text.wifi_delete_queue_wrapper + 0x00000000400d4f50 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400d4f5a 0x2 + .text.set_xpd_sar + 0x00000000400d4f5c 0x28 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + 0x00000000400d4f5c set_xpd_sar + .text.phy_find_bin_data_according_type + 0x00000000400d4f84 0x40 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .text.phy_find_bin_type_according_country + 0x00000000400d4fc4 0x40 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .text.load_cal_data_from_nvs_handle + 0x00000000400d5004 0x108 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x124 (size before relaxing) + .text.store_cal_data_to_nvs_handle + 0x00000000400d510c 0xc6 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0xea (size before relaxing) + *fill* 0x00000000400d51d2 0x2 + .text.phy_crc_check_init_data + 0x00000000400d51d4 0x20 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x24 (size before relaxing) + .text.phy_get_multiple_init_data + 0x00000000400d51f4 0x14b esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x193 (size before relaxing) + *fill* 0x00000000400d533f 0x1 + .text.esp_phy_rf_get_on_ts + 0x00000000400d5340 0xc esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x00000000400d5340 esp_phy_rf_get_on_ts + .text.esp_phy_disable + 0x00000000400d534c 0x54 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x63 (size before relaxing) + 0x00000000400d534c esp_phy_disable + *fill* 0x00000000400d53a0 0x0 + .text.esp_phy_get_init_data + 0x00000000400d53a0 0x82 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x96 (size before relaxing) + 0x00000000400d53a0 esp_phy_get_init_data + *fill* 0x00000000400d5422 0x2 + .text.esp_phy_release_init_data + 0x00000000400d5424 0xb esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0xe (size before relaxing) + 0x00000000400d5424 esp_phy_release_init_data + *fill* 0x00000000400d542f 0x1 + .text.esp_phy_load_cal_data_from_nvs + 0x00000000400d5430 0x44 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x50 (size before relaxing) + 0x00000000400d5430 esp_phy_load_cal_data_from_nvs + .text.esp_phy_store_cal_data_to_nvs + 0x00000000400d5474 0x24 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x2c (size before relaxing) + 0x00000000400d5474 esp_phy_store_cal_data_to_nvs + .text.esp_phy_load_cal_and_init + 0x00000000400d5498 0x106 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x146 (size before relaxing) + 0x00000000400d5498 esp_phy_load_cal_and_init + *fill* 0x00000000400d559e 0x2 + .text.esp_phy_enable + 0x00000000400d55a0 0x86 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x92 (size before relaxing) + 0x00000000400d55a0 esp_phy_enable + *fill* 0x00000000400d5626 0x2 + .text.esp_phy_update_init_data + 0x00000000400d5628 0xe0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x104 (size before relaxing) + 0x00000000400d5628 esp_phy_update_init_data + .text.esp_phy_update_country_info + 0x00000000400d5708 0x4c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x50 (size before relaxing) + 0x00000000400d5708 esp_phy_update_country_info + .text.esp_wifi_set_log_level + 0x00000000400d5754 0xe esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x00000000400d5762 0x2 + .text.s_set_default_wifi_log_level + 0x00000000400d5764 0x32 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x00000000400d5796 0x2 + .text.esp_wifi_deinit + 0x00000000400d5798 0x69 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x78 (size before relaxing) + 0x00000000400d5798 esp_wifi_deinit + *fill* 0x00000000400d5801 0x3 + .text.esp_wifi_init + 0x00000000400d5804 0x7a esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x96 (size before relaxing) + 0x00000000400d5804 esp_wifi_init + *fill* 0x00000000400d587e 0x2 + .text.wifi_apb80m_request + 0x00000000400d5880 0x42 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x52 (size before relaxing) + 0x00000000400d5880 wifi_apb80m_request + *fill* 0x00000000400d58c2 0x2 + .text.wifi_apb80m_release + 0x00000000400d58c4 0x1e esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x24 (size before relaxing) + 0x00000000400d58c4 wifi_apb80m_release + *fill* 0x00000000400d58e2 0x2 + .text.lwip_htonl + 0x00000000400d58e4 0x26 esp-idf/lwip/liblwip.a(def.c.obj) + 0x00000000400d58e4 lwip_htonl + *fill* 0x00000000400d590a 0x2 + .text.lwip_itoa + 0x00000000400d590c 0x9b esp-idf/lwip/liblwip.a(def.c.obj) + 0x00000000400d590c lwip_itoa + *fill* 0x00000000400d59a7 0x1 + .text.heap_caps_alloc_failed + 0x00000000400d59a8 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x00000000400d59be 0x2 + .text.heap_caps_get_free_size + 0x00000000400d59c0 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000400d59c0 heap_caps_get_free_size + *fill* 0x00000000400d59ed 0x3 + .text.heap_caps_get_minimum_free_size + 0x00000000400d59f0 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000400d59f0 heap_caps_get_minimum_free_size + *fill* 0x00000000400d5a1d 0x3 + .text.register_heap + 0x00000000400d5a20 0x2c esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400d5a4c 0x0 + .text.heap_caps_enable_nonos_stack_heaps + 0x00000000400d5a4c 0x28 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x2c (size before relaxing) + 0x00000000400d5a4c heap_caps_enable_nonos_stack_heaps + .text.heap_caps_init + 0x00000000400d5a74 0x24e esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x26a (size before relaxing) + 0x00000000400d5a74 heap_caps_init + *fill* 0x00000000400d5cc2 0x2 + .text.heap_caps_add_region_with_caps + 0x00000000400d5cc4 0xe8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x100 (size before relaxing) + 0x00000000400d5cc4 heap_caps_add_region_with_caps + .text.heap_caps_add_region + 0x00000000400d5dac 0x62 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x00000000400d5dac heap_caps_add_region + *fill* 0x00000000400d5e0e 0x2 + .text.s_get_num_reserved_regions + 0x00000000400d5e10 0x11 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + *fill* 0x00000000400d5e21 0x3 + .text.s_prepare_reserved_regions + 0x00000000400d5e24 0xa9 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0xb1 (size before relaxing) + *fill* 0x00000000400d5ecd 0x3 + .text.soc_get_available_memory_region_max_count + 0x00000000400d5ed0 0x12 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x00000000400d5ed0 soc_get_available_memory_region_max_count + *fill* 0x00000000400d5ee2 0x2 + .text.soc_get_available_memory_regions + 0x00000000400d5ee4 0x105 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x10d (size before relaxing) + 0x00000000400d5ee4 soc_get_available_memory_regions + *fill* 0x00000000400d5fe9 0x3 + .text.periph_module_enable + 0x00000000400d5fec 0x2a8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x2b7 (size before relaxing) + 0x00000000400d5fec periph_module_enable + *fill* 0x00000000400d6294 0x0 + .text.periph_module_disable + 0x00000000400d6294 0x29c esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x2ab (size before relaxing) + 0x00000000400d6294 periph_module_disable + *fill* 0x00000000400d6530 0x0 + .text.periph_module_reset + 0x00000000400d6530 0x1b4 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x1c3 (size before relaxing) + 0x00000000400d6530 periph_module_reset + *fill* 0x00000000400d66e4 0x0 + .text.wifi_module_enable + 0x00000000400d66e4 0x53 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x62 (size before relaxing) + 0x00000000400d66e4 wifi_module_enable + *fill* 0x00000000400d6737 0x1 + .text.wifi_module_disable + 0x00000000400d6738 0x54 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x63 (size before relaxing) + 0x00000000400d6738 wifi_module_disable + *fill* 0x00000000400d678c 0x0 + .text.uart_pattern_enqueue + 0x00000000400d678c 0x38 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_dequeue + 0x00000000400d67c4 0x3e esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x00000000400d6802 0x2 + .text.uart_pattern_queue_update + 0x00000000400d6804 0x46 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x00000000400d684a 0x2 + .text.uart_reenable_intr_mask + 0x00000000400d684c 0x6e esp-idf/driver/libdriver.a(uart.c.obj) + 0x76 (size before relaxing) + *fill* 0x00000000400d68ba 0x2 + .text.uart_pattern_link_free + 0x00000000400d68bc 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + 0x44 (size before relaxing) + .text.uart_module_enable + 0x00000000400d68f8 0x48 esp-idf/driver/libdriver.a(uart.c.obj) + 0x53 (size before relaxing) + *fill* 0x00000000400d6940 0x0 + .text.uart_check_buf_full + 0x00000000400d6940 0x66 esp-idf/driver/libdriver.a(uart.c.obj) + 0x72 (size before relaxing) + *fill* 0x00000000400d69a6 0x2 + .text.uart_rx_intr_handler_default + 0x00000000400d69a8 0x7c4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x84f (size before relaxing) + *fill* 0x00000000400d716c 0x0 + .text.uart_free_driver_obj + 0x00000000400d716c 0x60 esp-idf/driver/libdriver.a(uart.c.obj) + 0x6a (size before relaxing) + *fill* 0x00000000400d71cc 0x0 + .text.uart_alloc_driver_obj + 0x00000000400d71cc 0x9f esp-idf/driver/libdriver.a(uart.c.obj) + 0xbe (size before relaxing) + *fill* 0x00000000400d726b 0x1 + .text.uart_module_disable + 0x00000000400d726c 0x41 esp-idf/driver/libdriver.a(uart.c.obj) + 0x48 (size before relaxing) + *fill* 0x00000000400d72ad 0x3 + .text.uart_set_word_length + 0x00000000400d72b0 0x7c esp-idf/driver/libdriver.a(uart.c.obj) + 0x88 (size before relaxing) + 0x00000000400d72b0 uart_set_word_length + .text.uart_get_word_length + 0x00000000400d732c 0x41 esp-idf/driver/libdriver.a(uart.c.obj) + 0x45 (size before relaxing) + 0x00000000400d732c uart_get_word_length + *fill* 0x00000000400d736d 0x3 + .text.uart_set_stop_bits + 0x00000000400d7370 0x7c esp-idf/driver/libdriver.a(uart.c.obj) + 0x88 (size before relaxing) + 0x00000000400d7370 uart_set_stop_bits + .text.uart_get_stop_bits + 0x00000000400d73ec 0x52 esp-idf/driver/libdriver.a(uart.c.obj) + 0x5a (size before relaxing) + 0x00000000400d73ec uart_get_stop_bits + *fill* 0x00000000400d743e 0x2 + .text.uart_set_parity + 0x00000000400d7440 0x52 esp-idf/driver/libdriver.a(uart.c.obj) + 0x5a (size before relaxing) + 0x00000000400d7440 uart_set_parity + *fill* 0x00000000400d7492 0x2 + .text.uart_get_parity + 0x00000000400d7494 0x52 esp-idf/driver/libdriver.a(uart.c.obj) + 0x5a (size before relaxing) + 0x00000000400d7494 uart_get_parity + *fill* 0x00000000400d74e6 0x2 + .text.uart_set_baudrate + 0x00000000400d74e8 0x4e esp-idf/driver/libdriver.a(uart.c.obj) + 0x5a (size before relaxing) + 0x00000000400d74e8 uart_set_baudrate + *fill* 0x00000000400d7536 0x2 + .text.uart_get_baudrate + 0x00000000400d7538 0x4e esp-idf/driver/libdriver.a(uart.c.obj) + 0x5a (size before relaxing) + 0x00000000400d7538 uart_get_baudrate + *fill* 0x00000000400d7586 0x2 + .text.uart_set_hw_flow_ctrl + 0x00000000400d7588 0xaa esp-idf/driver/libdriver.a(uart.c.obj) + 0xbe (size before relaxing) + 0x00000000400d7588 uart_set_hw_flow_ctrl + *fill* 0x00000000400d7632 0x2 + .text.uart_get_hw_flow_ctrl + 0x00000000400d7634 0x52 esp-idf/driver/libdriver.a(uart.c.obj) + 0x5a (size before relaxing) + 0x00000000400d7634 uart_get_hw_flow_ctrl + *fill* 0x00000000400d7686 0x2 + .text.uart_disable_intr_mask + 0x00000000400d7688 0x6c esp-idf/driver/libdriver.a(uart.c.obj) + 0x78 (size before relaxing) + 0x00000000400d7688 uart_disable_intr_mask + .text.uart_pattern_pop_pos + 0x00000000400d76f4 0x84 esp-idf/driver/libdriver.a(uart.c.obj) + 0x90 (size before relaxing) + 0x00000000400d76f4 uart_pattern_pop_pos + .text.uart_pattern_get_pos + 0x00000000400d7778 0x7e esp-idf/driver/libdriver.a(uart.c.obj) + 0x86 (size before relaxing) + 0x00000000400d7778 uart_pattern_get_pos + *fill* 0x00000000400d77f6 0x2 + .text.uart_pattern_queue_reset + 0x00000000400d77f8 0xad esp-idf/driver/libdriver.a(uart.c.obj) + 0xc1 (size before relaxing) + 0x00000000400d77f8 uart_pattern_queue_reset + *fill* 0x00000000400d78a5 0x3 + .text.uart_enable_pattern_det_baud_intr + 0x00000000400d78a8 0x134 esp-idf/driver/libdriver.a(uart.c.obj) + 0x154 (size before relaxing) + 0x00000000400d78a8 uart_enable_pattern_det_baud_intr + .text.uart_disable_pattern_det_intr + 0x00000000400d79dc 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400d79dc uart_disable_pattern_det_intr + *fill* 0x00000000400d79ee 0x2 + .text.uart_disable_rx_intr + 0x00000000400d79f0 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400d79f0 uart_disable_rx_intr + *fill* 0x00000000400d7a02 0x2 + .text.uart_disable_tx_intr + 0x00000000400d7a04 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400d7a04 uart_disable_tx_intr + *fill* 0x00000000400d7a15 0x3 + .text.uart_enable_tx_intr + 0x00000000400d7a18 0xa1 esp-idf/driver/libdriver.a(uart.c.obj) + 0xb1 (size before relaxing) + 0x00000000400d7a18 uart_enable_tx_intr + *fill* 0x00000000400d7ab9 0x3 + .text.uart_tx_all + 0x00000000400d7abc 0x1c4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x1f0 (size before relaxing) + .text.uart_isr_register + 0x00000000400d7c80 0x78 esp-idf/driver/libdriver.a(uart.c.obj) + 0x80 (size before relaxing) + 0x00000000400d7c80 uart_isr_register + .text.uart_set_pin + 0x00000000400d7cf8 0x2d0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x2ec (size before relaxing) + 0x00000000400d7cf8 uart_set_pin + .text.uart_param_config + 0x00000000400d7fc8 0x149 esp-idf/driver/libdriver.a(uart.c.obj) + 0x17d (size before relaxing) + 0x00000000400d7fc8 uart_param_config + *fill* 0x00000000400d8111 0x3 + .text.uart_intr_config + 0x00000000400d8114 0xe5 esp-idf/driver/libdriver.a(uart.c.obj) + 0xf5 (size before relaxing) + 0x00000000400d8114 uart_intr_config + *fill* 0x00000000400d81f9 0x3 + .text.uart_wait_tx_done + 0x00000000400d81fc 0x199 esp-idf/driver/libdriver.a(uart.c.obj) + 0x1c9 (size before relaxing) + 0x00000000400d81fc uart_wait_tx_done + *fill* 0x00000000400d8395 0x3 + .text.uart_write_bytes + 0x00000000400d8398 0x9d esp-idf/driver/libdriver.a(uart.c.obj) + 0xa9 (size before relaxing) + 0x00000000400d8398 uart_write_bytes + *fill* 0x00000000400d8435 0x3 + .text.uart_read_bytes + 0x00000000400d8438 0x1a5 esp-idf/driver/libdriver.a(uart.c.obj) + 0x1c9 (size before relaxing) + 0x00000000400d8438 uart_read_bytes + *fill* 0x00000000400d85dd 0x3 + .text.uart_get_buffered_data_len + 0x00000000400d85e0 0x8a esp-idf/driver/libdriver.a(uart.c.obj) + 0x96 (size before relaxing) + 0x00000000400d85e0 uart_get_buffered_data_len + *fill* 0x00000000400d866a 0x2 + .text.uart_flush_input + 0x00000000400d866c 0x1bc esp-idf/driver/libdriver.a(uart.c.obj) + 0x200 (size before relaxing) + 0x00000000400d866c uart_flush_input + 0x00000000400d866c uart_flush + .text.uart_driver_delete + 0x00000000400d8828 0x6e esp-idf/driver/libdriver.a(uart.c.obj) + 0x82 (size before relaxing) + 0x00000000400d8828 uart_driver_delete + *fill* 0x00000000400d8896 0x2 + .text.uart_driver_install + 0x00000000400d8898 0x1cd esp-idf/driver/libdriver.a(uart.c.obj) + 0x1f8 (size before relaxing) + 0x00000000400d8898 uart_driver_install + *fill* 0x00000000400d8a65 0x3 + .text.uart_is_driver_installed + 0x00000000400d8a68 0x1e esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400d8a68 uart_is_driver_installed + *fill* 0x00000000400d8a86 0x2 + .text.uart_set_select_notif_callback + 0x00000000400d8a88 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400d8a88 uart_set_select_notif_callback + *fill* 0x00000000400d8a9f 0x1 + .text.uart_get_selectlock + 0x00000000400d8aa0 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400d8aa0 uart_get_selectlock + .text.uart_set_wakeup_threshold + 0x00000000400d8aa8 0x88 esp-idf/driver/libdriver.a(uart.c.obj) + 0x94 (size before relaxing) + 0x00000000400d8aa8 uart_set_wakeup_threshold + .text.adc_power_on_internal + 0x00000000400d8b30 0x18 esp-idf/driver/libdriver.a(adc_common.c.obj) + .text.adc_power_off_internal + 0x00000000400d8b48 0x1e esp-idf/driver/libdriver.a(adc_common.c.obj) + *fill* 0x00000000400d8b66 0x2 + .text.adc_power_acquire + 0x00000000400d8b68 0x20 esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x2b (size before relaxing) + 0x00000000400d8b68 adc_power_acquire + *fill* 0x00000000400d8b88 0x0 + .text.adc_power_release + 0x00000000400d8b88 0x45 esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x55 (size before relaxing) + 0x00000000400d8b88 adc_power_release + *fill* 0x00000000400d8bcd 0x3 + .text.adc2_wifi_acquire + 0x00000000400d8bd0 0xd esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x10 (size before relaxing) + 0x00000000400d8bd0 adc2_wifi_acquire + *fill* 0x00000000400d8bdd 0x3 + .text.adc2_wifi_release + 0x00000000400d8be0 0x3c esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x43 (size before relaxing) + 0x00000000400d8be0 adc2_wifi_release + *fill* 0x00000000400d8c1c 0x0 + .text.rtc_gpio_deinit + 0x00000000400d8c1c 0x96 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0xa2 (size before relaxing) + 0x00000000400d8c1c rtc_gpio_deinit + *fill* 0x00000000400d8cb2 0x2 + .text.rtc_gpio_pullup_en + 0x00000000400d8cb4 0x99 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0xa5 (size before relaxing) + 0x00000000400d8cb4 rtc_gpio_pullup_en + *fill* 0x00000000400d8d4d 0x3 + .text.rtc_gpio_pullup_dis + 0x00000000400d8d50 0x9e esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0xa6 (size before relaxing) + 0x00000000400d8d50 rtc_gpio_pullup_dis + *fill* 0x00000000400d8dee 0x2 + .text.rtc_gpio_pulldown_en + 0x00000000400d8df0 0x99 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0xa5 (size before relaxing) + 0x00000000400d8df0 rtc_gpio_pulldown_en + *fill* 0x00000000400d8e89 0x3 + .text.rtc_gpio_pulldown_dis + 0x00000000400d8e8c 0xa1 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0xa9 (size before relaxing) + 0x00000000400d8e8c rtc_gpio_pulldown_dis + *fill* 0x00000000400d8f2d 0x3 + .text.rtc_gpio_wakeup_enable + 0x00000000400d8f30 0xaa esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0xb2 (size before relaxing) + 0x00000000400d8f30 rtc_gpio_wakeup_enable + *fill* 0x00000000400d8fda 0x2 + .text.rtc_isr 0x00000000400d8fdc 0x4a esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x56 (size before relaxing) + *fill* 0x00000000400d9026 0x2 + .text.rtc_isr_ensure_installed + 0x00000000400d9028 0x43 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x4a (size before relaxing) + *fill* 0x00000000400d906b 0x1 + .text.rtc_isr_register + 0x00000000400d906c 0x3e esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x4a (size before relaxing) + 0x00000000400d906c rtc_isr_register + *fill* 0x00000000400d90aa 0x2 + .text.xt_int_has_handler + 0x00000000400d90ac 0x20 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x00000000400d90ac xt_int_has_handler + .text.xt_set_interrupt_handler + 0x00000000400d90cc 0x4e esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x00000000400d90cc xt_set_interrupt_handler + *fill* 0x00000000400d911a 0x2 + .text.esp_cache_err_int_init + 0x00000000400d911c 0x4e esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + 0x52 (size before relaxing) + 0x00000000400d911c esp_cache_err_int_init + *fill* 0x00000000400d916a 0x2 + .text.esp_fill_random + 0x00000000400d916c 0x33 esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x3b (size before relaxing) + 0x00000000400d916c esp_fill_random + *fill* 0x00000000400d919f 0x1 + .text.rtc_brownout_isr_handler + 0x00000000400d91a0 0x29 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x35 (size before relaxing) + *fill* 0x00000000400d91c9 0x3 + .text.esp_brownout_init + 0x00000000400d91cc 0x28 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x30 (size before relaxing) + 0x00000000400d91cc esp_brownout_init + .text.esp_base_mac_addr_set + 0x00000000400d91f4 0x50 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x60 (size before relaxing) + 0x00000000400d91f4 esp_base_mac_addr_set + .text.esp_base_mac_addr_get + 0x00000000400d9244 0x32 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x00000000400d9244 esp_base_mac_addr_get + *fill* 0x00000000400d9276 0x2 + .text.esp_efuse_mac_get_default + 0x00000000400d9278 0x8b esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0x97 (size before relaxing) + 0x00000000400d9278 esp_efuse_mac_get_default + *fill* 0x00000000400d9303 0x1 + .text.esp_read_mac + 0x00000000400d9304 0xd6 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0xee (size before relaxing) + 0x00000000400d9304 esp_read_mac + *fill* 0x00000000400d93da 0x2 + .text.timer_process_alarm + 0x00000000400d93dc 0xed esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x100 (size before relaxing) + *fill* 0x00000000400d94c9 0x3 + .text.timer_task + 0x00000000400d94cc 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x18 (size before relaxing) + .text.esp_timer_create + 0x00000000400d94e0 0x71 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d94e0 esp_timer_create + *fill* 0x00000000400d9551 0x3 + .text.esp_timer_delete + 0x00000000400d9554 0x45 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x55 (size before relaxing) + 0x00000000400d9554 esp_timer_delete + *fill* 0x00000000400d9599 0x3 + .text.esp_timer_early_init + 0x00000000400d959c 0xf esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x13 (size before relaxing) + 0x00000000400d959c esp_timer_early_init + *fill* 0x00000000400d95ab 0x1 + .text.esp_timer_init + 0x00000000400d95ac 0x5a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x5e (size before relaxing) + 0x00000000400d95ac esp_timer_init + *fill* 0x00000000400d9606 0x2 + .text.esp_timer_is_active + 0x00000000400d9608 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x10 (size before relaxing) + 0x00000000400d9608 esp_timer_is_active + .text.ets_timer_setfn + 0x00000000400d9614 0x4a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x52 (size before relaxing) + 0x00000000400d9614 os_timer_setfn + 0x00000000400d9614 ets_timer_setfn + *fill* 0x00000000400d965e 0x2 + .text.ets_timer_done + 0x00000000400d9660 0x1a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x1e (size before relaxing) + 0x00000000400d9660 ets_timer_done + 0x00000000400d9660 os_timer_done + *fill* 0x00000000400d967a 0x2 + .text.esp_timer_impl_init_system_time + 0x00000000400d967c 0x44 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x4c (size before relaxing) + 0x00000000400d967c esp_timer_impl_init_system_time + .text.esp_timer_impl_lock + 0x00000000400d96c0 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0xe (size before relaxing) + 0x00000000400d96c0 esp_timer_private_lock + 0x00000000400d96c0 esp_timer_impl_lock + *fill* 0x00000000400d96cb 0x1 + .text.esp_timer_impl_unlock + 0x00000000400d96cc 0xb esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0xe (size before relaxing) + 0x00000000400d96cc esp_timer_impl_unlock + 0x00000000400d96cc esp_timer_private_unlock + *fill* 0x00000000400d96d7 0x1 + .text.esp_timer_impl_advance + 0x00000000400d96d8 0x4a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x52 (size before relaxing) + 0x00000000400d96d8 esp_timer_impl_advance + 0x00000000400d96d8 esp_timer_private_advance + *fill* 0x00000000400d9722 0x2 + .text.esp_timer_impl_early_init + 0x00000000400d9724 0x78 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x7c (size before relaxing) + 0x00000000400d9724 esp_timer_impl_early_init + .text.esp_timer_impl_init + 0x00000000400d979c 0x94 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0xa8 (size before relaxing) + 0x00000000400d979c esp_timer_impl_init + .text.esp_newlib_locks_init + 0x00000000400d9830 0x59 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x65 (size before relaxing) + 0x00000000400d9830 esp_newlib_locks_init + *fill* 0x00000000400d9889 0x3 + .text.raise_r_stub + 0x00000000400d988c 0xf esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + *fill* 0x00000000400d989b 0x1 + .text.esp_newlib_init + 0x00000000400d989c 0x2e esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x32 (size before relaxing) + 0x00000000400d989c esp_setup_newlib_syscalls + 0x00000000400d989c esp_newlib_init + *fill* 0x00000000400d98ca 0x2 + .text.syscall_not_implemented_aborts + 0x00000000400d98cc 0x6 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x9 (size before relaxing) + 0x00000000400d98cc raise + 0x00000000400d98cc _exit + 0x00000000400d98cc _sbrk_r + 0x00000000400d98cc _raise_r + *fill* 0x00000000400d98d2 0x2 + .text.fcntl 0x00000000400d98d4 0x32 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x36 (size before relaxing) + 0x00000000400d98d4 fcntl + *fill* 0x00000000400d9906 0x2 + .text.adjust_boot_time + 0x00000000400d9908 0x146 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x14a (size before relaxing) + *fill* 0x00000000400d9a4e 0x2 + .text.get_adjusted_boot_time + 0x00000000400d9a50 0x1e esp-idf/newlib/libnewlib.a(time.c.obj) + 0x26 (size before relaxing) + *fill* 0x00000000400d9a6e 0x2 + .text.adjtime_corr_stop + 0x00000000400d9a70 0x2d esp-idf/newlib/libnewlib.a(time.c.obj) + 0x38 (size before relaxing) + *fill* 0x00000000400d9a9d 0x3 + .text.adjtime 0x00000000400d9aa0 0xda esp-idf/newlib/libnewlib.a(time.c.obj) + 0xe6 (size before relaxing) + 0x00000000400d9aa0 adjtime + *fill* 0x00000000400d9b7a 0x2 + .text.settimeofday + 0x00000000400d9b7c 0x49 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x54 (size before relaxing) + 0x00000000400d9b7c settimeofday + *fill* 0x00000000400d9bc5 0x3 + .text.esp_newlib_time_init + 0x00000000400d9bc8 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0xb (size before relaxing) + 0x00000000400d9bc8 esp_newlib_time_init + *fill* 0x00000000400d9bd0 0x0 + .text.esp_time_impl_get_time_since_boot + 0x00000000400d9bd0 0x1f esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x00000000400d9bd0 esp_time_impl_get_time_since_boot + *fill* 0x00000000400d9bef 0x1 + .text.esp_time_impl_set_boot_time + 0x00000000400d9bf0 0x24 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x28 (size before relaxing) + 0x00000000400d9bf0 esp_time_impl_set_boot_time + .text.esp_time_impl_get_boot_time + 0x00000000400d9c14 0x23 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x27 (size before relaxing) + 0x00000000400d9c14 esp_time_impl_get_boot_time + *fill* 0x00000000400d9c37 0x1 + .text.esp_clk_slowclk_cal_get + 0x00000000400d9c38 0xd esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x00000000400d9c38 esp_clk_slowclk_cal_get + *fill* 0x00000000400d9c45 0x3 + .text.esp_rtc_get_time_us + 0x00000000400d9c48 0x8d esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x95 (size before relaxing) + 0x00000000400d9c48 esp_rtc_get_time_us + *fill* 0x00000000400d9cd5 0x3 + .text.esp_clk_slowclk_cal_set + 0x00000000400d9cd8 0x10 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x13 (size before relaxing) + 0x00000000400d9cd8 esp_clk_slowclk_cal_set + *fill* 0x00000000400d9ce8 0x0 + .text.esp_set_time_from_rtc + 0x00000000400d9ce8 0x27 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x2f (size before relaxing) + 0x00000000400d9ce8 esp_set_time_from_rtc + *fill* 0x00000000400d9d0f 0x1 + .text.esp_sync_counters_rtc_and_frc + 0x00000000400d9d10 0x64 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x70 (size before relaxing) + 0x00000000400d9d10 esp_sync_counters_rtc_and_frc + .text.esp_time_impl_init + 0x00000000400d9d74 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0xb (size before relaxing) + 0x00000000400d9d74 esp_time_impl_init + *fill* 0x00000000400d9d7c 0x0 + .text.at_disable_rtc_wdt + 0x00000000400d9d7c 0x20 esp-idf/main/libmain.a(app_main.c.obj) + 0x28 (size before relaxing) + .text.at_netif_init + 0x00000000400d9d9c 0x1e esp-idf/main/libmain.a(app_main.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000400d9dba 0x2 + .text.at_wifi_init + 0x00000000400d9dbc 0x9b esp-idf/main/libmain.a(app_main.c.obj) + 0xa7 (size before relaxing) + *fill* 0x00000000400d9e57 0x1 + .text.app_main + 0x00000000400d9e58 0x18e esp-idf/main/libmain.a(app_main.c.obj) + 0x1c8 (size before relaxing) + 0x00000000400d9e58 app_main + *fill* 0x00000000400d9fe6 0x2 + .text.at_status_callback + 0x00000000400d9fe8 0x30 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x34 (size before relaxing) + 0x00000000400d9fe8 at_status_callback + .text.at_pre_deepsleep_callback + 0x00000000400da018 0x46 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x00000000400da018 at_pre_deepsleep_callback + *fill* 0x00000000400da05e 0x2 + .text.at_pre_restart_callback + 0x00000000400da060 0x15 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x19 (size before relaxing) + 0x00000000400da060 at_pre_restart_callback + *fill* 0x00000000400da075 0x3 + .text.at_port_wait_write_complete + 0x00000000400da078 0x1c esp-idf/main/libmain.a(at_uart_task.c.obj) + .text.at_port_get_data_length + 0x00000000400da094 0x2c esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x30 (size before relaxing) + .text.at_port_write_data + 0x00000000400da0c0 0x16 esp-idf/main/libmain.a(at_uart_task.c.obj) + *fill* 0x00000000400da0d6 0x2 + .text.at_port_read_data + 0x00000000400da0d8 0x71 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x7d (size before relaxing) + *fill* 0x00000000400da149 0x3 + .text.uart_task + 0x00000000400da14c 0xf7 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x11f (size before relaxing) + *fill* 0x00000000400da243 0x1 + .text.at_nvm_uart_config_get + 0x00000000400da244 0xa4 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0xbc (size before relaxing) + .text.at_nvm_uart_config_set + 0x00000000400da2e8 0xb4 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0xcc (size before relaxing) + .text.at_uart_init + 0x00000000400da39c 0x287 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x2af (size before relaxing) + *fill* 0x00000000400da623 0x1 + .text.at_queryCmdUartDef + 0x00000000400da624 0x90 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x94 (size before relaxing) + .text.at_setupCmdUart + 0x00000000400da6b4 0x128 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x158 (size before relaxing) + .text.at_setupCmdUartDef + 0x00000000400da7dc 0x1d esp-idf/main/libmain.a(at_uart_task.c.obj) + *fill* 0x00000000400da7f9 0x3 + .text.at_queryCmdUart + 0x00000000400da7fc 0xa0 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0xb0 (size before relaxing) + .text.at_interface_init + 0x00000000400da89c 0x37 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x3f (size before relaxing) + 0x00000000400da89c at_interface_init + *fill* 0x00000000400da8d3 0x1 + .text.at_custom_init + 0x00000000400da8d4 0x17 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x1b (size before relaxing) + 0x00000000400da8d4 at_custom_init + *fill* 0x00000000400da8eb 0x1 + .text.esp_pm_lock_create + 0x00000000400da8ec 0x55 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x61 (size before relaxing) + 0x00000000400da8ec esp_pm_lock_create + *fill* 0x00000000400da941 0x3 + .text.esp_pm_lock_delete + 0x00000000400da944 0x49 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x51 (size before relaxing) + 0x00000000400da944 esp_pm_lock_delete + *fill* 0x00000000400da98d 0x3 + .text.esp_pm_impl_get_mode + 0x00000000400da990 0x20 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x00000000400da990 esp_pm_impl_get_mode + .text.esp_pm_configure + 0x00000000400da9b0 0x11d esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x139 (size before relaxing) + 0x00000000400da9b0 esp_pm_configure + *fill* 0x00000000400daacd 0x3 + .text.esp_pm_get_configuration + 0x00000000400daad0 0x32 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x36 (size before relaxing) + 0x00000000400daad0 esp_pm_get_configuration + *fill* 0x00000000400dab02 0x2 + .text.esp_pm_impl_init + 0x00000000400dab04 0x10b esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x11f (size before relaxing) + 0x00000000400dab04 esp_pm_impl_init + *fill* 0x00000000400dac0f 0x1 + .text.esp_pm_impl_idle_hook + 0x00000000400dac10 0x6c esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x00000000400dac10 esp_pm_impl_idle_hook + .text.esp_pm_impl_waiti + 0x00000000400dac7c 0x28 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x00000000400dac7c esp_pm_impl_waiti + .text.periph_inform_out_light_sleep_overhead + 0x00000000400daca4 0x20 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x00000000400daca4 periph_inform_out_light_sleep_overhead + .text.esp_efuse_get_chip_ver + 0x00000000400dacc4 0x52 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x56 (size before relaxing) + 0x00000000400dacc4 esp_efuse_get_chip_ver + *fill* 0x00000000400dad16 0x2 + .text.esp_efuse_read_field_blob + 0x00000000400dad18 0x5f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x66 (size before relaxing) + 0x00000000400dad18 esp_efuse_read_field_blob + *fill* 0x00000000400dad77 0x1 + .text.check_range_of_bits + 0x00000000400dad78 0x5a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000400dadd2 0x2 + .text.esp_efuse_utility_process + 0x00000000400dadd4 0x119 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x120 (size before relaxing) + 0x00000000400dadd4 esp_efuse_utility_process + *fill* 0x00000000400daeed 0x3 + .text.esp_efuse_utility_read_reg + 0x00000000400daef0 0x51 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x58 (size before relaxing) + 0x00000000400daef0 esp_efuse_utility_read_reg + *fill* 0x00000000400daf41 0x3 + .text.esp_efuse_utility_fill_buff + 0x00000000400daf44 0xc7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400daf44 esp_efuse_utility_fill_buff + *fill* 0x00000000400db00b 0x1 + .text.esp_efuse_get_coding_scheme + 0x00000000400db00c 0x3a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000400db00c esp_efuse_get_coding_scheme + *fill* 0x00000000400db046 0x2 + .text.bootloader_init_mem + 0x00000000400db048 0xd esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x10 (size before relaxing) + 0x00000000400db048 bootloader_init_mem + *fill* 0x00000000400db055 0x3 + .text.bootloader_flash_update_id + 0x00000000400db058 0xd esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x10 (size before relaxing) + 0x00000000400db058 bootloader_flash_update_id + *fill* 0x00000000400db065 0x3 + .text.bootloader_common_get_chip_revision + 0x00000000400db068 0x4d esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + 0x00000000400db068 bootloader_common_get_chip_revision + *fill* 0x00000000400db0b5 0x3 + .text.bootloader_common_get_chip_ver_pkg + 0x00000000400db0b8 0x23 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + 0x00000000400db0b8 bootloader_common_get_chip_ver_pkg + *fill* 0x00000000400db0db 0x1 + .text.bootloader_mmap_get_free_pages + 0x00000000400db0dc 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x10 (size before relaxing) + 0x00000000400db0dc bootloader_mmap_get_free_pages + .text.bootloader_mmap + 0x00000000400db0e8 0x5f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x6b (size before relaxing) + 0x00000000400db0e8 bootloader_mmap + *fill* 0x00000000400db147 0x1 + .text.bootloader_munmap + 0x00000000400db148 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x1d (size before relaxing) + 0x00000000400db148 bootloader_munmap + *fill* 0x00000000400db161 0x3 + .text.bootloader_flash_read + 0x00000000400db164 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x47 (size before relaxing) + 0x00000000400db164 bootloader_flash_read + *fill* 0x00000000400db1a8 0x0 + .text.load_partitions + 0x00000000400db1a8 0x11b esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x11f (size before relaxing) + *fill* 0x00000000400db2c3 0x1 + .text.ensure_partitions_loaded + 0x00000000400db2c4 0x4c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x58 (size before relaxing) + .text.iterator_create + 0x00000000400db310 0x1d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x21 (size before relaxing) + *fill* 0x00000000400db32d 0x3 + .text.esp_partition_iterator_release + 0x00000000400db330 0xa esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0xe (size before relaxing) + 0x00000000400db330 esp_partition_iterator_release + *fill* 0x00000000400db33a 0x2 + .text.esp_partition_next + 0x00000000400db33c 0x78 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x88 (size before relaxing) + 0x00000000400db33c esp_partition_next + .text.esp_partition_find + 0x00000000400db3b4 0x20 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x28 (size before relaxing) + 0x00000000400db3b4 esp_partition_find + .text.esp_partition_get + 0x00000000400db3d4 0x19 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x1c (size before relaxing) + 0x00000000400db3d4 esp_partition_get + *fill* 0x00000000400db3ed 0x3 + .text.esp_partition_find_first + 0x00000000400db3f0 0x23 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x2b (size before relaxing) + 0x00000000400db3f0 esp_partition_find_first + *fill* 0x00000000400db413 0x1 + .text.esp_partition_verify + 0x00000000400db414 0x78 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x84 (size before relaxing) + 0x00000000400db414 esp_partition_verify + .text.esp_partition_write + 0x00000000400db48c 0x65 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x69 (size before relaxing) + 0x00000000400db48c esp_partition_write + *fill* 0x00000000400db4f1 0x3 + .text.esp_partition_read_raw + 0x00000000400db4f4 0x3d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x41 (size before relaxing) + 0x00000000400db4f4 esp_partition_read_raw + *fill* 0x00000000400db531 0x3 + .text.esp_partition_write_raw + 0x00000000400db534 0x3d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x41 (size before relaxing) + 0x00000000400db534 esp_partition_write_raw + *fill* 0x00000000400db571 0x3 + .text.esp_partition_erase_range + 0x00000000400db574 0x55 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x59 (size before relaxing) + 0x00000000400db574 esp_partition_erase_range + *fill* 0x00000000400db5c9 0x3 + .text.esp_partition_mmap + 0x00000000400db5cc 0x66 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x6a (size before relaxing) + 0x00000000400db5cc esp_partition_mmap + *fill* 0x00000000400db632 0x2 + .text.esp_partition_read + 0x00000000400db634 0x7e esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x86 (size before relaxing) + 0x00000000400db634 esp_partition_read + *fill* 0x00000000400db6b2 0x2 + .text.esp_partition_main_flash_region_safe + 0x00000000400db6b4 0x3c esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x00000000400db6b4 esp_partition_main_flash_region_safe + .text.spi_flash_op_lock + 0x00000000400db6f0 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0xb (size before relaxing) + 0x00000000400db6f0 spi_flash_op_lock + *fill* 0x00000000400db6f8 0x0 + .text.spi_flash_op_unlock + 0x00000000400db6f8 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0xb (size before relaxing) + 0x00000000400db6f8 spi_flash_op_unlock + *fill* 0x00000000400db700 0x0 + .text.spi_flash_cache2phys + 0x00000000400db700 0x69 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x00000000400db700 spi_flash_cache2phys + *fill* 0x00000000400db769 0x3 + .text.is_safe_write_address + 0x00000000400db76c 0x15 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x19 (size before relaxing) + *fill* 0x00000000400db781 0x3 + .text.spi_flash_init + 0x00000000400db784 0xb esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x00000000400db784 spi_flash_init + *fill* 0x00000000400db78f 0x1 + .text._ZL18nvs_find_ns_handlejPPN3nvs15NVSHandleSimpleE + 0x00000000400db790 0x29 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x00000000400db7b9 0x3 + .text._ZL19nvs_get_str_or_blobjN3nvs8ItemTypeEPKcPvPj + 0x00000000400db7bc 0x7a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x82 (size before relaxing) + *fill* 0x00000000400db836 0x2 + .text.nvs_flash_init_partition + 0x00000000400db838 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4e (size before relaxing) + 0x00000000400db838 nvs_flash_init_partition + *fill* 0x00000000400db876 0x2 + .text.nvs_flash_init + 0x00000000400db878 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + 0x00000000400db878 nvs_flash_init + *fill* 0x00000000400db885 0x3 + .text.nvs_open_from_partition + 0x00000000400db888 0x9e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0xaa (size before relaxing) + 0x00000000400db888 nvs_open_from_partition + *fill* 0x00000000400db926 0x2 + .text.nvs_open + 0x00000000400db928 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400db928 nvs_open + *fill* 0x00000000400db93e 0x2 + .text.nvs_close + 0x00000000400db940 0x8e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x96 (size before relaxing) + 0x00000000400db940 nvs_close + *fill* 0x00000000400db9ce 0x2 + .text.nvs_erase_key + 0x00000000400db9d0 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + 0x00000000400db9d0 nvs_erase_key + *fill* 0x00000000400dba0a 0x2 + .text.nvs_erase_all + 0x00000000400dba0c 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + 0x00000000400dba0c nvs_erase_all + *fill* 0x00000000400dba46 0x2 + .text.nvs_commit + 0x00000000400dba48 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + 0x00000000400dba48 nvs_commit + *fill* 0x00000000400dba82 0x2 + .text.nvs_set_str + 0x00000000400dba84 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4a (size before relaxing) + 0x00000000400dba84 nvs_set_str + *fill* 0x00000000400dbac2 0x2 + .text.nvs_set_blob + 0x00000000400dbac4 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4a (size before relaxing) + 0x00000000400dbac4 nvs_set_blob + *fill* 0x00000000400dbb02 0x2 + .text.nvs_get_str + 0x00000000400dbb04 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x18 (size before relaxing) + 0x00000000400dbb04 nvs_get_str + .text.nvs_get_blob + 0x00000000400dbb18 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x18 (size before relaxing) + 0x00000000400dbb18 nvs_get_blob + .text._Z7nvs_setIaEijPKcT_ + 0x00000000400dbb2c 0x3f esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4b (size before relaxing) + *fill* 0x00000000400dbb6b 0x1 + .text.nvs_set_i8 + 0x00000000400dbb6c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400dbb6c nvs_set_i8 + .text._Z7nvs_setIhEijPKcT_ + 0x00000000400dbb80 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400dbbba 0x2 + .text.nvs_set_u8 + 0x00000000400dbbbc 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400dbbbc nvs_set_u8 + .text._Z7nvs_setItEijPKcT_ + 0x00000000400dbbd0 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400dbc0a 0x2 + .text.nvs_set_u16 + 0x00000000400dbc0c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400dbc0c nvs_set_u16 + .text._Z7nvs_setIiEijPKcT_ + 0x00000000400dbc20 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400dbc5a 0x2 + .text.nvs_set_i32 + 0x00000000400dbc5c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400dbc5c nvs_set_i32 + .text._Z7nvs_setIjEijPKcT_ + 0x00000000400dbc6c 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400dbca6 0x2 + .text.nvs_set_u32 + 0x00000000400dbca8 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400dbca8 nvs_set_u32 + .text._Z7nvs_getIaEijPKcPT_ + 0x00000000400dbcb8 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400dbcf2 0x2 + .text.nvs_get_i8 + 0x00000000400dbcf4 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400dbcf4 nvs_get_i8 + .text._Z7nvs_getIhEijPKcPT_ + 0x00000000400dbd04 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400dbd3e 0x2 + .text.nvs_get_u8 + 0x00000000400dbd40 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400dbd40 nvs_get_u8 + .text._Z7nvs_getItEijPKcPT_ + 0x00000000400dbd50 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400dbd8a 0x2 + .text.nvs_get_u16 + 0x00000000400dbd8c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400dbd8c nvs_get_u16 + .text._Z7nvs_getIiEijPKcPT_ + 0x00000000400dbd9c 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400dbdd6 0x2 + .text.nvs_get_i32 + 0x00000000400dbdd8 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400dbdd8 nvs_get_i32 + .text._Z7nvs_getIjEijPKcPT_ + 0x00000000400dbde8 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400dbe22 0x2 + .text.nvs_get_u32 + 0x00000000400dbe24 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400dbe24 nvs_get_u32 + .text._ZN3nvs7Storage15clearNamespacesEv + 0x00000000400dbe34 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400dbe34 _ZN3nvs7Storage15clearNamespacesEv + *fill* 0x00000000400dbe66 0x2 + .text._ZN3nvs7StorageD2Ev + 0x00000000400dbe68 0x3f esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x47 (size before relaxing) + 0x00000000400dbe68 _ZN3nvs7StorageD2Ev + 0x00000000400dbe68 _ZN3nvs7StorageD1Ev + *fill* 0x00000000400dbea7 0x1 + .text._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400dbea8 0x99 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x9d (size before relaxing) + 0x00000000400dbea8 _ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE + *fill* 0x00000000400dbf41 0x3 + .text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400dbf44 0x122 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x12a (size before relaxing) + 0x00000000400dbf44 _ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + *fill* 0x00000000400dc066 0x2 + .text._ZN3nvs7Storage4initEjj + 0x00000000400dc068 0x18c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400dc068 _ZN3nvs7Storage4initEjj + .text._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE + 0x00000000400dc1f4 0x4b esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400dc1f4 _ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE + *fill* 0x00000000400dc23f 0x1 + .text._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE + 0x00000000400dc240 0x242 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x24e (size before relaxing) + 0x00000000400dc240 _ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE + *fill* 0x00000000400dc482 0x2 + .text._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj + 0x00000000400dc484 0xf8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x100 (size before relaxing) + 0x00000000400dc484 _ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj + .text._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE + 0x00000000400dc57c 0xf2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xfe (size before relaxing) + 0x00000000400dc57c _ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE + *fill* 0x00000000400dc66e 0x2 + .text._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj + 0x00000000400dc670 0x134 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x148 (size before relaxing) + 0x00000000400dc670 _ZN3nvs7Storage17readMultiPageBlobEhPKcPvj + .text._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000400dc7a4 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x70 (size before relaxing) + 0x00000000400dc7a4 _ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + .text._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + 0x00000000400dc80c 0x27a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x2aa (size before relaxing) + 0x00000000400dc80c _ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + *fill* 0x00000000400dca86 0x2 + .text._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + 0x00000000400dca88 0x124 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x128 (size before relaxing) + 0x00000000400dca88 _ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + .text._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + 0x00000000400dcbac 0x94 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x9c (size before relaxing) + 0x00000000400dcbac _ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + .text._ZN3nvs7Storage14eraseNamespaceEh + 0x00000000400dcc40 0x41 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400dcc40 _ZN3nvs7Storage14eraseNamespaceEh + *fill* 0x00000000400dcc81 0x3 + .text._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + 0x00000000400dcc84 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x68 (size before relaxing) + 0x00000000400dcc84 _ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + .text._ZN3nvs7Storage22calcEntriesInNamespaceEhRj + 0x00000000400dcce8 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400dcce8 _ZN3nvs7Storage22calcEntriesInNamespaceEhRj + .text._ZN3nvs15NVSHandleSimple6commitEv + 0x00000000400dcd48 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400dcd48 _ZN3nvs15NVSHandleSimple6commitEv + *fill* 0x00000000400dcd5a 0x2 + .text._ZN3nvs15NVSHandleSimpleD2Ev + 0x00000000400dcd5c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x18 (size before relaxing) + 0x00000000400dcd5c _ZN3nvs15NVSHandleSimpleD2Ev + 0x00000000400dcd5c _ZN3nvs15NVSHandleSimpleD1Ev + .text._ZN3nvs15NVSHandleSimpleD0Ev + 0x00000000400dcd70 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x16 (size before relaxing) + 0x00000000400dcd70 _ZN3nvs15NVSHandleSimpleD0Ev + *fill* 0x00000000400dcd82 0x2 + .text._ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj + 0x00000000400dcd84 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400dcd84 _ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj + *fill* 0x00000000400dcdb9 0x3 + .text._ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj + 0x00000000400dcdbc 0x31 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400dcdbc _ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj + *fill* 0x00000000400dcded 0x3 + .text._ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj + 0x00000000400dcdf0 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400dcdf0 _ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj + *fill* 0x00000000400dce16 0x2 + .text._ZN3nvs15NVSHandleSimple10get_stringEPKcPcj + 0x00000000400dce18 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x26 (size before relaxing) + 0x00000000400dce18 _ZN3nvs15NVSHandleSimple10get_stringEPKcPcj + *fill* 0x00000000400dce3a 0x2 + .text._ZN3nvs15NVSHandleSimple8get_blobEPKcPvj + 0x00000000400dce3c 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x26 (size before relaxing) + 0x00000000400dce3c _ZN3nvs15NVSHandleSimple8get_blobEPKcPvj + *fill* 0x00000000400dce5e 0x2 + .text._ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ + 0x00000000400dce60 0x3d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400dce60 _ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ + *fill* 0x00000000400dce9d 0x3 + .text._ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj + 0x00000000400dcea0 0x25 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400dcea0 _ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj + *fill* 0x00000000400dcec5 0x3 + .text._ZN3nvs15NVSHandleSimple10erase_itemEPKc + 0x00000000400dcec8 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400dcec8 _ZN3nvs15NVSHandleSimple10erase_itemEPKc + *fill* 0x00000000400dcef5 0x3 + .text._ZN3nvs15NVSHandleSimple9erase_allEv + 0x00000000400dcef8 0x29 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400dcef8 _ZN3nvs15NVSHandleSimple9erase_allEv + *fill* 0x00000000400dcf21 0x3 + .text._ZN3nvs15NVSHandleSimple20get_used_entry_countERj + 0x00000000400dcf24 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400dcf24 _ZN3nvs15NVSHandleSimple20get_used_entry_countERj + *fill* 0x00000000400dcf4e 0x2 + .text._ZN3nvs12NVSPartition8read_rawEjPvj + 0x00000000400dcf50 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400dcf50 _ZN3nvs12NVSPartition8read_rawEjPvj + *fill* 0x00000000400dcf65 0x3 + .text._ZN3nvs12NVSPartition4readEjPvj + 0x00000000400dcf68 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400dcf68 _ZN3nvs12NVSPartition4readEjPvj + *fill* 0x00000000400dcf89 0x3 + .text._ZN3nvs12NVSPartition9write_rawEjPKvj + 0x00000000400dcf8c 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400dcf8c _ZN3nvs12NVSPartition9write_rawEjPKvj + *fill* 0x00000000400dcfa1 0x3 + .text._ZN3nvs12NVSPartition5writeEjPKvj + 0x00000000400dcfa4 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400dcfa4 _ZN3nvs12NVSPartition5writeEjPKvj + *fill* 0x00000000400dcfc5 0x3 + .text._ZN3nvs12NVSPartition11erase_rangeEjj + 0x00000000400dcfc8 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400dcfc8 _ZN3nvs12NVSPartition11erase_rangeEjj + .text._ZN3nvs12NVSPartitionD0Ev + 0x00000000400dcfd8 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400dcfd8 _ZN3nvs12NVSPartitionD0Ev + *fill* 0x00000000400dcfe6 0x2 + .text._ZN3nvs12NVSPartitionC2EPK15esp_partition_t + 0x00000000400dcfe8 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400dcfe8 _ZN3nvs12NVSPartitionC2EPK15esp_partition_t + 0x00000000400dcfe8 _ZN3nvs12NVSPartitionC1EPK15esp_partition_t + *fill* 0x00000000400dd002 0x2 + .text._ZN3nvs19NVSPartitionManagerD0Ev + 0x00000000400dd004 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400dd004 _ZN3nvs19NVSPartitionManagerD0Ev + *fill* 0x00000000400dd012 0x2 + .text._ZN3nvs19NVSPartitionManager12get_instanceEv + 0x00000000400dd014 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400dd014 _ZN3nvs19NVSPartitionManager12get_instanceEv + .text._ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE + 0x00000000400dd050 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400dd050 _ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE + *fill* 0x00000000400dd086 0x2 + .text._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc + 0x00000000400dd088 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400dd088 _ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc + .text._ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEjj + 0x00000000400dd0b8 0xd8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0xe0 (size before relaxing) + 0x00000000400dd0b8 _ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEjj + .text._ZN3nvs19NVSPartitionManager14init_partitionEPKc + 0x00000000400dd190 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x8c (size before relaxing) + 0x00000000400dd190 _ZN3nvs19NVSPartitionManager14init_partitionEPKc + .text._ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE + 0x00000000400dd210 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x9c (size before relaxing) + 0x00000000400dd210 _ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE + .text._ZN3nvs8HashList5clearEv + 0x00000000400dd2a8 0x36 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000400dd2a8 _ZN3nvs8HashList5clearEv + *fill* 0x00000000400dd2de 0x2 + .text._ZN3nvs8HashListD2Ev + 0x00000000400dd2e0 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0xe (size before relaxing) + 0x00000000400dd2e0 _ZN3nvs8HashListD2Ev + 0x00000000400dd2e0 _ZN3nvs8HashListD1Ev + *fill* 0x00000000400dd2ea 0x2 + .text._ZN3nvs8HashList6insertERKNS_4ItemEj + 0x00000000400dd2ec 0x81 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x85 (size before relaxing) + 0x00000000400dd2ec _ZN3nvs8HashList6insertERKNS_4ItemEj + *fill* 0x00000000400dd36d 0x3 + .text._ZN3nvs8HashList5eraseEjb + 0x00000000400dd370 0x8f esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x92 (size before relaxing) + 0x00000000400dd370 _ZN3nvs8HashList5eraseEjb + *fill* 0x00000000400dd3ff 0x1 + .text._ZN3nvs8HashList4findEjRKNS_4ItemE + 0x00000000400dd400 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4c (size before relaxing) + 0x00000000400dd400 _ZN3nvs8HashList4findEjRKNS_4ItemE + .text._ZN3nvs4PageC2Ev + 0x00000000400dd448 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dd448 _ZN3nvs4PageC1Ev + 0x00000000400dd448 _ZN3nvs4PageC2Ev + *fill* 0x00000000400dd476 0x2 + .text._ZN3nvs4Page6Header14calculateCrc32Ev + 0x00000000400dd478 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dd478 _ZN3nvs4Page6Header14calculateCrc32Ev + .text._ZN3nvs4Page20updateFirstUsedEntryEjj + 0x00000000400dd48c 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x88 (size before relaxing) + 0x00000000400dd48c _ZN3nvs4Page20updateFirstUsedEntryEjj + .text._ZN3nvs4Page10initializeEv + 0x00000000400dd510 0x88 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dd510 _ZN3nvs4Page10initializeEv + .text._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + 0x00000000400dd598 0x98 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x9c (size before relaxing) + 0x00000000400dd598 _ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + .text._ZN3nvs4Page10writeEntryERKNS_4ItemE + 0x00000000400dd630 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400dd630 _ZN3nvs4Page10writeEntryERKNS_4ItemE + .text._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + 0x00000000400dd6a4 0xdc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0xe4 (size before relaxing) + 0x00000000400dd6a4 _ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + .text._ZN3nvs4Page14writeEntryDataEPKhj + 0x00000000400dd780 0x110 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x114 (size before relaxing) + 0x00000000400dd780 _ZN3nvs4Page14writeEntryDataEPKhj + .text._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh + 0x00000000400dd890 0x238 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x24c (size before relaxing) + 0x00000000400dd890 _ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh + .text._ZNK3nvs4Page9readEntryEjRNS_4ItemE + 0x00000000400ddac8 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x41 (size before relaxing) + 0x00000000400ddac8 _ZNK3nvs4Page9readEntryEjRNS_4ItemE + *fill* 0x00000000400ddb06 0x2 + .text._ZN3nvs4Page17eraseEntryAndSpanEj + 0x00000000400ddb08 0x166 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x182 (size before relaxing) + 0x00000000400ddb08 _ZN3nvs4Page17eraseEntryAndSpanEj + *fill* 0x00000000400ddc6e 0x2 + .text._ZN3nvs4Page9copyItemsERS0_ + 0x00000000400ddc70 0xe6 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0xfa (size before relaxing) + 0x00000000400ddc70 _ZN3nvs4Page9copyItemsERS0_ + *fill* 0x00000000400ddd56 0x2 + .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE + 0x00000000400ddd58 0x28b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x297 (size before relaxing) + 0x00000000400ddd58 _ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE + *fill* 0x00000000400ddfe3 0x1 + .text._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE + 0x00000000400ddfe4 0x101 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x109 (size before relaxing) + 0x00000000400ddfe4 _ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE + *fill* 0x00000000400de0e5 0x3 + .text._ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE + 0x00000000400de0e8 0xfd esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x101 (size before relaxing) + 0x00000000400de0e8 _ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE + *fill* 0x00000000400de1e5 0x3 + .text._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x00000000400de1e8 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x38 (size before relaxing) + 0x00000000400de1e8 _ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + .text._ZN3nvs4Page15mLoadEntryTableEv + 0x00000000400de21c 0x43e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x46a (size before relaxing) + 0x00000000400de21c _ZN3nvs4Page15mLoadEntryTableEv + *fill* 0x00000000400de65a 0x2 + .text._ZN3nvs4Page4loadEPNS_9PartitionEj + 0x00000000400de65c 0x128 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x12c (size before relaxing) + 0x00000000400de65c _ZN3nvs4Page4loadEPNS_9PartitionEj + .text._ZNK3nvs4Page12getSeqNumberERj + 0x00000000400de784 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400de784 _ZNK3nvs4Page12getSeqNumberERj + *fill* 0x00000000400de7b1 0x3 + .text._ZN3nvs4Page12setSeqNumberEj + 0x00000000400de7b4 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400de7b4 _ZN3nvs4Page12setSeqNumberEj + *fill* 0x00000000400de7c9 0x3 + .text._ZN3nvs4Page5eraseEv + 0x00000000400de7cc 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400de7cc _ZN3nvs4Page5eraseEv + *fill* 0x00000000400de806 0x2 + .text._ZN3nvs4Page11markFreeingEv + 0x00000000400de808 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400de808 _ZN3nvs4Page11markFreeingEv + *fill* 0x00000000400de835 0x3 + .text._ZN3nvs4Page8markFullEv + 0x00000000400de838 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400de838 _ZN3nvs4Page8markFullEv + *fill* 0x00000000400de856 0x2 + .text._ZNK3nvs4Page18getVarDataTailroomEv + 0x00000000400de858 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400de858 _ZNK3nvs4Page18getVarDataTailroomEv + *fill* 0x00000000400de88d 0x3 + .text._ZN3nvs11PageManager12activatePageEv + 0x00000000400de890 0x74 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x00000000400de890 _ZN3nvs11PageManager12activatePageEv + .text._ZN3nvs11PageManager14requestNewPageEv + 0x00000000400de904 0xe8 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0xfc (size before relaxing) + 0x00000000400de904 _ZN3nvs11PageManager14requestNewPageEv + .text._ZN3nvs11PageManager4loadEPNS_9PartitionEjj + 0x00000000400de9ec 0x3bd esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x3d5 (size before relaxing) + 0x00000000400de9ec _ZN3nvs11PageManager4loadEPNS_9PartitionEjj + *fill* 0x00000000400deda9 0x3 + .text._ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE + 0x00000000400dedac 0x49 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0x4d (size before relaxing) + 0x00000000400dedac _ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE + *fill* 0x00000000400dedf5 0x3 + .text._ZNK3nvs4Item14calculateCrc32Ev + 0x00000000400dedf8 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00000000400dedf8 _ZNK3nvs4Item14calculateCrc32Ev + .text._ZNK3nvs4Item26calculateCrc32WithoutValueEv + 0x00000000400dee24 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00000000400dee24 _ZNK3nvs4Item26calculateCrc32WithoutValueEv + .text._ZN3nvs4Item14calculateCrc32EPKhj + 0x00000000400dee4c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00000000400dee4c _ZN3nvs4Item14calculateCrc32EPKhj + .text.insert_vector_desc + 0x00000000400dee60 0x50 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .text.find_desc_for_int + 0x00000000400deeb0 0x25 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + *fill* 0x00000000400deed5 0x3 + .text.get_desc_for_int + 0x00000000400deed8 0x6c esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x74 (size before relaxing) + .text.find_desc_for_source + 0x00000000400def44 0x6c esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .text.is_vect_desc_usable + 0x00000000400defb0 0xcc esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0xe0 (size before relaxing) + .text.get_available_int + 0x00000000400df07c 0x14c esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x160 (size before relaxing) + .text.esp_intr_enable_source + 0x00000000400df1c8 0x10 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x13 (size before relaxing) + 0x00000000400df1c8 esp_intr_enable_source + *fill* 0x00000000400df1d8 0x0 + .text.esp_intr_disable_source + 0x00000000400df1d8 0x10 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x13 (size before relaxing) + 0x00000000400df1d8 esp_intr_disable_source + *fill* 0x00000000400df1e8 0x0 + .text.esp_intr_alloc_intrstatus + 0x00000000400df1e8 0x289 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x2b5 (size before relaxing) + 0x00000000400df1e8 esp_intr_alloc_intrstatus + *fill* 0x00000000400df471 0x3 + .text.esp_intr_alloc + 0x00000000400df474 0x18 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x1c (size before relaxing) + 0x00000000400df474 esp_intr_alloc + .text.esp_intr_free + 0x00000000400df48c 0xc5 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0xd5 (size before relaxing) + 0x00000000400df48c esp_intr_free + *fill* 0x00000000400df551 0x3 + .text.ext0_wakeup_prepare + 0x00000000400df554 0x94 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .text.ext1_wakeup_prepare + 0x00000000400df5e8 0x166 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + *fill* 0x00000000400df74e 0x2 + .text.get_power_down_flags + 0x00000000400df750 0xaa esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + *fill* 0x00000000400df7fa 0x2 + .text.timer_wakeup_prepare + 0x00000000400df7fc 0x52 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x56 (size before relaxing) + *fill* 0x00000000400df84e 0x2 + .text.esp_get_deep_sleep_wake_stub + 0x00000000400df850 0x76 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x00000000400df850 esp_get_deep_sleep_wake_stub + *fill* 0x00000000400df8c6 0x2 + .text.esp_set_deep_sleep_wake_stub + 0x00000000400df8c8 0xd esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x00000000400df8c8 esp_set_deep_sleep_wake_stub + *fill* 0x00000000400df8d5 0x3 + .text.esp_sleep_config_gpio_isolate + 0x00000000400df8d8 0x53 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x00000000400df8d8 esp_sleep_config_gpio_isolate + *fill* 0x00000000400df92b 0x1 + .text.esp_sleep_enable_gpio_switch + 0x00000000400df92c 0x5d esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x00000000400df92c esp_sleep_enable_gpio_switch + *fill* 0x00000000400df989 0x3 + .text.esp_light_sleep_start + 0x00000000400df98c 0x24e esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x2b2 (size before relaxing) + 0x00000000400df98c esp_light_sleep_start + *fill* 0x00000000400dfbda 0x2 + .text.esp_sleep_enable_timer_wakeup + 0x00000000400dfbdc 0x17 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x00000000400dfbdc esp_sleep_enable_timer_wakeup + *fill* 0x00000000400dfbf3 0x1 + .text.esp_deep_sleep + 0x00000000400dfbf4 0xf esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x13 (size before relaxing) + 0x00000000400dfbf4 esp_deep_sleep + *fill* 0x00000000400dfc03 0x1 + .text.esp_sleep_enable_gpio_wakeup + 0x00000000400dfc04 0x48 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x50 (size before relaxing) + 0x00000000400dfc04 esp_sleep_enable_gpio_wakeup + .text.esp_sleep_enable_uart_wakeup + 0x00000000400dfc4c 0x2e esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x00000000400dfc4c esp_sleep_enable_uart_wakeup + *fill* 0x00000000400dfc7a 0x2 + .text.gpio_hal_intr_enable_on_core + 0x00000000400dfc7c 0x98 esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0x00000000400dfc7c gpio_hal_intr_enable_on_core + .text.gpio_hal_intr_disable + 0x00000000400dfd14 0x6d esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0x00000000400dfd14 gpio_hal_intr_disable + *fill* 0x00000000400dfd81 0x3 + .text.uart_hal_set_sclk + 0x00000000400dfd84 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400dfd84 uart_hal_set_sclk + *fill* 0x00000000400dfdaa 0x2 + .text.uart_hal_set_baudrate + 0x00000000400dfdac 0x54 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400dfdac uart_hal_set_baudrate + .text.uart_hal_get_baudrate + 0x00000000400dfe00 0x44 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400dfe00 uart_hal_get_baudrate + .text.uart_hal_set_hw_flow_ctrl + 0x00000000400dfe44 0x74 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400dfe44 uart_hal_set_hw_flow_ctrl + .text.uart_hal_set_at_cmd_char + 0x00000000400dfeb8 0xaf esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400dfeb8 uart_hal_set_at_cmd_char + *fill* 0x00000000400dff67 0x1 + .text.uart_hal_set_tx_idle_num + 0x00000000400dff68 0x22 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400dff68 uart_hal_set_tx_idle_num + *fill* 0x00000000400dff8a 0x2 + .text.uart_hal_set_txfifo_empty_thr + 0x00000000400dff8c 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400dff8c uart_hal_set_txfifo_empty_thr + .text.uart_hal_init + 0x00000000400dffac 0x127 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400dffac uart_hal_init + *fill* 0x00000000400e00d3 0x1 + .text.uart_hal_set_rx_timeout + 0x00000000400e00d4 0x71 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400e00d4 uart_hal_set_rx_timeout + *fill* 0x00000000400e0145 0x3 + .text.interrupt_controller_hal_desc_type + 0x00000000400e0148 0x12 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x00000000400e0148 interrupt_controller_hal_desc_type + *fill* 0x00000000400e015a 0x2 + .text.interrupt_controller_hal_desc_level + 0x00000000400e015c 0x12 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x00000000400e015c interrupt_controller_hal_desc_level + *fill* 0x00000000400e016e 0x2 + .text.interrupt_controller_hal_desc_flags + 0x00000000400e0170 0x17 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x00000000400e0170 interrupt_controller_hal_desc_flags + *fill* 0x00000000400e0187 0x1 + .text.brownout_hal_config + 0x00000000400e0188 0xb6 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x00000000400e0188 brownout_hal_config + *fill* 0x00000000400e023e 0x2 + .text.brownout_hal_intr_enable + 0x00000000400e0240 0x21 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x00000000400e0240 brownout_hal_intr_enable + *fill* 0x00000000400e0261 0x3 + .text.brownout_hal_intr_clear + 0x00000000400e0264 0x1a esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x00000000400e0264 brownout_hal_intr_clear + *fill* 0x00000000400e027e 0x2 + .text.interrupt_controller_hal_desc_table + 0x00000000400e0280 0x8 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + 0x00000000400e0280 interrupt_controller_hal_desc_table + .text.wifi_create_and_start_sta + 0x00000000400e0288 0x2f esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x37 (size before relaxing) + *fill* 0x00000000400e02b7 0x1 + .text.wifi_create_and_start_ap + 0x00000000400e02b8 0x2f esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x37 (size before relaxing) + *fill* 0x00000000400e02e7 0x1 + .text.tcpip_adapter_set_default_wifi_handlers + 0x00000000400e02e8 0x44 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x48 (size before relaxing) + 0x00000000400e02e8 tcpip_adapter_set_default_wifi_handlers + .text.tcpip_adapter_clear_default_wifi_handlers + 0x00000000400e032c 0x1a esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x00000000400e032c tcpip_adapter_clear_default_wifi_handlers + *fill* 0x00000000400e0346 0x2 + .text.esp_netif_action_start + 0x00000000400e0348 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0xe (size before relaxing) + 0x00000000400e0348 esp_netif_action_start + *fill* 0x00000000400e0352 0x2 + .text.esp_netif_action_stop + 0x00000000400e0354 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0xe (size before relaxing) + 0x00000000400e0354 esp_netif_action_stop + *fill* 0x00000000400e035e 0x2 + .text.esp_netif_action_connected + 0x00000000400e0360 0x116 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x132 (size before relaxing) + 0x00000000400e0360 esp_netif_action_connected + *fill* 0x00000000400e0476 0x2 + .text.esp_netif_action_disconnected + 0x00000000400e0478 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0xe (size before relaxing) + 0x00000000400e0478 esp_netif_action_disconnected + *fill* 0x00000000400e0482 0x2 + .text.esp_netif_list_lock + 0x00000000400e0484 0x31 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x35 (size before relaxing) + 0x00000000400e0484 esp_netif_list_lock + *fill* 0x00000000400e04b5 0x3 + .text.esp_netif_list_unlock + 0x00000000400e04b8 0x38 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x40 (size before relaxing) + 0x00000000400e04b8 esp_netif_list_unlock + .text.esp_netif_add_to_list + 0x00000000400e04f0 0x41 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x49 (size before relaxing) + 0x00000000400e04f0 esp_netif_add_to_list + *fill* 0x00000000400e0531 0x3 + .text.esp_netif_remove_from_list + 0x00000000400e0534 0x6d esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x78 (size before relaxing) + 0x00000000400e0534 esp_netif_remove_from_list + *fill* 0x00000000400e05a1 0x3 + .text.esp_netif_next_unsafe + 0x00000000400e05a4 0x31 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x00000000400e05a4 esp_netif_next_unsafe + *fill* 0x00000000400e05d5 0x3 + .text.esp_netif_is_netif_listed + 0x00000000400e05d8 0x5c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x6e (size before relaxing) + 0x00000000400e05d8 esp_netif_is_netif_listed + *fill* 0x00000000400e0634 0x0 + .text.esp_netif_get_handle_from_ifkey + 0x00000000400e0634 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x70 (size before relaxing) + 0x00000000400e0634 esp_netif_get_handle_from_ifkey + .text.esp_netif_config_sanity_check + 0x00000000400e0694 0x5a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x6a (size before relaxing) + *fill* 0x00000000400e06ee 0x2 + .text.esp_netif_set_ip_old_info_api + 0x00000000400e06f0 0x35 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x00000000400e0725 0x3 + .text.esp_netif_init_configuration + 0x00000000400e0728 0x11c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x128 (size before relaxing) + .text.esp_netif_lwip_remove + 0x00000000400e0844 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x1e (size before relaxing) + *fill* 0x00000000400e085c 0x0 + .text.esp_netif_dhcps_start_api + 0x00000000400e085c 0x81 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x89 (size before relaxing) + *fill* 0x00000000400e08dd 0x3 + .text.esp_netif_dhcps_cb + 0x00000000400e08e0 0x46 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4e (size before relaxing) + *fill* 0x00000000400e0926 0x2 + .text.esp_netif_nd6_cb + 0x00000000400e0928 0xd6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xde (size before relaxing) + *fill* 0x00000000400e09fe 0x2 + .text.esp_netif_lwip_add + 0x00000000400e0a00 0x66 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x76 (size before relaxing) + *fill* 0x00000000400e0a66 0x2 + .text.esp_netif_is_active + 0x00000000400e0a68 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000400e0a76 0x2 + .text.esp_netif_ip_lost_timer + 0x00000000400e0a78 0x82 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x92 (size before relaxing) + *fill* 0x00000000400e0afa 0x2 + .text.esp_netif_set_default_netif + 0x00000000400e0afc 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400e0b06 0x2 + .text.esp_netif_api_cb + 0x00000000400e0b08 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x00000000400e0b23 0x1 + .text.esp_netif_dhcps_stop_api + 0x00000000400e0b24 0x39 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x3d (size before relaxing) + *fill* 0x00000000400e0b5d 0x3 + .text.esp_netif_start_ip_lost_timer + 0x00000000400e0b60 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x00000000400e0b89 0x3 + .text.esp_netif_dhcpc_stop_api + 0x00000000400e0b8c 0x59 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x61 (size before relaxing) + *fill* 0x00000000400e0be5 0x3 + .text.esp_netif_dhcpc_start_api + 0x00000000400e0be8 0xd1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xd9 (size before relaxing) + *fill* 0x00000000400e0cb9 0x3 + .text.esp_netif_set_hostname_api + 0x00000000400e0cbc 0x59 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x5d (size before relaxing) + *fill* 0x00000000400e0d15 0x3 + .text.esp_netif_set_ip_info_api + 0x00000000400e0d18 0x121 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x131 (size before relaxing) + *fill* 0x00000000400e0e39 0x3 + .text.esp_netif_set_dns_info_api + 0x00000000400e0e3c 0x55 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x59 (size before relaxing) + *fill* 0x00000000400e0e91 0x3 + .text.esp_netif_get_dns_info_api + 0x00000000400e0e94 0x71 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x79 (size before relaxing) + *fill* 0x00000000400e0f05 0x3 + .text.esp_netif_create_ip6_linklocal_api + 0x00000000400e0f08 0x2e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400e0f36 0x2 + .text.esp_netif_update_default_netif + 0x00000000400e0f38 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + *fill* 0x00000000400e0f81 0x3 + .text.esp_netif_start_api + 0x00000000400e0f84 0x100 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x120 (size before relaxing) + .text.esp_netif_stop_api + 0x00000000400e1084 0x79 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x89 (size before relaxing) + *fill* 0x00000000400e10fd 0x3 + .text.esp_netif_up_api + 0x00000000400e1100 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x35 (size before relaxing) + *fill* 0x00000000400e112d 0x3 + .text.esp_netif_down_api + 0x00000000400e1130 0xa1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xad (size before relaxing) + *fill* 0x00000000400e11d1 0x3 + .text.esp_netif_init + 0x00000000400e11d4 0x91 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xb1 (size before relaxing) + 0x00000000400e11d4 esp_netif_init + *fill* 0x00000000400e1265 0x3 + .text.esp_netif_destroy + 0x00000000400e1268 0x47 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x62 (size before relaxing) + 0x00000000400e1268 esp_netif_destroy + *fill* 0x00000000400e12af 0x1 + .text.esp_netif_new + 0x00000000400e12b0 0x14c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x190 (size before relaxing) + 0x00000000400e12b0 esp_netif_new + .text.esp_netif_attach + 0x00000000400e13fc 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x3e (size before relaxing) + 0x00000000400e13fc esp_netif_attach + *fill* 0x00000000400e1432 0x2 + .text.esp_netif_set_driver_config + 0x00000000400e1434 0x35 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400e1434 esp_netif_set_driver_config + *fill* 0x00000000400e1469 0x3 + .text.esp_netif_set_mac + 0x00000000400e146c 0x39 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400e146c esp_netif_set_mac + *fill* 0x00000000400e14a5 0x3 + .text.esp_netif_start + 0x00000000400e14a8 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e14a8 esp_netif_start + *fill* 0x00000000400e14f1 0x3 + .text.esp_netif_stop + 0x00000000400e14f4 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e14f4 esp_netif_stop + *fill* 0x00000000400e153d 0x3 + .text.esp_netif_netstack_buf_ref + 0x00000000400e1540 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xe (size before relaxing) + 0x00000000400e1540 esp_netif_netstack_buf_ref + *fill* 0x00000000400e154a 0x2 + .text.esp_netif_netstack_buf_free + 0x00000000400e154c 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xe (size before relaxing) + 0x00000000400e154c esp_netif_netstack_buf_free + *fill* 0x00000000400e1556 0x2 + .text.esp_netif_dhcpc_stop + 0x00000000400e1558 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e1558 esp_netif_dhcpc_stop + *fill* 0x00000000400e15a1 0x3 + .text.esp_netif_dhcpc_start + 0x00000000400e15a4 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e15a4 esp_netif_dhcpc_start + *fill* 0x00000000400e15ed 0x3 + .text.esp_netif_dhcps_start + 0x00000000400e15f0 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e15f0 esp_netif_dhcps_start + *fill* 0x00000000400e1639 0x3 + .text.esp_netif_dhcps_stop + 0x00000000400e163c 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e163c esp_netif_dhcps_stop + *fill* 0x00000000400e1685 0x3 + .text.esp_netif_set_hostname + 0x00000000400e1688 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e1688 esp_netif_set_hostname + *fill* 0x00000000400e16d1 0x3 + .text.esp_netif_get_hostname + 0x00000000400e16d4 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400e16d4 esp_netif_get_hostname + *fill* 0x00000000400e16fd 0x3 + .text.esp_netif_up + 0x00000000400e1700 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e1700 esp_netif_up + *fill* 0x00000000400e1749 0x3 + .text.esp_netif_down + 0x00000000400e174c 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e174c esp_netif_down + *fill* 0x00000000400e1795 0x3 + .text.esp_netif_update_default_netif_lwip + 0x00000000400e1798 0xc2 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xd2 (size before relaxing) + *fill* 0x00000000400e185a 0x2 + .text.esp_netif_get_old_ip_info + 0x00000000400e185c 0x32 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400e185c esp_netif_get_old_ip_info + *fill* 0x00000000400e188e 0x2 + .text.esp_netif_get_ip_info + 0x00000000400e1890 0x6d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400e1890 esp_netif_get_ip_info + *fill* 0x00000000400e18fd 0x3 + .text.esp_netif_set_old_ip_info + 0x00000000400e1900 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e1900 esp_netif_set_old_ip_info + *fill* 0x00000000400e1949 0x3 + .text.esp_netif_set_ip_info + 0x00000000400e194c 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e194c esp_netif_set_ip_info + *fill* 0x00000000400e1995 0x3 + .text.esp_netif_set_dns_info + 0x00000000400e1998 0x4d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x59 (size before relaxing) + 0x00000000400e1998 esp_netif_set_dns_info + *fill* 0x00000000400e19e5 0x3 + .text.esp_netif_get_dns_info + 0x00000000400e19e8 0x4d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x59 (size before relaxing) + 0x00000000400e19e8 esp_netif_get_dns_info + *fill* 0x00000000400e1a35 0x3 + .text.esp_netif_create_ip6_linklocal + 0x00000000400e1a38 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x55 (size before relaxing) + 0x00000000400e1a38 esp_netif_create_ip6_linklocal + *fill* 0x00000000400e1a81 0x3 + .text.esp_netif_get_ip6_linklocal + 0x00000000400e1a84 0x55 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400e1a84 esp_netif_get_ip6_linklocal + *fill* 0x00000000400e1ad9 0x3 + .text.esp_netif_get_ip6_global + 0x00000000400e1adc 0x86 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000400e1adc esp_netif_get_ip6_global + *fill* 0x00000000400e1b62 0x2 + .text.esp_netif_dhcpc_cb + 0x00000000400e1b64 0xdf esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xea (size before relaxing) + *fill* 0x00000000400e1c43 0x1 + .text.esp_netif_dhcps_option + 0x00000000400e1c44 0x1d5 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x1e1 (size before relaxing) + 0x00000000400e1c44 esp_netif_dhcps_option + *fill* 0x00000000400e1e19 0x3 + .text.esp_netif_get_sta_list + 0x00000000400e1e1c 0x69 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + 0x00000000400e1e1c esp_netif_get_sta_list + *fill* 0x00000000400e1e85 0x3 + .text.esp_event_legacy_wifi_event_id + 0x00000000400e1e88 0x9d esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0xa1 (size before relaxing) + *fill* 0x00000000400e1f25 0x3 + .text.esp_event_legacy_ip_event_id + 0x00000000400e1f28 0x47 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x4b (size before relaxing) + *fill* 0x00000000400e1f6f 0x1 + .text.esp_event_legacy_event_id + 0x00000000400e1f70 0x44 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x4c (size before relaxing) + .text.esp_event_send_internal + 0x00000000400e1fb4 0x38 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x3c (size before relaxing) + 0x00000000400e1fb4 esp_event_send_internal + .text.os_get_time + 0x00000000400e1fec 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x00000000400e1fec os_get_time + *fill* 0x00000000400e2005 0x3 + .text.os_random + 0x00000000400e2008 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0xd (size before relaxing) + 0x00000000400e2008 os_random + *fill* 0x00000000400e2012 0x2 + .text.os_get_random + 0x00000000400e2014 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x00000000400e2014 os_get_random + *fill* 0x00000000400e2025 0x3 + .text.forced_memzero + 0x00000000400e2028 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x00000000400e2028 forced_memzero + *fill* 0x00000000400e2037 0x1 + .text.esp_aes_decrypt + 0x00000000400e2038 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000400e2046 0x2 + .text.esp_aes_encrypt + 0x00000000400e2048 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000400e2056 0x2 + .text.esp_aes_unwrap + 0x00000000400e2058 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x18 (size before relaxing) + .text.esp_aes_wrap + 0x00000000400e206c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x18 (size before relaxing) + .text.sha256_prf_bits + 0x00000000400e2080 0xed esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0xf1 (size before relaxing) + 0x00000000400e2080 sha256_prf_bits + *fill* 0x00000000400e216d 0x3 + .text.sha256_prf + 0x00000000400e2170 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x00000000400e2170 sha256_prf + .text.sha1_prf + 0x00000000400e2190 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + 0x00000000400e2190 sha1_prf + .text.wpa_install_key + 0x00000000400e2230 0x23 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000400e2230 wpa_install_key + *fill* 0x00000000400e2253 0x1 + .text.wpa_get_key + 0x00000000400e2254 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000400e2254 wpa_get_key + *fill* 0x00000000400e2271 0x3 + .text.wpa_sendto_wrapper + 0x00000000400e2274 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000400e2274 wpa_sendto_wrapper + *fill* 0x00000000400e2286 0x2 + .text.wpa_deauthenticate + 0x00000000400e2288 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000400e2288 wpa_deauthenticate + *fill* 0x00000000400e2296 0x2 + .text.wpa_config_assoc_ie + 0x00000000400e2298 0x2b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000400e2298 wpa_config_assoc_ie + *fill* 0x00000000400e22c3 0x1 + .text.wpa_neg_complete + 0x00000000400e22c4 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000400e22c4 wpa_neg_complete + *fill* 0x00000000400e22cf 0x1 + .text.wpa_attach + 0x00000000400e22d0 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x3c (size before relaxing) + 0x00000000400e22d0 wpa_attach + .text.wpa_ap_get_wpa_ie + 0x00000000400e2308 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000400e2308 wpa_ap_get_wpa_ie + *fill* 0x00000000400e2336 0x2 + .text.wpa_ap_rx_eapol + 0x00000000400e2338 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000400e2338 wpa_ap_rx_eapol + *fill* 0x00000000400e236a 0x2 + .text.wpa_deattach + 0x00000000400e236c 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x13 (size before relaxing) + 0x00000000400e236c wpa_deattach + *fill* 0x00000000400e237b 0x1 + .text.wpa_parse_wpa_ie_wrapper + 0x00000000400e237c 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x42 (size before relaxing) + 0x00000000400e237c wpa_parse_wpa_ie_wrapper + *fill* 0x00000000400e23ba 0x2 + .text.wpa_sta_disconnected_cb + 0x00000000400e23bc 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x3f (size before relaxing) + *fill* 0x00000000400e23f8 0x0 + .text.wpa_config_profile + 0x00000000400e23f8 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000400e23f8 wpa_config_profile + *fill* 0x00000000400e2461 0x3 + .text.wpa_config_bss + 0x00000000400e2464 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x49 (size before relaxing) + 0x00000000400e2464 wpa_config_bss + *fill* 0x00000000400e24a9 0x3 + .text.wpa_sta_connect + 0x00000000400e24ac 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x2a (size before relaxing) + 0x00000000400e24ac wpa_sta_connect + *fill* 0x00000000400e24ce 0x2 + .text.esp_supplicant_init + 0x00000000400e24d0 0x81 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x89 (size before relaxing) + 0x00000000400e24d0 esp_supplicant_init + *fill* 0x00000000400e2551 0x3 + .text.esp_supplicant_deinit + 0x00000000400e2554 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000400e2554 esp_supplicant_deinit + *fill* 0x00000000400e2561 0x3 + .text.wpa3_parse_sae_commit + 0x00000000400e2564 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000400e25be 0x2 + .text.wpa3_parse_sae_confirm + 0x00000000400e25c0 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x3d (size before relaxing) + *fill* 0x00000000400e25f9 0x3 + .text.wpa3_build_sae_commit + 0x00000000400e25fc 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xf4 (size before relaxing) + .text.wpa3_build_sae_confirm + 0x00000000400e26dc 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x69 (size before relaxing) + *fill* 0x00000000400e273d 0x3 + .text.wpa3_build_sae_msg + 0x00000000400e2740 0x47 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + *fill* 0x00000000400e2787 0x1 + .text.esp_wpa3_free_sae_data + 0x00000000400e2788 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x37 (size before relaxing) + 0x00000000400e2788 esp_wpa3_free_sae_data + *fill* 0x00000000400e27bc 0x0 + .text.wpa3_parse_sae_msg + 0x00000000400e27bc 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400e27ee 0x2 + .text.esp_wifi_register_wpa3_cb + 0x00000000400e27f0 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x00000000400e27f0 esp_wifi_register_wpa3_cb + *fill* 0x00000000400e2801 0x3 + .text.is_wpa2_enterprise_connection + 0x00000000400e2804 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sm_pmksa_free_cb + 0x00000000400e2834 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + *fill* 0x00000000400e2892 0x2 + .text.wpa_supplicant_clr_countermeasures + 0x00000000400e2894 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1a (size before relaxing) + 0x00000000400e2894 wpa_supplicant_clr_countermeasures + *fill* 0x00000000400e28aa 0x2 + .text.cipher_type_map_public_to_supp + 0x00000000400e28ac 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e28ac cipher_type_map_public_to_supp + *fill* 0x00000000400e28ea 0x2 + .text.wpa_eapol_key_send + 0x00000000400e28ec 0xaf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xb3 (size before relaxing) + 0x00000000400e28ec wpa_eapol_key_send + *fill* 0x00000000400e299b 0x1 + .text.wpa_sm_key_request + 0x00000000400e299c 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10c (size before relaxing) + 0x00000000400e299c wpa_sm_key_request + .text.wpa_sm_rekey_ptk + 0x00000000400e2aa4 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x12 (size before relaxing) + 0x00000000400e2aa4 wpa_sm_rekey_ptk + *fill* 0x00000000400e2ab2 0x2 + .text.wpa_supplicant_send_2_of_4 + 0x00000000400e2ab4 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xe4 (size before relaxing) + 0x00000000400e2ab4 wpa_supplicant_send_2_of_4 + .text.wpa_derive_ptk + 0x00000000400e2b94 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e2b94 wpa_derive_ptk + .text.wpa_supplicant_pairwise_gtk + 0x00000000400e2bdc 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e2bdc wpa_supplicant_pairwise_gtk + *fill* 0x00000000400e2c4e 0x2 + .text.wpa_report_ie_mismatch + 0x00000000400e2c50 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e2c50 wpa_report_ie_mismatch + *fill* 0x00000000400e2c5f 0x1 + .text.ieee80211w_set_keys + 0x00000000400e2c60 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e2c60 ieee80211w_set_keys + *fill* 0x00000000400e2caa 0x2 + .text.wpa_supplicant_validate_ie + 0x00000000400e2cac 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e2cac wpa_supplicant_validate_ie + *fill* 0x00000000400e2d7a 0x2 + .text.wpa_supplicant_send_4_of_4 + 0x00000000400e2d7c 0xea esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xee (size before relaxing) + 0x00000000400e2d7c wpa_supplicant_send_4_of_4 + *fill* 0x00000000400e2e66 0x2 + .text.wpa_sm_set_seq + 0x00000000400e2e68 0x33 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e2e68 wpa_sm_set_seq + *fill* 0x00000000400e2e9b 0x1 + .text.wpa_supplicant_process_1_of_2_rsn + 0x00000000400e2e9c 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8c (size before relaxing) + 0x00000000400e2e9c wpa_supplicant_process_1_of_2_rsn + .text.wpa_supplicant_process_1_of_2_wpa + 0x00000000400e2f24 0x10e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x112 (size before relaxing) + 0x00000000400e2f24 wpa_supplicant_process_1_of_2_wpa + *fill* 0x00000000400e3032 0x2 + .text.wpa_supplicant_send_2_of_2 + 0x00000000400e3034 0xc5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc9 (size before relaxing) + 0x00000000400e3034 wpa_supplicant_send_2_of_2 + *fill* 0x00000000400e30f9 0x3 + .text.wpa_supplicant_verify_eapol_key_mic + 0x00000000400e30fc 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xd2 (size before relaxing) + 0x00000000400e30fc wpa_supplicant_verify_eapol_key_mic + *fill* 0x00000000400e31ca 0x2 + .text.wpa_supplicant_decrypt_key_data + 0x00000000400e31cc 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc0 (size before relaxing) + 0x00000000400e31cc wpa_supplicant_decrypt_key_data + .text.wpa_sm_set_state + 0x00000000400e3288 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x20 (size before relaxing) + 0x00000000400e3288 wpa_sm_set_state + .text.wpa_supplicant_key_neg_complete + 0x00000000400e32a4 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x24 (size before relaxing) + 0x00000000400e32a4 wpa_supplicant_key_neg_complete + .text.wpa_supplicant_process_3_of_4 + 0x00000000400e32c4 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x108 (size before relaxing) + 0x00000000400e32c4 wpa_supplicant_process_3_of_4 + .text.wpa_supplicant_process_1_of_2 + 0x00000000400e33b0 0x83 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x96 (size before relaxing) + 0x00000000400e33b0 wpa_supplicant_process_1_of_2 + *fill* 0x00000000400e3433 0x1 + .text.wpa_supplicant_stop_countermeasures + 0x00000000400e3434 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x2c (size before relaxing) + 0x00000000400e3434 wpa_supplicant_stop_countermeasures + *fill* 0x00000000400e3459 0x3 + .text.wpa_sm_set_pmk_from_pmksa + 0x00000000400e345c 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e345c wpa_sm_set_pmk_from_pmksa + .text.wpa_supplicant_get_pmk + 0x00000000400e3488 0x1a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1a8 (size before relaxing) + .text.wpa_supplicant_process_1_of_4 + 0x00000000400e3628 0xdc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xf8 (size before relaxing) + 0x00000000400e3628 wpa_supplicant_process_1_of_4 + .text.wpa_sm_rx_eapol + 0x00000000400e3704 0x234 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x23c (size before relaxing) + 0x00000000400e3704 wpa_sm_rx_eapol + .text.wpa_sm_init + 0x00000000400e3938 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x64 (size before relaxing) + 0x00000000400e3938 wpa_sm_init + .text.wpa_sm_deinit + 0x00000000400e3998 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x11 (size before relaxing) + 0x00000000400e3998 wpa_sm_deinit + *fill* 0x00000000400e39a6 0x2 + .text.wpa_set_profile + 0x00000000400e39a8 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e39a8 wpa_set_profile + *fill* 0x00000000400e3a0e 0x2 + .text.wpa_set_pmk + 0x00000000400e3a10 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x48 (size before relaxing) + 0x00000000400e3a10 wpa_set_pmk + .text.wpa_set_passphrase + 0x00000000400e3a54 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xae (size before relaxing) + 0x00000000400e3a54 wpa_set_passphrase + *fill* 0x00000000400e3afa 0x2 + .text.set_assoc_ie + 0x00000000400e3afc 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e3afc set_assoc_ie + *fill* 0x00000000400e3b32 0x2 + .text.wpa_set_bss + 0x00000000400e3b34 0x12c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x148 (size before relaxing) + 0x00000000400e3b34 wpa_set_bss + .text.wpa_sm_set_key + 0x00000000400e3c60 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e3c60 wpa_sm_set_key + *fill* 0x00000000400e3cd9 0x3 + .text.wpa_supplicant_install_ptk + 0x00000000400e3cdc 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8a (size before relaxing) + 0x00000000400e3cdc wpa_supplicant_install_ptk + *fill* 0x00000000400e3d62 0x2 + .text.wpa_sm_get_key + 0x00000000400e3d64 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e3d64 wpa_sm_get_key + .text.wpa_supplicant_gtk_in_use + 0x00000000400e3d84 0xc5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc9 (size before relaxing) + *fill* 0x00000000400e3e49 0x3 + .text.wpa_supplicant_install_gtk + 0x00000000400e3e4c 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xcc (size before relaxing) + 0x00000000400e3e4c wpa_supplicant_install_gtk + .text.wpa_supplicant_send_4_of_4_txcallback + 0x00000000400e3f10 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x82 (size before relaxing) + 0x00000000400e3f10 wpa_supplicant_send_4_of_4_txcallback + *fill* 0x00000000400e3f86 0x2 + .text.wpa_supplicant_send_2_of_2_txcallback + 0x00000000400e3f88 0x4b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x53 (size before relaxing) + 0x00000000400e3f88 wpa_supplicant_send_2_of_2_txcallback + *fill* 0x00000000400e3fd3 0x1 + .text.wpa_michael_mic_failure + 0x00000000400e3fd4 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xce (size before relaxing) + 0x00000000400e3fd4 wpa_michael_mic_failure + *fill* 0x00000000400e407a 0x2 + .text.eapol_txcb + 0x00000000400e407c 0x77 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x7a (size before relaxing) + 0x00000000400e407c eapol_txcb + *fill* 0x00000000400e40f3 0x1 + .text.wpa_sta_in_4way_handshake + 0x00000000400e40f4 0x2f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e40f4 wpa_sta_in_4way_handshake + *fill* 0x00000000400e4123 0x1 + .text.wpa_sta_cur_pmksa_matches_akm + 0x00000000400e4124 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000400e4124 wpa_sta_cur_pmksa_matches_akm + .text.wpa_sta_clear_curr_pmksa + 0x00000000400e414c 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x23 (size before relaxing) + 0x00000000400e414c wpa_sta_clear_curr_pmksa + *fill* 0x00000000400e416b 0x1 + .text.wpa_parse_generic + 0x00000000400e416c 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x00000000400e42a2 0x2 + .text.wpa_gen_wpa_ie_rsn + 0x00000000400e42a4 0x27e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x00000000400e4522 0x2 + .text.wpa_gen_wpa_ie_wpa + 0x00000000400e4524 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .text.wpa_parse_wpa_ie + 0x00000000400e469c 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x00000000400e469c wpa_parse_wpa_ie + *fill* 0x00000000400e46d9 0x3 + .text.wpa_gen_wpa_ie + 0x00000000400e46dc 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x00000000400e46dc wpa_gen_wpa_ie + .text.wpa_supplicant_parse_ies + 0x00000000400e4724 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x80 (size before relaxing) + 0x00000000400e4724 wpa_supplicant_parse_ies + .text.hex2byte + 0x00000000400e47a0 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x00000000400e47a0 hex2byte + .text.hexstr2bin + 0x00000000400e47d0 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x00000000400e47d0 hexstr2bin + .text.wpa_get_ntp_timestamp + 0x00000000400e47f8 0x5f esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x63 (size before relaxing) + 0x00000000400e47f8 wpa_get_ntp_timestamp + *fill* 0x00000000400e4857 0x1 + .text.printf_decode + 0x00000000400e4858 0x11e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x00000000400e4858 printf_decode + *fill* 0x00000000400e4976 0x2 + .text.dup_binstr + 0x00000000400e4978 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x00000000400e4978 dup_binstr + *fill* 0x00000000400e49a2 0x2 + .text.wpa_config_parse_string + 0x00000000400e49a4 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x130 (size before relaxing) + 0x00000000400e49a4 wpa_config_parse_string + .text.wpa_bin_clear_free + 0x00000000400e4abc 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0xf (size before relaxing) + 0x00000000400e4abc wpa_bin_clear_free + *fill* 0x00000000400e4ac8 0x0 + .text.bin_clear_free + 0x00000000400e4ac8 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0xf (size before relaxing) + 0x00000000400e4ac8 bin_clear_free + *fill* 0x00000000400e4ad4 0x0 + .text.wpabuf_alloc + 0x00000000400e4ad4 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x1c (size before relaxing) + 0x00000000400e4ad4 wpabuf_alloc + .text.wpabuf_resize + 0x00000000400e4aec 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x8e (size before relaxing) + 0x00000000400e4aec wpabuf_resize + *fill* 0x00000000400e4b72 0x2 + .text.wpabuf_free + 0x00000000400e4b74 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x00000000400e4b74 wpabuf_free + .text.wpabuf_alloc_copy + 0x00000000400e4b90 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x28 (size before relaxing) + 0x00000000400e4b90 wpabuf_alloc_copy + .text.wpabuf_dup + 0x00000000400e4bb4 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x2c (size before relaxing) + 0x00000000400e4bb4 wpabuf_dup + .text.wpabuf_zeropad + 0x00000000400e4bdc 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x54 (size before relaxing) + 0x00000000400e4bdc wpabuf_zeropad + .text.digest_vector + 0x00000000400e4c28 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.hmac_vector + 0x00000000400e4c9c 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.aes_crypt_init + 0x00000000400e4d0c 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x54 (size before relaxing) + .text.aes_crypt_deinit + 0x00000000400e4d5c 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x16 (size before relaxing) + *fill* 0x00000000400e4d6e 0x2 + .text.aes_crypt + 0x00000000400e4d70 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + *fill* 0x00000000400e4d85 0x3 + .text.sha256_vector + 0x00000000400e4d88 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x00000000400e4d88 sha256_vector + .text.sha1_vector + 0x00000000400e4d9c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x00000000400e4d9c sha1_vector + .text.md5_vector + 0x00000000400e4db0 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x00000000400e4db0 md5_vector + .text.hmac_sha256_vector + 0x00000000400e4dc4 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1c (size before relaxing) + 0x00000000400e4dc4 hmac_sha256_vector + .text.hmac_sha256 + 0x00000000400e4ddc 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000400e4ddc hmac_sha256 + *fill* 0x00000000400e4df9 0x3 + .text.hmac_md5_vector + 0x00000000400e4dfc 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1c (size before relaxing) + 0x00000000400e4dfc hmac_md5_vector + .text.hmac_md5 + 0x00000000400e4e14 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000400e4e14 hmac_md5 + *fill* 0x00000000400e4e31 0x3 + .text.hmac_sha1_vector + 0x00000000400e4e34 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1c (size before relaxing) + 0x00000000400e4e34 hmac_sha1_vector + .text.hmac_sha1 + 0x00000000400e4e4c 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000400e4e4c hmac_sha1 + *fill* 0x00000000400e4e69 0x3 + .text.aes_encrypt_init + 0x00000000400e4e6c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x14 (size before relaxing) + 0x00000000400e4e6c aes_encrypt_init + .text.aes_encrypt + 0x00000000400e4e7c 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000400e4e7c aes_encrypt + *fill* 0x00000000400e4e91 0x3 + .text.aes_encrypt_deinit + 0x00000000400e4e94 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xe (size before relaxing) + 0x00000000400e4e94 aes_encrypt_deinit + *fill* 0x00000000400e4e9e 0x2 + .text.aes_decrypt_init + 0x00000000400e4ea0 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x14 (size before relaxing) + 0x00000000400e4ea0 aes_decrypt_init + .text.aes_decrypt + 0x00000000400e4eb0 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000400e4eb0 aes_decrypt + *fill* 0x00000000400e4ec5 0x3 + .text.aes_decrypt_deinit + 0x00000000400e4ec8 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xe (size before relaxing) + 0x00000000400e4ec8 aes_decrypt_deinit + *fill* 0x00000000400e4ed2 0x2 + .text.aes_128_cbc_encrypt + 0x00000000400e4ed4 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000400e4ed4 aes_128_cbc_encrypt + .text.aes_128_cbc_decrypt + 0x00000000400e4f2c 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000400e4f2c aes_128_cbc_decrypt + .text.crypto_mod_exp + 0x00000000400e4f84 0xb9 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000400e4f84 crypto_mod_exp + *fill* 0x00000000400e503d 0x3 + .text.pbkdf2_sha1 + 0x00000000400e5040 0x67 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x00000000400e5040 pbkdf2_sha1 + *fill* 0x00000000400e50a7 0x1 + .text.omac1_aes_vector + 0x00000000400e50a8 0x169 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x171 (size before relaxing) + 0x00000000400e50a8 omac1_aes_vector + *fill* 0x00000000400e5211 0x3 + .text.omac1_aes_128_vector + 0x00000000400e5214 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x00000000400e5214 omac1_aes_128_vector + *fill* 0x00000000400e522d 0x3 + .text.omac1_aes_128 + 0x00000000400e5230 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x1c (size before relaxing) + 0x00000000400e5230 omac1_aes_128 + .text.aes_wrap + 0x00000000400e5248 0xcd esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0xd1 (size before relaxing) + 0x00000000400e5248 aes_wrap + *fill* 0x00000000400e5315 0x3 + .text.aes_unwrap + 0x00000000400e5318 0xda esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0xde (size before relaxing) + 0x00000000400e5318 aes_unwrap + *fill* 0x00000000400e53f2 0x2 + .text.wpa_auth_get_sm + 0x00000000400e53f4 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e541a 0x2 + .text.wpa_auth_add_sm + 0x00000000400e541c 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e545d 0x3 + .text.wpa_auth_del_sm + 0x00000000400e5460 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e5492 0x2 + .text.wpa_use_aes_cmac + 0x00000000400e5494 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e54a9 0x3 + .text.wpa_receive_error_report + 0x00000000400e54ac 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_free_sta_sm + 0x00000000400e54bc 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400e54e6 0x2 + .text.wpa_group_init_gmk_and_counter + 0x00000000400e54e8 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x76 (size before relaxing) + *fill* 0x00000000400e5552 0x2 + .text.sm_WPA_PTK_AUTHENTICATION_Enter + 0x00000000400e5554 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e558a 0x2 + .text.wpa_gmk_to_gtk + 0x00000000400e558c 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x54 (size before relaxing) + .text.wpa_gtk_update + 0x00000000400e55dc 0x94 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x9c (size before relaxing) + .text.wpa_group_gtk_init + 0x00000000400e5670 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_setkeys + 0x00000000400e56a4 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e56db 0x1 + .text.wpa_group_config_group_keys + 0x00000000400e56dc 0x55 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e5731 0x3 + .text.wpa_group_setkeysdone + 0x00000000400e5734 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x24 (size before relaxing) + .text.wpa_group_sm_step + 0x00000000400e5754 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_init + 0x00000000400e57b8 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x5b (size before relaxing) + *fill* 0x00000000400e5807 0x1 + .text.wpa_group_ensure_init + 0x00000000400e5808 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400e5832 0x2 + .text.wpa_sta_disconnect + 0x00000000400e5834 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e5843 0x1 + .text.sm_WPA_PTK_AUTHENTICATION2_Enter + 0x00000000400e5844 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4c (size before relaxing) + .text.sm_WPA_PTK_DISCONNECT_Enter + 0x00000000400e5888 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e58b6 0x2 + .text.wpa_rekey_gtk + 0x00000000400e58b8 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_derive_ptk + 0x00000000400e58f4 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e593a 0x2 + .text.wpa_verify_key_mic + 0x00000000400e593c 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x78 (size before relaxing) + .text.wpa_replay_counter_valid + 0x00000000400e59b0 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e59e5 0x3 + .text.wpa_replay_counter_mark_invalid + 0x00000000400e59e8 0x31 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e5a19 0x3 + .text.sm_WPA_PTK_PTKINITDONE_Enter + 0x00000000400e5a1c 0xa7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e5ac3 0x1 + .text.ieee80211w_kde_add + 0x00000000400e5ac4 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x78 (size before relaxing) + .text.resend_eapol_handle + 0x00000000400e5b34 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000400e5b34 resend_eapol_handle + .text.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter + 0x00000000400e5b4c 0xda esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xde (size before relaxing) + *fill* 0x00000000400e5c26 0x2 + .text.sm_WPA_PTK_INITPSK_Enter + 0x00000000400e5c28 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_init + 0x00000000400e5c74 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x70 (size before relaxing) + 0x00000000400e5c74 wpa_init + .text.wpa_auth_sta_init + 0x00000000400e5cd4 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x30 (size before relaxing) + 0x00000000400e5cd4 wpa_auth_sta_init + .text.wpa_auth_sta_deinit + 0x00000000400e5d00 0x3f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x46 (size before relaxing) + 0x00000000400e5d00 wpa_auth_sta_deinit + *fill* 0x00000000400e5d3f 0x1 + .text.__wpa_send_eapol + 0x00000000400e5d40 0x363 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x37b (size before relaxing) + 0x00000000400e5d40 __wpa_send_eapol + *fill* 0x00000000400e60a3 0x1 + .text.wpa_send_eapol + 0x00000000400e60a4 0xd3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xdb (size before relaxing) + *fill* 0x00000000400e6177 0x1 + .text.sm_WPA_PTK_PTKSTART_Enter + 0x00000000400e6178 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_PTKINITNEGOTIATING_Enter + 0x00000000400e622c 0x15e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x16a (size before relaxing) + *fill* 0x00000000400e638a 0x2 + .text.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter + 0x00000000400e638c 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xf8 (size before relaxing) + .text.sm_WPA_PTK_GROUP_Step + 0x00000000400e6470 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_remove_ptk + 0x00000000400e6524 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000400e6524 wpa_remove_ptk + *fill* 0x00000000400e655e 0x2 + .text.sm_WPA_PTK_INITIALIZE_Enter + 0x00000000400e6560 0x63 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e65c3 0x1 + .text.sm_WPA_PTK_Step + 0x00000000400e65c4 0x1f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20c (size before relaxing) + .text.wpa_sm_step + 0x00000000400e67b8 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xd0 (size before relaxing) + .text.wpa_send_eapol_timeout + 0x00000000400e687c 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000400e6892 0x2 + .text.wpa_rekey_ptk + 0x00000000400e6894 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x16 (size before relaxing) + *fill* 0x00000000400e68a6 0x2 + .text.wpa_auth_sta_associated + 0x00000000400e68a8 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x80 (size before relaxing) + 0x00000000400e68a8 wpa_auth_sta_associated + .text.wpa_receive + 0x00000000400e6920 0x3e3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x413 (size before relaxing) + 0x00000000400e6920 wpa_receive + *fill* 0x00000000400e6d03 0x1 + .text.hostap_eapol_resend_process + 0x00000000400e6d04 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x30 (size before relaxing) + 0x00000000400e6d04 hostap_eapol_resend_process + .text.wpa_ap_join + 0x00000000400e6d2c 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x76 (size before relaxing) + 0x00000000400e6d2c wpa_ap_join + *fill* 0x00000000400e6d9e 0x2 + .text.wpa_ap_remove + 0x00000000400e6da0 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000400e6da0 wpa_ap_remove + *fill* 0x00000000400e6db6 0x2 + .text.wpa_parse_generic + 0x00000000400e6db8 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + *fill* 0x00000000400e6eee 0x2 + .text.wpa_write_wpa_ie + 0x00000000400e6ef0 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + *fill* 0x00000000400e6fba 0x2 + .text.wpa_write_rsn_ie + 0x00000000400e6fbc 0x1bd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x00000000400e6fbc wpa_write_rsn_ie + *fill* 0x00000000400e7179 0x3 + .text.wpa_auth_gen_wpa_ie + 0x00000000400e717c 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x70 (size before relaxing) + 0x00000000400e717c wpa_auth_gen_wpa_ie + .text.wpa_add_kde + 0x00000000400e71e0 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x00000000400e71e0 wpa_add_kde + .text.wpa_validate_wpa_ie + 0x00000000400e7228 0x20d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x225 (size before relaxing) + 0x00000000400e7228 wpa_validate_wpa_ie + *fill* 0x00000000400e7435 0x3 + .text.wpa_parse_kde_ies + 0x00000000400e7438 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x80 (size before relaxing) + 0x00000000400e7438 wpa_parse_kde_ies + .text.sae_parse_commit_token + 0x00000000400e74b4 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x00000000400e752a 0x2 + .text.sae_cn_confirm + 0x00000000400e752c 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x74 (size before relaxing) + .text.sae_cn_confirm_ffc + 0x00000000400e7598 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x6c (size before relaxing) + .text.get_random_qr_qnr + 0x00000000400e75fc 0x9d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xa5 (size before relaxing) + *fill* 0x00000000400e7699 0x3 + .text.sae_pwd_seed_key + 0x00000000400e769c 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.get_rand_1_to_p_1 + 0x00000000400e76e8 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x70 (size before relaxing) + .text.is_quadratic_residue_blind + 0x00000000400e774c 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xdc (size before relaxing) + .text.sae_test_pwd_seed_ecc + 0x00000000400e7810 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xde (size before relaxing) + *fill* 0x00000000400e78d6 0x2 + .text.sae_derive_pwe_ecc + 0x00000000400e78d8 0x194 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1ac (size before relaxing) + .text.sae_test_pwd_seed_ffc + 0x00000000400e7a6c 0x11d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x139 (size before relaxing) + *fill* 0x00000000400e7b89 0x3 + .text.sae_derive_pwe_ffc + 0x00000000400e7b8c 0xb1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xb9 (size before relaxing) + *fill* 0x00000000400e7c3d 0x3 + .text.sae_derive_k_ffc + 0x00000000400e7c40 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8a (size before relaxing) + *fill* 0x00000000400e7cb6 0x2 + .text.sae_parse_commit_scalar + 0x00000000400e7cb8 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x9e (size before relaxing) + *fill* 0x00000000400e7d46 0x2 + .text.sae_parse_commit_element_ffc + 0x00000000400e7d48 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x11e (size before relaxing) + *fill* 0x00000000400e7e42 0x2 + .text.sae_get_rand + 0x00000000400e7e44 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc0 (size before relaxing) + .text.sae_get_rand_and_mask + 0x00000000400e7ef0 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x31 (size before relaxing) + *fill* 0x00000000400e7f19 0x3 + .text.sae_derive_commit_element_ecc + 0x00000000400e7f1c 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x52 (size before relaxing) + *fill* 0x00000000400e7f6a 0x2 + .text.sae_derive_commit_element_ffc + 0x00000000400e7f6c 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x52 (size before relaxing) + *fill* 0x00000000400e7fb6 0x2 + .text.sae_derive_commit + 0x00000000400e7fb8 0xbf esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xd7 (size before relaxing) + *fill* 0x00000000400e8077 0x1 + .text.sae_derive_k_ecc + 0x00000000400e8078 0x7d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x95 (size before relaxing) + *fill* 0x00000000400e80f5 0x3 + .text.sae_cn_confirm_ecc + 0x00000000400e80f8 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x78 (size before relaxing) + .text.sae_derive_keys + 0x00000000400e8164 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xfc (size before relaxing) + .text.sae_parse_commit_element_ecc + 0x00000000400e8244 0x9d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xa9 (size before relaxing) + *fill* 0x00000000400e82e1 0x3 + .text.sae_parse_commit_element + 0x00000000400e82e4 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x2d (size before relaxing) + *fill* 0x00000000400e830d 0x3 + .text.sae_parse_password_identifier + 0x00000000400e8310 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xa0 (size before relaxing) + .text.sae_clear_temp_data + 0x00000000400e83ac 0x6f esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x97 (size before relaxing) + 0x00000000400e83ac sae_clear_temp_data + *fill* 0x00000000400e841b 0x1 + .text.sae_clear_data + 0x00000000400e841c 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x26 (size before relaxing) + 0x00000000400e841c sae_clear_data + *fill* 0x00000000400e843e 0x2 + .text.sae_set_group + 0x00000000400e8440 0xd1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xf5 (size before relaxing) + 0x00000000400e8440 sae_set_group + *fill* 0x00000000400e8511 0x3 + .text.sae_prepare_commit + 0x00000000400e8514 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x58 (size before relaxing) + 0x00000000400e8514 sae_prepare_commit + .text.sae_process_commit + 0x00000000400e8564 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4a (size before relaxing) + 0x00000000400e8564 sae_process_commit + *fill* 0x00000000400e85a6 0x2 + .text.sae_write_commit + 0x00000000400e85a8 0x12d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x139 (size before relaxing) + 0x00000000400e85a8 sae_write_commit + *fill* 0x00000000400e86d5 0x3 + .text.sae_group_allowed + 0x00000000400e86d8 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x00000000400e86d8 sae_group_allowed + *fill* 0x00000000400e8745 0x3 + .text.sae_parse_commit + 0x00000000400e8748 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xd4 (size before relaxing) + 0x00000000400e8748 sae_parse_commit + .text.sae_write_confirm + 0x00000000400e8804 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xb2 (size before relaxing) + 0x00000000400e8804 sae_write_confirm + *fill* 0x00000000400e88b2 0x2 + .text.sae_check_confirm + 0x00000000400e88b4 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x7a (size before relaxing) + 0x00000000400e88b4 sae_check_confirm + *fill* 0x00000000400e892a 0x2 + .text.rsn_selector_to_bitfield + 0x00000000400e892c 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.rsn_key_mgmt_to_bitfield + 0x00000000400e8998 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x00000000400e89f9 0x3 + .text.wpa_selector_to_bitfield + 0x00000000400e89fc 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x00000000400e8a5d 0x3 + .text.wpa_key_mgmt_to_bitfield + 0x00000000400e8a60 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x00000000400e8aa6 0x2 + .text.wpa_parse_wpa_ie_rsn + 0x00000000400e8aa8 0x18d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x191 (size before relaxing) + 0x00000000400e8aa8 wpa_parse_wpa_ie_rsn + *fill* 0x00000000400e8c35 0x3 + .text.wpa_parse_wpa_ie_wpa + 0x00000000400e8c38 0x18a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000400e8c38 wpa_parse_wpa_ie_wpa + *fill* 0x00000000400e8dc2 0x2 + .text.wpa_eapol_key_mic + 0x00000000400e8dc4 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000400e8dc4 wpa_eapol_key_mic + .text.wpa_compare_rsn_ie + 0x00000000400e8e30 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000400e8e30 wpa_compare_rsn_ie + *fill* 0x00000000400e8e6e 0x2 + .text.wpa_pmk_to_ptk + 0x00000000400e8e70 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000400e8e70 wpa_pmk_to_ptk + .text.rsn_pmkid + 0x00000000400e8f54 0x5b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x63 (size before relaxing) + 0x00000000400e8f54 rsn_pmkid + *fill* 0x00000000400e8faf 0x1 + .text.wpa_cipher_to_suite + 0x00000000400e8fb0 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000400e8fb0 wpa_cipher_to_suite + .text.ccmp_aad_nonce + 0x00000000400e9024 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + *fill* 0x00000000400e913e 0x2 + .text.ccmp_decrypt + 0x00000000400e9140 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0xa4 (size before relaxing) + 0x00000000400e9140 ccmp_decrypt + .text.ccmp_encrypt + 0x00000000400e91dc 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x108 (size before relaxing) + 0x00000000400e91dc ccmp_encrypt + .text.dh_groups_get + 0x00000000400e92d4 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x00000000400e92d4 dh_groups_get + *fill* 0x00000000400e92fa 0x2 + .text.dh_init 0x00000000400e92fc 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0xb6 (size before relaxing) + 0x00000000400e92fc dh_init + *fill* 0x00000000400e939e 0x2 + .text.dh_derive_shared + 0x00000000400e93a0 0x6b esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x73 (size before relaxing) + 0x00000000400e93a0 dh_derive_shared + *fill* 0x00000000400e940b 0x1 + .text.hostap_init + 0x00000000400e940c 0x162 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x186 (size before relaxing) + 0x00000000400e940c hostap_init + *fill* 0x00000000400e956e 0x2 + .text.hostap_deinit + 0x00000000400e9570 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x60 (size before relaxing) + 0x00000000400e9570 hostap_deinit + *fill* 0x00000000400e95ca 0x2 + .text.wpa2_api_unlock + 0x00000000400e95cc 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000400e95db 0x1 + .text.wpa2_rxq_deinit + 0x00000000400e95dc 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400e9616 0x2 + .text.wpa2_api_lock + 0x00000000400e9618 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x2b (size before relaxing) + *fill* 0x00000000400e963c 0x0 + .text.wpa2_post + 0x00000000400e963c 0x89 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x99 (size before relaxing) + 0x00000000400e963c wpa2_post + *fill* 0x00000000400e96c5 0x3 + .text.eap_peer_sm_deinit + 0x00000000400e96c8 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0xae (size before relaxing) + *fill* 0x00000000400e975a 0x2 + .text.esp_wifi_sta_wpa2_ent_disable_fn + 0x00000000400e975c 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x22 (size before relaxing) + 0x00000000400e975c esp_wifi_sta_wpa2_ent_disable_fn + *fill* 0x00000000400e9777 0x1 + .text.esp_wifi_sta_wpa2_ent_disable + 0x00000000400e9778 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x41 (size before relaxing) + 0x00000000400e9778 esp_wifi_sta_wpa2_ent_disable + *fill* 0x00000000400e97b5 0x3 + .text.esp_wifi_sta_wpa2_ent_clear_cert_key + 0x00000000400e97b8 0x2b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x00000000400e97b8 esp_wifi_sta_wpa2_ent_clear_cert_key + *fill* 0x00000000400e97e3 0x1 + .text.esp_wifi_sta_wpa2_ent_clear_ca_cert + 0x00000000400e97e4 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x00000000400e97e4 esp_wifi_sta_wpa2_ent_clear_ca_cert + *fill* 0x00000000400e97f5 0x3 + .text.esp_wifi_sta_wpa2_ent_clear_identity + 0x00000000400e97f8 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x1e (size before relaxing) + 0x00000000400e97f8 esp_wifi_sta_wpa2_ent_clear_identity + *fill* 0x00000000400e9813 0x1 + .text.esp_wifi_sta_wpa2_ent_clear_username + 0x00000000400e9814 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x1e (size before relaxing) + 0x00000000400e9814 esp_wifi_sta_wpa2_ent_clear_username + *fill* 0x00000000400e982f 0x1 + .text.esp_wifi_sta_wpa2_ent_clear_password + 0x00000000400e9830 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x1e (size before relaxing) + 0x00000000400e9830 esp_wifi_sta_wpa2_ent_clear_password + *fill* 0x00000000400e984b 0x1 + .text.wpa_sm_alloc_eapol + 0x00000000400e984c 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x78 (size before relaxing) + 0x00000000400e984c wpa_sm_alloc_eapol + .text.wpa_sm_free_eapol + 0x00000000400e98c0 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0xe (size before relaxing) + 0x00000000400e98c0 wpa_sm_free_eapol + *fill* 0x00000000400e98cb 0x1 + .text.wpa_sm_deauthenticate + 0x00000000400e98cc 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x00000000400e98cc wpa_sm_deauthenticate + *fill* 0x00000000400e98ea 0x2 + .text._pmksa_cache_free_entry + 0x00000000400e98ec 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + *fill* 0x00000000400e98fb 0x1 + .text.pmksa_cache_free_entry + 0x00000000400e98fc 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + *fill* 0x00000000400e991a 0x2 + .text.pmksa_cache_set_expiration + 0x00000000400e991c 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x62 (size before relaxing) + *fill* 0x00000000400e997a 0x2 + .text.pmksa_cache_expire + 0x00000000400e997c 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x52 (size before relaxing) + *fill* 0x00000000400e99cb 0x1 + .text.pmksa_cache_flush + 0x00000000400e99cc 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x00000000400e99cc pmksa_cache_flush + *fill* 0x00000000400e9a22 0x2 + .text.pmksa_cache_add + 0x00000000400e9a24 0x19e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x1aa (size before relaxing) + 0x00000000400e9a24 pmksa_cache_add + *fill* 0x00000000400e9bc2 0x2 + .text.pmksa_cache_clone_entry + 0x00000000400e9bc4 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + *fill* 0x00000000400e9bfd 0x3 + .text.pmksa_cache_deinit + 0x00000000400e9c00 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x3e (size before relaxing) + 0x00000000400e9c00 pmksa_cache_deinit + *fill* 0x00000000400e9c2e 0x2 + .text.pmksa_cache_get + 0x00000000400e9c30 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x00000000400e9c30 pmksa_cache_get + *fill* 0x00000000400e9c69 0x3 + .text.pmksa_cache_get_opportunistic + 0x00000000400e9c6c 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x00000000400e9c6c pmksa_cache_get_opportunistic + .text.pmksa_cache_set_current + 0x00000000400e9c9c 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x72 (size before relaxing) + 0x00000000400e9c9c pmksa_cache_set_current + *fill* 0x00000000400e9d0a 0x2 + .text.pmksa_cache_init + 0x00000000400e9d0c 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x48 (size before relaxing) + 0x00000000400e9d0c pmksa_cache_init + .text.tls_deinit + 0x00000000400e9d4c 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + 0x00000000400e9d4c tls_deinit + *fill* 0x00000000400e9d5a 0x2 + .text.crypto_bignum_init + 0x00000000400e9d5c 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x1a (size before relaxing) + 0x00000000400e9d5c crypto_bignum_init + *fill* 0x00000000400e9d72 0x2 + .text.crypto_bignum_init_set + 0x00000000400e9d74 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x2c (size before relaxing) + 0x00000000400e9d74 crypto_bignum_init_set + .text.crypto_bignum_deinit + 0x00000000400e9d9c 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x16 (size before relaxing) + 0x00000000400e9d9c crypto_bignum_deinit + *fill* 0x00000000400e9dae 0x2 + .text.crypto_bignum_to_bin + 0x00000000400e9db0 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9db0 crypto_bignum_to_bin + *fill* 0x00000000400e9e02 0x2 + .text.crypto_bignum_add + 0x00000000400e9e04 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9e04 crypto_bignum_add + .text.crypto_bignum_mod + 0x00000000400e9e1c 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9e1c crypto_bignum_mod + .text.crypto_bignum_exptmod + 0x00000000400e9e34 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9e34 crypto_bignum_exptmod + .text.crypto_bignum_inverse + 0x00000000400e9e50 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9e50 crypto_bignum_inverse + .text.crypto_bignum_sub + 0x00000000400e9e68 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9e68 crypto_bignum_sub + .text.crypto_bignum_div + 0x00000000400e9e80 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9e80 crypto_bignum_div + *fill* 0x00000000400e9e99 0x3 + .text.crypto_bignum_mulmod + 0x00000000400e9e9c 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9e9c crypto_bignum_mulmod + *fill* 0x00000000400e9eb5 0x3 + .text.crypto_bignum_cmp + 0x00000000400e9eb8 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9eb8 crypto_bignum_cmp + *fill* 0x00000000400e9ec9 0x3 + .text.crypto_bignum_bits + 0x00000000400e9ecc 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9ecc crypto_bignum_bits + .text.crypto_bignum_is_zero + 0x00000000400e9edc 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9edc crypto_bignum_is_zero + *fill* 0x00000000400e9ef2 0x2 + .text.crypto_bignum_is_one + 0x00000000400e9ef4 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9ef4 crypto_bignum_is_one + *fill* 0x00000000400e9f0a 0x2 + .text.crypto_bignum_legendre + 0x00000000400e9f0c 0x93 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x00000000400e9f0c crypto_bignum_legendre + *fill* 0x00000000400e9f9f 0x1 + .text.ecp_opp 0x00000000400e9fa0 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + *fill* 0x00000000400e9fda 0x2 + .text.crypto_ec_deinit + 0x00000000400e9fdc 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x00000000400e9fdc crypto_ec_deinit + *fill* 0x00000000400e9ff3 0x1 + .text.crypto_ec_init + 0x00000000400e9ff4 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x3c (size before relaxing) + 0x00000000400e9ff4 crypto_ec_init + .text.crypto_ec_point_init + 0x00000000400ea02c 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x1c (size before relaxing) + 0x00000000400ea02c crypto_ec_point_init + .text.crypto_ec_prime_len + 0x00000000400ea044 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x00000000400ea044 crypto_ec_prime_len + .text.crypto_ec_prime_len_bits + 0x00000000400ea054 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x00000000400ea054 crypto_ec_prime_len_bits + .text.crypto_ec_point_deinit + 0x00000000400ea064 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x16 (size before relaxing) + 0x00000000400ea064 crypto_ec_point_deinit + *fill* 0x00000000400ea076 0x2 + .text.crypto_ec_point_to_bin + 0x00000000400ea078 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4a (size before relaxing) + 0x00000000400ea078 crypto_ec_point_to_bin + *fill* 0x00000000400ea0be 0x2 + .text.crypto_ec_point_from_bin + 0x00000000400ea0c0 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x64 (size before relaxing) + 0x00000000400ea0c0 crypto_ec_point_from_bin + .text.crypto_ec_point_add + 0x00000000400ea120 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x00000000400ea120 crypto_ec_point_add + *fill* 0x00000000400ea15e 0x2 + .text.crypto_ec_point_mul + 0x00000000400ea160 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x00000000400ea160 crypto_ec_point_mul + *fill* 0x00000000400ea1c6 0x2 + .text.crypto_ec_point_invert + 0x00000000400ea1c8 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x18 (size before relaxing) + 0x00000000400ea1c8 crypto_ec_point_invert + .text.crypto_ec_point_compute_y_sqr + 0x00000000400ea1dc 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x102 (size before relaxing) + 0x00000000400ea1dc crypto_ec_point_compute_y_sqr + *fill* 0x00000000400ea2d6 0x2 + .text.crypto_ec_point_solve_y_coord + 0x00000000400ea2d8 0xc2 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0xc6 (size before relaxing) + 0x00000000400ea2d8 crypto_ec_point_solve_y_coord + *fill* 0x00000000400ea39a 0x2 + .text.crypto_ec_point_is_at_infinity + 0x00000000400ea39c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x00000000400ea39c crypto_ec_point_is_at_infinity + .text.crypto_ec_point_is_on_curve + 0x00000000400ea3ac 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0xac (size before relaxing) + 0x00000000400ea3ac crypto_ec_point_is_on_curve + .text.crypto_ec_point_cmp + 0x00000000400ea454 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x00000000400ea454 crypto_ec_point_cmp + *fill* 0x00000000400ea465 0x3 + .text.aes_ccm_encr_start + 0x00000000400ea468 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + *fill* 0x00000000400ea482 0x2 + .text.aes_ccm_auth + 0x00000000400ea484 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000400ea4da 0x2 + .text.aes_ccm_encr + 0x00000000400ea4dc 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x7a (size before relaxing) + *fill* 0x00000000400ea552 0x2 + .text.aes_ccm_encr_auth + 0x00000000400ea554 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400ea586 0x2 + .text.aes_ccm_decr_auth + 0x00000000400ea588 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400ea5ba 0x2 + .text.aes_ccm_auth_start + 0x00000000400ea5bc 0xbb esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc3 (size before relaxing) + *fill* 0x00000000400ea677 0x1 + .text.aes_ccm_ae + 0x00000000400ea678 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xa6 (size before relaxing) + 0x00000000400ea678 aes_ccm_ae + *fill* 0x00000000400ea70a 0x2 + .text.aes_ccm_ad + 0x00000000400ea70c 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc2 (size before relaxing) + 0x00000000400ea70c aes_ccm_ad + *fill* 0x00000000400ea7b6 0x2 + .text.hostapd_derive_psk + 0x00000000400ea7b8 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + *fill* 0x00000000400ea7e6 0x2 + .text.hostapd_setup_wpa_psk + 0x00000000400ea7e8 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x00000000400ea7e8 hostapd_setup_wpa_psk + *fill* 0x00000000400ea815 0x3 + .text.hostapd_get_psk + 0x00000000400ea818 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x00000000400ea818 hostapd_get_psk + *fill* 0x00000000400ea853 0x1 + .text.eap_peer_method_free + 0x00000000400ea854 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0xe (size before relaxing) + 0x00000000400ea854 eap_peer_method_free + *fill* 0x00000000400ea85e 0x2 + .text.eap_peer_unregister_methods + 0x00000000400ea860 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x28 (size before relaxing) + 0x00000000400ea860 eap_peer_unregister_methods + *fill* 0x00000000400ea885 0x3 + .text.eap_peer_config_deinit + 0x00000000400ea888 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x3a (size before relaxing) + 0x00000000400ea888 eap_peer_config_deinit + *fill* 0x00000000400ea8b6 0x2 + .text.eap_peer_blob_deinit + 0x00000000400ea8b8 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x00000000400ea8b8 eap_peer_blob_deinit + *fill* 0x00000000400ea8fe 0x2 + .text.eap_sm_abort + 0x00000000400ea900 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x13 (size before relaxing) + 0x00000000400ea900 eap_sm_abort + *fill* 0x00000000400ea910 0x0 + .text.eap_msg_alloc + 0x00000000400ea910 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + 0xaa (size before relaxing) + 0x00000000400ea910 eap_msg_alloc + *fill* 0x00000000400ea9b6 0x2 + .text.wifi_default_action_sta_got_ip + 0x00000000400ea9b8 0x23 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x00000000400ea9db 0x1 + .text.wifi_default_action_ap_stop + 0x00000000400ea9dc 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.wifi_default_action_sta_stop + 0x00000000400ea9f4 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.wifi_start + 0x00000000400eaa0c 0xa8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0xc8 (size before relaxing) + .text.wifi_default_action_ap_start + 0x00000000400eaab4 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.wifi_default_action_sta_start + 0x00000000400eaacc 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.wifi_default_action_sta_disconnected + 0x00000000400eaae4 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.wifi_default_action_sta_connected + 0x00000000400eaafc 0x5a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x66 (size before relaxing) + *fill* 0x00000000400eab56 0x2 + .text.create_and_attach + 0x00000000400eab58 0x32 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x3a (size before relaxing) + *fill* 0x00000000400eab8a 0x2 + .text._esp_wifi_clear_default_wifi_handlers + 0x00000000400eab8c 0x7e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400eab8c _esp_wifi_clear_default_wifi_handlers + *fill* 0x00000000400eac0a 0x2 + .text._esp_wifi_set_default_wifi_handlers + 0x00000000400eac0c 0xed esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400eac0c _esp_wifi_set_default_wifi_handlers + *fill* 0x00000000400eacf9 0x3 + .text.esp_wifi_set_default_wifi_sta_handlers + 0x00000000400eacfc 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0xd (size before relaxing) + 0x00000000400eacfc esp_wifi_set_default_wifi_sta_handlers + *fill* 0x00000000400ead06 0x2 + .text.esp_wifi_set_default_wifi_ap_handlers + 0x00000000400ead08 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0xd (size before relaxing) + 0x00000000400ead08 esp_wifi_set_default_wifi_ap_handlers + *fill* 0x00000000400ead12 0x2 + .text.esp_netif_attach_wifi_station + 0x00000000400ead14 0x1e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400ead14 esp_netif_attach_wifi_station + *fill* 0x00000000400ead32 0x2 + .text.esp_netif_attach_wifi_ap + 0x00000000400ead34 0x1e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x00000000400ead34 esp_netif_attach_wifi_ap + *fill* 0x00000000400ead52 0x2 + .text.esp_netif_create_default_wifi_ap + 0x00000000400ead54 0x34 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x42 (size before relaxing) + 0x00000000400ead54 esp_netif_create_default_wifi_ap + *fill* 0x00000000400ead88 0x0 + .text.esp_netif_create_default_wifi_sta + 0x00000000400ead88 0x34 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x42 (size before relaxing) + 0x00000000400ead88 esp_netif_create_default_wifi_sta + *fill* 0x00000000400eadbc 0x0 + .text.wifi_sta_receive + 0x00000000400eadbc 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text.wifi_ap_receive + 0x00000000400eadd8 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text.wifi_driver_start + 0x00000000400eadf4 0x24 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text.wifi_free + 0x00000000400eae18 0xe esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + *fill* 0x00000000400eae26 0x2 + .text.wifi_transmit_wrap + 0x00000000400eae28 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text.wifi_transmit + 0x00000000400eae3c 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text.esp_wifi_create_if_driver + 0x00000000400eae50 0x31 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x3d (size before relaxing) + 0x00000000400eae50 esp_wifi_create_if_driver + *fill* 0x00000000400eae81 0x3 + .text.esp_wifi_get_if_mac + 0x00000000400eae84 0x11 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000400eae84 esp_wifi_get_if_mac + *fill* 0x00000000400eae95 0x3 + .text.esp_wifi_register_if_rxcb + 0x00000000400eae98 0x92 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0xa6 (size before relaxing) + 0x00000000400eae98 esp_wifi_register_if_rxcb + *fill* 0x00000000400eaf2a 0x2 + .text.tryget_socket_unconn_nouse + 0x00000000400eaf2c 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.free_socket_locked + 0x00000000400eaf4c 0x48 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_sockopt_to_ipopt + 0x00000000400eaf94 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_link_select_cb + 0x00000000400eafb4 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_unlink_select_cb + 0x00000000400eafe4 0x67 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x6b (size before relaxing) + *fill* 0x00000000400eb04b 0x1 + .text.sockaddr_to_ipaddr_port + 0x00000000400eb04c 0x83 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000400eb0cf 0x1 + .text.lwip_sock_make_addr + 0x00000000400eb0d0 0xf6 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000400eb1c6 0x2 + .text.lwip_recv_tcp_from + 0x00000000400eb1c8 0x42 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x46 (size before relaxing) + *fill* 0x00000000400eb20a 0x2 + .text.sock_inc_used + 0x00000000400eb20c 0x52 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x5a (size before relaxing) + *fill* 0x00000000400eb25e 0x2 + .text.tryget_socket_unconn + 0x00000000400eb260 0x26 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000400eb286 0x2 + .text.sock_inc_used_locked + 0x00000000400eb288 0x6c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x78 (size before relaxing) + .text.tryget_socket_unconn_locked + 0x00000000400eb2f4 0x26 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000400eb31a 0x2 + .text.lwip_select_inc_sockets_used_set + 0x00000000400eb31c 0x5c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x60 (size before relaxing) + .text.lwip_select_inc_sockets_used + 0x00000000400eb378 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x3c (size before relaxing) + .text.alloc_socket + 0x00000000400eb3ac 0xdd esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xe5 (size before relaxing) + *fill* 0x00000000400eb489 0x3 + .text.free_socket_free_elements + 0x00000000400eb48c 0x1f esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x26 (size before relaxing) + *fill* 0x00000000400eb4ab 0x1 + .text.free_socket + 0x00000000400eb4ac 0x2a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400eb4d6 0x2 + .text.done_socket + 0x00000000400eb4d8 0x7e esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8e (size before relaxing) + *fill* 0x00000000400eb556 0x2 + .text.tryget_socket + 0x00000000400eb558 0x1a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1e (size before relaxing) + *fill* 0x00000000400eb572 0x2 + .text.get_socket + 0x00000000400eb574 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .text.lwip_selscan + 0x00000000400eb58c 0x23d esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x24d (size before relaxing) + *fill* 0x00000000400eb7c9 0x3 + .text.lwip_select_dec_sockets_used + 0x00000000400eb7cc 0x43 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4b (size before relaxing) + *fill* 0x00000000400eb80f 0x1 + .text.lwip_getaddrname + 0x00000000400eb810 0xf5 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x101 (size before relaxing) + *fill* 0x00000000400eb905 0x3 + .text.lwip_socket_register_membership + 0x00000000400eb908 0x5a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000400eb962 0x2 + .text.lwip_socket_unregister_membership + 0x00000000400eb964 0x6c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x73 (size before relaxing) + *fill* 0x00000000400eb9d0 0x0 + .text.lwip_socket_register_mld6_membership + 0x00000000400eb9d0 0x69 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x71 (size before relaxing) + *fill* 0x00000000400eba39 0x3 + .text.lwip_socket_unregister_mld6_membership + 0x00000000400eba3c 0xd3 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xda (size before relaxing) + *fill* 0x00000000400ebb0f 0x1 + .text.lwip_socket_drop_registered_memberships + 0x00000000400ebb10 0x73 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x7b (size before relaxing) + *fill* 0x00000000400ebb83 0x1 + .text.lwip_socket_drop_registered_mld6_memberships + 0x00000000400ebb84 0x7e esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x86 (size before relaxing) + *fill* 0x00000000400ebc02 0x2 + .text.lwip_recv_tcp + 0x00000000400ebc04 0x15b esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x167 (size before relaxing) + *fill* 0x00000000400ebd5f 0x1 + .text.lwip_recvfrom_udp_raw + 0x00000000400ebd60 0xdc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xe0 (size before relaxing) + .text.select_check_waiters + 0x00000000400ebe3c 0xe2 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xf2 (size before relaxing) + *fill* 0x00000000400ebf1e 0x2 + .text.event_callback + 0x00000000400ebf20 0xec esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xfc (size before relaxing) + .text.lwip_getsockopt_impl + 0x00000000400ec00c 0x689 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x6d9 (size before relaxing) + *fill* 0x00000000400ec695 0x3 + .text.lwip_getsockopt_callback + 0x00000000400ec698 0x2e esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400ec6c6 0x2 + .text.lwip_setsockopt_impl + 0x00000000400ec6c8 0x860 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8c0 (size before relaxing) + .text.lwip_setsockopt_callback + 0x00000000400ecf28 0x2c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x34 (size before relaxing) + .text.lwip_accept + 0x00000000400ecf54 0x1e8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x210 (size before relaxing) + 0x00000000400ecf54 lwip_accept + .text.lwip_bind + 0x00000000400ed13c 0x102 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x116 (size before relaxing) + 0x00000000400ed13c lwip_bind + *fill* 0x00000000400ed23e 0x2 + .text.lwip_close + 0x00000000400ed240 0x85 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x99 (size before relaxing) + 0x00000000400ed240 lwip_close + *fill* 0x00000000400ed2c5 0x3 + .text.lwip_connect + 0x00000000400ed2c8 0x112 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x12a (size before relaxing) + 0x00000000400ed2c8 lwip_connect + *fill* 0x00000000400ed3da 0x2 + .text.lwip_listen + 0x00000000400ed3dc 0x79 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x81 (size before relaxing) + 0x00000000400ed3dc lwip_listen + *fill* 0x00000000400ed455 0x3 + .text.lwip_recvfrom + 0x00000000400ed458 0xce esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xe2 (size before relaxing) + 0x00000000400ed458 lwip_recvfrom + *fill* 0x00000000400ed526 0x2 + .text.lwip_read + 0x00000000400ed528 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400ed528 lwip_read + *fill* 0x00000000400ed541 0x3 + .text.lwip_recv + 0x00000000400ed544 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400ed544 lwip_recv + *fill* 0x00000000400ed55d 0x3 + .text.lwip_sendto + 0x00000000400ed560 0x189 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1a5 (size before relaxing) + 0x00000000400ed560 lwip_sendto + *fill* 0x00000000400ed6e9 0x3 + .text.lwip_send + 0x00000000400ed6ec 0x89 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x99 (size before relaxing) + 0x00000000400ed6ec lwip_send + *fill* 0x00000000400ed775 0x3 + .text.lwip_socket + 0x00000000400ed778 0xce esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xda (size before relaxing) + 0x00000000400ed778 lwip_socket + *fill* 0x00000000400ed846 0x2 + .text.lwip_write + 0x00000000400ed848 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400ed848 lwip_write + *fill* 0x00000000400ed85d 0x3 + .text.lwip_select + 0x00000000400ed860 0x3bd esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x401 (size before relaxing) + 0x00000000400ed860 lwip_select + *fill* 0x00000000400edc1d 0x3 + .text.lwip_shutdown + 0x00000000400edc20 0xb1 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xbd (size before relaxing) + 0x00000000400edc20 lwip_shutdown + *fill* 0x00000000400edcd1 0x3 + .text.lwip_getsockname + 0x00000000400edcd4 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400edcd4 lwip_getsockname + *fill* 0x00000000400edce9 0x3 + .text.lwip_getsockopt + 0x00000000400edcec 0xa4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc0 (size before relaxing) + 0x00000000400edcec lwip_getsockopt + .text.lwip_setsockopt + 0x00000000400edd90 0x8c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xa0 (size before relaxing) + 0x00000000400edd90 lwip_setsockopt + .text.lwip_ioctl + 0x00000000400ede1c 0xbd esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xcd (size before relaxing) + 0x00000000400ede1c lwip_ioctl + *fill* 0x00000000400eded9 0x3 + .text.lwip_fcntl + 0x00000000400ededc 0xc4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xcc (size before relaxing) + 0x00000000400ededc lwip_fcntl + .text.lwip_inet_pton + 0x00000000400edfa0 0x46 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4a (size before relaxing) + 0x00000000400edfa0 lwip_inet_pton + *fill* 0x00000000400edfe6 0x2 + .text.tcpip_timeouts_mbox_fetch + 0x00000000400edfe8 0x36 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000400ee01e 0x2 + .text.tcpip_thread_handle_msg + 0x00000000400ee020 0x8d esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x90 (size before relaxing) + *fill* 0x00000000400ee0ad 0x3 + .text.tcpip_thread + 0x00000000400ee0b0 0x36 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x3d (size before relaxing) + *fill* 0x00000000400ee0e6 0x2 + .text.tcpip_inpkt + 0x00000000400ee0e8 0x4e esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x5a (size before relaxing) + 0x00000000400ee0e8 tcpip_inpkt + *fill* 0x00000000400ee136 0x2 + .text.tcpip_input + 0x00000000400ee138 0x2e esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x31 (size before relaxing) + 0x00000000400ee138 tcpip_input + *fill* 0x00000000400ee166 0x2 + .text.tcpip_callback + 0x00000000400ee168 0x3d esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x45 (size before relaxing) + 0x00000000400ee168 tcpip_callback + *fill* 0x00000000400ee1a5 0x3 + .text.tcpip_try_callback + 0x00000000400ee1a8 0x4e esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x5a (size before relaxing) + 0x00000000400ee1a8 tcpip_try_callback + *fill* 0x00000000400ee1f6 0x2 + .text.tcpip_send_msg_wait_sem + 0x00000000400ee1f8 0x50 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x54 (size before relaxing) + 0x00000000400ee1f8 tcpip_send_msg_wait_sem + .text.tcpip_api_call + 0x00000000400ee248 0x3d esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x49 (size before relaxing) + 0x00000000400ee248 tcpip_api_call + *fill* 0x00000000400ee285 0x3 + .text.tcpip_init + 0x00000000400ee288 0x47 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x53 (size before relaxing) + 0x00000000400ee288 tcpip_init + *fill* 0x00000000400ee2cf 0x1 + .text.dns_backupserver_available + 0x00000000400ee2d0 0x8d esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400ee35d 0x3 + .text.dns_server_is_set + 0x00000000400ee360 0x7e esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400ee3de 0x2 + .text.dns_create_txid + 0x00000000400ee3e0 0x3e esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400ee41e 0x2 + .text.dns_call_found + 0x00000000400ee420 0x1d3 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1db (size before relaxing) + *fill* 0x00000000400ee5f3 0x1 + .text.dns_correct_response + 0x00000000400ee5f4 0x7a esp-idf/lwip/liblwip.a(dns.c.obj) + 0x7e (size before relaxing) + *fill* 0x00000000400ee66e 0x2 + .text.dns_send + 0x00000000400ee670 0x2d5 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x2e5 (size before relaxing) + *fill* 0x00000000400ee945 0x3 + .text.dns_check_entry + 0x00000000400ee948 0x2e3 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x2ea (size before relaxing) + *fill* 0x00000000400eec2b 0x1 + .text.dns_check_entries + 0x00000000400eec2c 0x1a esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400eec46 0x2 + .text.dns_lookup + 0x00000000400eec48 0x119 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400eed61 0x3 + .text.dns_alloc_random_port + 0x00000000400eed64 0x4b esp-idf/lwip/liblwip.a(dns.c.obj) + 0x57 (size before relaxing) + *fill* 0x00000000400eedaf 0x1 + .text.dns_alloc_pcb + 0x00000000400eedb0 0x77 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400eee27 0x1 + .text.dns_enqueue + 0x00000000400eee28 0x1d5 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1d9 (size before relaxing) + *fill* 0x00000000400eeffd 0x3 + .text.dns_compare_name + 0x00000000400ef000 0xc9 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xd1 (size before relaxing) + *fill* 0x00000000400ef0c9 0x3 + .text.dns_skip_name + 0x00000000400ef0cc 0x72 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x7a (size before relaxing) + *fill* 0x00000000400ef13e 0x2 + .text.dns_recv + 0x00000000400ef140 0x4a8 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4e7 (size before relaxing) + *fill* 0x00000000400ef5e8 0x0 + .text.dns_setserver + 0x00000000400ef5e8 0x44 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x00000000400ef5e8 dns_setserver + .text.dns_init + 0x00000000400ef62c 0x1b esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1f (size before relaxing) + 0x00000000400ef62c dns_init + *fill* 0x00000000400ef647 0x1 + .text.dns_clear_servers + 0x00000000400ef648 0x2e esp-idf/lwip/liblwip.a(dns.c.obj) + 0x00000000400ef648 dns_clear_servers + *fill* 0x00000000400ef676 0x2 + .text.dns_getserver + 0x00000000400ef678 0x1e esp-idf/lwip/liblwip.a(dns.c.obj) + 0x00000000400ef678 dns_getserver + *fill* 0x00000000400ef696 0x2 + .text.dns_tmr 0x00000000400ef698 0x8 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xb (size before relaxing) + 0x00000000400ef698 dns_tmr + *fill* 0x00000000400ef6a0 0x0 + .text.dns_gethostbyname_addrtype + 0x00000000400ef6a0 0x154 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x160 (size before relaxing) + 0x00000000400ef6a0 dns_gethostbyname_addrtype + .text.dns_gethostbyname + 0x00000000400ef7f4 0x15 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x19 (size before relaxing) + 0x00000000400ef7f4 dns_gethostbyname + *fill* 0x00000000400ef809 0x3 + .text.lwip_init + 0x00000000400ef80c 0x27 esp-idf/lwip/liblwip.a(init.c.obj) + 0x3b (size before relaxing) + 0x00000000400ef80c lwip_init + *fill* 0x00000000400ef833 0x1 + .text.ipaddr_ntoa + 0x00000000400ef834 0x1f esp-idf/lwip/liblwip.a(ip.c.obj) + 0x26 (size before relaxing) + 0x00000000400ef834 ipaddr_ntoa + *fill* 0x00000000400ef853 0x1 + .text.ipaddr_aton + 0x00000000400ef854 0x4c esp-idf/lwip/liblwip.a(ip.c.obj) + 0x00000000400ef854 ipaddr_aton + .text.ip_input + 0x00000000400ef8a0 0x31 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x39 (size before relaxing) + 0x00000000400ef8a0 ip_input + *fill* 0x00000000400ef8d1 0x3 + .text.mem_malloc + 0x00000000400ef8d4 0x34 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x3f (size before relaxing) + 0x00000000400ef8d4 mem_malloc + *fill* 0x00000000400ef908 0x0 + .text.mem_free + 0x00000000400ef908 0x35 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x3e (size before relaxing) + 0x00000000400ef908 mem_free + *fill* 0x00000000400ef93d 0x3 + .text.mem_calloc + 0x00000000400ef940 0x11 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x00000000400ef940 mem_calloc + *fill* 0x00000000400ef951 0x3 + .text.do_memp_malloc_pool + 0x00000000400ef954 0x39 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x48 (size before relaxing) + *fill* 0x00000000400ef98d 0x3 + .text.do_memp_free_pool + 0x00000000400ef990 0x24 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x30 (size before relaxing) + .text.memp_malloc + 0x00000000400ef9b4 0x21 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x00000000400ef9b4 memp_malloc + *fill* 0x00000000400ef9d5 0x3 + .text.memp_free + 0x00000000400ef9d8 0x1e esp-idf/lwip/liblwip.a(memp.c.obj) + 0x00000000400ef9d8 memp_free + *fill* 0x00000000400ef9f6 0x2 + .text.netif_loopif_init + 0x00000000400ef9f8 0x31 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x34 (size before relaxing) + *fill* 0x00000000400efa29 0x3 + .text.netif_do_ip_addr_changed + 0x00000000400efa2c 0x1c esp-idf/lwip/liblwip.a(netif.c.obj) + 0x24 (size before relaxing) + .text.netif_issue_reports + 0x00000000400efa48 0x47 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x53 (size before relaxing) + *fill* 0x00000000400efa8f 0x1 + .text.netif_do_set_ipaddr + 0x00000000400efa90 0x8d esp-idf/lwip/liblwip.a(netif.c.obj) + 0x95 (size before relaxing) + *fill* 0x00000000400efb1d 0x3 + .text.netif_poll + 0x00000000400efb20 0xc3 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xd5 (size before relaxing) + 0x00000000400efb20 netif_poll + *fill* 0x00000000400efbe3 0x1 + .text.netif_set_addr + 0x00000000400efbe4 0x50 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x54 (size before relaxing) + 0x00000000400efbe4 netif_set_addr + .text.netif_add + 0x00000000400efc34 0x1fe esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400efc34 netif_add + *fill* 0x00000000400efe32 0x2 + .text.netif_set_default + 0x00000000400efe34 0xa esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400efe34 netif_set_default + *fill* 0x00000000400efe3e 0x2 + .text.netif_set_up + 0x00000000400efe40 0x27 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400efe40 netif_set_up + *fill* 0x00000000400efe67 0x1 + .text.netif_set_down + 0x00000000400efe68 0x28 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400efe68 netif_set_down + .text.netif_remove + 0x00000000400efe90 0x99 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xa1 (size before relaxing) + 0x00000000400efe90 netif_remove + *fill* 0x00000000400eff29 0x3 + .text.netif_set_link_up + 0x00000000400eff2c 0x2c esp-idf/lwip/liblwip.a(netif.c.obj) + 0x30 (size before relaxing) + 0x00000000400eff2c netif_set_link_up + .text.netif_init + 0x00000000400eff58 0x56 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x5e (size before relaxing) + 0x00000000400eff58 netif_init + *fill* 0x00000000400effae 0x2 + .text.netif_loop_output + 0x00000000400effb0 0xcc esp-idf/lwip/liblwip.a(netif.c.obj) + 0xe0 (size before relaxing) + 0x00000000400effb0 netif_loop_output + .text.netif_loop_output_ipv6 + 0x00000000400f007c 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000400f008e 0x2 + .text.netif_loop_output_ipv4 + 0x00000000400f0090 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000400f00a2 0x2 + .text.netif_ip6_addr_set_parts + 0x00000000400f00a4 0x102 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x10a (size before relaxing) + 0x00000000400f00a4 netif_ip6_addr_set_parts + *fill* 0x00000000400f01a6 0x2 + .text.netif_ip6_addr_set + 0x00000000400f01a8 0x43 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400f01a8 netif_ip6_addr_set + *fill* 0x00000000400f01eb 0x1 + .text.netif_ip6_addr_set_state + 0x00000000400f01ec 0xab esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400f01ec netif_ip6_addr_set_state + *fill* 0x00000000400f0297 0x1 + .text.netif_get_ip6_addr_match + 0x00000000400f0298 0xb4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400f0298 netif_get_ip6_addr_match + .text.netif_create_ip6_linklocal_address + 0x00000000400f034c 0xea esp-idf/lwip/liblwip.a(netif.c.obj) + 0xfa (size before relaxing) + 0x00000000400f034c netif_create_ip6_linklocal_address + *fill* 0x00000000400f0436 0x2 + .text.netif_get_by_index + 0x00000000400f0438 0x28 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400f0438 netif_get_by_index + .text.netif_index_to_name + 0x00000000400f0460 0x2a esp-idf/lwip/liblwip.a(netif.c.obj) + 0x2e (size before relaxing) + 0x00000000400f0460 netif_index_to_name + *fill* 0x00000000400f048a 0x2 + .text.netif_find + 0x00000000400f048c 0x3e esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400f048c netif_find + *fill* 0x00000000400f04ca 0x2 + .text.pbuf_add_header_impl + 0x00000000400f04cc 0x80 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x84 (size before relaxing) + .text.pbuf_pool_is_empty + 0x00000000400f054c 0x3f esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4f (size before relaxing) + *fill* 0x00000000400f058b 0x1 + .text.pbuf_free_ooseq + 0x00000000400f058c 0x33 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x3b (size before relaxing) + *fill* 0x00000000400f05bf 0x1 + .text.pbuf_free_ooseq_callback + 0x00000000400f05c0 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400f05c8 0x0 + .text.pbuf_alloc_reference + 0x00000000400f05c8 0x52 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f05c8 pbuf_alloc_reference + *fill* 0x00000000400f061a 0x2 + .text.pbuf_add_header + 0x00000000400f061c 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + 0x00000000400f061c pbuf_add_header + .text.pbuf_add_header_force + 0x00000000400f062c 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + 0x00000000400f062c pbuf_add_header_force + .text.pbuf_remove_header + 0x00000000400f063c 0x5a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f063c pbuf_remove_header + *fill* 0x00000000400f0696 0x2 + .text.pbuf_header_impl + 0x00000000400f0698 0x22 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x00000000400f06ba 0x2 + .text.pbuf_header_force + 0x00000000400f06bc 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f06bc pbuf_header_force + .text.pbuf_free + 0x00000000400f06d0 0xcd esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0xe1 (size before relaxing) + 0x00000000400f06d0 pbuf_free + *fill* 0x00000000400f079d 0x3 + .text.pbuf_alloc + 0x00000000400f07a0 0x15c esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x16c (size before relaxing) + 0x00000000400f07a0 pbuf_alloc + .text.pbuf_realloc + 0x00000000400f08fc 0x9b esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x9e (size before relaxing) + 0x00000000400f08fc pbuf_realloc + *fill* 0x00000000400f0997 0x1 + .text.pbuf_free_header + 0x00000000400f0998 0x46 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4a (size before relaxing) + 0x00000000400f0998 pbuf_free_header + *fill* 0x00000000400f09de 0x2 + .text.pbuf_ref + 0x00000000400f09e0 0x2a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x32 (size before relaxing) + 0x00000000400f09e0 pbuf_ref + *fill* 0x00000000400f0a0a 0x2 + .text.pbuf_cat + 0x00000000400f0a0c 0x59 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f0a0c pbuf_cat + *fill* 0x00000000400f0a65 0x3 + .text.pbuf_chain + 0x00000000400f0a68 0x13 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x17 (size before relaxing) + 0x00000000400f0a68 pbuf_chain + *fill* 0x00000000400f0a7b 0x1 + .text.pbuf_copy_partial_pbuf + 0x00000000400f0a7c 0x125 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x12d (size before relaxing) + 0x00000000400f0a7c pbuf_copy_partial_pbuf + *fill* 0x00000000400f0ba1 0x3 + .text.pbuf_copy + 0x00000000400f0ba4 0x1f esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f0ba4 pbuf_copy + *fill* 0x00000000400f0bc3 0x1 + .text.pbuf_copy_partial + 0x00000000400f0bc4 0x75 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f0bc4 pbuf_copy_partial + *fill* 0x00000000400f0c39 0x3 + .text.pbuf_skip + 0x00000000400f0c3c 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f0c3c pbuf_skip + .text.pbuf_take + 0x00000000400f0c50 0x7a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f0c50 pbuf_take + *fill* 0x00000000400f0cca 0x2 + .text.pbuf_take_at + 0x00000000400f0ccc 0x7e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x86 (size before relaxing) + 0x00000000400f0ccc pbuf_take_at + *fill* 0x00000000400f0d4a 0x2 + .text.pbuf_clone + 0x00000000400f0d4c 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x36 (size before relaxing) + 0x00000000400f0d4c pbuf_clone + *fill* 0x00000000400f0d7a 0x2 + .text.pbuf_try_get_at + 0x00000000400f0d7c 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f0d7c pbuf_try_get_at + *fill* 0x00000000400f0daa 0x2 + .text.pbuf_get_at + 0x00000000400f0dac 0x18 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + 0x00000000400f0dac pbuf_get_at + .text.pbuf_put_at + 0x00000000400f0dc4 0x24 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x28 (size before relaxing) + 0x00000000400f0dc4 pbuf_put_at + .text.raw_input_local_match + 0x00000000400f0de8 0x12e esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x00000000400f0f16 0x2 + .text.raw_input + 0x00000000400f0f18 0x122 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x125 (size before relaxing) + 0x00000000400f0f18 raw_input + *fill* 0x00000000400f103a 0x2 + .text.raw_bind + 0x00000000400f103c 0x144 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400f103c raw_bind + .text.raw_connect + 0x00000000400f1180 0x135 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x139 (size before relaxing) + 0x00000000400f1180 raw_connect + *fill* 0x00000000400f12b5 0x3 + .text.raw_sendto_if_src + 0x00000000400f12b8 0x256 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x276 (size before relaxing) + 0x00000000400f12b8 raw_sendto_if_src + *fill* 0x00000000400f150e 0x2 + .text.raw_sendto + 0x00000000400f1510 0x169 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400f1510 raw_sendto + *fill* 0x00000000400f1679 0x3 + .text.raw_send + 0x00000000400f167c 0x15 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400f167c raw_send + *fill* 0x00000000400f1691 0x3 + .text.raw_remove + 0x00000000400f1694 0x36 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x3a (size before relaxing) + 0x00000000400f1694 raw_remove + *fill* 0x00000000400f16ca 0x2 + .text.raw_new 0x00000000400f16cc 0x32 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400f16cc raw_new + *fill* 0x00000000400f16fe 0x2 + .text.raw_new_ip_type + 0x00000000400f1700 0x19 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x1c (size before relaxing) + 0x00000000400f1700 raw_new_ip_type + *fill* 0x00000000400f1719 0x3 + .text.raw_netif_ip_addr_changed + 0x00000000400f171c 0x143 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400f171c raw_netif_ip_addr_changed + *fill* 0x00000000400f185f 0x1 + .text.tcp_new_port + 0x00000000400f1860 0x6f esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400f18cf 0x1 + .text.tcp_remove_listener + 0x00000000400f18d0 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x2b (size before relaxing) + *fill* 0x00000000400f18f7 0x1 + .text.tcp_listen_closed + 0x00000000400f18f8 0x41 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4d (size before relaxing) + *fill* 0x00000000400f1939 0x3 + .text.tcp_free_listen + 0x00000000400f193c 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400f1962 0x2 + .text.tcp_init + 0x00000000400f1964 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x17 (size before relaxing) + 0x00000000400f1964 tcp_init + *fill* 0x00000000400f1978 0x0 + .text.tcp_free + 0x00000000400f1978 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f1978 tcp_free + *fill* 0x00000000400f199e 0x2 + .text.tcp_backlog_delayed + 0x00000000400f19a0 0x4f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x53 (size before relaxing) + 0x00000000400f19a0 tcp_backlog_delayed + *fill* 0x00000000400f19ef 0x1 + .text.tcp_backlog_accepted + 0x00000000400f19f0 0x4d esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f19f0 tcp_backlog_accepted + *fill* 0x00000000400f1a3d 0x3 + .text.tcp_close_shutdown_fin + 0x00000000400f1a40 0x84 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x90 (size before relaxing) + .text.tcp_handle_closepend + 0x00000000400f1ac4 0x29 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400f1aed 0x3 + .text.tcp_bind + 0x00000000400f1af0 0x345 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f1af0 tcp_bind + *fill* 0x00000000400f1e35 0x3 + .text.tcp_listen_with_backlog_and_err + 0x00000000400f1e38 0x1a0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1a8 (size before relaxing) + 0x00000000400f1e38 tcp_listen_with_backlog_and_err + .text.tcp_update_rcv_ann_wnd + 0x00000000400f1fd8 0x70 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x73 (size before relaxing) + 0x00000000400f1fd8 tcp_update_rcv_ann_wnd + *fill* 0x00000000400f2048 0x0 + .text.tcp_recved + 0x00000000400f2048 0x5f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x63 (size before relaxing) + 0x00000000400f2048 tcp_recved + *fill* 0x00000000400f20a7 0x1 + .text.tcp_seg_free + 0x00000000400f20a8 0x18 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + 0x00000000400f20a8 tcp_seg_free + .text.tcp_segs_free + 0x00000000400f20c0 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f20c0 tcp_segs_free + *fill* 0x00000000400f20d7 0x1 + .text.tcp_seg_copy + 0x00000000400f20d8 0x32 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3a (size before relaxing) + 0x00000000400f20d8 tcp_seg_copy + *fill* 0x00000000400f210a 0x2 + .text.tcp_pcb_num_cal + 0x00000000400f210c 0xc8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f210c tcp_pcb_num_cal + .text.tcp_recv + 0x00000000400f21d4 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x22 (size before relaxing) + 0x00000000400f21d4 tcp_recv + *fill* 0x00000000400f21f2 0x2 + .text.tcp_sent + 0x00000000400f21f4 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x22 (size before relaxing) + 0x00000000400f21f4 tcp_sent + *fill* 0x00000000400f2212 0x2 + .text.tcp_err 0x00000000400f2214 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x22 (size before relaxing) + 0x00000000400f2214 tcp_err + *fill* 0x00000000400f2232 0x2 + .text.tcp_poll + 0x00000000400f2234 0x28 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f2234 tcp_poll + .text.tcp_next_iss + 0x00000000400f225c 0x29 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x2d (size before relaxing) + 0x00000000400f225c tcp_next_iss + *fill* 0x00000000400f2285 0x3 + .text.tcp_eff_send_mss_netif + 0x00000000400f2288 0x4f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x57 (size before relaxing) + 0x00000000400f2288 tcp_eff_send_mss_netif + *fill* 0x00000000400f22d7 0x1 + .text.tcp_connect + 0x00000000400f22d8 0x360 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x374 (size before relaxing) + 0x00000000400f22d8 tcp_connect + .text.tcp_free_ooseq + 0x00000000400f2638 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x16 (size before relaxing) + 0x00000000400f2638 tcp_free_ooseq + *fill* 0x00000000400f264a 0x2 + .text.tcp_pcb_purge + 0x00000000400f264c 0x5e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x66 (size before relaxing) + 0x00000000400f264c tcp_pcb_purge + *fill* 0x00000000400f26aa 0x2 + .text.tcp_pcb_remove + 0x00000000400f26ac 0xca esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xd9 (size before relaxing) + 0x00000000400f26ac tcp_pcb_remove + *fill* 0x00000000400f2776 0x2 + .text.tcp_abandon + 0x00000000400f2778 0xd6 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xee (size before relaxing) + 0x00000000400f2778 tcp_abandon + *fill* 0x00000000400f284e 0x2 + .text.tcp_abort + 0x00000000400f2850 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f2850 tcp_abort + *fill* 0x00000000400f285f 0x1 + .text.tcp_accept_null + 0x00000000400f2860 0x1f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x25 (size before relaxing) + *fill* 0x00000000400f287f 0x1 + .text.tcp_kill_timewait + 0x00000000400f2880 0x2f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400f28af 0x1 + .text.tcp_kill_prio + 0x00000000400f28b0 0x58 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x5b (size before relaxing) + *fill* 0x00000000400f2908 0x0 + .text.tcp_netif_ip_addr_changed_pcblist + 0x00000000400f2908 0x95 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400f299d 0x3 + .text.tcp_netif_ip_addr_changed + 0x00000000400f29a0 0x158 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x15c (size before relaxing) + 0x00000000400f29a0 tcp_netif_ip_addr_changed + .text.tcp_kill_state + 0x00000000400f2af8 0x3a esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400f2b32 0x2 + .text.tcp_alloc + 0x00000000400f2b34 0x122 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x152 (size before relaxing) + 0x00000000400f2b34 tcp_alloc + *fill* 0x00000000400f2c56 0x2 + .text.tcp_new_ip_type + 0x00000000400f2c58 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f2c58 tcp_new_ip_type + *fill* 0x00000000400f2c72 0x2 + .text.tcp_close_shutdown + 0x00000000400f2c74 0x14f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x16a (size before relaxing) + *fill* 0x00000000400f2dc3 0x1 + .text.tcp_close + 0x00000000400f2dc4 0x29 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x2d (size before relaxing) + 0x00000000400f2dc4 tcp_close + *fill* 0x00000000400f2ded 0x3 + .text.tcp_recv_null + 0x00000000400f2df0 0x36 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3e (size before relaxing) + 0x00000000400f2df0 tcp_recv_null + *fill* 0x00000000400f2e26 0x2 + .text.tcp_process_refused_data + 0x00000000400f2e28 0x8d esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f2e28 tcp_process_refused_data + *fill* 0x00000000400f2eb5 0x3 + .text.tcp_fasttmr + 0x00000000400f2eb8 0x87 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f2eb8 tcp_fasttmr + *fill* 0x00000000400f2f3f 0x1 + .text.tcp_shutdown + 0x00000000400f2f40 0x77 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x7b (size before relaxing) + 0x00000000400f2f40 tcp_shutdown + *fill* 0x00000000400f2fb7 0x1 + .text.tcp_slowtmr + 0x00000000400f2fb8 0x494 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4b4 (size before relaxing) + 0x00000000400f2fb8 tcp_slowtmr + .text.tcp_tmr 0x00000000400f344c 0x1c esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x22 (size before relaxing) + 0x00000000400f344c tcp_tmr + *fill* 0x00000000400f3468 0x0 + .text.tcp_get_next_optbyte + 0x00000000400f3468 0x40 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_parseopt + 0x00000000400f34a8 0xa8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xb4 (size before relaxing) + .text.tcp_input_delayed_close + 0x00000000400f3550 0x49 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x51 (size before relaxing) + *fill* 0x00000000400f3599 0x3 + .text.tcp_timewait_input + 0x00000000400f359c 0xa2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xaa (size before relaxing) + *fill* 0x00000000400f363e 0x2 + .text.tcp_listen_input + 0x00000000400f3640 0x1f7 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x21e (size before relaxing) + *fill* 0x00000000400f3837 0x1 + .text.tcp_oos_insert_segment + 0x00000000400f3838 0xfc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x104 (size before relaxing) + .text.tcp_free_acked_segments + 0x00000000400f3934 0xd4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xdc (size before relaxing) + .text.tcp_receive + 0x00000000400f3a08 0xc8a esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xcde (size before relaxing) + *fill* 0x00000000400f4692 0x2 + .text.tcp_process + 0x00000000400f4694 0x61b esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x63b (size before relaxing) + *fill* 0x00000000400f4caf 0x1 + .text.tcp_input + 0x00000000400f4cb0 0x968 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x9ab (size before relaxing) + 0x00000000400f4cb0 tcp_input + *fill* 0x00000000400f5618 0x0 + .text.tcp_trigger_input_pcb_close + 0x00000000400f5618 0x13 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400f5618 tcp_trigger_input_pcb_close + *fill* 0x00000000400f562b 0x1 + .text.tcp_write_checks + 0x00000000400f562c 0xc0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_segment_busy + 0x00000000400f56ec 0x29 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x00000000400f5715 0x3 + .text.tcp_output_fill_options + 0x00000000400f5718 0x42 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x00000000400f575a 0x2 + .text.tcp_pbuf_prealloc + 0x00000000400f575c 0x64 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_create_segment + 0x00000000400f57c0 0x107 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x113 (size before relaxing) + *fill* 0x00000000400f58c7 0x1 + .text.tcp_output_alloc_header_common + 0x00000000400f58c8 0xd8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xe0 (size before relaxing) + .text.tcp_output_alloc_header + 0x00000000400f59a0 0x44 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x48 (size before relaxing) + .text.tcp_route + 0x00000000400f59e4 0x3c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_segment + 0x00000000400f5a20 0x19c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1b0 (size before relaxing) + .text.tcp_output_control_segment + 0x00000000400f5bbc 0x93 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x9a (size before relaxing) + *fill* 0x00000000400f5c4f 0x1 + .text.tcp_write + 0x00000000400f5c50 0x306 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x31a (size before relaxing) + 0x00000000400f5c50 tcp_write + *fill* 0x00000000400f5f56 0x2 + .text.tcp_split_unsent_seg + 0x00000000400f5f58 0x1da esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1f2 (size before relaxing) + 0x00000000400f5f58 tcp_split_unsent_seg + *fill* 0x00000000400f6132 0x2 + .text.tcp_enqueue_flags + 0x00000000400f6134 0x144 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400f6134 tcp_enqueue_flags + .text.tcp_send_fin + 0x00000000400f6278 0x89 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400f6278 tcp_send_fin + *fill* 0x00000000400f6301 0x3 + .text.tcp_rexmit_rto_prepare + 0x00000000400f6304 0xc1 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xcd (size before relaxing) + 0x00000000400f6304 tcp_rexmit_rto_prepare + *fill* 0x00000000400f63c5 0x3 + .text.tcp_rexmit + 0x00000000400f63c8 0xc1 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xc5 (size before relaxing) + 0x00000000400f63c8 tcp_rexmit + *fill* 0x00000000400f6489 0x3 + .text.tcp_rexmit_fast + 0x00000000400f648c 0x68 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x6b (size before relaxing) + 0x00000000400f648c tcp_rexmit_fast + *fill* 0x00000000400f64f4 0x0 + .text.tcp_rst 0x00000000400f64f4 0x6c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x78 (size before relaxing) + 0x00000000400f64f4 tcp_rst + .text.tcp_send_empty_ack + 0x00000000400f6560 0x7f esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x87 (size before relaxing) + 0x00000000400f6560 tcp_send_empty_ack + *fill* 0x00000000400f65df 0x1 + .text.tcp_output + 0x00000000400f65e0 0x413 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x42f (size before relaxing) + 0x00000000400f65e0 tcp_output + *fill* 0x00000000400f69f3 0x1 + .text.tcp_rexmit_rto_commit + 0x00000000400f69f4 0x2d esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x30 (size before relaxing) + 0x00000000400f69f4 tcp_rexmit_rto_commit + *fill* 0x00000000400f6a21 0x3 + .text.tcp_rexmit_rto + 0x00000000400f6a24 0x2b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x2f (size before relaxing) + 0x00000000400f6a24 tcp_rexmit_rto + *fill* 0x00000000400f6a4f 0x1 + .text.tcp_keepalive + 0x00000000400f6a50 0x55 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x61 (size before relaxing) + 0x00000000400f6a50 tcp_keepalive + *fill* 0x00000000400f6aa5 0x3 + .text.tcp_zero_window_probe + 0x00000000400f6aa8 0x135 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x141 (size before relaxing) + 0x00000000400f6aa8 tcp_zero_window_probe + *fill* 0x00000000400f6bdd 0x3 + .text.sys_timeout_abs + 0x00000000400f6be0 0x61 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x65 (size before relaxing) + *fill* 0x00000000400f6c41 0x3 + .text.lwip_cyclic_timer + 0x00000000400f6c44 0x37 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x3f (size before relaxing) + *fill* 0x00000000400f6c7b 0x1 + .text.sys_timeout + 0x00000000400f6c7c 0x2b esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x2f (size before relaxing) + 0x00000000400f6c7c sys_timeout + *fill* 0x00000000400f6ca7 0x1 + .text.tcp_timer_needed + 0x00000000400f6ca8 0x2f esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400f6ca8 tcp_timer_needed + *fill* 0x00000000400f6cd7 0x1 + .text.tcpip_tcp_timer + 0x00000000400f6cd8 0x2d esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x35 (size before relaxing) + *fill* 0x00000000400f6d05 0x3 + .text.sys_timeouts_init + 0x00000000400f6d08 0x24 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400f6d08 sys_timeouts_init + .text.sys_untimeout + 0x00000000400f6d2c 0x3e esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42 (size before relaxing) + 0x00000000400f6d2c sys_untimeout + *fill* 0x00000000400f6d6a 0x2 + .text.sys_check_timeouts + 0x00000000400f6d6c 0x3a esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42 (size before relaxing) + 0x00000000400f6d6c sys_check_timeouts + *fill* 0x00000000400f6da6 0x2 + .text.sys_timeouts_sleeptime + 0x00000000400f6da8 0x3c esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400f6da8 sys_timeouts_sleeptime + .text.udp_new_port + 0x00000000400f6de4 0x57 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x00000000400f6e3b 0x1 + .text.udp_input_local_match + 0x00000000400f6e3c 0x176 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x00000000400f6fb2 0x2 + .text.udp_init + 0x00000000400f6fb4 0x17 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400f6fb4 udp_init + *fill* 0x00000000400f6fcb 0x1 + .text.udp_input + 0x00000000400f6fcc 0x390 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x3a7 (size before relaxing) + 0x00000000400f6fcc udp_input + *fill* 0x00000000400f735c 0x0 + .text.udp_bind + 0x00000000400f735c 0x305 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x30d (size before relaxing) + 0x00000000400f735c udp_bind + *fill* 0x00000000400f7661 0x3 + .text.udp_sendto_if_src + 0x00000000400f7664 0x218 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x22c (size before relaxing) + 0x00000000400f7664 udp_sendto_if_src + .text.udp_sendto_if + 0x00000000400f787c 0xdb esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400f787c udp_sendto_if + *fill* 0x00000000400f7957 0x1 + .text.udp_sendto + 0x00000000400f7958 0x11f esp-idf/lwip/liblwip.a(udp.c.obj) + 0x137 (size before relaxing) + 0x00000000400f7958 udp_sendto + *fill* 0x00000000400f7a77 0x1 + .text.udp_send + 0x00000000400f7a78 0x39 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x3d (size before relaxing) + 0x00000000400f7a78 udp_send + *fill* 0x00000000400f7ab1 0x3 + .text.udp_connect + 0x00000000400f7ab4 0x15c esp-idf/lwip/liblwip.a(udp.c.obj) + 0x164 (size before relaxing) + 0x00000000400f7ab4 udp_connect + .text.udp_disconnect + 0x00000000400f7c10 0x9e esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400f7c10 udp_disconnect + *fill* 0x00000000400f7cae 0x2 + .text.udp_remove + 0x00000000400f7cb0 0x38 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x3b (size before relaxing) + 0x00000000400f7cb0 udp_remove + *fill* 0x00000000400f7ce8 0x0 + .text.udp_new 0x00000000400f7ce8 0x20 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x24 (size before relaxing) + 0x00000000400f7ce8 udp_new + .text.udp_new_ip_type + 0x00000000400f7d08 0x15 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x18 (size before relaxing) + 0x00000000400f7d08 udp_new_ip_type + *fill* 0x00000000400f7d1d 0x3 + .text.udp_netif_ip_addr_changed + 0x00000000400f7d20 0x143 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400f7d20 udp_netif_ip_addr_changed + *fill* 0x00000000400f7e63 0x1 + .text.dhcp_option_short + 0x00000000400f7e64 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f7e99 0x3 + .text.dhcp_option + 0x00000000400f7e9c 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_option_byte + 0x00000000400f7ed0 0x26 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f7ef6 0x2 + .text.dhcp_option_client_id + 0x00000000400f7ef8 0x3a esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x3e (size before relaxing) + *fill* 0x00000000400f7f32 0x2 + .text.dhcp_option_long + 0x00000000400f7f34 0x4f esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f7f83 0x1 + .text.dhcp_create_msg + 0x00000000400f7f84 0x12c esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x138 (size before relaxing) + .text.dhcp_option_hostname + 0x00000000400f80b0 0x7a esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f812a 0x2 + .text.dhcp_option_trailer + 0x00000000400f812c 0x3f esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f816b 0x1 + .text.dhcp_rebind + 0x00000000400f816c 0xf9 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x115 (size before relaxing) + *fill* 0x00000000400f8265 0x3 + .text.dhcp_t2_timeout + 0x00000000400f8268 0x3e esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f82a6 0x2 + .text.dhcp_reboot + 0x00000000400f82a8 0x118 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x13c (size before relaxing) + .text.dhcp_select + 0x00000000400f83c0 0x151 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x185 (size before relaxing) + *fill* 0x00000000400f8511 0x3 + .text.dhcp_handle_offer + 0x00000000400f8514 0x5b esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x62 (size before relaxing) + *fill* 0x00000000400f856f 0x1 + .text.dhcp_discover + 0x00000000400f8570 0xf1 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x111 (size before relaxing) + *fill* 0x00000000400f8661 0x3 + .text.dhcp_decline + 0x00000000400f8664 0x94 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0xb0 (size before relaxing) + .text.dhcp_check + 0x00000000400f86f8 0x2f esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x33 (size before relaxing) + *fill* 0x00000000400f8727 0x1 + .text.dhcp_bind + 0x00000000400f8728 0xcc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0xd0 (size before relaxing) + .text.dhcp_handle_nak + 0x00000000400f87f4 0x2d esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x34 (size before relaxing) + *fill* 0x00000000400f8821 0x3 + .text.dhcp_dec_pcb_refcount + 0x00000000400f8824 0x3b esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f885f 0x1 + .text.dhcp_inc_pcb_refcount + 0x00000000400f8860 0x76 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x7e (size before relaxing) + *fill* 0x00000000400f88d6 0x2 + .text.dhcp_parse_reply + 0x00000000400f88d8 0x395 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x39d (size before relaxing) + *fill* 0x00000000400f8c6d 0x3 + .text.dhcp_handle_ack + 0x00000000400f8c70 0x11a esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x122 (size before relaxing) + *fill* 0x00000000400f8d8a 0x2 + .text.dhcp_recv + 0x00000000400f8d8c 0x135 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x148 (size before relaxing) + *fill* 0x00000000400f8ec1 0x3 + .text.dhcp_set_struct + 0x00000000400f8ec4 0x55 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400f8ec4 dhcp_set_struct + *fill* 0x00000000400f8f19 0x3 + .text.dhcp_cleanup + 0x00000000400f8f1c 0x28 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x2b (size before relaxing) + 0x00000000400f8f1c dhcp_cleanup + *fill* 0x00000000400f8f44 0x0 + .text.dhcp_set_cb + 0x00000000400f8f44 0x22 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400f8f44 dhcp_set_cb + *fill* 0x00000000400f8f66 0x2 + .text.dhcp_network_changed + 0x00000000400f8f68 0x52 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400f8f68 dhcp_network_changed + *fill* 0x00000000400f8fba 0x2 + .text.dhcp_arp_reply + 0x00000000400f8fbc 0x1e esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x22 (size before relaxing) + 0x00000000400f8fbc dhcp_arp_reply + *fill* 0x00000000400f8fda 0x2 + .text.dhcp_renew + 0x00000000400f8fdc 0xf9 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x115 (size before relaxing) + 0x00000000400f8fdc dhcp_renew + *fill* 0x00000000400f90d5 0x3 + .text.dhcp_t1_timeout + 0x00000000400f90d8 0x3b esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f9113 0x1 + .text.dhcp_release_and_stop + 0x00000000400f9114 0x113 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x137 (size before relaxing) + 0x00000000400f9114 dhcp_release_and_stop + *fill* 0x00000000400f9227 0x1 + .text.dhcp_start + 0x00000000400f9228 0xa4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0xac (size before relaxing) + 0x00000000400f9228 dhcp_start + .text.dhcp_restart + 0x00000000400f92cc 0x13 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x16 (size before relaxing) + *fill* 0x00000000400f92df 0x1 + .text.dhcp_coarse_tmr + 0x00000000400f92e0 0x67 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x6b (size before relaxing) + 0x00000000400f92e0 dhcp_coarse_tmr + *fill* 0x00000000400f9347 0x1 + .text.dhcp_timeout + 0x00000000400f9348 0x92 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x9e (size before relaxing) + *fill* 0x00000000400f93da 0x2 + .text.dhcp_fine_tmr + 0x00000000400f93dc 0x37 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400f93dc dhcp_fine_tmr + *fill* 0x00000000400f9413 0x1 + .text.dhcp_release + 0x00000000400f9414 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + 0x00000000400f9414 dhcp_release + .text.dhcp_stop + 0x00000000400f9420 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0xe (size before relaxing) + 0x00000000400f9420 dhcp_stop + *fill* 0x00000000400f942a 0x2 + .text.free_etharp_q + 0x00000000400f942c 0x41 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x49 (size before relaxing) + *fill* 0x00000000400f946d 0x3 + .text.etharp_free_entry + 0x00000000400f9470 0x3d esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x41 (size before relaxing) + *fill* 0x00000000400f94ad 0x3 + .text.etharp_find_entry + 0x00000000400f94b0 0x1e6 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x1ea (size before relaxing) + *fill* 0x00000000400f9696 0x2 + .text.etharp_update_arp_entry + 0x00000000400f9698 0xc6 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xce (size before relaxing) + *fill* 0x00000000400f975e 0x2 + .text.etharp_raw + 0x00000000400f9760 0x105 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x10d (size before relaxing) + *fill* 0x00000000400f9865 0x3 + .text.etharp_request_dst + 0x00000000400f9868 0x21 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x25 (size before relaxing) + *fill* 0x00000000400f9889 0x3 + .text.etharp_cleanup_netif + 0x00000000400f988c 0x35 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400f988c etharp_cleanup_netif + *fill* 0x00000000400f98c1 0x3 + .text.etharp_input + 0x00000000400f98c4 0xec esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xf2 (size before relaxing) + 0x00000000400f98c4 etharp_input + *fill* 0x00000000400f99b0 0x0 + .text.etharp_request + 0x00000000400f99b0 0x15 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400f99b0 etharp_request + *fill* 0x00000000400f99c5 0x3 + .text.garp_tmr + 0x00000000400f99c8 0x33 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400f99c8 garp_tmr + *fill* 0x00000000400f99fb 0x1 + .text.etharp_tmr + 0x00000000400f99fc 0x9e esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xa2 (size before relaxing) + 0x00000000400f99fc etharp_tmr + *fill* 0x00000000400f9a9a 0x2 + .text.etharp_output_to_arp_index + 0x00000000400f9a9c 0xd2 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xd6 (size before relaxing) + *fill* 0x00000000400f9b6e 0x2 + .text.etharp_query + 0x00000000400f9b70 0x21e esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x22a (size before relaxing) + 0x00000000400f9b70 etharp_query + *fill* 0x00000000400f9d8e 0x2 + .text.etharp_output + 0x00000000400f9d90 0x161 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400f9d90 etharp_output + *fill* 0x00000000400f9ef1 0x3 + .text.icmp_send_response + 0x00000000400f9ef4 0xd3 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0xe6 (size before relaxing) + *fill* 0x00000000400f9fc7 0x1 + .text.icmp_input + 0x00000000400f9fc8 0x1cf esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x1f6 (size before relaxing) + 0x00000000400f9fc8 icmp_input + *fill* 0x00000000400fa197 0x1 + .text.icmp_dest_unreach + 0x00000000400fa198 0x12 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x00000000400fa198 icmp_dest_unreach + *fill* 0x00000000400fa1aa 0x2 + .text.igmp_start_timer + 0x00000000400fa1ac 0x3e esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000400fa1ea 0x2 + .text.igmp_delaying_member + 0x00000000400fa1ec 0x26 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000400fa212 0x2 + .text.igmp_ip_output_if + 0x00000000400fa214 0x2d esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x31 (size before relaxing) + *fill* 0x00000000400fa241 0x3 + .text.igmp_send + 0x00000000400fa244 0xbf esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xca (size before relaxing) + *fill* 0x00000000400fa303 0x1 + .text.igmp_timeout + 0x00000000400fa304 0x26 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x00000000400fa32a 0x2 + .text.igmp_init + 0x00000000400fa32c 0x15 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa32c igmp_init + *fill* 0x00000000400fa341 0x3 + .text.igmp_stop + 0x00000000400fa344 0x31 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa344 igmp_stop + *fill* 0x00000000400fa375 0x3 + .text.igmp_report_groups + 0x00000000400fa378 0x1f esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa378 igmp_report_groups + *fill* 0x00000000400fa397 0x1 + .text.igmp_lookup_group + 0x00000000400fa398 0x82 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x86 (size before relaxing) + *fill* 0x00000000400fa41a 0x2 + .text.igmp_start + 0x00000000400fa41c 0x36 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa41c igmp_start + *fill* 0x00000000400fa452 0x2 + .text.igmp_input + 0x00000000400fa454 0x10b esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x116 (size before relaxing) + 0x00000000400fa454 igmp_input + *fill* 0x00000000400fa55f 0x1 + .text.igmp_joingroup_netif + 0x00000000400fa560 0x85 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x89 (size before relaxing) + 0x00000000400fa560 igmp_joingroup_netif + *fill* 0x00000000400fa5e5 0x3 + .text.igmp_joingroup + 0x00000000400fa5e8 0x5c esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa5e8 igmp_joingroup + .text.igmp_leavegroup_netif + 0x00000000400fa644 0x8d esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x95 (size before relaxing) + 0x00000000400fa644 igmp_leavegroup_netif + *fill* 0x00000000400fa6d1 0x3 + .text.igmp_leavegroup + 0x00000000400fa6d4 0x5b esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x5f (size before relaxing) + 0x00000000400fa6d4 igmp_leavegroup + *fill* 0x00000000400fa72f 0x1 + .text.igmp_tmr + 0x00000000400fa730 0x64 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa730 igmp_tmr + .text.igmp_timeout_cb + 0x00000000400fa794 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400fa79c 0x0 + .text.ip4_input_accept + 0x00000000400fa79c 0x34 esp-idf/lwip/liblwip.a(ip4.c.obj) + .text.ip4_netif_exist + 0x00000000400fa7d0 0x38 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400fa7d0 ip4_netif_exist + .text.ip4_route_src_hook + 0x00000000400fa808 0x2e esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400fa808 ip4_route_src_hook + *fill* 0x00000000400fa836 0x2 + .text.ip4_route + 0x00000000400fa838 0x70 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x74 (size before relaxing) + 0x00000000400fa838 ip4_route + .text.ip4_route_src + 0x00000000400fa8a8 0x2c esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x34 (size before relaxing) + 0x00000000400fa8a8 ip4_route_src + .text.ip4_input + 0x00000000400fa8d4 0x29b esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x2be (size before relaxing) + 0x00000000400fa8d4 ip4_input + *fill* 0x00000000400fab6f 0x1 + .text.ip4_output_if_opt_src + 0x00000000400fab70 0x293 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x29b (size before relaxing) + 0x00000000400fab70 ip4_output_if_opt_src + *fill* 0x00000000400fae03 0x1 + .text.ip4_output_if_opt + 0x00000000400fae04 0x35 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400fae04 ip4_output_if_opt + *fill* 0x00000000400fae39 0x3 + .text.ip4_output_if + 0x00000000400fae3c 0x25 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x29 (size before relaxing) + 0x00000000400fae3c ip4_output_if + *fill* 0x00000000400fae61 0x3 + .text.ip4_output_if_src + 0x00000000400fae64 0x25 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x29 (size before relaxing) + 0x00000000400fae64 ip4_output_if_src + *fill* 0x00000000400fae89 0x3 + .text.ip4addr_aton + 0x00000000400fae8c 0x1b4 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x1b8 (size before relaxing) + 0x00000000400fae8c ip4addr_aton + .text.ipaddr_addr + 0x00000000400fb040 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x00000000400fb040 ipaddr_addr + .text.ip4addr_ntoa_r + 0x00000000400fb058 0x96 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x00000000400fb058 ip4addr_ntoa_r + *fill* 0x00000000400fb0ee 0x2 + .text.ip4addr_ntoa + 0x00000000400fb0f0 0x14 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x00000000400fb0f0 ip4addr_ntoa + .text.ip4_frag + 0x00000000400fb104 0x18d esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x19d (size before relaxing) + 0x00000000400fb104 ip4_frag + *fill* 0x00000000400fb291 0x3 + .text.icmp6_send_response_with_addrs_and_netif + 0x00000000400fb294 0xdc esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0xe8 (size before relaxing) + .text.icmp6_send_response + 0x00000000400fb370 0x3e esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000400fb3ae 0x2 + .text.icmp6_input + 0x00000000400fb3b0 0xff esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x12e (size before relaxing) + 0x00000000400fb3b0 icmp6_input + *fill* 0x00000000400fb4af 0x1 + .text.icmp6_dest_unreach + 0x00000000400fb4b0 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400fb4b0 icmp6_dest_unreach + .text.icmp6_param_problem + 0x00000000400fb4c4 0x1a esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400fb4c4 icmp6_param_problem + *fill* 0x00000000400fb4de 0x2 + .text.ip6_input_accept + 0x00000000400fb4e0 0x96 esp-idf/lwip/liblwip.a(ip6.c.obj) + *fill* 0x00000000400fb576 0x2 + .text.ip6_route + 0x00000000400fb578 0x2fa esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x2fe (size before relaxing) + 0x00000000400fb578 ip6_route + *fill* 0x00000000400fb872 0x2 + .text.ip6_select_source_address + 0x00000000400fb874 0x1db esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x00000000400fb874 ip6_select_source_address + *fill* 0x00000000400fba4f 0x1 + .text.ip6_input + 0x00000000400fba50 0x6fd esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x761 (size before relaxing) + 0x00000000400fba50 ip6_input + *fill* 0x00000000400fc14d 0x3 + .text.ip6_output_if_src + 0x00000000400fc150 0x381 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x391 (size before relaxing) + 0x00000000400fc150 ip6_output_if_src + *fill* 0x00000000400fc4d1 0x3 + .text.ip6_output_if + 0x00000000400fc4d4 0x69 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x00000000400fc4d4 ip6_output_if + *fill* 0x00000000400fc53d 0x3 + .text.ip6_options_add_hbh_ra + 0x00000000400fc540 0x3e esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x42 (size before relaxing) + 0x00000000400fc540 ip6_options_add_hbh_ra + *fill* 0x00000000400fc57e 0x2 + .text.ip6addr_aton + 0x00000000400fc580 0x1a8 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x1ac (size before relaxing) + 0x00000000400fc580 ip6addr_aton + .text.ip6addr_ntoa_r + 0x00000000400fc728 0x218 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x220 (size before relaxing) + 0x00000000400fc728 ip6addr_ntoa_r + .text.ip6addr_ntoa + 0x00000000400fc940 0x14 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x00000000400fc940 ip6addr_ntoa + .text.ip6_frag + 0x00000000400fc954 0x171 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x181 (size before relaxing) + 0x00000000400fc954 ip6_frag + *fill* 0x00000000400fcac5 0x3 + .text.mld6_delayed_report + 0x00000000400fcac8 0x58 esp-idf/lwip/liblwip.a(mld6.c.obj) + .text.mld6_new_group + 0x00000000400fcb20 0x61 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x65 (size before relaxing) + *fill* 0x00000000400fcb81 0x3 + .text.mld6_send + 0x00000000400fcb84 0x110 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x124 (size before relaxing) + .text.mld6_stop + 0x00000000400fcc94 0x31 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400fcc94 mld6_stop + *fill* 0x00000000400fccc5 0x3 + .text.mld6_report_groups + 0x00000000400fccc8 0x1b esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400fccc8 mld6_report_groups + *fill* 0x00000000400fcce3 0x1 + .text.mld6_input + 0x00000000400fcce4 0x16c esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x17b (size before relaxing) + 0x00000000400fcce4 mld6_input + *fill* 0x00000000400fce50 0x0 + .text.mld6_joingroup_netif + 0x00000000400fce50 0x10d esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x111 (size before relaxing) + 0x00000000400fce50 mld6_joingroup_netif + *fill* 0x00000000400fcf5d 0x3 + .text.mld6_joingroup + 0x00000000400fcf60 0x42 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x49 (size before relaxing) + 0x00000000400fcf60 mld6_joingroup + *fill* 0x00000000400fcfa2 0x2 + .text.mld6_leavegroup_netif + 0x00000000400fcfa4 0x101 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x109 (size before relaxing) + 0x00000000400fcfa4 mld6_leavegroup_netif + *fill* 0x00000000400fd0a5 0x3 + .text.mld6_leavegroup + 0x00000000400fd0a8 0x45 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4d (size before relaxing) + 0x00000000400fd0a8 mld6_leavegroup + *fill* 0x00000000400fd0ed 0x3 + .text.mld6_tmr + 0x00000000400fd0f0 0x72 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x76 (size before relaxing) + 0x00000000400fd0f0 mld6_tmr + *fill* 0x00000000400fd162 0x2 + .text.mld6_timeout_cb + 0x00000000400fd164 0x8 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400fd16c 0x0 + .text.nd6_find_neighbor_cache_entry + 0x00000000400fd16c 0x68 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_find_destination_cache_entry + 0x00000000400fd1d4 0x5e esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fd232 0x2 + .text.nd6_new_destination_cache_entry + 0x00000000400fd234 0x64 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_is_prefix_in_netif + 0x00000000400fd298 0xc6 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fd35e 0x2 + .text.nd6_select_router + 0x00000000400fd360 0x102 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fd462 0x2 + .text.nd6_get_router + 0x00000000400fd464 0x5c esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_get_onlink_prefix + 0x00000000400fd4c0 0x72 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fd532 0x2 + .text.nd6_new_onlink_prefix + 0x00000000400fd534 0xd1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fd605 0x3 + .text.nd6_send_q + 0x00000000400fd608 0x150 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x154 (size before relaxing) + .text.nd6_duplicate_addr_detected + 0x00000000400fd758 0x46 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4e (size before relaxing) + *fill* 0x00000000400fd79e 0x2 + .text.nd6_process_autoconfig_prefix + 0x00000000400fd7a0 0x27b esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x286 (size before relaxing) + *fill* 0x00000000400fda1b 0x1 + .text.nd6_free_q + 0x00000000400fda1c 0x59 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x61 (size before relaxing) + *fill* 0x00000000400fda75 0x3 + .text.nd6_free_neighbor_cache_entry + 0x00000000400fda78 0x82 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x86 (size before relaxing) + *fill* 0x00000000400fdafa 0x2 + .text.nd6_new_neighbor_cache_entry + 0x00000000400fdafc 0x1fa esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x206 (size before relaxing) + *fill* 0x00000000400fdcf6 0x2 + .text.nd6_send_na + 0x00000000400fdcf8 0x15e esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x166 (size before relaxing) + *fill* 0x00000000400fde56 0x2 + .text.nd6_send_rs + 0x00000000400fde58 0xe9 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xf5 (size before relaxing) + *fill* 0x00000000400fdf41 0x3 + .text.nd6_send_ns + 0x00000000400fdf44 0x158 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x164 (size before relaxing) + .text.nd6_send_neighbor_cache_probe + 0x00000000400fe09c 0xe esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000400fe0aa 0x2 + .text.nd6_new_router + 0x00000000400fe0ac 0x17a esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x17e (size before relaxing) + *fill* 0x00000000400fe226 0x2 + .text.nd6_get_next_hop_entry + 0x00000000400fe228 0x3a1 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x3a5 (size before relaxing) + *fill* 0x00000000400fe5c9 0x3 + .text.nd6_queue_packet + 0x00000000400fe5cc 0x121 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x135 (size before relaxing) + *fill* 0x00000000400fe6ed 0x3 + .text.nd6_input + 0x00000000400fe6f0 0xdbf esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xe26 (size before relaxing) + 0x00000000400fe6f0 nd6_input + *fill* 0x00000000400ff4af 0x1 + .text.nd6_set_cb + 0x00000000400ff4b0 0x23 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400ff4b0 nd6_set_cb + *fill* 0x00000000400ff4d3 0x1 + .text.nd6_tmr 0x00000000400ff4d4 0x4ef esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4fb (size before relaxing) + 0x00000000400ff4d4 nd6_tmr + *fill* 0x00000000400ff9c3 0x1 + .text.nd6_clear_destination_cache + 0x00000000400ff9c4 0x2b esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400ff9c4 nd6_clear_destination_cache + *fill* 0x00000000400ff9ef 0x1 + .text.nd6_find_route + 0x00000000400ff9f0 0x9c esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400ff9f0 nd6_find_route + .text.nd6_get_next_hop_addr_or_queue + 0x00000000400ffa8c 0x99 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xa1 (size before relaxing) + 0x00000000400ffa8c nd6_get_next_hop_addr_or_queue + *fill* 0x00000000400ffb25 0x3 + .text.nd6_get_destination_mtu + 0x00000000400ffb28 0x2a esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x2e (size before relaxing) + 0x00000000400ffb28 nd6_get_destination_mtu + *fill* 0x00000000400ffb52 0x2 + .text.nd6_reachability_hint + 0x00000000400ffb54 0x14a esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400ffb54 nd6_reachability_hint + *fill* 0x00000000400ffc9e 0x2 + .text.nd6_cleanup_netif + 0x00000000400ffca0 0xc8 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xcb (size before relaxing) + 0x00000000400ffca0 nd6_cleanup_netif + *fill* 0x00000000400ffd68 0x0 + .text.nd6_adjust_mld_membership + 0x00000000400ffd68 0xaf esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xb2 (size before relaxing) + 0x00000000400ffd68 nd6_adjust_mld_membership + *fill* 0x00000000400ffe17 0x1 + .text.ethernet_input + 0x00000000400ffe18 0xf8 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x104 (size before relaxing) + 0x00000000400ffe18 ethernet_input + .text.ethernet_output + 0x00000000400fff10 0x71 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x00000000400fff10 ethernet_output + *fill* 0x00000000400fff81 0x3 + .text.lwip_init_tcp_isn + 0x00000000400fff84 0x2a esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x00000000400fff84 lwip_init_tcp_isn + *fill* 0x00000000400fffae 0x2 + .text.lwip_hook_tcp_isn + 0x00000000400fffb0 0xe3 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x00000000400fffb0 lwip_hook_tcp_isn + *fill* 0x0000000040100093 0x1 + .text.sys_thread_sem_free + 0x0000000040100094 0x1c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_mutex_new + 0x00000000401000b0 0x1a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000401000b0 sys_mutex_new + *fill* 0x00000000401000ca 0x2 + .text.sys_mutex_lock + 0x00000000401000cc 0x23 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000401000cc sys_mutex_lock + *fill* 0x00000000401000ef 0x1 + .text.sys_mutex_unlock + 0x00000000401000f0 0x28 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000401000f0 sys_mutex_unlock + .text.sys_sem_new + 0x0000000040100118 0x61 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x0000000040100118 sys_sem_new + *fill* 0x0000000040100179 0x3 + .text.sys_sem_signal + 0x000000004010017c 0x28 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x000000004010017c sys_sem_signal + .text.sys_sem_signal_isr + 0x00000000401001a4 0x1e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000401001a4 sys_sem_signal_isr + *fill* 0x00000000401001c2 0x2 + .text.sys_arch_sem_wait + 0x00000000401001c4 0x54 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000401001c4 sys_arch_sem_wait + .text.sys_mbox_new + 0x0000000040100218 0x3a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x3e (size before relaxing) + 0x0000000040100218 sys_mbox_new + *fill* 0x0000000040100252 0x2 + .text.sys_mbox_post + 0x0000000040100254 0x2c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x0000000040100254 sys_mbox_post + .text.sys_mbox_trypost + 0x0000000040100280 0x22 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x0000000040100280 sys_mbox_trypost + *fill* 0x00000000401002a2 0x2 + .text.sys_arch_mbox_fetch + 0x00000000401002a4 0x64 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000401002a4 sys_arch_mbox_fetch + .text.sys_arch_mbox_tryfetch + 0x0000000040100308 0x3a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x0000000040100308 sys_arch_mbox_tryfetch + *fill* 0x0000000040100342 0x2 + .text.sys_mbox_free + 0x0000000040100344 0x3e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x0000000040100344 sys_mbox_free + *fill* 0x0000000040100382 0x2 + .text.sys_thread_new + 0x0000000040100384 0x28 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x0000000040100384 sys_thread_new + .text.sys_init + 0x00000000401003ac 0x3e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x48 (size before relaxing) + 0x00000000401003ac sys_init + *fill* 0x00000000401003ea 0x2 + .text.sys_now 0x00000000401003ec 0xd esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000401003ec sys_now + *fill* 0x00000000401003f9 0x3 + .text.sys_arch_protect + 0x00000000401003fc 0x1b esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x21 (size before relaxing) + 0x00000000401003fc sys_arch_protect + *fill* 0x0000000040100417 0x1 + .text.sys_arch_unprotect + 0x0000000040100418 0xb esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xe (size before relaxing) + 0x0000000040100418 sys_arch_unprotect + *fill* 0x0000000040100423 0x1 + .text.sys_thread_sem_init + 0x0000000040100424 0x74 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x78 (size before relaxing) + 0x0000000040100424 sys_thread_sem_init + .text.sys_thread_sem_get + 0x0000000040100498 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x1a (size before relaxing) + 0x0000000040100498 sys_thread_sem_get + *fill* 0x00000000401004ae 0x2 + .text.low_level_init + 0x00000000401004b0 0x1c esp-idf/lwip/liblwip.a(wlanif.c.obj) + .text.lwip_netif_wifi_free_rx_buffer + 0x00000000401004cc 0x16 esp-idf/lwip/liblwip.a(wlanif.c.obj) + *fill* 0x00000000401004e2 0x2 + .text.low_level_output + 0x00000000401004e4 0x8d esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x99 (size before relaxing) + *fill* 0x0000000040100571 0x3 + .text.wlanif_input + 0x0000000040100574 0x64 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x0000000040100574 wlanif_input + .text.wlanif_init + 0x00000000401005d8 0x4e esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x52 (size before relaxing) + 0x00000000401005d8 wlanif_init + *fill* 0x0000000040100626 0x2 + .text.wlanif_init_sta + 0x0000000040100628 0x19 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x1d (size before relaxing) + 0x0000000040100628 wlanif_init_sta + *fill* 0x0000000040100641 0x3 + .text.wlanif_init_ap + 0x0000000040100644 0x19 esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x1d (size before relaxing) + 0x0000000040100644 wlanif_init_ap + *fill* 0x000000004010065d 0x3 + .text.lwip_get_socket_select_semaphore + 0x0000000040100660 0xa esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0xd (size before relaxing) + *fill* 0x000000004010066a 0x2 + .text.lwip_stop_socket_select_isr + 0x000000004010066c 0x12 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004010067e 0x2 + .text.lwip_stop_socket_select + 0x0000000040100680 0xa esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004010068a 0x2 + .text.lwip_ioctl_r_wrapper + 0x000000004010068c 0x34 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x38 (size before relaxing) + .text.lwip_fcntl_r_wrapper + 0x00000000401006c0 0x10 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x14 (size before relaxing) + .text.esp_vfs_lwip_sockets_register + 0x00000000401006d0 0x67 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x00000000401006d0 esp_vfs_lwip_sockets_register + *fill* 0x0000000040100737 0x1 + .text.parse_options + 0x0000000040100738 0x99 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x00000000401007d1 0x3 + .text.create_msg + 0x00000000401007d4 0xb1 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x0000000040100885 0x3 + .text.add_offer_options + 0x0000000040100888 0x186 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x0000000040100a0e 0x2 + .text.dhcps_poll_set + 0x0000000040100a10 0xb2 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xbe (size before relaxing) + *fill* 0x0000000040100ac2 0x2 + .text.kill_oldest_dhcps_pool + 0x0000000040100ac4 0x6a esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x0000000040100b2e 0x2 + .text.dhcps_option_info + 0x0000000040100b30 0x65 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x0000000040100b30 dhcps_option_info + *fill* 0x0000000040100b95 0x3 + .text.dhcps_set_option_info + 0x0000000040100b98 0x67 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x0000000040100b98 dhcps_set_option_info + *fill* 0x0000000040100bff 0x1 + .text.parse_msg + 0x0000000040100c00 0x1ce esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x1ea (size before relaxing) + *fill* 0x0000000040100dce 0x2 + .text.dhcps_pbuf_alloc + 0x0000000040100dd0 0x1d esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x0000000040100dd0 dhcps_pbuf_alloc + *fill* 0x0000000040100ded 0x3 + .text.send_offer + 0x0000000040100df0 0x8f esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x9b (size before relaxing) + *fill* 0x0000000040100e7f 0x1 + .text.send_ack + 0x0000000040100e80 0xa0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xab (size before relaxing) + *fill* 0x0000000040100f20 0x0 + .text.send_nak + 0x0000000040100f20 0x88 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x94 (size before relaxing) + .text.handle_dhcp + 0x0000000040100fa8 0xc8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xda (size before relaxing) + *fill* 0x0000000040101070 0x0 + .text.dhcps_set_new_lease_cb + 0x0000000040101070 0xa esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x0000000040101070 dhcps_set_new_lease_cb + *fill* 0x000000004010107a 0x2 + .text.dhcps_start + 0x000000004010107c 0x6f esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x77 (size before relaxing) + 0x000000004010107c dhcps_start + *fill* 0x00000000401010eb 0x1 + .text.dhcps_stop + 0x00000000401010ec 0x53 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x57 (size before relaxing) + 0x00000000401010ec dhcps_stop + *fill* 0x000000004010113f 0x1 + .text.dhcps_coarse_tmr + 0x0000000040101140 0x50 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x0000000040101140 dhcps_coarse_tmr + .text.dhcp_search_ip_on_mac + 0x0000000040101190 0x42 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x0000000040101190 dhcp_search_ip_on_mac + *fill* 0x00000000401011d2 0x2 + .text.dhcps_dns_setserver + 0x00000000401011d4 0x1b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000401011d4 dhcps_dns_setserver + *fill* 0x00000000401011ef 0x1 + .text.dhcps_dns_getserver + 0x00000000401011f0 0xa esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000401011f0 dhcps_dns_getserver + *fill* 0x00000000401011fa 0x2 + .text.netconn_apimsg + 0x00000000401011fc 0x1e esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x22 (size before relaxing) + *fill* 0x000000004010121a 0x2 + .text.netconn_tcp_recvd_msg + 0x000000004010121c 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x35 (size before relaxing) + *fill* 0x000000004010124d 0x3 + .text.netconn_close_shutdown + 0x0000000040101250 0x25 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x29 (size before relaxing) + *fill* 0x0000000040101275 0x3 + .text.netconn_new_with_proto_and_callback + 0x0000000040101278 0x7e esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x86 (size before relaxing) + 0x0000000040101278 netconn_new_with_proto_and_callback + *fill* 0x00000000401012f6 0x2 + .text.netconn_prepare_delete + 0x00000000401012f8 0x1e esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x26 (size before relaxing) + 0x00000000401012f8 netconn_prepare_delete + *fill* 0x0000000040101316 0x2 + .text.netconn_delete + 0x0000000040101318 0x2d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x31 (size before relaxing) + 0x0000000040101318 netconn_delete + *fill* 0x0000000040101345 0x3 + .text.netconn_getaddr + 0x0000000040101348 0x3d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x0000000040101348 netconn_getaddr + *fill* 0x0000000040101385 0x3 + .text.netconn_bind + 0x0000000040101388 0xb1 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x0000000040101388 netconn_bind + *fill* 0x0000000040101439 0x3 + .text.netconn_connect + 0x000000004010143c 0x2d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x000000004010143c netconn_connect + *fill* 0x0000000040101469 0x3 + .text.netconn_disconnect + 0x000000004010146c 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x21 (size before relaxing) + 0x000000004010146c netconn_disconnect + *fill* 0x0000000040101489 0x3 + .text.netconn_listen_with_backlog + 0x000000004010148c 0x25 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x000000004010148c netconn_listen_with_backlog + *fill* 0x00000000401014b1 0x3 + .text.netconn_tcp_recvd + 0x00000000401014b4 0x2d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000401014b4 netconn_tcp_recvd + *fill* 0x00000000401014e1 0x3 + .text.netconn_send + 0x00000000401014e4 0x21 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000401014e4 netconn_send + *fill* 0x0000000040101505 0x3 + .text.netconn_write_vectors_partly + 0x0000000040101508 0xf0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x0000000040101508 netconn_write_vectors_partly + .text.netconn_write_partly + 0x00000000401015f8 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000401015f8 netconn_write_partly + *fill* 0x0000000040101615 0x3 + .text.netconn_err + 0x0000000040101618 0x1f esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x23 (size before relaxing) + 0x0000000040101618 netconn_err + *fill* 0x0000000040101637 0x1 + .text.netconn_accept + 0x0000000040101638 0xe8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xec (size before relaxing) + 0x0000000040101638 netconn_accept + .text.netconn_recv_data + 0x0000000040101720 0x13c esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x14c (size before relaxing) + .text.netconn_recv_udp_raw_netbuf_flags + 0x000000004010185c 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x000000004010185c netconn_recv_udp_raw_netbuf_flags + *fill* 0x000000004010188d 0x3 + .text.netconn_recv_data_tcp + 0x0000000040101890 0xad esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xb1 (size before relaxing) + *fill* 0x000000004010193d 0x3 + .text.netconn_recv_tcp_pbuf_flags + 0x0000000040101940 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x0000000040101940 netconn_recv_tcp_pbuf_flags + *fill* 0x0000000040101971 0x3 + .text.netconn_shutdown + 0x0000000040101974 0x28 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x2b (size before relaxing) + 0x0000000040101974 netconn_shutdown + *fill* 0x000000004010199c 0x0 + .text.netconn_join_leave_group + 0x000000004010199c 0x2d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x31 (size before relaxing) + 0x000000004010199c netconn_join_leave_group + *fill* 0x00000000401019c9 0x3 + .text.netconn_join_leave_group_netif + 0x00000000401019cc 0x39 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000401019cc netconn_join_leave_group_netif + *fill* 0x0000000040101a05 0x3 + .text.netconn_gethostbyname_addrtype + 0x0000000040101a08 0x46 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4a (size before relaxing) + 0x0000000040101a08 netconn_gethostbyname_addrtype + *fill* 0x0000000040101a4e 0x2 + .text.lwip_netconn_err_to_msg + 0x0000000040101a50 0x4a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x0000000040101a9a 0x2 + .text.lwip_netconn_do_dns_found + 0x0000000040101a9c 0x2e esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x0000000040101aca 0x2 + .text.err_tcp 0x0000000040101acc 0x120 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x12c (size before relaxing) + .text.netconn_mark_mbox_invalid + 0x0000000040101bec 0x40 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x47 (size before relaxing) + *fill* 0x0000000040101c2c 0x0 + .text.recv_udp + 0x0000000040101c2c 0x13e esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x156 (size before relaxing) + *fill* 0x0000000040101d6a 0x2 + .text.recv_raw + 0x0000000040101d6c 0xc8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xe0 (size before relaxing) + .text.setup_tcp + 0x0000000040101e34 0x36 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x42 (size before relaxing) + *fill* 0x0000000040101e6a 0x2 + .text.pcb_new 0x0000000040101e6c 0xee esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xf2 (size before relaxing) + *fill* 0x0000000040101f5a 0x2 + .text.lwip_netconn_do_connected + 0x0000000040101f5c 0xd8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xdc (size before relaxing) + .text.lwip_netconn_do_writemore + 0x0000000040102034 0x2a5 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x2a9 (size before relaxing) + *fill* 0x00000000401022d9 0x3 + .text.lwip_netconn_do_close_internal + 0x00000000401022dc 0x2ca esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x2e2 (size before relaxing) + *fill* 0x00000000401025a6 0x2 + .text.poll_tcp + 0x00000000401025a8 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x69 (size before relaxing) + *fill* 0x000000004010260a 0x2 + .text.sent_tcp + 0x000000004010260c 0x66 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x6a (size before relaxing) + *fill* 0x0000000040102672 0x2 + .text.recv_tcp + 0x0000000040102674 0xba esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xc6 (size before relaxing) + *fill* 0x000000004010272e 0x2 + .text.lwip_netconn_is_deallocated_msg + 0x0000000040102730 0x12 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x0000000040102730 lwip_netconn_is_deallocated_msg + *fill* 0x0000000040102742 0x2 + .text.lwip_netconn_is_err_msg + 0x0000000040102744 0x4c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x0000000040102744 lwip_netconn_is_err_msg + .text.lwip_netconn_do_newconn + 0x0000000040102790 0x1d esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x20 (size before relaxing) + 0x0000000040102790 lwip_netconn_do_newconn + *fill* 0x00000000401027ad 0x3 + .text.netconn_alloc + 0x00000000401027b0 0x80 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x88 (size before relaxing) + 0x00000000401027b0 netconn_alloc + .text.netconn_free + 0x0000000040102830 0x5a esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x0000000040102830 netconn_free + *fill* 0x000000004010288a 0x2 + .text.netconn_drain + 0x000000004010288c 0xba esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xde (size before relaxing) + *fill* 0x0000000040102946 0x2 + .text.accept_function + 0x0000000040102948 0x10d esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x13d (size before relaxing) + *fill* 0x0000000040102a55 0x3 + .text.lwip_netconn_do_delconn + 0x0000000040102a58 0x103 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x10b (size before relaxing) + 0x0000000040102a58 lwip_netconn_do_delconn + *fill* 0x0000000040102b5b 0x1 + .text.lwip_netconn_do_bind + 0x0000000040102b5c 0xf5 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x104 (size before relaxing) + 0x0000000040102b5c lwip_netconn_do_bind + *fill* 0x0000000040102c51 0x3 + .text.lwip_netconn_do_connect + 0x0000000040102c54 0xbe esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xca (size before relaxing) + 0x0000000040102c54 lwip_netconn_do_connect + *fill* 0x0000000040102d12 0x2 + .text.lwip_netconn_do_disconnect + 0x0000000040102d14 0x2f esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x0000000040102d14 lwip_netconn_do_disconnect + *fill* 0x0000000040102d43 0x1 + .text.lwip_netconn_do_listen + 0x0000000040102d44 0x183 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18f (size before relaxing) + 0x0000000040102d44 lwip_netconn_do_listen + *fill* 0x0000000040102ec7 0x1 + .text.lwip_netconn_do_send + 0x0000000040102ec8 0x152 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x16a (size before relaxing) + 0x0000000040102ec8 lwip_netconn_do_send + *fill* 0x000000004010301a 0x2 + .text.lwip_netconn_do_recv + 0x000000004010301c 0x44 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x48 (size before relaxing) + 0x000000004010301c lwip_netconn_do_recv + .text.lwip_netconn_do_accepted + 0x0000000040103060 0x23 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x2a (size before relaxing) + 0x0000000040103060 lwip_netconn_do_accepted + *fill* 0x0000000040103083 0x1 + .text.lwip_netconn_do_write + 0x0000000040103084 0x82 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8a (size before relaxing) + 0x0000000040103084 lwip_netconn_do_write + *fill* 0x0000000040103106 0x2 + .text.lwip_netconn_do_getaddr + 0x0000000040103108 0x17e esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x0000000040103108 lwip_netconn_do_getaddr + *fill* 0x0000000040103286 0x2 + .text.lwip_netconn_do_close + 0x0000000040103288 0xd0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xd7 (size before relaxing) + 0x0000000040103288 lwip_netconn_do_close + *fill* 0x0000000040103358 0x0 + .text.lwip_netconn_do_join_leave_group + 0x0000000040103358 0x71 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x75 (size before relaxing) + 0x0000000040103358 lwip_netconn_do_join_leave_group + *fill* 0x00000000401033c9 0x3 + .text.lwip_netconn_do_join_leave_group_netif + 0x00000000401033cc 0x7c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x7f (size before relaxing) + 0x00000000401033cc lwip_netconn_do_join_leave_group_netif + *fill* 0x0000000040103448 0x0 + .text.lwip_netconn_do_gethostbyname + 0x0000000040103448 0x2e esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x32 (size before relaxing) + 0x0000000040103448 lwip_netconn_do_gethostbyname + *fill* 0x0000000040103476 0x2 + .text.err_to_errno + 0x0000000040103478 0x28 esp-idf/lwip/liblwip.a(err.c.obj) + 0x0000000040103478 err_to_errno + .text.netbuf_delete + 0x00000000401034a0 0x1b esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x22 (size before relaxing) + 0x00000000401034a0 netbuf_delete + *fill* 0x00000000401034bb 0x1 + .text.netbuf_alloc + 0x00000000401034bc 0x46 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x4a (size before relaxing) + 0x00000000401034bc netbuf_alloc + *fill* 0x0000000040103502 0x2 + .text.netbuf_free + 0x0000000040103504 0x14 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x18 (size before relaxing) + 0x0000000040103504 netbuf_free + .text.inet_cksum_pseudo_base + 0x0000000040103518 0x7c esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.inet_chksum_pseudo + 0x0000000040103594 0x38 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x3c (size before relaxing) + 0x0000000040103594 inet_chksum_pseudo + .text.ip6_chksum_pseudo + 0x00000000401035cc 0x55 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000401035cc ip6_chksum_pseudo + *fill* 0x0000000040103621 0x3 + .text.ip_chksum_pseudo + 0x0000000040103624 0x32 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x0000000040103624 ip_chksum_pseudo + *fill* 0x0000000040103656 0x2 + .text.inet_chksum + 0x0000000040103658 0x18 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x0000000040103658 inet_chksum + .text.inet_chksum_pbuf + 0x0000000040103670 0x5b esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x0000000040103670 inet_chksum_pbuf + *fill* 0x00000000401036cb 0x1 + .text.ethip6_output + 0x00000000401036cc 0x7c esp-idf/lwip/liblwip.a(ethip6.c.obj) + 0x84 (size before relaxing) + 0x00000000401036cc ethip6_output + .text.esp_crosscore_int_init + 0x0000000040103748 0x72 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x76 (size before relaxing) + 0x0000000040103748 esp_crosscore_int_init + *fill* 0x00000000401037ba 0x2 + .text.esp_vApplicationIdleHook + 0x00000000401037bc 0x39 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x3d (size before relaxing) + 0x00000000401037bc esp_vApplicationIdleHook + *fill* 0x00000000401037f5 0x3 + .text.esp_register_freertos_idle_hook_for_cpu + 0x00000000401037f8 0x5d esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x00000000401037f8 esp_register_freertos_idle_hook_for_cpu + *fill* 0x0000000040103855 0x3 + .text.esp_register_freertos_tick_hook_for_cpu + 0x0000000040103858 0x5a esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x0000000040103858 esp_register_freertos_tick_hook_for_cpu + *fill* 0x00000000401038b2 0x2 + .text.find_task_in_twdt_list + 0x00000000401038b4 0x2f esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + *fill* 0x00000000401038e3 0x1 + .text.reset_hw_timer + 0x00000000401038e4 0x34 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .text.task_wdt_isr + 0x0000000040103918 0x16c esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .text.esp_task_wdt_init + 0x0000000040103a84 0x149 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0x14d (size before relaxing) + 0x0000000040103a84 esp_task_wdt_init + *fill* 0x0000000040103bcd 0x3 + .text.esp_task_wdt_add + 0x0000000040103bd0 0xd1 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0xd5 (size before relaxing) + 0x0000000040103bd0 esp_task_wdt_add + *fill* 0x0000000040103ca1 0x3 + .text.esp_task_wdt_reset + 0x0000000040103ca4 0x5a esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0x61 (size before relaxing) + 0x0000000040103ca4 esp_task_wdt_reset + *fill* 0x0000000040103cfe 0x2 + .text.idle_hook_cb + 0x0000000040103d00 0xa esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0xd (size before relaxing) + *fill* 0x0000000040103d0a 0x2 + .text.esp_int_wdt_init + 0x0000000040103d0c 0x54 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + 0x58 (size before relaxing) + 0x0000000040103d0c esp_int_wdt_init + .text.esp_int_wdt_cpu_init + 0x0000000040103d60 0x2c esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + 0x34 (size before relaxing) + 0x0000000040103d60 esp_int_wdt_cpu_init + .text.async_wakeup_request_end + 0x0000000040103d8c 0xc esp-idf/bt/libbt.a(bt.c.obj) + 0xf (size before relaxing) + *fill* 0x0000000040103d98 0x0 + .text.coex_bt_wakeup_request_end + 0x0000000040103d98 0xa esp-idf/bt/libbt.a(bt.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040103da2 0x2 + .text.btdm_slp_tmr_customer_callback + 0x0000000040103da4 0x20 esp-idf/bt/libbt.a(bt.c.obj) + .text.semphr_give_wrapper + 0x0000000040103dc4 0x15 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103dd9 0x3 + .text.btdm_wakeup_request_callback + 0x0000000040103ddc 0x3b esp-idf/bt/libbt.a(bt.c.obj) + 0x3f (size before relaxing) + *fill* 0x0000000040103e17 0x1 + .text.queue_send_wrapper + 0x0000000040103e18 0x26 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103e3e 0x2 + .text.mutex_unlock_wrapper + 0x0000000040103e40 0x15 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103e55 0x3 + .text.semphr_take_wrapper + 0x0000000040103e58 0x20 esp-idf/bt/libbt.a(bt.c.obj) + .text.async_wakeup_request + 0x0000000040103e78 0x75 esp-idf/bt/libbt.a(bt.c.obj) + 0x85 (size before relaxing) + *fill* 0x0000000040103eed 0x3 + .text.coex_bt_wakeup_request + 0x0000000040103ef0 0xc esp-idf/bt/libbt.a(bt.c.obj) + 0x10 (size before relaxing) + .text.mutex_lock_wrapper + 0x0000000040103efc 0x11 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103f0d 0x3 + .text.try_heap_caps_add_region + 0x0000000040103f10 0x19 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103f29 0x3 + .text.coex_register_wifi_channel_change_callback_wrapper + 0x0000000040103f2c 0x10 esp-idf/bt/libbt.a(bt.c.obj) + .text.coex_wifi_channel_get_wrapper + 0x0000000040103f3c 0x11 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103f4d 0x3 + .text.coex_schm_curr_phase_get_wrapper + 0x0000000040103f50 0xd esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103f5d 0x3 + .text.coex_schm_curr_period_get_wrapper + 0x0000000040103f60 0xd esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103f6d 0x3 + .text.coex_schm_interval_get_wrapper + 0x0000000040103f70 0xd esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103f7d 0x3 + .text.coex_schm_status_bit_set_wrapper + 0x0000000040103f80 0xf esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103f8f 0x1 + .text.coex_schm_status_bit_clear_wrapper + 0x0000000040103f90 0xf esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040103f9f 0x1 + .text.coex_schm_register_btdm_callback_wrapper + 0x0000000040103fa0 0x10 esp-idf/bt/libbt.a(bt.c.obj) + .text.coex_register_bt_cb_wrapper + 0x0000000040103fb0 0x10 esp-idf/bt/libbt.a(bt.c.obj) + .text.btdm_sleep_enter_phase2_wrapper + 0x0000000040103fc0 0x3e esp-idf/bt/libbt.a(bt.c.obj) + 0x4a (size before relaxing) + *fill* 0x0000000040103ffe 0x2 + .text.btdm_sleep_enter_phase1_wrapper + 0x0000000040104000 0x48 esp-idf/bt/libbt.a(bt.c.obj) + .text.task_delete_wrapper + 0x0000000040104048 0xe esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040104056 0x2 + .text.task_create_wrapper + 0x0000000040104058 0x22 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000004010407a 0x2 + .text.queue_recv_wrapper + 0x000000004010407c 0x24 esp-idf/bt/libbt.a(bt.c.obj) + .text.queue_delete_wrapper + 0x00000000401040a0 0xe esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x00000000401040ae 0x2 + .text.mutex_delete_wrapper + 0x00000000401040b0 0xe esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x00000000401040be 0x2 + .text.semphr_delete_wrapper + 0x00000000401040c0 0xe esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x00000000401040ce 0x2 + .text.queue_create_wrapper + 0x00000000401040d0 0x14 esp-idf/bt/libbt.a(bt.c.obj) + .text.mutex_create_wrapper + 0x00000000401040e4 0x10 esp-idf/bt/libbt.a(bt.c.obj) + .text.malloc_internal_wrapper + 0x00000000401040f4 0x12 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040104106 0x2 + .text.semphr_create_wrapper + 0x0000000040104108 0x11 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x0000000040104119 0x3 + .text.btdm_controller_mem_init + 0x000000004010411c 0x51 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x000000004010416d 0x3 + .text.bt_shutdown + 0x0000000040104170 0x15 esp-idf/bt/libbt.a(bt.c.obj) + 0x19 (size before relaxing) + *fill* 0x0000000040104185 0x3 + .text.btdm_sleep_exit_phase3_wrapper + 0x0000000040104188 0x71 esp-idf/bt/libbt.a(bt.c.obj) + 0x81 (size before relaxing) + *fill* 0x00000000401041f9 0x3 + .text.esp_vhci_host_check_send_available + 0x00000000401041fc 0xa esp-idf/bt/libbt.a(bt.c.obj) + 0xd (size before relaxing) + 0x00000000401041fc esp_vhci_host_check_send_available + *fill* 0x0000000040104206 0x2 + .text.esp_vhci_host_send_packet + 0x0000000040104208 0x1a esp-idf/bt/libbt.a(bt.c.obj) + 0x22 (size before relaxing) + 0x0000000040104208 esp_vhci_host_send_packet + *fill* 0x0000000040104222 0x2 + .text.esp_vhci_host_register_callback + 0x0000000040104224 0x10 esp-idf/bt/libbt.a(bt.c.obj) + 0x14 (size before relaxing) + 0x0000000040104224 esp_vhci_host_register_callback + .text.esp_bt_controller_mem_release + 0x0000000040104234 0x154 esp-idf/bt/libbt.a(bt.c.obj) + 0x160 (size before relaxing) + 0x0000000040104234 esp_bt_controller_mem_release + .text.esp_bt_controller_init + 0x0000000040104388 0x290 esp-idf/bt/libbt.a(bt.c.obj) + 0x2b8 (size before relaxing) + 0x0000000040104388 esp_bt_controller_init + .text.esp_bt_controller_deinit + 0x0000000040104618 0x95 esp-idf/bt/libbt.a(bt.c.obj) + 0xa5 (size before relaxing) + 0x0000000040104618 esp_bt_controller_deinit + *fill* 0x00000000401046ad 0x3 + .text.esp_bt_controller_enable + 0x00000000401046b0 0xc9 esp-idf/bt/libbt.a(bt.c.obj) + 0xdd (size before relaxing) + 0x00000000401046b0 esp_bt_controller_enable + *fill* 0x0000000040104779 0x3 + .text.esp_bt_controller_disable + 0x000000004010477c 0x76 esp-idf/bt/libbt.a(bt.c.obj) + 0x86 (size before relaxing) + 0x000000004010477c esp_bt_controller_disable + *fill* 0x00000000401047f2 0x2 + .text.esp_bt_controller_get_status + 0x00000000401047f4 0xa esp-idf/bt/libbt.a(bt.c.obj) + 0x00000000401047f4 esp_bt_controller_get_status + *fill* 0x00000000401047fe 0x2 + .text.esp_ble_tx_power_set + 0x0000000040104800 0x16 esp-idf/bt/libbt.a(bt.c.obj) + 0x0000000040104800 esp_ble_tx_power_set + *fill* 0x0000000040104816 0x2 + .text.esp_ble_tx_power_get + 0x0000000040104818 0xc esp-idf/bt/libbt.a(bt.c.obj) + 0x10 (size before relaxing) + 0x0000000040104818 esp_ble_tx_power_get + .text.esp_at_get_bluetooth_controller_default_config + 0x0000000040104824 0x28 esp-idf/at/libat.a(at_default_config.c.obj) + 0x0000000040104824 esp_at_get_bluetooth_controller_default_config + .text.esp_at_get_process_task_stack_size + 0x000000004010484c 0x8 esp-idf/at/libat.a(at_default_config.c.obj) + 0x000000004010484c esp_at_get_process_task_stack_size + .text.esp_at_get_socket_task_stack_size + 0x0000000040104854 0x8 esp-idf/at/libat.a(at_default_config.c.obj) + 0x0000000040104854 esp_at_get_socket_task_stack_size + .text.esp_at_get_ota_token_by_id + 0x000000004010485c 0x3d esp-idf/at/libat.a(at_default_config.c.obj) + 0x000000004010485c esp_at_get_ota_token_by_id + *fill* 0x0000000040104899 0x3 + .text.esp_at_get_current_module_name + 0x000000004010489c 0x25 esp-idf/at/libat.a(at_default_config.c.obj) + 0x000000004010489c esp_at_get_current_module_name + *fill* 0x00000000401048c1 0x3 + .text.esp_at_factory_parameter_init + 0x00000000401048c4 0x17e esp-idf/at/libat.a(at_default_config.c.obj) + 0x182 (size before relaxing) + *fill* 0x0000000040104a42 0x2 + .text.esp_at_board_init + 0x0000000040104a44 0x8 esp-idf/at/libat.a(at_default_config.c.obj) + 0xb (size before relaxing) + 0x0000000040104a44 esp_at_board_init + *fill* 0x0000000040104a4c 0x0 + .text.esp_at_get_module_id + 0x0000000040104a4c 0xb esp-idf/at/libat.a(at_default_config.c.obj) + 0x0000000040104a4c esp_at_get_module_id + *fill* 0x0000000040104a57 0x1 + .text.at_query_cmd_userdocs + 0x0000000040104a58 0x85 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x89 (size before relaxing) + *fill* 0x0000000040104add 0x3 + .text.at_query_cmd_userram + 0x0000000040104ae0 0x3c esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x40 (size before relaxing) + .text.at_setup_cmd_userota + 0x0000000040104b1c 0x16b esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x18b (size before relaxing) + *fill* 0x0000000040104c87 0x1 + .text._http_event_handler + 0x0000000040104c88 0xf8 esp-idf/at/libat.a(at_user_cmd.c.obj) + .text.at_user_wait_data_cb + 0x0000000040104d80 0x16 esp-idf/at/libat.a(at_user_cmd.c.obj) + *fill* 0x0000000040104d96 0x2 + .text.at_setup_cmd_userram + 0x0000000040104d98 0x285 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x2a5 (size before relaxing) + *fill* 0x000000004010501d 0x3 + .text.esp_at_user_cmd_regist + 0x0000000040105020 0x12 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x0000000040105020 esp_at_user_cmd_regist + *fill* 0x0000000040105032 0x2 + .text.esp_at_set_upgrade_state + 0x0000000040105034 0xa esp-idf/at/libat.a(at_ota_cmd.c.obj) + *fill* 0x000000004010503e 0x2 + .text.esp_at_get_upgrade_state + 0x0000000040105040 0xa esp-idf/at/libat.a(at_ota_cmd.c.obj) + *fill* 0x000000004010504a 0x2 + .text.at_partition_verify + 0x000000004010504c 0x76 esp-idf/at/libat.a(at_ota_cmd.c.obj) + *fill* 0x00000000401050c2 0x2 + .text.at_queryCmdCipupgrade + 0x00000000401050c4 0x3e esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x42 (size before relaxing) + *fill* 0x0000000040105102 0x2 + .text.esp_at_ota_timeout_callback + 0x0000000040105104 0x23 esp-idf/at/libat.a(at_ota_cmd.c.obj) + *fill* 0x0000000040105127 0x1 + .text.esp_at_upgrade_process + 0x0000000040105128 0x8cd esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x901 (size before relaxing) + 0x0000000040105128 esp_at_upgrade_process + *fill* 0x00000000401059f5 0x3 + .text.at_exeCmdCipupgrade + 0x00000000401059f8 0x3f esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x4b (size before relaxing) + *fill* 0x0000000040105a37 0x1 + .text.at_setupCmdCipupgrade + 0x0000000040105a38 0x1b2 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x1c2 (size before relaxing) + *fill* 0x0000000040105bea 0x2 + .text.non_blocking_upgrade_task + 0x0000000040105bec 0x5a esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x62 (size before relaxing) + *fill* 0x0000000040105c46 0x2 + .text.esp_at_ota_cmd_regist + 0x0000000040105c48 0x12 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x0000000040105c48 esp_at_ota_cmd_regist + *fill* 0x0000000040105c5a 0x2 + .text.at_setupCmdFactPlcp + 0x0000000040105c5c 0x61 esp-idf/at/libat.a(at_fact_cmd.c.obj) + 0x65 (size before relaxing) + *fill* 0x0000000040105cbd 0x3 + .text.esp_at_fact_cmd_regist + 0x0000000040105cc0 0x12 esp-idf/at/libat.a(at_fact_cmd.c.obj) + 0x0000000040105cc0 esp_at_fact_cmd_regist + *fill* 0x0000000040105cd2 0x2 + .text.at_set_echo_flag + 0x0000000040105cd4 0xb ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x0000000040105cdf 0x1 + .text.at_exe_cmd_e0 + 0x0000000040105ce0 0xc ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x10 (size before relaxing) + .text.at_exe_cmd_e1 + 0x0000000040105cec 0xc ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x10 (size before relaxing) + .text.at_setup_cmd_syslog + 0x0000000040105cf8 0x36 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x0000000040105d2e 0x2 + .text.at_setup_cmd_sysreg + 0x0000000040105d30 0xb9 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0xc5 (size before relaxing) + *fill* 0x0000000040105de9 0x3 + .text.at_setup_cmd_sleepwkcfg + 0x0000000040105dec 0x27d ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x28d (size before relaxing) + *fill* 0x0000000040106069 0x3 + .text.at_setup_cmd_lslpcfg + 0x000000004010606c 0x11a ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x12a (size before relaxing) + *fill* 0x0000000040106186 0x2 + .text.at_setup_cmd_sysstore + 0x0000000040106188 0x58 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .text.at_query_cmd_rfpower + 0x00000000401061e0 0xa5 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x0000000040106285 0x3 + .text.at_exe_cmd_lslp + 0x0000000040106288 0x2c ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x34 (size before relaxing) + .text.at_auto_light_sleep + 0x00000000401062b4 0x18 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .text.at_exe_cmd_sysrollback + 0x00000000401062cc 0x26 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x00000000401062f2 0x2 + .text.at_exe_cmd_rst + 0x00000000401062f4 0xa ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0xd (size before relaxing) + *fill* 0x00000000401062fe 0x2 + .text.at_setup_cmd_rfpower + 0x0000000040106300 0x182 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x192 (size before relaxing) + *fill* 0x0000000040106482 0x2 + .text.at_query_cmd_sysram + 0x0000000040106484 0x40 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .text.at_exe_cmd_restore + 0x00000000401064c4 0xf ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x13 (size before relaxing) + *fill* 0x00000000401064d3 0x1 + .text.at_modem_sleep + 0x00000000401064d4 0x5e ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x62 (size before relaxing) + *fill* 0x0000000040106532 0x2 + .text.at_setup_cmd_sleep + 0x0000000040106534 0x95 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0xad (size before relaxing) + *fill* 0x00000000401065c9 0x3 + .text.at_query_cmd_sleep + 0x00000000401065cc 0x6e ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x72 (size before relaxing) + *fill* 0x000000004010663a 0x2 + .text.at_setup_cmd_systimestamp + 0x000000004010663c 0x2e ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x32 (size before relaxing) + *fill* 0x000000004010666a 0x2 + .text.at_query_cmd_systimestamp + 0x000000004010666c 0x29 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x0000000040106695 0x3 + .text.at_setup_cmd_gslp + 0x0000000040106698 0x69 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x78 (size before relaxing) + *fill* 0x0000000040106701 0x3 + .text.at_query_cmd_cmd + 0x0000000040106704 0x83 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x0000000040106787 0x1 + .text.at_exe_cmd_gmr + 0x0000000040106788 0x7d ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x85 (size before relaxing) + *fill* 0x0000000040106805 0x3 + .text.at_get_echo_flag + 0x0000000040106808 0xb ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x0000000040106808 at_get_echo_flag + *fill* 0x0000000040106813 0x1 + .text.at_get_syslog_flag + 0x0000000040106814 0xb ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x0000000040106814 at_get_syslog_flag + *fill* 0x000000004010681f 0x1 + .text.at_query_cmd_syslog + 0x0000000040106820 0x20 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x24 (size before relaxing) + .text.at_sys_store_mode_is_flash + 0x0000000040106840 0xb ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x0000000040106840 at_sys_store_mode_is_flash + *fill* 0x000000004010684b 0x1 + .text.at_query_cmd_sysstore + 0x000000004010684c 0x32 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x36 (size before relaxing) + *fill* 0x000000004010687e 0x2 + .text.at_check_ps_mode_is_none + 0x0000000040106880 0x19 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x0000000040106880 at_check_ps_mode_is_none + *fill* 0x0000000040106899 0x3 + .text.at_set_custom_version + 0x000000004010689c 0x32 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x000000004010689c at_set_custom_version + *fill* 0x00000000401068ce 0x2 + .text.at_set_sys_msg + 0x00000000401068d0 0xa ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x00000000401068d0 at_set_sys_msg + *fill* 0x00000000401068da 0x2 + .text.at_setup_cmd_sysmsg + 0x00000000401068dc 0x74 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x80 (size before relaxing) + .text.at_nvm_init_base + 0x0000000040106950 0x46 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x4a (size before relaxing) + *fill* 0x0000000040106996 0x2 + .text.at_get_sys_msg + 0x0000000040106998 0xa ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x0000000040106998 at_get_sys_msg + *fill* 0x00000000401069a2 0x2 + .text.at_query_cmd_sysmsg + 0x00000000401069a4 0x76 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x7e (size before relaxing) + *fill* 0x0000000040106a1a 0x2 + .text.at_approve_light_sleep + 0x0000000040106a1c 0x21 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x0000000040106a1c at_approve_light_sleep + *fill* 0x0000000040106a3d 0x3 + .text.at_disapprove_light_sleep + 0x0000000040106a40 0x21 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x0000000040106a40 at_disapprove_light_sleep + *fill* 0x0000000040106a61 0x3 + .text.esp_at_base_cmd_regist + 0x0000000040106a64 0x14 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x18 (size before relaxing) + 0x0000000040106a64 esp_at_base_cmd_regist + .text.at_ble_process_filter_mac + 0x0000000040106a78 0xd8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .text.at_get_ble_conn_cmd_status + 0x0000000040106b50 0xa ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106b5a 0x2 + .text.at_set_ble_conn_cmd_status + 0x0000000040106b5c 0xa ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106b66 0x2 + .text.at_get_ble_own_addr_type + 0x0000000040106b68 0xa ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106b72 0x2 + .text.at_set_ble_own_addr_type + 0x0000000040106b74 0xa ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106b7e 0x2 + .text.at_set_ble_remote_addr_type + 0x0000000040106b80 0xe ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106b8e 0x2 + .text.at_get_ble_remote_addr_type + 0x0000000040106b90 0xa ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106b9a 0x2 + .text.at_set_ble_scan_status + 0x0000000040106b9c 0xe ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106baa 0x2 + .text.at_get_ble_scan_status + 0x0000000040106bac 0xa ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106bb6 0x2 + .text.at_set_ble_wr_type + 0x0000000040106bb8 0xe ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106bc6 0x2 + .text.at_get_ble_wr_type + 0x0000000040106bc8 0xa ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106bd2 0x2 + .text.esp_gattc_cb + 0x0000000040106bd4 0x63 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106c37 0x1 + .text.get_gatts_unused_conn_index + 0x0000000040106c38 0x32 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106c6a 0x2 + .text.gatts_event_handler + 0x0000000040106c6c 0x57 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106cc3 0x1 + .text.find_gatts_char_info + 0x0000000040106cc4 0x2d ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106cf1 0x3 + .text.find_gattc_char_info + 0x0000000040106cf4 0x42 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106d36 0x2 + .text.at_ble_set_static_pair_key + 0x0000000040106d38 0xa ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106d42 0x2 + .text.at_ble_get_static_pair_key + 0x0000000040106d44 0xa ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106d4e 0x2 + .text.get_gattc_conn_index_by_addr + 0x0000000040106d50 0x71 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106dc1 0x3 + .text.get_gattc_prof_index_by_addr + 0x0000000040106dc4 0x66 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106e2a 0x2 + .text.at_gattc_free_database + 0x0000000040106e2c 0x9a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106ec6 0x2 + .text.at_gatts_free_database + 0x0000000040106ec8 0x68 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .text.at_exeCmdBleAdvStop + 0x0000000040106f30 0x29 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x0000000040106f30 at_exeCmdBleAdvStop + *fill* 0x0000000040106f59 0x3 + .text.at_deinit_ble + 0x0000000040106f5c 0x1c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x28 (size before relaxing) + 0x0000000040106f5c at_deinit_ble + .text.get_gatts_conn_index_by_addr + 0x0000000040106f78 0x56 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040106fce 0x2 + .text.get_gatts_conn_index_by_conn_id + 0x0000000040106fd0 0x4e ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000004010701e 0x2 + .text.get_gatts_conn_info_by_conn_index + 0x0000000040107020 0x4a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000004010706a 0x2 + .text.remove_gatts_conn_info_by_conn_index + 0x000000004010706c 0xb1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000004010711d 0x3 + .text.creat_gatts_char_database + 0x0000000040107120 0x347 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040107467 0x1 + .text.delete_node_from_conn_list + 0x0000000040107468 0x161 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x00000000401075c9 0x3 + .text.add_node_to_conn_list + 0x00000000401075cc 0xc2 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000004010768e 0x2 + .text.at_queryCmdBleGattsSrv + 0x0000000040107690 0xd9 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xe1 (size before relaxing) + 0x0000000040107690 at_queryCmdBleGattsSrv + *fill* 0x0000000040107769 0x3 + .text.at_queryCmdBleGattsChar + 0x000000004010776c 0x1b9 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1c9 (size before relaxing) + 0x000000004010776c at_queryCmdBleGattsChar + *fill* 0x0000000040107925 0x3 + .text.at_queryCmdBleConnParam + 0x0000000040107928 0xd8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x0000000040107928 at_queryCmdBleConnParam + .text.at_queryCmdBleConn + 0x0000000040107a00 0x117 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x123 (size before relaxing) + 0x0000000040107a00 at_queryCmdBleConn + *fill* 0x0000000040107b17 0x1 + .text.at_queryCmdBleCfgMtu + 0x0000000040107b18 0xa2 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x0000000040107b18 at_queryCmdBleCfgMtu + *fill* 0x0000000040107bba 0x2 + .text.at_setupCmdBleGattcChar + 0x0000000040107bbc 0x250 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x268 (size before relaxing) + 0x0000000040107bbc at_setupCmdBleGattcChar + .text.at_queryBleSecParam + 0x0000000040107e0c 0x4a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x0000000040107e0c at_queryBleSecParam + *fill* 0x0000000040107e56 0x2 + .text.at_queryBleSetKey + 0x0000000040107e58 0x20 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x24 (size before relaxing) + 0x0000000040107e58 at_queryBleSetKey + .text.gap_event_handler + 0x0000000040107e78 0x207 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x243 (size before relaxing) + *fill* 0x000000004010807f 0x1 + .text.at_gattc_search_res_event_handler + 0x0000000040108080 0xde ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x000000004010815e 0x2 + .text.at_gattc_search_cmpl_event_handler + 0x0000000040108160 0x36 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x0000000040108196 0x2 + .text.at_wr_wait_data_callback + 0x0000000040108198 0x16 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x00000000401081ae 0x2 + .text.at_gatts_connection_event_handler + 0x00000000401081b0 0x200 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x20c (size before relaxing) + .text.at_exeCmdBleAdvStart + 0x00000000401083b0 0x32 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x36 (size before relaxing) + 0x00000000401083b0 at_exeCmdBleAdvStart + *fill* 0x00000000401083e2 0x2 + .text.at_gatts_disconnection_event_handler + 0x00000000401083e4 0x12a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x14a (size before relaxing) + *fill* 0x000000004010850e 0x2 + .text.gatts_profile_event_handler + 0x0000000040108510 0x737 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x77f (size before relaxing) + *fill* 0x0000000040108c47 0x1 + .text.at_free_gattc_param + 0x0000000040108c48 0x7b ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x7f (size before relaxing) + *fill* 0x0000000040108cc3 0x1 + .text.at_ble_auto_wrire_description + 0x0000000040108cc4 0xa6 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xaa (size before relaxing) + *fill* 0x0000000040108d6a 0x2 + .text.at_gattc_connection_event_handler + 0x0000000040108d6c 0x247 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x26f (size before relaxing) + *fill* 0x0000000040108fb3 0x1 + .text.at_gattc_disconnection_event_handler + 0x0000000040108fb4 0x227 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x24f (size before relaxing) + *fill* 0x00000000401091db 0x1 + .text.gattc_profile_c_event_handler + 0x00000000401091dc 0x3db ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x3f7 (size before relaxing) + *fill* 0x00000000401095b7 0x1 + .text.gattc_profile_b_event_handler + 0x00000000401095b8 0x3e3 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x3f7 (size before relaxing) + *fill* 0x000000004010999b 0x1 + .text.gattc_profile_a_event_handler + 0x000000004010999c 0x3e8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x408 (size before relaxing) + .text.at_queryCmdBleAddr + 0x0000000040109d84 0x4a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x52 (size before relaxing) + 0x0000000040109d84 at_queryCmdBleAddr + *fill* 0x0000000040109dce 0x2 + .text.at_setupCmdBleScan + 0x0000000040109dd0 0x1c2 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1ea (size before relaxing) + 0x0000000040109dd0 at_setupCmdBleScan + *fill* 0x0000000040109f92 0x2 + .text.at_setupCmdBleAddr + 0x0000000040109f94 0xc8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xdc (size before relaxing) + 0x0000000040109f94 at_setupCmdBleAddr + .text.at_queryCmdBleName + 0x000000004010a05c 0xb5 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x000000004010a05c at_queryCmdBleName + *fill* 0x000000004010a111 0x3 + .text.at_queryCmdBleAdvParam + 0x000000004010a114 0x114 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x118 (size before relaxing) + 0x000000004010a114 at_queryCmdBleAdvParam + .text.at_queryCmdBleAdvData + 0x000000004010a228 0xd8 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xdc (size before relaxing) + 0x000000004010a228 at_queryCmdBleAdvData + .text.at_queryCmdBleAdvDataEx + 0x000000004010a300 0xbc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xc0 (size before relaxing) + 0x000000004010a300 at_queryCmdBleAdvDataEx + .text.at_queryCmdBLeSacnRspData + 0x000000004010a3bc 0xe9 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xed (size before relaxing) + 0x000000004010a3bc at_queryCmdBLeSacnRspData + *fill* 0x000000004010a4a5 0x3 + .text.at_queryCmdBLeScanParam + 0x000000004010a4a8 0xb2 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x000000004010a4a8 at_queryCmdBLeScanParam + *fill* 0x000000004010a55a 0x2 + .text.at_setupCmdBleName + 0x000000004010a55c 0xb6 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xc2 (size before relaxing) + 0x000000004010a55c at_setupCmdBleName + *fill* 0x000000004010a612 0x2 + .text.at_setupCmdBleAdvParam + 0x000000004010a614 0x2b4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x2d8 (size before relaxing) + 0x000000004010a614 at_setupCmdBleAdvParam + .text.at_setupCmdBLeScanParam + 0x000000004010a8c8 0x15a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x172 (size before relaxing) + 0x000000004010a8c8 at_setupCmdBLeScanParam + *fill* 0x000000004010aa22 0x2 + .text.at_setupCmdBleAdvData + 0x000000004010aa24 0x162 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x16a (size before relaxing) + 0x000000004010aa24 at_setupCmdBleAdvData + *fill* 0x000000004010ab86 0x2 + .text.at_setupCmdBleAdvDataEx + 0x000000004010ab88 0x695 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x6ad (size before relaxing) + 0x000000004010ab88 at_setupCmdBleAdvDataEx + *fill* 0x000000004010b21d 0x3 + .text.at_setupCmdBLeSacnRspData + 0x000000004010b220 0x154 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x160 (size before relaxing) + 0x000000004010b220 at_setupCmdBLeSacnRspData + .text.get_gatts_attr_db + 0x000000004010b374 0x8a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x96 (size before relaxing) + *fill* 0x000000004010b3fe 0x2 + .text.get_gatts_srv_json + 0x000000004010b400 0x4fe ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x522 (size before relaxing) + *fill* 0x000000004010b8fe 0x2 + .text.at_exeCmdBlesCreSrv + 0x000000004010b900 0x54 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x58 (size before relaxing) + 0x000000004010b900 at_exeCmdBlesCreSrv + .text.at_setupCmdBleConn + 0x000000004010b954 0x2c4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x2fc (size before relaxing) + 0x000000004010b954 at_setupCmdBleConn + .text.at_setupCmdBleDisConn + 0x000000004010bc18 0x182 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x18e (size before relaxing) + 0x000000004010bc18 at_setupCmdBleDisConn + *fill* 0x000000004010bd9a 0x2 + .text.at_exeCmdBleDisConn + 0x000000004010bd9c 0x1b2 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1b6 (size before relaxing) + 0x000000004010bd9c at_exeCmdBleDisConn + *fill* 0x000000004010bf4e 0x2 + .text.at_setupCmdBleSrvStart + 0x000000004010bf50 0x56 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x5a (size before relaxing) + 0x000000004010bf50 at_setupCmdBleSrvStart + *fill* 0x000000004010bfa6 0x2 + .text.at_exeCmdBleSrvStart + 0x000000004010bfa8 0x2f ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x000000004010bfa8 at_exeCmdBleSrvStart + *fill* 0x000000004010bfd7 0x1 + .text.at_setupCmdBleSrvStop + 0x000000004010bfd8 0x52 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x56 (size before relaxing) + 0x000000004010bfd8 at_setupCmdBleSrvStop + *fill* 0x000000004010c02a 0x2 + .text.at_exeCmdBleSrvStop + 0x000000004010c02c 0x38 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x000000004010c02c at_exeCmdBleSrvStop + .text.at_setupCmdBleGattsNtfy + 0x000000004010c064 0x235 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x25d (size before relaxing) + 0x000000004010c064 at_setupCmdBleGattsNtfy + *fill* 0x000000004010c299 0x3 + .text.at_setupCmdBleGattsInd + 0x000000004010c29c 0x31e ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x346 (size before relaxing) + 0x000000004010c29c at_setupCmdBleGattsInd + *fill* 0x000000004010c5ba 0x2 + .text.at_setupCmdBlesSetCharDesc + 0x000000004010c5bc 0x282 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x296 (size before relaxing) + 0x000000004010c5bc at_setupCmdBlesSetCharDesc + *fill* 0x000000004010c83e 0x2 + .text.at_setupCmdBleConnParam + 0x000000004010c840 0x181 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x191 (size before relaxing) + 0x000000004010c840 at_setupCmdBleConnParam + *fill* 0x000000004010c9c1 0x3 + .text.at_setupCmdBleDataLen + 0x000000004010c9c4 0xe1 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xe9 (size before relaxing) + 0x000000004010c9c4 at_setupCmdBleDataLen + *fill* 0x000000004010caa5 0x3 + .text.at_setupCmdBleCfgMtu + 0x000000004010caa8 0xd2 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xd6 (size before relaxing) + 0x000000004010caa8 at_setupCmdBleCfgMtu + *fill* 0x000000004010cb7a 0x2 + .text.at_setupCmdBleGattcPrimSrv + 0x000000004010cb7c 0x6ac ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x6fc (size before relaxing) + 0x000000004010cb7c at_setupCmdBleGattcPrimSrv + .text.at_setupCmdBleGattcInclSrv + 0x000000004010d228 0x4a5 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4b9 (size before relaxing) + 0x000000004010d228 at_setupCmdBleGattcInclSrv + *fill* 0x000000004010d6cd 0x3 + .text.at_setupCmdBleGattcRd + 0x000000004010d6d0 0x2e9 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x2f5 (size before relaxing) + 0x000000004010d6d0 at_setupCmdBleGattcRd + *fill* 0x000000004010d9b9 0x3 + .text.at_setupCmdBleGattcWr + 0x000000004010d9bc 0x6c0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x6e4 (size before relaxing) + 0x000000004010d9bc at_setupCmdBleGattcWr + .text.at_queryCmdBleSppCfg + 0x000000004010e07c 0x54 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x58 (size before relaxing) + 0x000000004010e07c at_queryCmdBleSppCfg + .text.at_exeCmdBleSpp + 0x000000004010e0d0 0x286 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x296 (size before relaxing) + 0x000000004010e0d0 at_exeCmdBleSpp + *fill* 0x000000004010e356 0x2 + .text.at_setupBleSetKey + 0x000000004010e358 0x46 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x4e (size before relaxing) + 0x000000004010e358 at_setupBleSetKey + *fill* 0x000000004010e39e 0x2 + .text.at_setupBleSetEncryption + 0x000000004010e3a0 0xd4 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xdc (size before relaxing) + 0x000000004010e3a0 at_setupBleSetEncryption + .text.at_setupBleSetEncryptionRsp + 0x000000004010e474 0x10a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x112 (size before relaxing) + 0x000000004010e474 at_setupBleSetEncryptionRsp + *fill* 0x000000004010e57e 0x2 + .text.at_setupBleSetKeyReply + 0x000000004010e580 0xd2 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0xda (size before relaxing) + 0x000000004010e580 at_setupBleSetKeyReply + *fill* 0x000000004010e652 0x2 + .text.at_setupBleSetConfReply + 0x000000004010e654 0x10a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x112 (size before relaxing) + 0x000000004010e654 at_setupBleSetConfReply + *fill* 0x000000004010e75e 0x2 + .text.at_ble_process_dev_filter + 0x000000004010e760 0x30 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x000000004010e760 at_ble_process_dev_filter + .text.esp_gap_cb + 0x000000004010e790 0x33b ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x38f (size before relaxing) + *fill* 0x000000004010eacb 0x1 + .text.at_get_ble_init_status + 0x000000004010eacc 0xb ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x000000004010eacc at_get_ble_init_status + *fill* 0x000000004010ead7 0x1 + .text.at_setupCmdBleSppCfg + 0x000000004010ead8 0x13c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x150 (size before relaxing) + 0x000000004010ead8 at_setupCmdBleSppCfg + .text.at_setupBleSecParam + 0x000000004010ec14 0x170 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x198 (size before relaxing) + 0x000000004010ec14 at_setupBleSecParam + .text.at_queryBleEncDev + 0x000000004010ed84 0x8e ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x9a (size before relaxing) + 0x000000004010ed84 at_queryBleEncDev + *fill* 0x000000004010ee12 0x2 + .text.at_setupBleEncClear + 0x000000004010ee14 0x7a ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x86 (size before relaxing) + 0x000000004010ee14 at_setupBleEncClear + *fill* 0x000000004010ee8e 0x2 + .text.at_exeBleEncClear + 0x000000004010ee90 0x70 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x7c (size before relaxing) + 0x000000004010ee90 at_exeBleEncClear + .text.at_queryCmdBleInit + 0x000000004010ef00 0x54 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x5c (size before relaxing) + .text.at_set_ble_init_status + 0x000000004010ef54 0xb ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x000000004010ef54 at_set_ble_init_status + *fill* 0x000000004010ef5f 0x1 + .text.reset_param + 0x000000004010ef60 0x154 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x173 (size before relaxing) + *fill* 0x000000004010f0b4 0x0 + .text.at_setupCmdBleInit + 0x000000004010f0b4 0x23e ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x2aa (size before relaxing) + 0x000000004010f0b4 at_setupCmdBleInit + *fill* 0x000000004010f2f2 0x2 + .text.at_ble_send_data + 0x000000004010f2f4 0x2eb ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x2ff (size before relaxing) + 0x000000004010f2f4 at_ble_send_data + *fill* 0x000000004010f5df 0x1 + .text.at_transparent_transmit_ble + 0x000000004010f5e0 0x11 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x000000004010f5e0 at_transparent_transmit_ble + *fill* 0x000000004010f5f1 0x3 + .text.at_ble_conn_cb_init + 0x000000004010f5f4 0x52 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x56 (size before relaxing) + 0x000000004010f5f4 at_ble_conn_cb_init + *fill* 0x000000004010f646 0x2 + .text.at_ble_param_init + 0x000000004010f648 0x1c3 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x1cb (size before relaxing) + *fill* 0x000000004010f80b 0x1 + .text.esp_at_ble_cmd_regist + 0x000000004010f80c 0x2c ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + 0x30 (size before relaxing) + 0x000000004010f80c esp_at_ble_cmd_regist + .text.at_get_hid_conn_status + 0x000000004010f838 0xb ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000004010f843 0x1 + .text.at_set_hid_conn_status + 0x000000004010f844 0xb ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000004010f84f 0x1 + .text.hid_dev_rpt_by_id + 0x000000004010f850 0x39 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000004010f889 0x3 + .text.hid_dev_register_reports + 0x000000004010f88c 0x10 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .text.hid_add_id_tbl + 0x000000004010f89c 0xda ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000004010f976 0x2 + .text.hidd_clcb_dealloc + 0x000000004010f978 0x16 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000004010f98e 0x2 + .text.at_queryBleHidName + 0x000000004010f990 0xb4 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0xb8 (size before relaxing) + 0x000000004010f990 at_queryBleHidName + .literal.esp_hidd_profile_init + 0x000000004010fa44 0x10 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .literal.hid_gatts_event_handler + 0x000000004010fa54 0x8 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0xc (size before relaxing) + .literal.hid_dev_send_report + 0x000000004010fa5c 0x8 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x14 (size before relaxing) + .literal.esp_hidd_send_keyboard_value + 0x000000004010fa64 0xc ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_setupBleHidKB + 0x000000004010fa70 0xc ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x34 (size before relaxing) + .literal.esp_hidd_send_mouse_value + 0x000000004010fa7c 0x4 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_setupBleHidMus + 0x000000004010fa80 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x24 (size before relaxing) + .literal.esp_hidd_send_consumer_value + 0x000000004010fa80 0x8 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_setupBleHidConsumer + 0x000000004010fa88 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x1c (size before relaxing) + .literal.esp_at_hidd_event_callback + 0x000000004010fa88 0x2c ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x60 (size before relaxing) + .literal.esp_at_hid_gap_event_handler + 0x000000004010fab4 0x20 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x40 (size before relaxing) + .literal.hidd_register_cb + 0x000000004010fad4 0x4 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x8 (size before relaxing) + .literal.esp_hidd_register_callbacks + 0x000000004010fad8 0x8 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x18 (size before relaxing) + .literal.hidd_le_create_service + 0x000000004010fae0 0x4 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x8 (size before relaxing) + .literal.hidd_clcb_alloc + 0x000000004010fae4 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_ble_hid_param_init + 0x000000004010fae4 0x10 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x2c (size before relaxing) + .literal.esp_hidd_prf_cb_hdl + 0x000000004010faf4 0x1c ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x60 (size before relaxing) + .literal.esp_hidd_profile_deinit + 0x000000004010fb10 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_get_hid_init_status + 0x000000004010fb10 0x4 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .literal.at_queryBleHidInit + 0x000000004010fb14 0x4 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_set_hid_init_status + 0x000000004010fb18 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_setupBleHidInit + 0x000000004010fb18 0x14 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x90 (size before relaxing) + .literal.esp_at_ble_hid_cmd_regist + 0x000000004010fb2c 0x14 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x1c (size before relaxing) + .literal.blufi_crc_checksum + 0x000000004010fb40 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .literal.blufi_aes_decrypt + 0x000000004010fb44 0x8 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0xc (size before relaxing) + .literal.blufi_aes_encrypt + 0x000000004010fb4c 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0xc (size before relaxing) + .literal.blufi_dh_negotiate_data_handler + 0x000000004010fb4c 0x24 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x70 (size before relaxing) + .literal.myrand + 0x000000004010fb70 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x4 (size before relaxing) + .literal.blufi_gap_event_handler + 0x000000004010fb70 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x8 (size before relaxing) + .literal.blufi_security_init + 0x000000004010fb74 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x18 (size before relaxing) + .literal.blufi_security_deinit + 0x000000004010fb78 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x14 (size before relaxing) + .literal.at_queryBlufiName + 0x000000004010fb7c 0x14 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x40 (size before relaxing) + .literal.at_blufi_param_init + 0x000000004010fb90 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x28 (size before relaxing) + .literal.at_get_blufi_init_status + 0x000000004010fb94 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .literal.at_queryBlufi + 0x000000004010fb98 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x14 (size before relaxing) + .literal.at_setupBlufiName + 0x000000004010fb9c 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x3c (size before relaxing) + .literal.at_set_blufi_init_status + 0x000000004010fba0 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x4 (size before relaxing) + .literal.at_get_blufi_sta_status + 0x000000004010fba0 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .literal.at_set_blufi_sta_status + 0x000000004010fba4 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x4 (size before relaxing) + .literal.at_get_blufi_ble_conn_status + 0x000000004010fba4 0x4 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .literal.at_set_blufi_ble_conn_status + 0x000000004010fba8 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x4 (size before relaxing) + .literal.blufi_event_callback + 0x000000004010fba8 0x8c ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x168 (size before relaxing) + .literal.at_set_blufi_wifi_info + 0x000000004010fc34 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x10 (size before relaxing) + .literal.at_setupBlufi + 0x000000004010fc34 0x18 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0xa8 (size before relaxing) + .literal.at_get_blufi_wifi_ssid + 0x000000004010fc4c 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x4 (size before relaxing) + .literal.at_get_blufi_wifi_bssid + 0x000000004010fc4c 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_blufi_cmd_regist + 0x000000004010fc4c 0xc ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x24 (size before relaxing) + .literal.at_get_bt_init_status + 0x000000004010fc58 0x4 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .literal.at_cmd_search + 0x000000004010fc5c 0x8 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .literal.esp_at_get_cmd_list + 0x000000004010fc64 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x4 (size before relaxing) + .literal.at_cmd_parse + 0x000000004010fc64 0x18 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x34 (size before relaxing) + .literal.esp_at_get_current_cmd_name + 0x000000004010fc7c 0x4 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .literal.at_str_2_mac + 0x000000004010fc80 0x4 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x8 (size before relaxing) + .literal.esp_at_port_recv_data_notify + 0x000000004010fc84 0xc ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x10 (size before relaxing) + .literal.esp_at_custom_status_callback + 0x000000004010fc90 0x4 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .literal.esp_at_custom_pre_deepsleep_callback + 0x000000004010fc94 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_custom_pre_restart_callback + 0x000000004010fc94 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_custom_ops_regist + 0x000000004010fc94 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_port_write_data + 0x000000004010fc94 0x4 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .literal.esp_at_port_read_data + 0x000000004010fc98 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_port_wait_write_complete + 0x000000004010fc98 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_port_get_data_length + 0x000000004010fc98 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x4 (size before relaxing) + .literal.at_port_print + 0x000000004010fc98 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x8 (size before relaxing) + .literal.esp_at_printf_error_code + 0x000000004010fc98 0x8 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x18 (size before relaxing) + .literal.esp_at_get_para_as_str + 0x000000004010fca0 0x8 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x20 (size before relaxing) + .literal.esp_at_get_para_as_digit + 0x000000004010fca8 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x10 (size before relaxing) + .literal.at_cmd_process + 0x000000004010fca8 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x14 (size before relaxing) + .literal.esp_at_device_ops_regist + 0x000000004010fca8 0x10 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x14 (size before relaxing) + .literal.esp_at_custom_cmd_array_regist + 0x000000004010fcb8 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x8 (size before relaxing) + .literal.esp_at_custom_cmd_line_terminator_get + 0x000000004010fcb8 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x4 (size before relaxing) + .literal.at_restart + 0x000000004010fcb8 0x18 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x1c (size before relaxing) + .literal.at_custom_partitions_load + 0x000000004010fcd0 0x1c ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + 0x38 (size before relaxing) + .literal.at_flash_wait_data_callback + 0x000000004010fcec 0x4 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + 0x8 (size before relaxing) + .literal.esp_at_custom_partition_find + 0x000000004010fcf0 0x0 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + 0xc (size before relaxing) + .literal.at_query_cmd_sysflash + 0x000000004010fcf0 0x4 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + 0x1c (size before relaxing) + .literal.at_setup_cmd_sysflash + 0x000000004010fcf4 0x28 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + 0xcc (size before relaxing) + .literal.at_http_wait_data_cb + 0x000000004010fd1c 0x4 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_http_event_handler + 0x000000004010fd20 0x14 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x4c (size before relaxing) + .literal.at_http_check_url_valid + 0x000000004010fd34 0x8 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0xc (size before relaxing) + .literal.at_setup_cmd_httpcpost + 0x000000004010fd3c 0x44 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0xa4 (size before relaxing) + .literal.at_setup_cmd_httpcget + 0x000000004010fd80 0x10 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x50 (size before relaxing) + .literal.at_setup_cmd_httpurlcfg + 0x000000004010fd90 0x8 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x58 (size before relaxing) + .literal.at_query_cmd_httpurlcfg + 0x000000004010fd98 0x4 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_setup_cmd_httpgetsize + 0x000000004010fd9c 0xc ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x44 (size before relaxing) + .literal.at_setup_cmd_httpclient + 0x000000004010fda8 0xc ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0xac (size before relaxing) + .literal.esp_at_http_cmd_regist + 0x000000004010fdb4 0x4 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_get_orphan_link_num + 0x000000004010fdb8 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .literal.at_get_active_netconn_num + 0x000000004010fdc0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_get_active_client_num + 0x000000004010fdc0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_get_netconn_avail_num + 0x000000004010fdc0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_link_id_is_connected + 0x000000004010fdc0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_get_socket_type_str_by_type_id + 0x000000004010fdc0 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .literal.at_get_trans_proto_by_type_id + 0x000000004010fdc4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .literal.at_set_cip_recv_mode + 0x000000004010fdc8 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .literal.at_get_cip_recv_mode + 0x000000004010fdcc 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_set_cipstart_mode + 0x000000004010fdcc 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .literal.at_get_cipstart_mode + 0x000000004010fdd0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_get_unused_link_id + 0x000000004010fdd0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_load_sockopt_from_flash + 0x000000004010fdd0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_free_tls_psk + 0x000000004010fdd0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_free_tls_alpn + 0x000000004010fdd0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_free_tls_sni + 0x000000004010fdd0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_free_tls_common_name + 0x000000004010fdd0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_free_tls_cfg + 0x000000004010fdd0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_free_tls_pki + 0x000000004010fdd0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_query_cmd_cipsto + 0x000000004010fdd0 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_query_cmd_cipsslcconf + 0x000000004010fdd8 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_query_cmd_cipservermaxconn + 0x000000004010fddc 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_query_cmd_cipserver + 0x000000004010fddc 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_query_cmd_ciprecvmode + 0x000000004010fde0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_query_cmd_cipmux + 0x000000004010fde0 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_query_cmd_cipipdinfo + 0x000000004010fde4 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_query_cmd_cipv6 + 0x000000004010fdf4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_get_ssl_buffered_len + 0x000000004010fdf8 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .literal.at_print_socket_errno + 0x000000004010fe00 0x14 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_get_cip_recv_buf_len + 0x000000004010fe14 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_query_cmd_ciprecvlen + 0x000000004010fe18 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x30 (size before relaxing) + .literal.at_transparent_transmit + 0x000000004010fe1c 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_write_data_to_link + 0x000000004010fe28 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_new_socket + 0x000000004010fe2c 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_socket_client_trigger_event + 0x000000004010fe30 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_socket_server_cleanup + 0x000000004010fe38 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xc (size before relaxing) + .literal.at_exe_cmd_cipclose + 0x000000004010fe38 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_server_timeout_cb + 0x000000004010fe3c 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_plink_setsockopt + 0x000000004010fe40 0x3c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xa0 (size before relaxing) + .literal.at_setup_cmd_psk + 0x000000004010fe7c 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x78 (size before relaxing) + .literal.at_setup_cmd_alpn + 0x000000004010fe84 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x6c (size before relaxing) + .literal.at_setup_cmd_sni + 0x000000004010fe84 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_setup_cmd_common_name + 0x000000004010fe84 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_setup_cmd_cipservermaxconn + 0x000000004010fe84 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_setup_cmd_ciprecvdata + 0x000000004010fe8c 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_setup_cmd_ciprecvmode + 0x000000004010fe8c 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_setup_cmd_cipipdinfo + 0x000000004010fe8c 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cipsendlcfg + 0x000000004010fe8c 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_setup_cmd_cipclose + 0x000000004010fe9c 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_query_cmd_ciptcpopt + 0x000000004010fea0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x34 (size before relaxing) + .literal.at_query_cmd_cipreconnintv + 0x000000004010fea0 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_query_cmd_cipsntptime + 0x000000004010fea8 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_setup_cmd_cipsntpintv + 0x000000004010feb4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xc (size before relaxing) + .literal.at_query_cmd_cipsntpintv + 0x000000004010feb8 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_query_cmd_psk + 0x000000004010febc 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_query_cmd_alpn + 0x000000004010fec0 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x2c (size before relaxing) + .literal.at_query_cmd_sni + 0x000000004010fecc 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_query_cmd_common_name + 0x000000004010fed0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_construct_tail + 0x000000004010fed0 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xc (size before relaxing) + .literal.at_setup_cmd_Cipsntpcfg + 0x000000004010fed4 0x28 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x64 (size before relaxing) + .literal.at_query_cmd_cipsntpcfg + 0x000000004010fefc 0x1c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x48 (size before relaxing) + .literal.at_get_socket_type_id_by_type_str + 0x000000004010ff18 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cipsto + 0x000000004010ff18 0x14 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_plink_savesockopt + 0x000000004010ff2c 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_setup_cmd_ciptcpopt + 0x000000004010ff2c 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_query_cmd_cipstate + 0x000000004010ff2c 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_exe_cmd_cipstatus + 0x000000004010ff30 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x30 (size before relaxing) + .literal.at_construct_head + 0x000000004010ff38 0x14 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x3c (size before relaxing) + .literal.at_query_cmd_cipdns + 0x000000004010ff4c 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x64 (size before relaxing) + .literal.at_setup_cmd_cipapmac + 0x000000004010ff5c 0x14 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x58 (size before relaxing) + .literal.at_query_cmd_cipapmac + 0x000000004010ff70 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_setup_cmd_cipstamac + 0x000000004010ff78 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x60 (size before relaxing) + .literal.at_query_cmd_cipstamac + 0x000000004010ff78 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_create_local_socket + 0x000000004010ff78 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_unlisten_when_reach_conn_max + 0x000000004010ff78 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4c (size before relaxing) + .literal.at_read_data_from_link + 0x000000004010ff88 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_create_tcp_socket + 0x000000004010ff88 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x44 (size before relaxing) + .literal.at_create_server_socket + 0x000000004010ff94 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x54 (size before relaxing) + .literal.at_process_passive_read_event + 0x000000004010ff9c 0x1c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x9c (size before relaxing) + .literal.at_get_transmit_reconnect_interval + 0x000000004010ffb8 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_reconnect_timeout_cb + 0x000000004010ffb8 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x28 (size before relaxing) + .literal.at_set_transmit_reconnect_interval + 0x000000004010ffbc 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cipreconnintv + 0x000000004010ffc0 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_restore_dns_server + 0x000000004010ffc4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_set_dns_server + 0x000000004010ffc8 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_setup_cmd_cipdns + 0x000000004010ffc8 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x58 (size before relaxing) + .literal.at_netconn_init + 0x000000004010ffd4 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x2c (size before relaxing) + .literal.at_get_netconn_max_num + 0x000000004010ffdc 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_update_link_state + 0x000000004010ffdc 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_get_pki_partition_name + 0x000000004010ffe4 0x30 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .literal.at_get_pki_count + 0x0000000040110014 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_get_pki_item_length + 0x0000000040110020 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x3c (size before relaxing) + .literal.at_get_pki_item_data + 0x000000004011002c 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_socket_client_create_cfg + 0x0000000040110034 0x30 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xe0 (size before relaxing) + .literal.at_create_ssl_socket + 0x0000000040110064 0x1c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x3c (size before relaxing) + .literal.at_get_pki_data + 0x0000000040110080 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_ssl_client_config_set + 0x0000000040110080 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cipsslcconf + 0x0000000040110080 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x50 (size before relaxing) + .literal.at_hostname_to_ipaddr + 0x000000004011008c 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_setup_cmd_savetranslink + 0x0000000040110090 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4c (size before relaxing) + .literal.at_setup_cmd_cipdomain + 0x0000000040110094 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_sending_data + 0x0000000040110098 0x24 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x70 (size before relaxing) + .literal.at_is_ultra_send_mode + 0x00000000401100bc 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xc (size before relaxing) + .literal.at_ultra_send_stop + 0x00000000401100c0 0x18 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x5c (size before relaxing) + .literal.at_get_cipsendl_port_recv_length + 0x00000000401100d8 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_get_cipsendl_report_size + 0x00000000401100d8 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_ultra_sending_progress_report + 0x00000000401100d8 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x48 (size before relaxing) + .literal.at_ultra_sending_data + 0x00000000401100dc 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x58 (size before relaxing) + .literal.at_get_cipsendl_trans_size + 0x00000000401100e0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_query_cmd_cipsendlcfg + 0x00000000401100e0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_transparent_transmit_set_func + 0x00000000401100e0 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x34 (size before relaxing) + .literal.at_get_transmission_mode + 0x00000000401100e8 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .literal.at_transparent_transmit_tcpip + 0x00000000401100ec 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x48 (size before relaxing) + .literal.at_query_cmd_cipmode + 0x00000000401100ec 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_setup_cmd_cipserver + 0x00000000401100ec 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x58 (size before relaxing) + .literal.at_setup_cmd_cipmux + 0x00000000401100f8 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x40 (size before relaxing) + .literal.at_setup_cmd_cipsend_common + 0x0000000040110108 0x20 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x74 (size before relaxing) + .literal.at_setup_cmd_cipsendex + 0x0000000040110128 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cipsendl + 0x0000000040110128 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cipsend + 0x0000000040110128 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cipstart + 0x0000000040110128 0x20 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xe4 (size before relaxing) + .literal.at_setup_cmd_cipstartex + 0x0000000040110148 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xc (size before relaxing) + .literal.at_post_link_data + 0x0000000040110148 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_process_recv_socket + 0x0000000040110148 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x3c (size before relaxing) + .literal.at_create_udp_socket + 0x000000004011014c 0xc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x40 (size before relaxing) + .literal.esp_at_socket_close_handle + 0x0000000040110158 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x70 (size before relaxing) + .literal.at_is_transmission_send_mode + 0x0000000040110168 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_socket_server_listen + 0x0000000040110168 0x3c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x154 (size before relaxing) + .literal.at_create_client_socket + 0x00000000401101a4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x78 (size before relaxing) + .literal.at_create_socket_handler + 0x00000000401101a8 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_socket_retry_conn + 0x00000000401101a8 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_socket_task + 0x00000000401101a8 0x18 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xf8 (size before relaxing) + .literal.at_set_transmission_mode + 0x00000000401101c0 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_transmit_terminal + 0x00000000401101c0 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x84 (size before relaxing) + .literal.at_transparent_transmit_preprocess + 0x00000000401101c8 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x30 (size before relaxing) + .literal.at_setup_cmd_cipmode + 0x00000000401101d0 0x10 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x40 (size before relaxing) + .literal.at_exe_cmd_cipsend + 0x00000000401101e0 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x30 (size before relaxing) + .literal.trans_config_reinit + 0x00000000401101e4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_trans_client_init + 0x00000000401101e8 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_nvm_init_ip + 0x00000000401101ec 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x90 (size before relaxing) + .literal.at_current_is_sendex_mode + 0x00000000401101ec 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_socket_client_cleanup_all_task + 0x00000000401101ec 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_ipv4_addr_is_valid + 0x00000000401101ec 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_str_to_ip4addr + 0x00000000401101ec 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cipsta + 0x00000000401101ec 0x8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x70 (size before relaxing) + .literal.at_setup_cmd_cipap + 0x00000000401101f4 0x4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x70 (size before relaxing) + .literal.at_ipv6_is_enable + 0x00000000401101f8 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_query_cmd_cipap + 0x00000000401101f8 0x14 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x6c (size before relaxing) + .literal.at_query_cmd_cipsta + 0x000000004011020c 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x80 (size before relaxing) + .literal.at_exe_cmd_cifsr + 0x000000004011020c 0x3c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x110 (size before relaxing) + .literal.at_ipv6_set + 0x0000000040110248 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_setup_cmd_cipv6 + 0x0000000040110248 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .literal.esp_at_net_cmd_regist + 0x0000000040110248 0x18 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x28 (size before relaxing) + .literal.at_setup_cmd_mdns + 0x0000000040110260 0x24 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + 0x64 (size before relaxing) + .literal.esp_at_mdns_cmd_regist + 0x0000000040110284 0x4 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_mqtt_find_link_index_by_client_handle + 0x0000000040110288 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .literal.at_mqtt_print + 0x000000004011028c 0x10 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x20 (size before relaxing) + .literal.at_mqtt_release_tls_config + 0x000000004011029c 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x10 (size before relaxing) + .literal.at_free_mqtt_alpn + 0x00000000401102a0 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0xc (size before relaxing) + .literal.at_mqtt_free + 0x00000000401102a4 0x10 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x60 (size before relaxing) + .literal.at_setup_cmd_mqtt_clean + 0x00000000401102b4 0x18 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x38 (size before relaxing) + .literal.at_mqtt_reflesh_sub_info + 0x00000000401102cc 0x10 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x34 (size before relaxing) + .literal.at_setup_cmd_mqtt_unsubscribe + 0x00000000401102dc 0x14 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x64 (size before relaxing) + .literal.at_setup_cmd_mqtt_conn_config + 0x00000000401102f0 0x44 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0xe0 (size before relaxing) + .literal.at_setup_cmd_mqtt_password + 0x0000000040110334 0xc ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x54 (size before relaxing) + .literal.at_setup_cmd_mqtt_username + 0x0000000040110340 0xc ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x54 (size before relaxing) + .literal.at_setup_cmd_mqtt_client_id + 0x000000004011034c 0xc ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x54 (size before relaxing) + .literal.at_setup_cmd_mqtt_subscribe + 0x0000000040110358 0xc ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x78 (size before relaxing) + .literal.at_mqtt_subscribe_topics + 0x0000000040110364 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x14 (size before relaxing) + .literal.at_query_cmd_mqtt_subscribe + 0x0000000040110368 0x8 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x28 (size before relaxing) + .literal.at_setup_cmd_mqtt_user_config + 0x0000000040110370 0x28 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x12c (size before relaxing) + .literal.at_setup_cmd_mqtt_alpn + 0x0000000040110398 0x0 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x50 (size before relaxing) + .literal.at_setup_cmd_mqtt_publish_raw + 0x0000000040110398 0x34 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x140 (size before relaxing) + .literal.at_setup_cmd_mqtt_publish + 0x00000000401103cc 0xc ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0xa8 (size before relaxing) + .literal.at_mqtt_pub_wait_data_callback + 0x00000000401103d8 0x0 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x8 (size before relaxing) + .literal.mqtt_event_handler + 0x00000000401103d8 0x38 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0xf4 (size before relaxing) + .literal.at_query_cmd_mqtt_connect + 0x0000000040110410 0x8 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x4c (size before relaxing) + .literal.at_mqtt_tls_config + 0x0000000040110418 0x24 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x80 (size before relaxing) + .literal.at_mqtt_param_prepare + 0x000000004011043c 0x20 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x4c (size before relaxing) + .literal.at_setup_cmd_mqtt_connect + 0x000000004011045c 0x44 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0xf0 (size before relaxing) + .literal.esp_at_mqtt_cmd_regist + 0x00000000401104a0 0x4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x8 (size before relaxing) + .literal.at_nvm_ap_type_config_set + 0x00000000401104a4 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x18 (size before relaxing) + .literal.at_nvm_ap_type_config_get + 0x00000000401104ac 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x14 (size before relaxing) + .literal.at_nvm_ble_config_set + 0x00000000401104ac 0x70 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0xec (size before relaxing) + .literal.at_nvm_ble_config_get + 0x000000004011051c 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x114 (size before relaxing) + .literal.at_nvm_ble_hid_config_set + 0x000000004011051c 0xc ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x20 (size before relaxing) + .literal.at_nvm_ble_hid_config_get + 0x0000000040110528 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x20 (size before relaxing) + .literal.at_nvm_blufi_config_set + 0x0000000040110528 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x18 (size before relaxing) + .literal.at_nvm_blufi_config_get + 0x0000000040110530 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x18 (size before relaxing) + .literal.at_nvm_wifi_autoconn_config_set + 0x0000000040110530 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x18 (size before relaxing) + .literal.at_nvm_wifi_autoconn_config_get + 0x0000000040110538 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x34 (size before relaxing) + .literal.at_nvm_wifi_reconn_config_set + 0x0000000040110540 0xc ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x20 (size before relaxing) + .literal.at_nvm_wifi_reconn_config_get + 0x000000004011054c 0x4 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x2c (size before relaxing) + .literal.at_nvm_softap_ip_config_set + 0x0000000040110550 0x10 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x28 (size before relaxing) + .literal.at_nvm_softap_ip_config_get + 0x0000000040110560 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x24 (size before relaxing) + .literal.at_nvm_station_ip_config_set + 0x0000000040110560 0x4 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x28 (size before relaxing) + .literal.at_nvm_station_ip_config_get + 0x0000000040110564 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x24 (size before relaxing) + .literal.at_nvm_ipv6_config_set + 0x0000000040110564 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x18 (size before relaxing) + .literal.at_nvm_ipv6_config_get + 0x000000004011056c 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x14 (size before relaxing) + .literal.at_nvm_softap_mac_config_set + 0x000000004011056c 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x18 (size before relaxing) + .literal.at_nvm_softap_mac_config_get + 0x0000000040110574 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x14 (size before relaxing) + .literal.at_nvm_station_mac_config_set + 0x0000000040110574 0x4 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x18 (size before relaxing) + .literal.at_nvm_station_mac_config_get + 0x0000000040110578 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x14 (size before relaxing) + .literal.at_nvm_dhcp_config_set + 0x0000000040110578 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x18 (size before relaxing) + .literal.at_nvm_dhcp_config_get + 0x0000000040110580 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x14 (size before relaxing) + .literal.at_nvm_dhcps_config_set + 0x0000000040110580 0x14 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x30 (size before relaxing) + .literal.at_nvm_dhcps_config_get + 0x0000000040110594 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x2c (size before relaxing) + .literal.at_nvm_trans_config_set + 0x0000000040110594 0x1c ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x48 (size before relaxing) + .literal.at_nvm_trans_config_get + 0x00000000401105b0 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x48 (size before relaxing) + .literal.at_nvm_dns_server_erase + 0x00000000401105b0 0x4 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x14 (size before relaxing) + .literal.at_nvm_dns_server_set + 0x00000000401105b4 0x4 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x20 (size before relaxing) + .literal.at_nvm_dns_server_get + 0x00000000401105b8 0x4 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x38 (size before relaxing) + .literal.at_nvm_sys_msg_set + 0x00000000401105bc 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x1c (size before relaxing) + .literal.at_nvm_sys_msg_get + 0x00000000401105c4 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x18 (size before relaxing) + .literal.at_nvm_ssl_client_conf_update + 0x00000000401105c4 0x18 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x40 (size before relaxing) + .literal.at_nvm_ssl_client_conf_set + 0x00000000401105dc 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x3c (size before relaxing) + .literal.at_nvm_ssl_client_conf_get + 0x00000000401105dc 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x30 (size before relaxing) + .literal.at_nvm_transmit_reconnect_config_set + 0x00000000401105dc 0x8 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x1c (size before relaxing) + .literal.at_nvm_transmit_reconnect_config_get + 0x00000000401105e4 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x14 (size before relaxing) + .literal.at_nvm_restore + 0x00000000401105e4 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0xc (size before relaxing) + .literal.at_nvm_sockopt_set + 0x00000000401105e4 0x14 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x40 (size before relaxing) + .literal.at_nvm_sockopt_get + 0x00000000401105f8 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x3c (size before relaxing) + .literal.esp_at_ping_process + 0x00000000401105f8 0x10 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x48 (size before relaxing) + .literal.at_setup_cmd_ping + 0x0000000040110608 0x4 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x2c (size before relaxing) + .literal.cmd_ping_on_ping_end + 0x000000004011060c 0x14 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x44 (size before relaxing) + .literal.cmd_ping_on_ping_timeout + 0x0000000040110620 0x4 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x18 (size before relaxing) + .literal.cmd_ping_on_ping_success + 0x0000000040110624 0x4 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x24 (size before relaxing) + .literal.esp_at_ping_cmd_regist + 0x0000000040110628 0x4 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_cipsendex_process + 0x000000004011062c 0x0 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x4 (size before relaxing) + .literal.at_get_trans_size + 0x000000004011062c 0x0 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0xc (size before relaxing) + .literal.at_send_busy + 0x000000004011062c 0x4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x8 (size before relaxing) + .literal.esp_at_port_enter_specific + 0x0000000040110630 0x4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x1c (size before relaxing) + .literal.esp_at_port_exit_specific + 0x0000000040110634 0x0 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x1c (size before relaxing) + .literal.esp_at_response_result + 0x0000000040110634 0x4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x8 (size before relaxing) + .literal.at_handle_result_code + 0x0000000040110638 0x0 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x1c (size before relaxing) + .literal.at_process_task + 0x0000000040110638 0x4 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x30 (size before relaxing) + .literal.at_handle_restart + 0x000000004011063c 0x8 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x18 (size before relaxing) + .literal.at_recv_task + 0x0000000040110644 0x40 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x1e8 (size before relaxing) + .literal.esp_at_clear_recv_queue + 0x0000000040110684 0x0 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x4 (size before relaxing) + .literal.esp_at_module_init + 0x0000000040110684 0x28 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x94 (size before relaxing) + .literal.at_exe_cmd_smartstop + 0x00000000401106ac 0x4 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_exe_cmd_smartstart + 0x00000000401106b0 0x8 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_setup_cmd_smartstart + 0x00000000401106b8 0x0 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_smartconfig_event_handler + 0x00000000401106b8 0x34 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + 0xac (size before relaxing) + .literal.esp_at_smartconfig_cmd_regist + 0x00000000401106ec 0x10 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_wifi_get_disconnected_rc + 0x00000000401106fc 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .literal.at_get_wifi_reconn_interval + 0x0000000040110700 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .literal.at_get_wifi_reconn_count + 0x0000000040110704 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_get_wifi_reconn_current_index + 0x0000000040110704 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_wifi_reconnect + 0x0000000040110704 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_exe_cmd_cwlif + 0x0000000040110708 0x8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x44 (size before relaxing) + .literal.at_deinit_wifi + 0x0000000040110710 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_add_node_to_ap_station_list + 0x0000000040110714 0x8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_wifi_scan_done_handler + 0x000000004011071c 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cwlapopt + 0x000000004011071c 0x10 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_setup_cmd_cwcountry + 0x000000004011072c 0x8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x44 (size before relaxing) + .literal.at_query_cmd_cwsap + 0x0000000040110734 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_query_cmd_cwmode + 0x0000000040110738 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_query_cmd_cwcountry + 0x000000004011073c 0xc ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x28 (size before relaxing) + .literal.at_setup_cmd_cwhostname + 0x0000000040110748 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_query_cmd_cwhostname + 0x0000000040110748 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_setup_cmd_cwapproto + 0x000000004011074c 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_setup_cmd_cwstaproto + 0x0000000040110750 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_query_cmd_cwapproto + 0x0000000040110750 0x8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_query_cmd_cwstaproto + 0x0000000040110758 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_setup_cmd_cwdhcps + 0x0000000040110758 0xc ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x74 (size before relaxing) + .literal.at_query_cmd_cwdhcps + 0x0000000040110764 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x40 (size before relaxing) + .literal.at_exe_cmd_cwqif + 0x0000000040110768 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_get_ap_station_aid + 0x000000004011076c 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cwqif + 0x000000004011076c 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x18 (size before relaxing) + .literal.at_del_node_from_ap_station_list + 0x000000004011076c 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_setup_cmd_cwsap + 0x000000004011076c 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x40 (size before relaxing) + .literal.at_cwlap_response + 0x000000004011076c 0x2c ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x120 (size before relaxing) + .literal.at_query_cmd_cwreconncfg + 0x0000000040110798 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x2c (size before relaxing) + .literal.at_wifi_set_disconnected_rc + 0x000000004011079c 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xc (size before relaxing) + .literal.at_event_handlers_register + 0x00000000401107a0 0x30 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x58 (size before relaxing) + .literal.at_ip_ap_staipassigned_handler + 0x00000000401107d0 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x30 (size before relaxing) + .literal.at_wifi_ap_stadisconnected_handler + 0x00000000401107d4 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_wifi_ap_staconnected_handler + 0x00000000401107d8 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_ip_sta_got_ip6_handler + 0x00000000401107dc 0x10 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_wifi_ap_start_handler + 0x00000000401107ec 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x28 (size before relaxing) + .literal.at_wifi_get_auth_floor + 0x00000000401107f0 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .literal.at_wifi_set_auth_floor + 0x00000000401107f4 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_set_wifi_poweron_autoconn + 0x00000000401107f4 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .literal.at_setup_cmd_cwautoconn + 0x00000000401107f8 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_get_wifi_poweron_autoconn + 0x00000000401107f8 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_query_cmd_cwautoconn + 0x00000000401107f8 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_set_wifi_reconn_interval + 0x00000000401107f8 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_set_wifi_reconn_count + 0x00000000401107f8 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_wifi_reconnect_init + 0x00000000401107f8 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_setup_cmd_cwreconncfg + 0x00000000401107f8 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x40 (size before relaxing) + .literal.at_set_dhcp_status + 0x00000000401107fc 0x8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x44 (size before relaxing) + .literal.at_nvm_init_wifi + 0x0000000040110804 0x8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xdc (size before relaxing) + .literal.at_get_dhcp_status + 0x000000004011080c 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_setup_cmd_cwdhcp + 0x0000000040110810 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x60 (size before relaxing) + .literal.at_query_cmd_cwdhcp + 0x0000000040110814 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x2c (size before relaxing) + .literal.at_wifi_set_sta_state + 0x0000000040110814 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .literal.at_wifi_disconnect + 0x0000000040110818 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_wifi_reconnect_stop + 0x000000004011081c 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xc (size before relaxing) + .literal.at_wifi_scan_start + 0x000000004011081c 0xc ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x24 (size before relaxing) + .literal.at_exe_cmd_cwlap + 0x0000000040110828 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xc (size before relaxing) + .literal.at_setup_cmd_cwlap + 0x0000000040110828 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x30 (size before relaxing) + .literal.at_exe_cmd_cwqap + 0x0000000040110828 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x8 (size before relaxing) + .literal.at_wifi_sta_connected_handler + 0x0000000040110828 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_wifi_get_sta_state + 0x000000004011082c 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_wifi_connect + 0x000000004011082c 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x1c (size before relaxing) + .literal.at_setup_cmd_cwjap + 0x0000000040110830 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xa8 (size before relaxing) + .literal.at_setup_cmd_cwmode + 0x0000000040110830 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x38 (size before relaxing) + .literal.at_wifi_reconnect_fn + 0x0000000040110830 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x2c (size before relaxing) + .literal.at_exe_cmd_cwjap + 0x0000000040110834 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x3c (size before relaxing) + .literal.at_query_cmd_cwjap + 0x0000000040110838 0x10 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x44 (size before relaxing) + .literal.at_query_cmd_cwstate + 0x0000000040110848 0x8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x28 (size before relaxing) + .literal.at_wifi_sta_disconnected_handler + 0x0000000040110850 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x58 (size before relaxing) + .literal.esp_at_wifi_set_configure_type + 0x0000000040110854 0x4 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .literal.esp_at_wifi_get_configure_type + 0x0000000040110858 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_ip_sta_got_ip_handler + 0x0000000040110858 0x8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x6c (size before relaxing) + .literal.esp_at_wifi_cmd_regist + 0x0000000040110860 0x24 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x58 (size before relaxing) + .literal.at_setup_cmd_wps + 0x0000000040110884 0x28 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + 0x60 (size before relaxing) + .literal.at_wps_event_handler + 0x00000000401108ac 0x4 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + 0x34 (size before relaxing) + .literal.esp_at_wps_cmd_regist + 0x00000000401108b0 0x8 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + 0x14 (size before relaxing) + .literal.at_eap_print + 0x00000000401108b8 0x4 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + 0x10 (size before relaxing) + .literal.at_wifi_set_ap_type_to_ram + 0x00000000401108bc 0x4 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .literal.at_wifi_set_ap_type + 0x00000000401108c0 0x4 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + 0x20 (size before relaxing) + .literal.at_wifi_get_ap_type + 0x00000000401108c4 0x0 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + 0x4 (size before relaxing) + .literal.at_release_wpa2 + 0x00000000401108c4 0x4 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + 0x2c (size before relaxing) + .literal.esp_at_eth_is_enable + 0x00000000401108c8 0x4 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.at_eth_get_sta_state + 0x00000000401108cc 0x4 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .literal.esp_blufi_register_callbacks + 0x00000000401108d0 0x0 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + 0xc (size before relaxing) + .literal.esp_blufi_send_wifi_conn_report + 0x00000000401108d0 0x4 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + 0xc (size before relaxing) + .literal.esp_blufi_profile_init + 0x00000000401108d4 0x0 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_blufi_send_error_info + 0x00000000401108d4 0x0 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + 0x8 (size before relaxing) + .literal.btc_profile_cb_set + 0x00000000401108d4 0x4 esp-idf/bt/libbt.a(btc_manage.c.obj) + .literal.btc_profile_cb_get + 0x00000000401108d8 0x0 esp-idf/bt/libbt.a(btc_manage.c.obj) + 0x4 (size before relaxing) + .literal.btc_task_post + 0x00000000401108d8 0x8 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x14 (size before relaxing) + .literal.btc_thread_handler + 0x00000000401108e0 0x4 esp-idf/bt/libbt.a(btc_task.c.obj) + 0xc (size before relaxing) + .literal.btc_deinit_mem + 0x00000000401108e4 0x14 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x30 (size before relaxing) + .literal.btc_init_mem + 0x00000000401108f8 0x0 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x4c (size before relaxing) + .literal.btc_transfer_context + 0x00000000401108f8 0x0 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x14 (size before relaxing) + .literal.btc_inter_profile_call + 0x00000000401108f8 0x0 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x4 (size before relaxing) + .literal.btc_init + 0x00000000401108f8 0x8 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x18 (size before relaxing) + .literal.btc_deinit + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(btc_task.c.obj) + 0xc (size before relaxing) + .literal.btc_blufi_profile_init + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0xc (size before relaxing) + .literal.btc_blufi_profile_deinit + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x8 (size before relaxing) + .literal.btc_blufi_send_notify + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x4 (size before relaxing) + .literal.btc_blufi_report_error + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x4 (size before relaxing) + .literal.btc_blufi_send_encap + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x24 (size before relaxing) + .literal.btc_blufi_send_ack + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x4 (size before relaxing) + .literal.btc_blufi_recv_handler + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x34 (size before relaxing) + .literal.btc_blufi_wifi_conn_report + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x20 (size before relaxing) + .literal.btc_blufi_send_error_info + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0xc (size before relaxing) + .literal.btc_blufi_send_custom_data + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x10 (size before relaxing) + .literal.btc_blufi_send_wifi_list + 0x0000000040110900 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x18 (size before relaxing) + .literal.btc_blufi_cb_deep_copy + 0x0000000040110900 0x4 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x5c (size before relaxing) + .literal.btc_blufi_cb_deep_free + 0x0000000040110904 0x4 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x30 (size before relaxing) + .literal.btc_blufi_cb_handler + 0x0000000040110908 0x4 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x74 (size before relaxing) + .literal.btc_blufi_call_deep_copy + 0x000000004011090c 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x38 (size before relaxing) + .literal.btc_blufi_call_deep_free + 0x000000004011090c 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x1c (size before relaxing) + .literal.btc_blufi_call_handler + 0x000000004011090c 0x4 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x20 (size before relaxing) + .literal.btc_blufi_set_callbacks + 0x0000000040110910 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x4 (size before relaxing) + .literal.btc_blufi_protocol_handler + 0x0000000040110910 0xc esp-idf/bt/libbt.a(blufi_protocol.c.obj) + 0x74 (size before relaxing) + .literal.osi_thread_run + 0x000000004011091c 0x0 esp-idf/bt/libbt.a(thread.c.obj) + 0x18 (size before relaxing) + .literal.osi_thread_join + 0x000000004011091c 0x10 esp-idf/bt/libbt.a(thread.c.obj) + 0x14 (size before relaxing) + .literal.osi_thread_stop + 0x000000004011092c 0x4 esp-idf/bt/libbt.a(thread.c.obj) + 0x1c (size before relaxing) + .literal.osi_thread_create + 0x0000000040110930 0x8 esp-idf/bt/libbt.a(thread.c.obj) + 0x48 (size before relaxing) + .literal.osi_thread_free + 0x0000000040110938 0x0 esp-idf/bt/libbt.a(thread.c.obj) + 0x1c (size before relaxing) + .literal.osi_thread_post + 0x0000000040110938 0x8 esp-idf/bt/libbt.a(thread.c.obj) + 0x28 (size before relaxing) + .literal.osi_sem_new + 0x0000000040110940 0x4 esp-idf/bt/libbt.a(semaphore.c.obj) + .literal.osi_sem_give + 0x0000000040110944 0x0 esp-idf/bt/libbt.a(semaphore.c.obj) + 0x4 (size before relaxing) + .literal.osi_sem_take + 0x0000000040110944 0x0 esp-idf/bt/libbt.a(semaphore.c.obj) + 0x8 (size before relaxing) + .literal.osi_sem_free + 0x0000000040110944 0x0 esp-idf/bt/libbt.a(semaphore.c.obj) + 0x4 (size before relaxing) + .literal.esp_bt_dev_get_address + 0x0000000040110944 0x0 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + 0x8 (size before relaxing) + .literal.esp_bt_dev_set_device_name + 0x0000000040110944 0x0 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + 0x14 (size before relaxing) + .literal.esp_bluedroid_get_status + 0x0000000040110944 0x8 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .literal.esp_bluedroid_enable + 0x000000004011094c 0x0 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + 0x18 (size before relaxing) + .literal.esp_bluedroid_disable + 0x000000004011094c 0x0 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + 0x14 (size before relaxing) + .literal.esp_bluedroid_init + 0x000000004011094c 0x0 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + 0x1c (size before relaxing) + .literal.esp_bluedroid_deinit + 0x000000004011094c 0x0 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + 0x1c (size before relaxing) + .literal.esp_ble_gap_register_callback + 0x000000004011094c 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gap_config_adv_data + 0x000000004011094c 0x4 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x10 (size before relaxing) + .literal.esp_ble_gap_set_scan_params + 0x0000000040110950 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gap_start_scanning + 0x0000000040110950 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gap_stop_scanning + 0x0000000040110950 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gap_start_advertising + 0x0000000040110950 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gap_stop_advertising + 0x0000000040110950 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gap_update_conn_params + 0x0000000040110950 0xc esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x18 (size before relaxing) + .literal.esp_ble_gap_set_pkt_data_len + 0x000000004011095c 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gap_set_rand_addr + 0x000000004011095c 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gap_clear_rand_addr + 0x000000004011095c 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gap_config_local_privacy + 0x000000004011095c 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gap_config_local_icon + 0x000000004011095c 0x2c esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x34 (size before relaxing) + .literal.esp_ble_gap_set_device_name + 0x0000000040110988 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_resolve_adv_data + 0x0000000040110988 0x4 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .literal.esp_ble_gap_config_adv_data_raw + 0x000000004011098c 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gap_config_scan_rsp_data_raw + 0x000000004011098c 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gap_set_security_param + 0x000000004011098c 0x4 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x10 (size before relaxing) + .literal.esp_ble_set_encryption + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gap_security_rsp + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_passkey_reply + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_confirm_reply + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_remove_bond_device + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_get_bond_device_num + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_get_bond_device_list + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gap_disconnect + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gatt_set_local_mtu + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_get_cur_sendable_packets_num + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + 0x4 (size before relaxing) + .literal.esp_ble_gattc_register_callback + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_app_register + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_app_unregister + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_open + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gattc_close + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_send_mtu_req + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_search_service + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gattc_get_service + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_get_all_char + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_get_all_descr + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_get_include_service + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_get_attr_count + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_read_char + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x10 (size before relaxing) + .literal.esp_ble_gattc_read_char_descr + 0x0000000040110990 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x10 (size before relaxing) + .literal.esp_ble_gattc_write_char + 0x0000000040110990 0x4 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x18 (size before relaxing) + .literal.esp_ble_gattc_write_char_descr + 0x0000000040110994 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x18 (size before relaxing) + .literal.esp_ble_gattc_prepare_write + 0x0000000040110994 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x14 (size before relaxing) + .literal.esp_ble_gattc_execute_write + 0x0000000040110994 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gattc_register_for_notify + 0x0000000040110994 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gatts_register_callback + 0x0000000040110994 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gatts_app_register + 0x0000000040110994 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gatts_app_unregister + 0x0000000040110994 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gatts_create_attr_tab + 0x0000000040110994 0x4 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0xc (size before relaxing) + .literal.esp_ble_gatts_delete_service + 0x0000000040110998 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gatts_start_service + 0x0000000040110998 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gatts_stop_service + 0x0000000040110998 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_ble_gatts_send_indicate + 0x0000000040110998 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x18 (size before relaxing) + .literal.esp_ble_gatts_set_attr_value + 0x0000000040110998 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0xc (size before relaxing) + .literal._btc_storage_save + 0x0000000040110998 0x20 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x90 (size before relaxing) + .literal._btc_storage_get_ble_dev_auth_mode + 0x00000000401109b8 0x4 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal._btc_storage_get_remote_addr_type + 0x00000000401109bc 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal._btc_storage_add_ble_bonding_key + 0x00000000401109bc 0x4 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x24 (size before relaxing) + .literal._btc_storage_add_ble_local_key + 0x00000000401109c0 0x14 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x1c (size before relaxing) + .literal._btc_storage_get_ble_bonding_key + 0x00000000401109d4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x1c (size before relaxing) + .literal._btc_storage_get_ble_local_key + 0x00000000401109d4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x18 (size before relaxing) + .literal._btc_storage_remove_ble_bonding_keys + 0x00000000401109d4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x5c (size before relaxing) + .literal._btc_storage_remove_ble_dev_auth_mode + 0x00000000401109d4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x14 (size before relaxing) + .literal._btc_storage_remove_remote_addr_type + 0x00000000401109d4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x14 (size before relaxing) + .literal._btc_storage_set_ble_dev_type + 0x00000000401109d4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x14 (size before relaxing) + .literal._btc_storage_remove_ble_dev_type + 0x00000000401109d4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x18 (size before relaxing) + .literal._btc_storage_set_ble_dev_auth_mode + 0x00000000401109d4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x10 (size before relaxing) + .literal._btc_storage_set_remote_addr_type + 0x00000000401109d4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x10 (size before relaxing) + .literal._btc_read_le_key + 0x00000000401109d4 0x10 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x2c (size before relaxing) + .literal._btc_storage_in_fetch_bonded_ble_device + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x2c (size before relaxing) + .literal.btc_storage_in_fetch_bonded_ble_devices + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x28 (size before relaxing) + .literal.btc_storage_add_ble_bonding_key + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_remove_ble_bonding_keys + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_add_ble_local_key + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_get_ble_local_key + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_set_ble_dev_type + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_remove_ble_dev_type + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_set_ble_dev_auth_mode + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_remove_ble_dev_auth_mode + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_set_remote_addr_type + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_remove_remote_addr_type + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_get_remote_addr_type + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xc (size before relaxing) + .literal.btc_storage_load_bonded_ble_devices + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x4 (size before relaxing) + .literal.btc_storage_get_bonded_ble_devices_list + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x48 (size before relaxing) + .literal.btc_storage_get_num_ble_bond_devices + 0x00000000401109e4 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x24 (size before relaxing) + .literal.btc_config_init + 0x00000000401109e4 0xc esp-idf/bt/libbt.a(btc_config.c.obj) + 0x24 (size before relaxing) + .literal.btc_config_exist + 0x00000000401109f0 0x14 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x28 (size before relaxing) + .literal.btc_config_get_int + 0x0000000040110a04 0x8 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x34 (size before relaxing) + .literal.btc_config_set_int + 0x0000000040110a0c 0x4 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x28 (size before relaxing) + .literal.btc_config_get_bin + 0x0000000040110a10 0x14 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x48 (size before relaxing) + .literal.btc_config_set_bin + 0x0000000040110a24 0x8 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x3c (size before relaxing) + .literal.btc_config_section_begin + 0x0000000040110a2c 0x4 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x18 (size before relaxing) + .literal.btc_config_section_end + 0x0000000040110a30 0x4 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x18 (size before relaxing) + .literal.btc_config_section_next + 0x0000000040110a34 0x4 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x20 (size before relaxing) + .literal.btc_config_section_name + 0x0000000040110a38 0x4 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x20 (size before relaxing) + .literal.btc_config_remove + 0x0000000040110a3c 0x4 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x28 (size before relaxing) + .literal.btc_config_remove_section + 0x0000000040110a40 0x4 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x20 (size before relaxing) + .literal.btc_config_flush + 0x0000000040110a44 0x4 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x1c (size before relaxing) + .literal.btc_config_shut_down + 0x0000000040110a48 0x0 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x4 (size before relaxing) + .literal.btc_config_clean_up + 0x0000000040110a48 0x0 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x14 (size before relaxing) + .literal.btc_config_lock + 0x0000000040110a48 0x0 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x8 (size before relaxing) + .literal.btc_config_unlock + 0x0000000040110a48 0x0 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x8 (size before relaxing) + .literal.btc_dev_arg_deep_free + 0x0000000040110a48 0x0 esp-idf/bt/libbt.a(btc_dev.c.obj) + 0x4 (size before relaxing) + .literal.btc_dev_call_handler + 0x0000000040110a48 0x0 esp-idf/bt/libbt.a(btc_dev.c.obj) + 0x8 (size before relaxing) + .literal.btc_dm_sec_arg_deep_copy + 0x0000000040110a48 0x14 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x2c (size before relaxing) + .literal.btc_dm_remove_ble_bonding_keys + 0x0000000040110a5c 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x14 (size before relaxing) + .literal.btc_enable_bluetooth_evt + 0x0000000040110a5c 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x10 (size before relaxing) + .literal.btc_disable_bluetooth_evt + 0x0000000040110a5c 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x8 (size before relaxing) + .literal.btc_dm_auth_cmpl_evt + 0x0000000040110a5c 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x8 (size before relaxing) + .literal.btc_dm_dev_unpaired_evt + 0x0000000040110a5c 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0xc (size before relaxing) + .literal.btc_dm_link_up_evt + 0x0000000040110a5c 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x10 (size before relaxing) + .literal.btc_dm_save_ble_bonding_keys + 0x0000000040110a5c 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x20 (size before relaxing) + .literal.btc_dm_ble_auth_cmpl_evt + 0x0000000040110a5c 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x1c (size before relaxing) + .literal.btc_dm_sec_arg_deep_free + 0x0000000040110a5c 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x4 (size before relaxing) + .literal.btc_dm_sec_evt + 0x0000000040110a5c 0x4 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x8 (size before relaxing) + .literal.btc_dm_load_ble_local_keys + 0x0000000040110a60 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x18 (size before relaxing) + .literal.btc_dm_get_ble_local_keys + 0x0000000040110a60 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x14 (size before relaxing) + .literal.btc_clear_services_mask + 0x0000000040110a60 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x4 (size before relaxing) + .literal.btc_dm_sec_cb_handler + 0x0000000040110a60 0x8 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0xd4 (size before relaxing) + .literal.btc_init_bluetooth + 0x0000000040110a68 0x8 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x20 (size before relaxing) + .literal.btc_main_get_future_p + 0x0000000040110a70 0x4 esp-idf/bt/libbt.a(btc_main.c.obj) + .literal.btc_init_callback + 0x0000000040110a74 0x0 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x8 (size before relaxing) + .literal.btc_deinit_bluetooth + 0x0000000040110a74 0x0 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x34 (size before relaxing) + .literal.btc_enable_bluetooth + 0x0000000040110a74 0x4 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x10 (size before relaxing) + .literal.btc_disable_bluetooth + 0x0000000040110a78 0x0 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x10 (size before relaxing) + .literal.btc_main_call_handler + 0x0000000040110a78 0x0 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x10 (size before relaxing) + .literal.btc_in_fetch_bonded_devices + 0x0000000040110a78 0x18 esp-idf/bt/libbt.a(btc_storage.c.obj) + 0x50 (size before relaxing) + .literal.btc_storage_add_bonded_device + 0x0000000040110a90 0x0 esp-idf/bt/libbt.a(btc_storage.c.obj) + 0x30 (size before relaxing) + .literal.btc_storage_load_bonded_devices + 0x0000000040110a90 0x0 esp-idf/bt/libbt.a(btc_storage.c.obj) + 0x4 (size before relaxing) + .literal.btc_storage_remove_bonded_device + 0x0000000040110a90 0x0 esp-idf/bt/libbt.a(btc_storage.c.obj) + 0x40 (size before relaxing) + .literal.btc_hci_to_esp_status + 0x0000000040110a90 0x4 esp-idf/bt/libbt.a(btc_util.c.obj) + .literal.btc_btm_status_to_esp_status + 0x0000000040110a94 0x4 esp-idf/bt/libbt.a(btc_util.c.obj) + .literal.btc_update_duplicate_exceptional_list_callback + 0x0000000040110a98 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.btc_scan_rsp_data_raw_callback + 0x0000000040110a98 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_adv_data_raw_callback + 0x0000000040110a98 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_stop_scan_callback + 0x0000000040110a98 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_start_scan_callback + 0x0000000040110a98 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_search_callback + 0x0000000040110a98 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0xc (size before relaxing) + .literal.btc_scan_params_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_scan_rsp_data_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_adv_data_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_update_conn_param_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0xc (size before relaxing) + .literal.btc_add_whitelist_complete_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.btc_stop_adv_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.btc_start_adv_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.btc_gap_adv_point_cleanup + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_cleanup_adv_data + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x44 (size before relaxing) + .literal.btc_read_ble_rssi_cmpl_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0xc (size before relaxing) + .literal.btc_set_local_privacy_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.btc_set_rand_addr_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.btc_set_pkt_length_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.btc_gap_ble_set_channels_cmpl_callback + 0x0000000040110a9c 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.btc_to_bta_adv_data + 0x0000000040110a9c 0x8 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x60 (size before relaxing) + .literal.btc_ble_set_adv_data + 0x0000000040110aa4 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x18 (size before relaxing) + .literal.btc_ble_set_scan_params + 0x0000000040110aa4 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x10 (size before relaxing) + .literal.btc_ble_start_scanning + 0x0000000040110aa8 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_stop_scanning + 0x0000000040110aa8 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_start_advertising + 0x0000000040110aa8 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x10 (size before relaxing) + .literal.btc_ble_stop_advertising + 0x0000000040110aac 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_update_conn_params + 0x0000000040110aac 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_set_pkt_data_len + 0x0000000040110aac 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_set_rand_addr + 0x0000000040110aac 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x30 (size before relaxing) + .literal.btc_ble_clear_rand_addr + 0x0000000040110ab0 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_config_local_privacy + 0x0000000040110ab0 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_config_local_icon + 0x0000000040110ab0 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_set_adv_data_raw + 0x0000000040110ab0 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_set_scan_rsp_data_raw + 0x0000000040110ab0 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_update_duplicate_exceptional_list + 0x0000000040110ab0 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_ble_disconnect + 0x0000000040110ab0 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_gap_ble_set_channels + 0x0000000040110ab0 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.btc_gap_ble_cb_handler + 0x0000000040110ab4 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.btc_gap_ble_arg_deep_copy + 0x0000000040110ab4 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x3c (size before relaxing) + .literal.btc_gap_ble_arg_deep_free + 0x0000000040110ab8 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x20 (size before relaxing) + .literal.btc_gap_ble_call_handler + 0x0000000040110abc 0x48 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x108 (size before relaxing) + .literal.btc_gap_callback_init + 0x0000000040110b04 0x4 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.btc_gap_ble_deinit + 0x0000000040110b08 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x10 (size before relaxing) + .literal.btc_set_local_mtu + 0x0000000040110b08 0x0 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + 0x4 (size before relaxing) + .literal.btc_gatt_com_call_handler + 0x0000000040110b08 0x0 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + 0x4 (size before relaxing) + .literal.uuidType + 0x0000000040110b08 0x4 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .literal.btc128_to_bta_uuid + 0x0000000040110b0c 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x4 (size before relaxing) + .literal.btc_to_bta_uuid + 0x0000000040110b0c 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x4 (size before relaxing) + .literal.btc_to_bta_gatt_id + 0x0000000040110b0c 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x4 (size before relaxing) + .literal.btc_to_bta_srvc_id + 0x0000000040110b0c 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x4 (size before relaxing) + .literal.bta_to_btc_uuid + 0x0000000040110b0c 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x4 (size before relaxing) + .literal.bta_to_btc_gatt_id + 0x0000000040110b0c 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x4 (size before relaxing) + .literal.btc_to_bta_response + 0x0000000040110b0c 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_copy_req_data + 0x0000000040110b0c 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x10 (size before relaxing) + .literal.btc_gattc_free_req_data + 0x0000000040110b0c 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x8 (size before relaxing) + .literal.btc_gattc_fill_gatt_db_conversion + 0x0000000040110b0c 0x4 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x24 (size before relaxing) + .literal.btc_gattc_app_register + 0x0000000040110b10 0x4 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x8 (size before relaxing) + .literal.btc_gattc_cback + 0x0000000040110b14 0x4 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x8 (size before relaxing) + .literal.btc_gattc_app_unregister + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_open + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_close + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_cfg_mtu + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_search_service + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0xc (size before relaxing) + .literal.btc_gattc_read_char + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_read_multiple_char + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x8 (size before relaxing) + .literal.btc_gattc_read_char_descr + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_read_by_type + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x8 (size before relaxing) + .literal.btc_gattc_write_char + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_write_char_descr + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_prepare_write + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_prepare_write_char_descr + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_execute_write + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gattc_reg_for_notify + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x8 (size before relaxing) + .literal.btc_gattc_unreg_for_notify + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x8 (size before relaxing) + .literal.btc_gattc_arg_deep_copy + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x20 (size before relaxing) + .literal.btc_gattc_arg_deep_free + 0x0000000040110b18 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x10 (size before relaxing) + .literal.btc_ble_gattc_get_service + 0x0000000040110b18 0x4 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x24 (size before relaxing) + .literal.btc_ble_gattc_get_all_char + 0x0000000040110b1c 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x14 (size before relaxing) + .literal.btc_ble_gattc_get_all_descr + 0x0000000040110b1c 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x14 (size before relaxing) + .literal.btc_ble_gattc_get_include_service + 0x0000000040110b1c 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x1c (size before relaxing) + .literal.btc_ble_gattc_get_attr_count + 0x0000000040110b1c 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x8 (size before relaxing) + .literal.btc_gattc_call_handler + 0x0000000040110b1c 0x4 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x5c (size before relaxing) + .literal.btc_gattc_cb_handler + 0x0000000040110b20 0x8 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x8c (size before relaxing) + .literal.btc_gattc_congest_callback + 0x0000000040110b28 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4 (size before relaxing) + .literal.btc_gatts_check_valid_attr_tab + 0x0000000040110b28 0x1c esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x20 (size before relaxing) + .literal.btc_gatts_cb_param_copy_req + 0x0000000040110b44 0x0 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0xc (size before relaxing) + .literal.btc_gatts_cb_param_copy_free + 0x0000000040110b44 0x0 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x4 (size before relaxing) + .literal.btc_gatts_inter_cb + 0x0000000040110b44 0x4 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x14 (size before relaxing) + .literal.btc_gatts_act_create_attr_tab + 0x0000000040110b48 0x4 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x88 (size before relaxing) + .literal.btc_gatts_arg_deep_copy + 0x0000000040110b4c 0x4 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x34 (size before relaxing) + .literal.btc_gatts_arg_deep_free + 0x0000000040110b50 0x4 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x1c (size before relaxing) + .literal.btc_gatts_call_handler + 0x0000000040110b54 0x8 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x68 (size before relaxing) + .literal.btc_gatts_cb_handler + 0x0000000040110b5c 0x4 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x80 (size before relaxing) + .literal.btc_congest_callback + 0x0000000040110b60 0x0 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x4 (size before relaxing) + .literal.bdaddr_equals + 0x0000000040110b60 0x10 esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x1c (size before relaxing) + .literal.bdaddr_to_string + 0x0000000040110b70 0x10 esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x20 (size before relaxing) + .literal.string_is_bdaddr + 0x0000000040110b80 0x4 esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x18 (size before relaxing) + .literal.string_to_bdaddr + 0x0000000040110b84 0x4 esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x24 (size before relaxing) + .literal.hash_function_bdaddr + 0x0000000040110b88 0x4 esp-idf/bt/libbt.a(bdaddr.c.obj) + .literal.shut_down + 0x0000000040110b8c 0x4 esp-idf/bt/libbt.a(controller.c.obj) + .literal.get_is_ready + 0x0000000040110b90 0x0 esp-idf/bt/libbt.a(controller.c.obj) + 0x4 (size before relaxing) + .literal.set_ble_resolving_list_max_size + 0x0000000040110b90 0x10 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.get_ble_resolving_list_max_size + 0x0000000040110ba0 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.get_ble_white_list_size + 0x0000000040110ba4 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.get_acl_buffer_count_ble + 0x0000000040110ba8 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.get_acl_buffer_count_classic + 0x0000000040110bac 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.get_ble_suggested_default_data_txtime + 0x0000000040110bb0 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.get_ble_suggested_default_data_length + 0x0000000040110bb4 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.get_acl_packet_size_ble + 0x0000000040110bb8 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.get_acl_packet_size_classic + 0x0000000040110bbc 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.get_acl_data_size_ble + 0x0000000040110bc0 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.get_acl_data_size_classic + 0x0000000040110bc4 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.supports_ble_privacy + 0x0000000040110bc8 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.supports_ble_connection_parameters_request + 0x0000000040110bcc 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.supports_ble_packet_extension + 0x0000000040110bd0 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.supports_ble + 0x0000000040110bd4 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.supports_master_slave_role_switch + 0x0000000040110bd8 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.supports_extended_inquiry_response + 0x0000000040110bdc 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.supports_rssi_with_inquiry_results + 0x0000000040110be0 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.supports_interlaced_inquiry_scan + 0x0000000040110be4 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.supports_reading_remote_extended_features + 0x0000000040110be8 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.supports_simultaneous_le_bredr + 0x0000000040110bec 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.supports_secure_connections + 0x0000000040110bf0 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.supports_simple_pairing + 0x0000000040110bf4 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.get_ble_supported_states + 0x0000000040110bf8 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.get_features_ble + 0x0000000040110bfc 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.get_last_features_classic_index + 0x0000000040110c00 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.get_features_classic + 0x0000000040110c04 0x8 esp-idf/bt/libbt.a(controller.c.obj) + 0x1c (size before relaxing) + .literal.get_bt_version + 0x0000000040110c0c 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.get_address + 0x0000000040110c10 0x4 esp-idf/bt/libbt.a(controller.c.obj) + 0x14 (size before relaxing) + .literal.start_up + 0x0000000040110c14 0xc esp-idf/bt/libbt.a(controller.c.obj) + 0x54 (size before relaxing) + .literal.controller_get_interface + 0x0000000040110c20 0x10 esp-idf/bt/libbt.a(controller.c.obj) + 0x2c (size before relaxing) + .literal.event_to_data_type + 0x0000000040110c30 0x8 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0xc (size before relaxing) + .literal.init_layer_interface + 0x0000000040110c38 0x14 esp-idf/bt/libbt.a(hci_layer.c.obj) + .literal.transmit_fragment + 0x0000000040110c4c 0x4 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0xc (size before relaxing) + .literal.get_waiting_command + 0x0000000040110c50 0x8 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x28 (size before relaxing) + .literal.restart_command_waiting_response_timer + 0x0000000040110c58 0x4 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x1c (size before relaxing) + .literal.dispatch_reassembled + 0x0000000040110c5c 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x8 (size before relaxing) + .literal.fragmenter_transmit_finished + 0x0000000040110c5c 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x8 (size before relaxing) + .literal.hci_layer_init_env + 0x0000000040110c5c 0x14 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x40 (size before relaxing) + .literal.command_timed_out + 0x0000000040110c70 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x10 (size before relaxing) + .literal.event_packet_ready + 0x0000000040110c70 0x4 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x8 (size before relaxing) + .literal.event_command_ready + 0x0000000040110c74 0x8 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x34 (size before relaxing) + .literal.hci_layer_deinit_env + 0x0000000040110c7c 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x20 (size before relaxing) + .literal.hci_host_thread_handler + 0x0000000040110c7c 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x1c (size before relaxing) + .literal.hci_shut_down + 0x0000000040110c7c 0x4 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x14 (size before relaxing) + .literal.hci_start_up + 0x0000000040110c80 0xc esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x28 (size before relaxing) + .literal.hci_host_task_post + 0x0000000040110c8c 0x4 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0xc (size before relaxing) + .literal.filter_incoming_event + 0x0000000040110c90 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x30 (size before relaxing) + .literal.hal_says_packet_ready + 0x0000000040110c90 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x10 (size before relaxing) + .literal.transmit_command_futured + 0x0000000040110c90 0xc esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x28 (size before relaxing) + .literal.transmit_command + 0x0000000040110c9c 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x14 (size before relaxing) + .literal.transmit_downward + 0x0000000040110c9c 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x14 (size before relaxing) + .literal.hci_layer_get_interface + 0x0000000040110c9c 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x18 (size before relaxing) + .literal.make_packet + 0x0000000040110c9c 0xc esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x14 (size before relaxing) + .literal.make_command + 0x0000000040110ca8 0x0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x4 (size before relaxing) + .literal.make_write_default_erroneous_data_report + 0x0000000040110ca8 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_write_sync_flow_control_enable + 0x0000000040110cac 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_ble_set_event_mask + 0x0000000040110cb0 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_ble_write_suggested_default_data_length + 0x0000000040110cb4 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_command_no_params + 0x0000000040110cb8 0x0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x4 (size before relaxing) + .literal.make_ble_read_suggested_default_data_length + 0x0000000040110cb8 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_ble_read_resolving_list_size + 0x0000000040110cbc 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_ble_read_local_supported_features + 0x0000000040110cc0 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_ble_read_supported_states + 0x0000000040110cc4 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_ble_read_buffer_size + 0x0000000040110cc8 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_ble_read_white_list_size + 0x0000000040110ccc 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_read_local_supported_features + 0x0000000040110cd0 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_read_local_supported_commands + 0x0000000040110cd4 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_read_bd_addr + 0x0000000040110cd8 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_read_local_version_info + 0x0000000040110cdc 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_read_buffer_size + 0x0000000040110ce0 0x0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_reset + 0x0000000040110ce0 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_ble_write_host_support + 0x0000000040110ce4 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_set_event_mask + 0x0000000040110ce8 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_write_secure_connections_host_support + 0x0000000040110cec 0x0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_write_simple_pairing_mode + 0x0000000040110cec 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_read_local_extended_features + 0x0000000040110cf0 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_host_buffer_size + 0x0000000040110cf4 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_set_adv_report_flow_control + 0x0000000040110cf8 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.make_set_c2h_flow_control + 0x0000000040110cfc 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x8 (size before relaxing) + .literal.hci_packet_factory_get_interface + 0x0000000040110d00 0x4 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .literal.read_command_complete_header + 0x0000000040110d04 0x14 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x20 (size before relaxing) + .literal.parse_ble_read_suggested_default_data_length_response + 0x0000000040110d18 0x0 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0xc (size before relaxing) + .literal.parse_ble_read_resolving_list_size_response + 0x0000000040110d18 0x0 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0xc (size before relaxing) + .literal.parse_read_local_supported_features_response + 0x0000000040110d18 0x0 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0xc (size before relaxing) + .literal.parse_generic_command_complete + 0x0000000040110d18 0x0 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x8 (size before relaxing) + .literal.parse_ble_read_local_supported_features_response + 0x0000000040110d18 0x8 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x1c (size before relaxing) + .literal.parse_ble_read_supported_states_response + 0x0000000040110d20 0x4 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x1c (size before relaxing) + .literal.parse_ble_read_buffer_size_response + 0x0000000040110d24 0x4 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x1c (size before relaxing) + .literal.parse_ble_read_white_list_size_response + 0x0000000040110d28 0x4 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x1c (size before relaxing) + .literal.parse_read_local_extended_features_response + 0x0000000040110d2c 0x8 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x1c (size before relaxing) + .literal.parse_read_local_supported_commands_response + 0x0000000040110d34 0x4 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x1c (size before relaxing) + .literal.parse_read_bd_addr_response + 0x0000000040110d38 0x4 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x1c (size before relaxing) + .literal.parse_read_local_version_info_response + 0x0000000040110d3c 0x4 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x1c (size before relaxing) + .literal.parse_read_buffer_size_response + 0x0000000040110d40 0x4 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x1c (size before relaxing) + .literal.hci_packet_parser_get_interface + 0x0000000040110d44 0x4 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .literal.fragment_get_current_packet + 0x0000000040110d48 0x4 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .literal.fragment_and_dispatch + 0x0000000040110d4c 0x10 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + 0x1c (size before relaxing) + .literal.reassemble_and_dispatch + 0x0000000040110d5c 0x14 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + 0x48 (size before relaxing) + .literal.cleanup + 0x0000000040110d70 0x0 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + 0x8 (size before relaxing) + .literal.init 0x0000000040110d70 0x4 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + 0x14 (size before relaxing) + .literal.packet_fragmenter_get_interface + 0x0000000040110d74 0x4 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + 0xc (size before relaxing) + .literal.bte_main_enable + 0x0000000040110d78 0x0 esp-idf/bt/libbt.a(bte_main.c.obj) + 0x8 (size before relaxing) + .literal.bte_main_disable + 0x0000000040110d78 0x0 esp-idf/bt/libbt.a(bte_main.c.obj) + 0x8 (size before relaxing) + .literal.bte_main_boot_entry + 0x0000000040110d78 0x8 esp-idf/bt/libbt.a(bte_main.c.obj) + 0x14 (size before relaxing) + .literal.bte_main_shutdown + 0x0000000040110d80 0x0 esp-idf/bt/libbt.a(bte_main.c.obj) + 0xc (size before relaxing) + .literal.bte_main_hci_send + 0x0000000040110d80 0x0 esp-idf/bt/libbt.a(bte_main.c.obj) + 0x8 (size before relaxing) + .literal.btm_get_acl_db + 0x0000000040110d80 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x4 (size before relaxing) + .literal.btm_read_remote_ext_features + 0x0000000040110d80 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x4 (size before relaxing) + .literal.btm_process_remote_ext_features + 0x0000000040110d80 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_acl_init + 0x0000000040110d80 0x8 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x14 (size before relaxing) + .literal.btm_bda_to_acl + 0x0000000040110d88 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_handle_to_acl + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_read_remote_features + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_get_acl_remote_addr + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xc (size before relaxing) + .literal.btm_acl_report_role_change + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xc (size before relaxing) + .literal.btm_acl_device_down + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x14 (size before relaxing) + .literal.BTM_SwitchRole + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x28 (size before relaxing) + .literal.btm_acl_encrypt_change + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x20 (size before relaxing) + .literal.BTM_SetLinkPolicy + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xc (size before relaxing) + .literal.BTM_SetDefaultLinkPolicy + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xc (size before relaxing) + .literal.btm_read_remote_version_complete + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x18 (size before relaxing) + .literal.BTM_SetDefaultLinkSuperTout + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_SetLinkSuperTout + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x8 (size before relaxing) + .literal.BTM_IsAclConnectionUp + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_GetNumAclLinks + 0x0000000040110d8c 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x8 (size before relaxing) + .literal.btm_acl_update_busy_level + 0x0000000040110d8c 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xc (size before relaxing) + .literal.btm_acl_removed + 0x0000000040110d90 0x4 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x24 (size before relaxing) + .literal.btm_get_acl_disc_reason_code + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_GetHCIConnHandle + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x8 (size before relaxing) + .literal.btm_process_clk_off_comp_evt + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x4 (size before relaxing) + .literal.btm_acl_role_changed + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x24 (size before relaxing) + .literal.BTM_ReadRemoteFeatures + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_RegBusyLevelNotif + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x4 (size before relaxing) + .literal.btm_qos_setup_complete + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_qos_setup_timeout + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_ReadRSSI + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x14 (size before relaxing) + .literal.BTM_BleReadAdvTxPower + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_read_tx_power_complete + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x14 (size before relaxing) + .literal.btm_read_rssi_complete + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_read_link_quality_complete + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_remove_acl + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_cont_rswitch + 0x0000000040110d94 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_acl_resubmit_page + 0x0000000040110d94 0x8 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x1c (size before relaxing) + .literal.btm_acl_chk_peer_pkt_type_support + 0x0000000040110d9c 0x10 esp-idf/bt/libbt.a(btm_acl.c.obj) + .literal.btm_set_packet_types + 0x0000000040110dac 0x8 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x14 (size before relaxing) + .literal.btm_establish_continue + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_acl_created + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x60 (size before relaxing) + .literal.btm_read_remote_features_complete + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x14 (size before relaxing) + .literal.btm_read_remote_ext_features_complete + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10 (size before relaxing) + .literal.btm_read_remote_ext_features_failed + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xc (size before relaxing) + .literal.btm_acl_free + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_resolve_address_cmpl + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x4 (size before relaxing) + .literal.btm_gen_resolve_paddr_cmpl + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x24 (size before relaxing) + .literal.btm_ble_proc_resolve_x + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_match_random_bda + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0xc (size before relaxing) + .literal.btm_gen_resolve_paddr_low + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x10 (size before relaxing) + .literal.btm_gen_resolvable_private_addr + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_init_pseudo_addr + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_addr_resolvable + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_resolve_random_addr + 0x0000000040110db4 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x1c (size before relaxing) + .literal.btm_find_dev_by_identity_addr + 0x0000000040110db4 0x4 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x10 (size before relaxing) + .literal.btm_identity_addr_to_random_pseudo + 0x0000000040110db8 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_refresh_peer_resolvable_private_addr + 0x0000000040110db8 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x20 (size before relaxing) + .literal.btm_ble_refresh_local_resolvable_private_addr + 0x0000000040110db8 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x1c (size before relaxing) + .literal.btm_ble_appearance_to_cod + 0x0000000040110db8 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_adv_states_operation + 0x0000000040110db8 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.btm_ble_set_topology_mask + 0x0000000040110dbc 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_clear_topology_mask + 0x0000000040110dbc 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_topology_check + 0x0000000040110dbc 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc (size before relaxing) + .literal.btm_set_conn_mode_adv_init_addr + 0x0000000040110dc0 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x24 (size before relaxing) + .literal.btm_ble_stop_discover + 0x0000000040110dc0 0x8 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x20 (size before relaxing) + .literal.btm_ble_update_adv_flag + 0x0000000040110dc8 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_read_remote_name_cmpl + 0x0000000040110dc8 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_inter_get + 0x0000000040110dc8 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.btm_ble_lock_init + 0x0000000040110dcc 0x10 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x28 (size before relaxing) + .literal.btm_ble_lock_free + 0x0000000040110ddc 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x28 (size before relaxing) + .literal.btm_ble_sem_init + 0x0000000040110ddc 0x10 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x28 (size before relaxing) + .literal.btm_ble_sem_free + 0x0000000040110dec 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x28 (size before relaxing) + .literal.BTM_BleRegiseterConnParamCallback + 0x0000000040110dec 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .literal.BTM_BleUpdateAdvWhitelist + 0x0000000040110df0 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.BTM_BleClearWhitelist + 0x0000000040110df0 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_send_extended_scan_params + 0x0000000040110df0 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x8 (size before relaxing) + .literal.BTM_BleGetVendorCapabilities + 0x0000000040110df4 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x8 (size before relaxing) + .literal.BTM_BleConfigLocalIcon + 0x0000000040110df4 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x8 (size before relaxing) + .literal.BTM_BleConfigConnParams + 0x0000000040110df8 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x8 (size before relaxing) + .literal.BTM_BleMaxMultiAdvInstanceCount + 0x0000000040110dfc 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.BTM_BleConfigPrivacy + 0x0000000040110dfc 0x8 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x2c (size before relaxing) + .literal.BTM_BleUpdateOwnType + 0x0000000040110e04 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x28 (size before relaxing) + .literal.BTM_BleSetBgConnType + 0x0000000040110e04 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x1c (size before relaxing) + .literal.BTM_BleClearBgConnDev + 0x0000000040110e04 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc (size before relaxing) + .literal.BTM_BleUpdateBgConnDev + 0x0000000040110e04 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.BTM_BleSetScanParams + 0x0000000040110e04 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x14 (size before relaxing) + .literal.BTM_BleSetScanFilterParams + 0x0000000040110e08 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x34 (size before relaxing) + .literal.BTM_BleWriteScanRspRaw + 0x0000000040110e0c 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x1c (size before relaxing) + .literal.BTM_UpdateBleDuplicateExceptionalList + 0x0000000040110e10 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x10 (size before relaxing) + .literal.BTM_BleWriteLongAdvData + 0x0000000040110e14 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x14 (size before relaxing) + .literal.BTM_BleWriteAdvDataRaw + 0x0000000040110e18 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x1c (size before relaxing) + .literal.BTM_BleSetRandAddress + 0x0000000040110e18 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x10 (size before relaxing) + .literal.BTM_BleClearRandAddress + 0x0000000040110e18 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.BTM_BleReadDiscoverability + 0x0000000040110e18 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.BTM_BleReadConnectability + 0x0000000040110e18 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_build_adv_data + 0x0000000040110e18 0x10 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x1c (size before relaxing) + .literal.BTM_BleWriteScanRsp + 0x0000000040110e28 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x28 (size before relaxing) + .literal.BTM_BleWriteAdvData + 0x0000000040110e28 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x2c (size before relaxing) + .literal.btm_ble_select_adv_interval + 0x0000000040110e28 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_update_dmt_flag_bits + 0x0000000040110e2c 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_set_adv_flag + 0x0000000040110e2c 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_read_remote_name + 0x0000000040110e2c 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_cancel_remote_name + 0x0000000040110e30 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_cache_adv_data + 0x0000000040110e30 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_is_discoverable + 0x0000000040110e30 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_process_last_adv_pkt + 0x0000000040110e30 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_update_inq_result + 0x0000000040110e30 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x18 (size before relaxing) + .literal.btm_clear_all_pending_le_entry + 0x0000000040110e30 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.btm_send_sel_conn_callback + 0x0000000040110e30 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_process_adv_discard_evt + 0x0000000040110e30 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_start_scan + 0x0000000040110e30 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x28 (size before relaxing) + .literal.BTM_BleScan + 0x0000000040110e34 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_start_inquiry + 0x0000000040110e34 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x20 (size before relaxing) + .literal.btm_ble_stop_scan + 0x0000000040110e34 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_stop_observe + 0x0000000040110e34 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc (size before relaxing) + .literal.BTM_BleObserve + 0x0000000040110e34 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x20 (size before relaxing) + .literal.btm_ble_stop_inquiry + 0x0000000040110e38 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x1c (size before relaxing) + .literal.btm_ble_process_adv_pkt_cont + 0x0000000040110e38 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x30 (size before relaxing) + .literal.btm_ble_process_adv_pkt + 0x0000000040110e38 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x20 (size before relaxing) + .literal.btm_ble_resolve_random_addr_on_adv + 0x0000000040110e3c 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_start_adv + 0x0000000040110e3c 0x10 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x3c (size before relaxing) + .literal.btm_ble_read_remote_features_complete + 0x0000000040110e4c 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_get_topology_mask + 0x0000000040110e4c 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_stop_adv + 0x0000000040110e4c 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x2c (size before relaxing) + .literal.BTM_BleUpdateAdvFilterPolicy + 0x0000000040110e4c 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x1c (size before relaxing) + .literal.BTM_BleBroadcast + 0x0000000040110e4c 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x18 (size before relaxing) + .literal.BTM_BleSetAdvParams + 0x0000000040110e4c 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x24 (size before relaxing) + .literal.BTM_BleSetAdvParamsAll + 0x0000000040110e4c 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x44 (size before relaxing) + .literal.BTM_BleStartAdv + 0x0000000040110e50 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc (size before relaxing) + .literal.BTM_Recovery_Pre_State + 0x0000000040110e50 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_set_connectability + 0x0000000040110e50 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x2c (size before relaxing) + .literal.btm_ble_start_slow_adv + 0x0000000040110e50 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_timeout + 0x0000000040110e50 0x4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x2c (size before relaxing) + .literal.btm_ble_update_link_topology_mask + 0x0000000040110e54 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_update_mode_operation + 0x0000000040110e54 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_init + 0x0000000040110e54 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x28 (size before relaxing) + .literal.btm_ble_free + 0x0000000040110e54 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_multi_adv_enq_op_q + 0x0000000040110e54 0x4 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_multi_adv_deq_op_q + 0x0000000040110e58 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_multi_adv_vsc_cmpl_cback + 0x0000000040110e58 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_enable_multi_adv + 0x0000000040110e58 0x8 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_map_adv_tx_power + 0x0000000040110e60 0x4 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .literal.btm_ble_multi_adv_set_params + 0x0000000040110e64 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x20 (size before relaxing) + .literal.btm_ble_multi_adv_write_rpa + 0x0000000040110e64 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_multi_adv_gen_rpa_cmpl + 0x0000000040110e64 0x4 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_multi_adv_configure_rpa + 0x0000000040110e68 0x4 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_multi_adv_reenable + 0x0000000040110e6c 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_multi_adv_vse_cback + 0x0000000040110e6c 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x1c (size before relaxing) + .literal.btm_ble_multi_adv_enb_privacy + 0x0000000040110e6c 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x10 (size before relaxing) + .literal.BTM_BleEnableAdvInstance + 0x0000000040110e6c 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x14 (size before relaxing) + .literal.BTM_BleUpdateAdvInstParam + 0x0000000040110e6c 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x18 (size before relaxing) + .literal.BTM_BleCfgAdvInstData + 0x0000000040110e6c 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x20 (size before relaxing) + .literal.BTM_BleDisableAdvInstance + 0x0000000040110e6c 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_multi_adv_init + 0x0000000040110e6c 0x4 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x3c (size before relaxing) + .literal.btm_ble_multi_adv_cleanup + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x1c (size before relaxing) + .literal.btm_ble_multi_adv_get_ref + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_enq_resolving_list_pending + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_brcm_find_resolving_pending_entry + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_deq_resolving_pending + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_clear_irk_index + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_find_irk_index + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_update_resolving_list + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_add_resolving_list_entry_complete + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_remove_resolving_list_entry_complete + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_read_resolving_list_entry_complete + 0x0000000040110e70 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_remove_resolving_list_entry + 0x0000000040110e70 0x8 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x1c (size before relaxing) + .literal.btm_ble_clear_resolving_list + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_read_resolving_list_entry + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_suspend_resolving_list_activity + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_resume_resolving_list_activity + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_vendor_enable_irk_feature + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_exe_disable_resolving_list + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_exe_enable_resolving_list + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_disable_resolving_list + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_resolving_list_load_dev + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x30 (size before relaxing) + .literal.btm_ble_resolving_list_remove_dev + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_enable_resolving_list + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_enable_resolving_list_for_platform + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x28 (size before relaxing) + .literal.btm_ble_resolving_list_init + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_clear_resolving_list_complete + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x20 (size before relaxing) + .literal.btm_ble_resolving_list_vsc_op_cmpl + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_resolving_list_cleanup + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x14 (size before relaxing) + .literal.btm_find_sec_dev_in_list + 0x0000000040110e78 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x14 (size before relaxing) + .literal.btm_find_oldest_dev + 0x0000000040110e78 0x4 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x1c (size before relaxing) + .literal.btm_sec_alloc_dev + 0x0000000040110e7c 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x5c (size before relaxing) + .literal.btm_sec_free_dev + 0x0000000040110e7c 0x8 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x20 (size before relaxing) + .literal.btm_find_dev_by_handle + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x10 (size before relaxing) + .literal.btm_find_dev + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x10 (size before relaxing) + .literal.BTM_SecAddDevice + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x40 (size before relaxing) + .literal.BTM_SecDeleteDevice + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x10 (size before relaxing) + .literal.BTM_SecClearSecurityFlags + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x4 (size before relaxing) + .literal.BTM_SecReadDevName + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x4 (size before relaxing) + .literal.btm_dev_support_switch + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x8 (size before relaxing) + .literal.btm_consolidate_dev + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x30 (size before relaxing) + .literal.btm_find_or_alloc_dev + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x8 (size before relaxing) + .literal.btm_set_bond_type_dev + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_dev_init + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0xc (size before relaxing) + .literal.btm_sec_dev_free + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x8 (size before relaxing) + .literal.btm_db_reset + 0x0000000040110e84 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x8 (size before relaxing) + .literal.btm_decode_ext_features_page + 0x0000000040110e84 0x8 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x30 (size before relaxing) + .literal.btm_dev_init + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0xc (size before relaxing) + .literal.BTM_IsDeviceUp + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.btm_dev_timeout + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_SetLocalDeviceName + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x10 (size before relaxing) + .literal.BTM_ReadLocalDeviceName + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_ReadLocalDeviceNameFromController + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0xc (size before relaxing) + .literal.btm_read_local_name_complete + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x8 (size before relaxing) + .literal.BTM_SetDeviceClass + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x10 (size before relaxing) + .literal.BTM_ReadDeviceClass + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_ReadLocalFeatures + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_RegisterForDeviceStatusNotif + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_VendorSpecificCommand + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x8 (size before relaxing) + .literal.btm_vsc_complete + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_RegisterForVSEvents + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.btm_vendor_specific_evt + 0x0000000040110e8c 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.BTM_EnableTestMode + 0x0000000040110e8c 0x4 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x20 (size before relaxing) + .literal.BTM_DeleteStoredLinkKey + 0x0000000040110e90 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x8 (size before relaxing) + .literal.btm_delete_stored_link_key_complete + 0x0000000040110e90 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.btm_report_device_status + 0x0000000040110e90 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x4 (size before relaxing) + .literal.reset_complete + 0x0000000040110e90 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x48 (size before relaxing) + .literal.BTM_DeviceReset + 0x0000000040110e90 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x10 (size before relaxing) + .literal.BTM_BleSetChannels + 0x0000000040110e90 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_set_channels_complete + 0x0000000040110e90 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x8 (size before relaxing) + .literal.btm_convert_uuid_to_uuid16 + 0x0000000040110e90 0x4 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x8 (size before relaxing) + .literal.btm_set_inq_event_filter + 0x0000000040110e94 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x8 (size before relaxing) + .literal.btm_clr_inq_result_flt + 0x0000000040110e94 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x8 (size before relaxing) + .literal.BTM_SetDiscoverability + 0x0000000040110e94 0x10 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x34 (size before relaxing) + .literal.BTM_SetInquiryScanType + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x10 (size before relaxing) + .literal.BTM_SetPageScanType + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x10 (size before relaxing) + .literal.BTM_SetInquiryMode + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xc (size before relaxing) + .literal.BTM_ReadDiscoverability + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4 (size before relaxing) + .literal.BTM_CancelPeriodicInquiry + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xc (size before relaxing) + .literal.BTM_SetConnectability + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x1c (size before relaxing) + .literal.BTM_ReadConnectability + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4 (size before relaxing) + .literal.BTM_IsInquiryActive + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4 (size before relaxing) + .literal.BTM_CancelInquiry + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x14 (size before relaxing) + .literal.BTM_StartInquiry + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x1c (size before relaxing) + .literal.BTM_CancelRemoteDeviceName + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x10 (size before relaxing) + .literal.BTM_InqDbFirst + 0x0000000040110ea4 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4 (size before relaxing) + .literal.BTM_InqDbNext + 0x0000000040110ea4 0x4 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xc (size before relaxing) + .literal.btm_inq_db_init + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x14 (size before relaxing) + .literal.btm_inq_stop_on_ssp + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xc (size before relaxing) + .literal.btm_inq_clear_ssp + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4 (size before relaxing) + .literal.btm_clr_inq_db + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x8 (size before relaxing) + .literal.BTM_ClearInqDb + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x8 (size before relaxing) + .literal.btm_inq_db_reset + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x14 (size before relaxing) + .literal.btm_inq_find_bdaddr + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xc (size before relaxing) + .literal.btm_inq_db_find + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x8 (size before relaxing) + .literal.BTM_InqDbRead + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4 (size before relaxing) + .literal.btm_inq_db_new + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x14 (size before relaxing) + .literal.btm_sort_inq_result + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x18 (size before relaxing) + .literal.btm_process_inq_complete + 0x0000000040110ea8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x1c (size before relaxing) + .literal.btm_initiate_inquiry + 0x0000000040110ea8 0x4 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x2c (size before relaxing) + .literal.btm_event_filter_complete + 0x0000000040110eac 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x14 (size before relaxing) + .literal.btm_process_cancel_complete + 0x0000000040110eac 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x8 (size before relaxing) + .literal.btm_initiate_rem_name + 0x0000000040110eac 0x4 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x20 (size before relaxing) + .literal.BTM_ReadRemoteDeviceName + 0x0000000040110eb0 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xc (size before relaxing) + .literal.btm_process_remote_name + 0x0000000040110eb0 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x14 (size before relaxing) + .literal.btm_inq_rmt_name_failed + 0x0000000040110eb0 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x10 (size before relaxing) + .literal.btm_read_linq_tx_power_complete + 0x0000000040110eb0 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x8 (size before relaxing) + .literal.btm_eir_get_uuid_list + 0x0000000040110eb0 0x4 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x8 (size before relaxing) + .literal.BTM_HasEirService + 0x0000000040110eb4 0x4 esp-idf/bt/libbt.a(btm_inq.c.obj) + .literal.BTM_AddEirService + 0x0000000040110eb8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4 (size before relaxing) + .literal.btm_set_eir_uuid + 0x0000000040110eb8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x20 (size before relaxing) + .literal.btm_process_inq_results + 0x0000000040110eb8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x28 (size before relaxing) + .literal.BTM_RemoveEirService + 0x0000000040110eb8 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4 (size before relaxing) + .literal.btm_init + 0x0000000040110eb8 0x4 esp-idf/bt/libbt.a(btm_main.c.obj) + 0x34 (size before relaxing) + .literal.btm_free + 0x0000000040110ebc 0x0 esp-idf/bt/libbt.a(btm_main.c.obj) + 0x24 (size before relaxing) + .literal.btm_pm_compare_modes + 0x0000000040110ebc 0x4 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x18 (size before relaxing) + .literal.btm_pm_get_set_mode + 0x0000000040110ec0 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x14 (size before relaxing) + .literal.btm_pm_snd_md_req + 0x0000000040110ec0 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x24 (size before relaxing) + .literal.btm_pm_check_stored + 0x0000000040110ec0 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x14 (size before relaxing) + .literal.BTM_SetPowerMode + 0x0000000040110ec0 0x8 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x20 (size before relaxing) + .literal.BTM_ReadPowerMode + 0x0000000040110ec8 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x4 (size before relaxing) + .literal.btm_pm_reset + 0x0000000040110ec8 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0xc (size before relaxing) + .literal.btm_pm_sm_alloc + 0x0000000040110ec8 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x1c (size before relaxing) + .literal.btm_pm_proc_cmd_status + 0x0000000040110ec8 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x10 (size before relaxing) + .literal.btm_pm_proc_mode_change + 0x0000000040110ec8 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x2c (size before relaxing) + .literal.btm_sec_is_upgrade_possible + 0x0000000040110ec8 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x10 (size before relaxing) + .literal.btm_sec_check_upgrade + 0x0000000040110ecc 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xc (size before relaxing) + .literal.btm_sec_find_mx_serv + 0x0000000040110ecc 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_send_link_key_notif + 0x0000000040110ecc 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_set_serv_level4_flags + 0x0000000040110ecc 0x8 esp-idf/bt/libbt.a(btm_sec.c.obj) + .literal.btm_sec_set_security_level + 0x0000000040110ed4 0x14 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x34 (size before relaxing) + .literal.btm_sec_is_master + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_start_authentication + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_send_hci_disconnect + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_restore_mode + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x8 (size before relaxing) + .literal.btm_sec_queue_encrypt_request + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x10 (size before relaxing) + .literal.btm_sec_queue_mx_request + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x10 (size before relaxing) + .literal.btm_sec_start_get_name + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_start_authorization + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xc (size before relaxing) + .literal.btm_sec_start_encryption + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_use_smp_br_chnl + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_check_pending_enc_req + 0x0000000040110ee8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x24 (size before relaxing) + .literal.BTM_SecRegister + 0x0000000040110ee8 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x1c (size before relaxing) + .literal.BTM_GetSecurityFlagsByTransport + 0x0000000040110eec 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.BTM_SetPairableMode + 0x0000000040110eec 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.BTM_SetSecurityLevel + 0x0000000040110eec 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_clr_temp_auth_service + 0x0000000040110eec 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.BTM_IoCapRsp + 0x0000000040110eec 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xc (size before relaxing) + .literal.BTM_ReadLocalOobData + 0x0000000040110eec 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_conn_req + 0x0000000040110eec 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x30 (size before relaxing) + .literal.btm_sec_init + 0x0000000040110eec 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xc (size before relaxing) + .literal.btm_sec_dev_reset + 0x0000000040110eec 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x10 (size before relaxing) + .literal.btm_sec_rmt_host_support_feat_evt + 0x0000000040110ef0 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_keypress_notif_evt + 0x0000000040110ef0 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_read_local_oob_complete + 0x0000000040110ef0 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_disconnect + 0x0000000040110ef0 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x14 (size before relaxing) + .literal.btm_sec_link_key_request + 0x0000000040110ef0 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x1c (size before relaxing) + .literal.btm_sec_update_clock_offset + 0x0000000040110ef0 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xc (size before relaxing) + .literal.btm_sec_execute_procedure + 0x0000000040110ef0 0x8 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x1c (size before relaxing) + .literal.BTM_SetEncryption + 0x0000000040110ef8 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x18 (size before relaxing) + .literal.btm_sec_mx_access_request + 0x0000000040110ef8 0x18 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x60 (size before relaxing) + .literal.btm_sec_check_pending_reqs + 0x0000000040110f10 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x20 (size before relaxing) + .literal.btm_sec_change_pairing_state + 0x0000000040110f10 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x28 (size before relaxing) + .literal.btm_sec_dd_create_conn + 0x0000000040110f14 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x1c (size before relaxing) + .literal.btm_sec_bond_by_transport + 0x0000000040110f14 0x8 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x50 (size before relaxing) + .literal.BTM_SecBondByTransport + 0x0000000040110f1c 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x8 (size before relaxing) + .literal.BTM_SecBond + 0x0000000040110f1c 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x8 (size before relaxing) + .literal.btm_sec_bond_cancel_complete + 0x0000000040110f1c 0x10 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x1c (size before relaxing) + .literal.BTM_SecBondCancel + 0x0000000040110f2c 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x30 (size before relaxing) + .literal.btm_create_conn_cancel_complete + 0x0000000040110f2c 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x8 (size before relaxing) + .literal.btm_sec_pairing_timeout + 0x0000000040110f2c 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x3c (size before relaxing) + .literal.BTM_ConfirmReqReply + 0x0000000040110f30 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x1c (size before relaxing) + .literal.BTM_RemoteOobDataReply + 0x0000000040110f30 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x10 (size before relaxing) + .literal.btm_io_capabilities_req + 0x0000000040110f30 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x30 (size before relaxing) + .literal.btm_io_capabilities_rsp + 0x0000000040110f30 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x24 (size before relaxing) + .literal.btm_proc_sp_req_evt + 0x0000000040110f30 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x2c (size before relaxing) + .literal.btm_simple_pair_complete + 0x0000000040110f30 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x20 (size before relaxing) + .literal.btm_rem_oob_req + 0x0000000040110f30 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x1c (size before relaxing) + .literal.btm_sec_connect_after_reject_timeout + 0x0000000040110f30 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xc (size before relaxing) + .literal.btm_sec_disconnected + 0x0000000040110f30 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x18 (size before relaxing) + .literal.btm_sec_link_key_notification + 0x0000000040110f34 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x24 (size before relaxing) + .literal.btm_sec_find_dev_by_sec_state + 0x0000000040110f34 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x10 (size before relaxing) + .literal.btm_sec_auth_collision + 0x0000000040110f34 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x24 (size before relaxing) + .literal.btm_sec_dev_rec_cback_event + 0x0000000040110f38 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_rmt_name_request_complete + 0x0000000040110f38 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x68 (size before relaxing) + .literal.btm_sec_auth_complete + 0x0000000040110f3c 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x50 (size before relaxing) + .literal.btm_sec_collision_timeout + 0x0000000040110f40 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xc (size before relaxing) + .literal.btm_sec_encrypt_change + 0x0000000040110f40 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x3c (size before relaxing) + .literal.btm_sec_connected + 0x0000000040110f44 0x4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x7c (size before relaxing) + .literal.btm_sec_set_peer_sec_caps + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x8 (size before relaxing) + .literal.btm_sec_clear_ble_keys + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x8 (size before relaxing) + .literal.btm_sec_is_a_bonded_dev + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_inquiry_comp_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_inquiry_result_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_inquiry_rssi_result_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_extended_inquiry_result_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_connection_comp_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x8 (size before relaxing) + .literal.btu_hcif_connection_request_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_disconnection_comp_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x8 (size before relaxing) + .literal.btu_hcif_authentication_comp_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_rmt_name_request_comp_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x8 (size before relaxing) + .literal.btu_hcif_encryption_change_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x8 (size before relaxing) + .literal.btu_hcif_encryption_key_refresh_cmpl_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_read_rmt_features_comp_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_read_rmt_ext_features_comp_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x8 (size before relaxing) + .literal.btu_hcif_read_rmt_version_comp_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_qos_setup_comp_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_hardware_error_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xc (size before relaxing) + .literal.btu_hcif_role_change_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x8 (size before relaxing) + .literal.btu_hcif_num_compl_data_pkts_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_mode_change_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_link_key_request_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_link_key_notification_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_read_clock_off_comp_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x8 (size before relaxing) + .literal.btu_hcif_qos_violation_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_host_support_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_io_cap_request_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_io_cap_response_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_user_conf_request_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_user_passkey_request_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_user_passkey_notif_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_rem_oob_request_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_simple_pair_complete_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_keypress_notif_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_ble_process_adv_pkt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_ble_process_adv_dis + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_ble_ll_conn_complete_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_ble_proc_enhanced_conn_cmpl + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_ble_ll_conn_param_upd_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_ble_read_remote_feat_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_ble_proc_ltk_req + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_ble_rc_param_req_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_ble_data_length_change_evt + 0x0000000040110f48 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x8 (size before relaxing) + .literal.btu_hcif_command_status_evt + 0x0000000040110f48 0x8 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x10 (size before relaxing) + .literal.btu_ble_ll_get_conn_param_format_err_from_contoller + 0x0000000040110f50 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x4 (size before relaxing) + .literal.btu_hcif_hdl_command_status + 0x0000000040110f50 0x14 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x5c (size before relaxing) + .literal.btu_hcif_command_status_evt_on_task + 0x0000000040110f64 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xc (size before relaxing) + .literal.btu_hcif_command_complete_evt + 0x0000000040110f64 0xc esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x58 (size before relaxing) + .literal.btu_hcif_hdl_command_complete + 0x0000000040110f70 0x64 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xcc (size before relaxing) + .literal.btu_hcif_command_complete_evt_on_task + 0x0000000040110fd4 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xc (size before relaxing) + .literal.btu_hcif_process_event + 0x0000000040110fd4 0x4 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xac (size before relaxing) + .literal.btu_hcif_send_cmd + 0x0000000040110fd8 0xc esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x10 (size before relaxing) + .literal.btu_init_core + 0x0000000040110fe4 0x0 esp-idf/bt/libbt.a(btu_init.c.obj) + 0x14 (size before relaxing) + .literal.btu_free_core + 0x0000000040110fe4 0x0 esp-idf/bt/libbt.a(btu_init.c.obj) + 0x14 (size before relaxing) + .literal.BTU_ShutDown + 0x0000000040110fe4 0x20 esp-idf/bt/libbt.a(btu_init.c.obj) + 0x44 (size before relaxing) + .literal.BTU_StartUp + 0x0000000040111004 0x10 esp-idf/bt/libbt.a(btu_init.c.obj) + 0x5c (size before relaxing) + .literal.btu_l2cap_alarm_process + 0x0000000040111014 0xc esp-idf/bt/libbt.a(btu_task.c.obj) + 0x14 (size before relaxing) + .literal.btu_general_alarm_process + 0x0000000040111020 0x8 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x38 (size before relaxing) + .literal.btu_bta_alarm_process + 0x0000000040111028 0x0 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x8 (size before relaxing) + .literal.btu_hci_msg_process + 0x0000000040111028 0x8 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x34 (size before relaxing) + .literal.btu_task_start_up + 0x0000000040111030 0x0 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x10 (size before relaxing) + .literal.btu_task_post + 0x0000000040111030 0x1c esp-idf/bt/libbt.a(btu_task.c.obj) + 0x38 (size before relaxing) + .literal.btu_general_alarm_cb + 0x000000004011104c 0x8 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x14 (size before relaxing) + .literal.btu_task_shut_down + 0x0000000040111054 0x0 esp-idf/bt/libbt.a(btu_task.c.obj) + 0xc (size before relaxing) + .literal.btu_start_timer + 0x0000000040111054 0xc esp-idf/bt/libbt.a(btu_task.c.obj) + 0x48 (size before relaxing) + .literal.btu_stop_timer + 0x0000000040111060 0x4 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x1c (size before relaxing) + .literal.btu_free_timer + 0x0000000040111064 0x4 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x20 (size before relaxing) + .literal.btu_free_quick_timer + 0x0000000040111068 0x4 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x20 (size before relaxing) + .literal.btu_start_timer_oneshot + 0x000000004011106c 0xc esp-idf/bt/libbt.a(btu_task.c.obj) + 0x48 (size before relaxing) + .literal.btu_stop_timer_oneshot + 0x0000000040111078 0x4 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x1c (size before relaxing) + .literal.btu_oneshot_alarm_cb + 0x000000004011107c 0x4 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x18 (size before relaxing) + .literal.gap_find_clcb_by_bd_addr + 0x0000000040111080 0x4 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.gap_ble_find_clcb_by_conn_id + 0x0000000040111084 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.gap_clcb_alloc + 0x0000000040111084 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0xc (size before relaxing) + .literal.gap_ble_dealloc_clcb + 0x0000000040111084 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0xc (size before relaxing) + .literal.gap_ble_enqueue_request + 0x0000000040111084 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.gap_ble_dequeue_request + 0x0000000040111084 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.gap_read_attr_value + 0x0000000040111084 0x4 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x1c (size before relaxing) + .literal.gap_proc_read + 0x0000000040111088 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.gap_proc_write_req + 0x0000000040111088 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x4 (size before relaxing) + .literal.gap_ble_s_attr_request_cback + 0x0000000040111088 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x10 (size before relaxing) + .literal.gap_attr_db_init + 0x0000000040111088 0x8 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x40 (size before relaxing) + .literal.GAP_BleAttrDBUpdate + 0x0000000040111090 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x1c (size before relaxing) + .literal.gap_ble_send_cl_read_request + 0x0000000040111090 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.gap_ble_cl_op_cmpl + 0x0000000040111090 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0xc (size before relaxing) + .literal.gap_ble_c_cmpl_cback + 0x0000000040111090 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x28 (size before relaxing) + .literal.gap_ble_c_connect_cback + 0x0000000040111090 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x10 (size before relaxing) + .literal.gap_ble_accept_cl_operation + 0x0000000040111090 0x4 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x20 (size before relaxing) + .literal.GAP_BleReadPeerDevName + 0x0000000040111094 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x8 (size before relaxing) + .literal.GAP_BleCancelReadPeerDevName + 0x0000000040111094 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x10 (size before relaxing) + .literal.GATTS_AddHandleRange + 0x0000000040111094 0x8 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x10 (size before relaxing) + .literal.GATTS_NVRegister + 0x000000004011109c 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x8 (size before relaxing) + .literal.GATTS_CreateService + 0x000000004011109c 0x8 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x50 (size before relaxing) + .literal.GATTS_AddIncludeService + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x10 (size before relaxing) + .literal.GATTS_AddCharacteristic + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x8 (size before relaxing) + .literal.GATTS_AddCharDescriptor + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x8 (size before relaxing) + .literal.GATTS_StartService + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x2c (size before relaxing) + .literal.GATTS_StopService + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x10 (size before relaxing) + .literal.GATTS_DeleteService + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x30 (size before relaxing) + .literal.GATTS_HandleValueIndication + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x18 (size before relaxing) + .literal.GATTS_HandleValueNotification + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x14 (size before relaxing) + .literal.GATTS_SendRsp + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xc (size before relaxing) + .literal.GATTS_SetAttributeValue + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x8 (size before relaxing) + .literal.GATTS_GetAttributeValue + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x8 (size before relaxing) + .literal.GATTC_ConfigureMTU + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x18 (size before relaxing) + .literal.GATTC_Discover + 0x00000000401110a4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x1c (size before relaxing) + .literal.GATTC_Read + 0x00000000401110a4 0x4 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x2c (size before relaxing) + .literal.GATTC_Write + 0x00000000401110a8 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x20 (size before relaxing) + .literal.GATTC_ExecuteWrite + 0x00000000401110a8 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x14 (size before relaxing) + .literal.GATTC_SendHandleValueConfirm + 0x00000000401110a8 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xc (size before relaxing) + .literal.GATT_SetIdleTimeout + 0x00000000401110a8 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x10 (size before relaxing) + .literal.GATT_Register + 0x00000000401110a8 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x18 (size before relaxing) + .literal.GATT_StartIf + 0x00000000401110a8 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xc (size before relaxing) + .literal.GATT_Connect + 0x00000000401110a8 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xc (size before relaxing) + .literal.GATT_CancelConnect + 0x00000000401110a8 0x8 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x28 (size before relaxing) + .literal.GATT_Disconnect + 0x00000000401110b0 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x10 (size before relaxing) + .literal.GATT_GetConnectionInfor + 0x00000000401110b0 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xc (size before relaxing) + .literal.GATT_GetConnIdIfConnected + 0x00000000401110b0 0x4 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xc (size before relaxing) + .literal.GATT_Listen + 0x00000000401110b4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xc (size before relaxing) + .literal.GATT_Deregister + 0x00000000401110b4 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x4c (size before relaxing) + .literal.gatt_verify_signature + 0x00000000401110b4 0x0 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x8 (size before relaxing) + .literal.gatt_sec_check_complete + 0x00000000401110b4 0x4 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x14 (size before relaxing) + .literal.gatt_sign_data + 0x00000000401110b8 0x4 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x1c (size before relaxing) + .literal.gatt_determine_sec_act + 0x00000000401110bc 0x4 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x14 (size before relaxing) + .literal.gatt_get_link_encrypt_status + 0x00000000401110c0 0x0 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x4 (size before relaxing) + .literal.gatt_security_check_start + 0x00000000401110c0 0xc esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x30 (size before relaxing) + .literal.gatt_enc_cmpl_cback + 0x00000000401110cc 0x0 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x2c (size before relaxing) + .literal.gatt_notify_enc_cmpl + 0x00000000401110cc 0x0 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x20 (size before relaxing) + .literal.gatt_act_discovery + 0x00000000401110cc 0x8 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x20 (size before relaxing) + .literal.gatt_act_read + 0x00000000401110d4 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x18 (size before relaxing) + .literal.gatt_send_queue_write_cancel + 0x00000000401110d4 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x8 (size before relaxing) + .literal.gatt_check_write_long_terminate + 0x00000000401110d4 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x8 (size before relaxing) + .literal.gatt_send_prepare_write + 0x00000000401110d4 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x8 (size before relaxing) + .literal.gatt_act_write + 0x00000000401110d4 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x18 (size before relaxing) + .literal.gatt_process_find_type_value_rsp + 0x00000000401110d4 0x4 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x18 (size before relaxing) + .literal.gatt_process_read_info_rsp + 0x00000000401110d8 0x4 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x18 (size before relaxing) + .literal.gatt_proc_disc_error_rsp + 0x00000000401110dc 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x4 (size before relaxing) + .literal.gatt_process_error_rsp + 0x00000000401110dc 0x4 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x18 (size before relaxing) + .literal.gatt_process_prep_write_rsp + 0x00000000401110e0 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x18 (size before relaxing) + .literal.gatt_process_notification + 0x00000000401110e0 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x1c (size before relaxing) + .literal.gatt_process_read_by_type_rsp + 0x00000000401110e0 0xc esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x78 (size before relaxing) + .literal.gatt_process_read_rsp + 0x00000000401110ec 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x2c (size before relaxing) + .literal.gatt_process_handle_rsp + 0x00000000401110ec 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x4 (size before relaxing) + .literal.gatt_process_mtu_rsp + 0x00000000401110ec 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x4 (size before relaxing) + .literal.gatt_cl_send_next_cmd_inq + 0x00000000401110ec 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x14 (size before relaxing) + .literal.gatt_client_handle_server_rsp + 0x00000000401110ec 0x8 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x40 (size before relaxing) + .literal.gatts_check_attr_readability + 0x00000000401110f4 0xc esp-idf/bt/libbt.a(gatt_db.c.obj) + .literal.allocate_svc_db_buf + 0x0000000040111100 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x8 (size before relaxing) + .literal.allocate_attr_in_db + 0x0000000040111100 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0xc (size before relaxing) + .literal.copy_extra_byte_in_db + 0x0000000040111100 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x8 (size before relaxing) + .literal.gatts_db_add_service_declaration + 0x0000000040111100 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x18 (size before relaxing) + .literal.read_attr_value + 0x0000000040111100 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x14 (size before relaxing) + .literal.gatts_send_app_read_request + 0x0000000040111100 0x4 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x18 (size before relaxing) + .literal.gatts_init_service_db + 0x0000000040111104 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0xc (size before relaxing) + .literal.gatts_db_read_attr_value_by_type + 0x0000000040111104 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x18 (size before relaxing) + .literal.gatts_add_included_service + 0x0000000040111104 0x4 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x14 (size before relaxing) + .literal.gatts_add_characteristic + 0x0000000040111108 0x4 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x38 (size before relaxing) + .literal.gatts_add_char_descr + 0x000000004011110c 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x24 (size before relaxing) + .literal.gatts_set_attribute_value + 0x000000004011110c 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x10 (size before relaxing) + .literal.gatts_get_attribute_value + 0x000000004011110c 0x4 esp-idf/bt/libbt.a(gatt_db.c.obj) + .literal.gatts_read_attr_value_by_handle + 0x0000000040111110 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x8 (size before relaxing) + .literal.gatts_write_attr_value_by_handle + 0x0000000040111110 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x4 (size before relaxing) + .literal.gatts_read_attr_perm_check + 0x0000000040111110 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x4 (size before relaxing) + .literal.gatts_write_attr_perm_check + 0x0000000040111110 0x4 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0xc (size before relaxing) + .literal.gatt_channel_congestion + 0x0000000040111114 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x8 (size before relaxing) + .literal.gatt_le_cong_cback + 0x0000000040111114 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x8 (size before relaxing) + .literal.gatt_init + 0x0000000040111114 0x18 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x4c (size before relaxing) + .literal.gatt_free + 0x000000004011112c 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x50 (size before relaxing) + .literal.gatt_update_app_use_link_flag + 0x000000004011112c 0x4 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x18 (size before relaxing) + .literal.gatt_send_conn_cback + 0x0000000040111130 0x4 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x1c (size before relaxing) + .literal.gatt_data_process + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x14 (size before relaxing) + .literal.gatt_add_a_bonded_dev_for_srv_chg + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x10 (size before relaxing) + .literal.gatt_send_srv_chg_ind + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x10 (size before relaxing) + .literal.gatt_chk_srv_chg + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x4 (size before relaxing) + .literal.gatt_init_srv_chg + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0xc (size before relaxing) + .literal.gatt_proc_srv_chg + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x18 (size before relaxing) + .literal.gatt_le_data_ind + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x10 (size before relaxing) + .literal.gatt_le_connect_cback + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x34 (size before relaxing) + .literal.gatt_connect + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0xc (size before relaxing) + .literal.gatt_disconnect + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x10 (size before relaxing) + .literal.gatt_act_connect + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x2c (size before relaxing) + .literal.gatt_get_local_mtu + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x4 (size before relaxing) + .literal.gatt_set_local_mtu + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x4 (size before relaxing) + .literal.process_read_multi_rsp + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x3c (size before relaxing) + .literal.gatts_process_mtu_req + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x1c (size before relaxing) + .literal.gatts_validate_packet_format + 0x0000000040111134 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x4 (size before relaxing) + .literal.gatt_build_primary_service_rsp + 0x0000000040111134 0x4 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x18 (size before relaxing) + .literal.gatts_proc_srv_chg_ind_ack + 0x0000000040111138 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0xc (size before relaxing) + .literal.gatts_chk_pending_ind + 0x0000000040111138 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x10 (size before relaxing) + .literal.gatts_proc_ind_ack + 0x0000000040111138 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0xc (size before relaxing) + .literal.gatt_build_find_info_rsp + 0x0000000040111138 0x4 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x8 (size before relaxing) + .literal.gatts_process_find_info + 0x000000004011113c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x1c (size before relaxing) + .literal.gatt_send_packet + 0x000000004011113c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x10 (size before relaxing) + .literal.gatt_dequeue_sr_cmd + 0x000000004011113c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x18 (size before relaxing) + .literal.gatts_process_read_req + 0x000000004011113c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x24 (size before relaxing) + .literal.gatt_sr_process_app_rsp + 0x000000004011113c 0x8 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x28 (size before relaxing) + .literal.gatt_process_exec_write_req + 0x0000000040111144 0x8 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x34 (size before relaxing) + .literal.gatt_process_read_multi_req + 0x000000004011114c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x38 (size before relaxing) + .literal.gatts_process_primary_service_req + 0x000000004011114c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x2c (size before relaxing) + .literal.gatts_process_read_by_type_req + 0x000000004011114c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x28 (size before relaxing) + .literal.gatts_process_write_req + 0x000000004011114c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x2c (size before relaxing) + .literal.gatt_attr_process_prepare_write + 0x000000004011114c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x44 (size before relaxing) + .literal.gatts_process_attribute_req + 0x000000004011114c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x14 (size before relaxing) + .literal.gatts_process_value_conf + 0x000000004011114c 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x18 (size before relaxing) + .literal.gatt_server_handle_client_req + 0x000000004011114c 0x4 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x28 (size before relaxing) + .literal.gatt_free_pending_ind + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_free_pending_enc_queue + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_free_pending_prepare_write_queue + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_set_srv_chg + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x20 (size before relaxing) + .literal.gatt_add_pending_new_srv_start + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0xc (size before relaxing) + .literal.gatt_add_srv_chg_clt + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_alloc_hdl_buffer + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0xc (size before relaxing) + .literal.gatt_find_hdl_buffer_by_handle + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_find_hdl_buffer_by_attr_handle + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_free_attr_value_buffer + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_free_hdl_buffer + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x14 (size before relaxing) + .literal.gatt_free_srvc_db_buffer_app_id + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x1c (size before relaxing) + .literal.gatts_update_srv_list_elem + 0x0000000040111150 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_add_a_srv_to_list + 0x0000000040111150 0x4 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .literal.gatt_remove_a_srv_from_list + 0x0000000040111154 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_is_srv_chg_ind_pending + 0x0000000040111154 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x1c (size before relaxing) + .literal.gatt_is_bda_in_the_srv_chg_clt_list + 0x0000000040111154 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x20 (size before relaxing) + .literal.gatt_delete_dev_from_srv_chg_clt_list + 0x0000000040111154 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x14 (size before relaxing) + .literal.gatt_find_i_tcb_by_addr + 0x0000000040111154 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x14 (size before relaxing) + .literal.gatt_get_tcb_by_idx + 0x0000000040111154 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_find_the_connected_bda + 0x0000000040111154 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x18 (size before relaxing) + .literal.gatt_find_tcb_by_addr + 0x0000000040111154 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8 (size before relaxing) + .literal.gatt_find_i_tcb_free + 0x0000000040111154 0x4 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .literal.gatt_tcb_alloc + 0x0000000040111158 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x1c (size before relaxing) + .literal.gatt_tcb_free + 0x0000000040111158 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0xc (size before relaxing) + .literal.gatt_allocate_tcb_by_bdaddr + 0x0000000040111158 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x1c (size before relaxing) + .literal.gatt_convert_uuid16_to_uuid128 + 0x0000000040111158 0x4 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8 (size before relaxing) + .literal.gatt_convert_uuid32_to_uuid128 + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8 (size before relaxing) + .literal.gatt_uuid_compare + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x14 (size before relaxing) + .literal.gatt_sr_is_new_srv_chg + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x2c (size before relaxing) + .literal.gatt_find_hdl_buffer_by_app_id + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x14 (size before relaxing) + .literal.gatt_build_uuid_to_stream + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_parse_uuid_from_cmd + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0xc (size before relaxing) + .literal.gatt_start_conf_timer + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_start_ind_ack_timer + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_ind_ack_timeout + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_sr_find_i_rcb_by_handle + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_sr_alloc_rcb + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x14 (size before relaxing) + .literal.gatt_sr_get_sec_info + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8 (size before relaxing) + .literal.gatt_send_error_rsp + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0xc (size before relaxing) + .literal.gatt_get_regcb + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_sr_send_req_callback + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_clcb_find_by_conn_id + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_is_clcb_allocated + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_clcb_find_by_idx + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_start_rsp_timer + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_clcb_alloc + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x1c (size before relaxing) + .literal.gatt_clcb_dealloc + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_sr_update_cback_cnt + 0x000000004011115c 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_sr_update_prep_cnt + 0x000000004011115c 0x4 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .literal.gatt_cancel_open + 0x0000000040111160 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x14 (size before relaxing) + .literal.gatt_cmd_enq + 0x0000000040111160 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_cmd_dequeue + 0x0000000040111160 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8 (size before relaxing) + .literal.gatt_rsp_timeout + 0x0000000040111160 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x14 (size before relaxing) + .literal.gatt_send_write_msg + 0x0000000040111160 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8 (size before relaxing) + .literal.gatt_end_operation + 0x0000000040111160 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x1c (size before relaxing) + .literal.gatt_cleanup_upon_disc + 0x0000000040111160 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4c (size before relaxing) + .literal.gatt_dbg_display_uuid + 0x0000000040111160 0x10 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x20 (size before relaxing) + .literal.gatt_sr_find_i_rcb_by_app_id + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x1c (size before relaxing) + .literal.gatt_find_bg_dev + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8 (size before relaxing) + .literal.gatt_alloc_bg_dev + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8 (size before relaxing) + .literal.gatt_add_bg_dev_list + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_get_num_apps_for_bg_dev + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_find_app_for_bg_dev + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4 (size before relaxing) + .literal.gatt_remove_bg_dev_from_list + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_deregister_bgdev_list + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x10 (size before relaxing) + .literal.gatt_reset_bgdev_list + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8 (size before relaxing) + .literal.gatt_update_auto_connect_dev + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x14 (size before relaxing) + .literal.gatt_remove_bg_dev_for_app + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0xc (size before relaxing) + .literal.gatt_add_pending_enc_channel_clcb + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8 (size before relaxing) + .literal.gatt_update_listen_mode + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x14 (size before relaxing) + .literal.btsnd_hcic_ble_set_random_addr + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_write_adv_params + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_read_adv_chnl_tx_power + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_set_adv_data + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0xc (size before relaxing) + .literal.btsnd_hcic_ble_set_scan_rsp_data + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0xc (size before relaxing) + .literal.btsnd_hcic_ble_set_adv_enable + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_set_scan_params + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_set_scan_enable + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_create_ll_conn + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_create_conn_cancel + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_clear_white_list + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_add_white_list + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_remove_from_white_list + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_upd_ll_conn_params + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_read_remote_feat + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_rand + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_start_enc + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_ltk_req_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_ltk_req_neg_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_rc_param_req_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_rc_param_req_neg_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_add_device_resolving_list + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_rm_device_resolving_list + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_clear_resolving_list + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_read_resolvable_addr_peer + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_set_addr_resolution_enable + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_set_rand_priv_addr_timeout + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_set_data_length + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_update_adv_report_flow_control + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_ble_set_channels + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_inquiry + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_inq_cancel + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_per_inq_mode + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_exit_per_inq + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_create_conn + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x4 (size before relaxing) + .literal.btsnd_hcic_disconnect + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_create_conn_cancel + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_accept_conn + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_reject_conn + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_link_key_req_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_link_key_neg_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_pin_code_neg_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_change_conn_type + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_auth_request + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_set_conn_encrypt + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_rmt_name_req + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x4 (size before relaxing) + .literal.btsnd_hcic_rmt_name_req_cancel + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_rmt_features_req + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_rmt_ext_features + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_rmt_ver_req + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_read_rmt_clk_offset + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_hold_mode + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_sniff_mode + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_exit_sniff_mode + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_park_mode + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_exit_park_mode + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_switch_role + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_policy_set + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_def_policy_set + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_set_event_filter + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_delete_stored_key + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_read_name + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_scan_enable + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_pagescan_cfg + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_inqscan_cfg + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_auth_enable + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_dev_class + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_host_num_xmitted_pkts + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_link_super_tout + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_cur_iac_lap + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_io_cap_req_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_io_cap_req_neg_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_read_local_oob_data + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_user_conf_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_rem_oob_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_rem_oob_neg_reply + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_read_rssi + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_enable_test_mode + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_inqscan_type + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_inquiry_mode + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_write_pagescan_type + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x8 (size before relaxing) + .literal.btsnd_hcic_vendor_spec_cmd + 0x0000000040111170 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x4 (size before relaxing) + .literal.L2CA_SetIdleTimeout + 0x0000000040111170 0x4 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x8 (size before relaxing) + .literal.L2CA_SetIdleTimeoutByBdAddr + 0x0000000040111174 0x4 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x24 (size before relaxing) + .literal.L2CA_SetDesireRole + 0x0000000040111178 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x4 (size before relaxing) + .literal.L2CA_GetPeerFeatures + 0x0000000040111178 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x8 (size before relaxing) + .literal.L2CA_RegisterFixedChannel + 0x0000000040111178 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x8 (size before relaxing) + .literal.L2CA_ConnectFixedChnl + 0x0000000040111178 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x24 (size before relaxing) + .literal.L2CA_SendFixedChnlData + 0x0000000040111178 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x34 (size before relaxing) + .literal.L2CA_CheckIsCongest + 0x0000000040111178 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x4 (size before relaxing) + .literal.L2CA_RemoveFixedChnl + 0x0000000040111178 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0xc (size before relaxing) + .literal.L2CA_SetFixedChannelTout + 0x0000000040111178 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x8 (size before relaxing) + .literal.l2ble_update_att_acl_pkt_num + 0x0000000040111178 0x10 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x64 (size before relaxing) + .literal.L2CA_GetCurFreePktBufferNum_LE + 0x0000000040111188 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x4 (size before relaxing) + .literal.l2cble_start_conn_update + 0x0000000040111188 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x10 (size before relaxing) + .literal.L2CA_CancelBleConnectReq + 0x0000000040111188 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x20 (size before relaxing) + .literal.L2CA_GetBleConnRole + 0x0000000040111188 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x4 (size before relaxing) + .literal.l2cble_notify_le_connection + 0x0000000040111188 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x14 (size before relaxing) + .literal.l2cble_scanner_conn_comp + 0x0000000040111188 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x3c (size before relaxing) + .literal.l2cble_advertiser_conn_comp + 0x0000000040111188 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x34 (size before relaxing) + .literal.l2cble_conn_comp + 0x0000000040111188 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0xc (size before relaxing) + .literal.l2cble_init_direct_conn + 0x0000000040111188 0xc esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x58 (size before relaxing) + .literal.l2cble_create_conn + 0x0000000040111194 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x10 (size before relaxing) + .literal.l2c_link_processs_ble_num_bufs + 0x0000000040111194 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x4 (size before relaxing) + .literal.l2c_ble_link_adjust_allocation + 0x0000000040111194 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x24 (size before relaxing) + .literal.l2cble_process_rc_param_request_evt + 0x0000000040111194 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x10 (size before relaxing) + .literal.l2cble_process_data_length_change_event + 0x0000000040111194 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x10 (size before relaxing) + .literal.l2c_send_update_conn_params_cb + 0x0000000040111194 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x4 (size before relaxing) + .literal.CalConnectParamTimeout + 0x0000000040111194 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x4 (size before relaxing) + .literal.L2CA_UpdateBleConnParams + 0x0000000040111194 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x18 (size before relaxing) + .literal.l2cble_process_conn_update_evt + 0x0000000040111194 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x20 (size before relaxing) + .literal.l2cble_get_conn_param_format_err_from_contoller + 0x0000000040111194 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x1c (size before relaxing) + .literal.l2cble_process_sig_cmd + 0x0000000040111194 0x4 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x34 (size before relaxing) + .literal.l2cble_send_peer_disc_req + 0x0000000040111198 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x4 (size before relaxing) + .literal.l2c_enqueue_peer_data + 0x0000000040111198 0x0 esp-idf/bt/libbt.a(l2c_csm.c.obj) + 0xc (size before relaxing) + .literal.l2c_chnl_allocation_in_ccb_list + 0x0000000040111198 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x4 (size before relaxing) + .literal.l2c_link_send_to_lower + 0x0000000040111198 0x4 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x20 (size before relaxing) + .literal.l2c_link_hci_conn_req + 0x000000004011119c 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x40 (size before relaxing) + .literal.l2c_link_hci_disc_comp + 0x000000004011119c 0x4 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x4c (size before relaxing) + .literal.l2c_link_hci_conn_comp + 0x00000000401111a0 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x4c (size before relaxing) + .literal.l2c_link_hci_qos_violation + 0x00000000401111a0 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x4 (size before relaxing) + .literal.l2c_info_timeout + 0x00000000401111a0 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x4 (size before relaxing) + .literal.l2c_link_adjust_allocation + 0x00000000401111a0 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x24 (size before relaxing) + .literal.l2c_link_adjust_chnl_allocation + 0x00000000401111a0 0x4 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0xc (size before relaxing) + .literal.l2c_link_processs_num_bufs + 0x00000000401111a4 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x4 (size before relaxing) + .literal.l2c_link_role_changed + 0x00000000401111a4 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x1c (size before relaxing) + .literal.l2c_pin_code_request + 0x00000000401111a4 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x8 (size before relaxing) + .literal.l2c_link_check_power_mode + 0x00000000401111a4 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0xc (size before relaxing) + .literal.l2c_link_check_send_pkts + 0x00000000401111a4 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x7c (size before relaxing) + .literal.l2c_link_timeout + 0x00000000401111a4 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x24 (size before relaxing) + .literal.l2c_link_process_num_completed_pkts + 0x00000000401111a4 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x14 (size before relaxing) + .literal.l2c_link_segments_xmitted + 0x00000000401111a4 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x14 (size before relaxing) + .literal.l2c_rcv_acl_data + 0x00000000401111a4 0x0 esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x5c (size before relaxing) + .literal.l2c_process_held_packets + 0x00000000401111a4 0x0 esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x2c (size before relaxing) + .literal.l2c_init + 0x00000000401111a4 0x10 esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x28 (size before relaxing) + .literal.l2c_free_p_lcb_pool + 0x00000000401111b4 0x0 esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x18 (size before relaxing) + .literal.l2c_free_p_ccb_pool + 0x00000000401111b4 0x0 esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x18 (size before relaxing) + .literal.l2c_free + 0x00000000401111b4 0x0 esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x18 (size before relaxing) + .literal.l2c_process_timeout + 0x00000000401111b4 0x0 esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x10 (size before relaxing) + .literal.l2cu_find_lcb_by_bd_addr + 0x00000000401111b4 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x14 (size before relaxing) + .literal.l2cu_update_lcb_4_bonding + 0x00000000401111b8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x4 (size before relaxing) + .literal.l2cu_find_free_lcb + 0x00000000401111b8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x10 (size before relaxing) + .literal.l2cu_allocate_lcb + 0x00000000401111b8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x40 (size before relaxing) + .literal.l2cu_get_conn_role + 0x00000000401111b8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x4 (size before relaxing) + .literal.l2cu_build_header + 0x00000000401111b8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x8 (size before relaxing) + .literal.l2cu_send_peer_cmd_reject + 0x00000000401111b8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x8 (size before relaxing) + .literal.l2cu_send_peer_echo_req + 0x00000000401111b8 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xc (size before relaxing) + .literal.l2cu_send_peer_info_req + 0x00000000401111bc 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x10 (size before relaxing) + .literal.l2cu_device_reset + 0x00000000401111bc 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x18 (size before relaxing) + .literal.l2cu_get_num_hi_priority + 0x00000000401111bc 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x10 (size before relaxing) + .literal.l2cu_find_lcb_by_state + 0x00000000401111bc 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x10 (size before relaxing) + .literal.l2cu_lcb_disconnecting + 0x00000000401111bc 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x10 (size before relaxing) + .literal.l2cu_set_acl_priority + 0x00000000401111bc 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x14 (size before relaxing) + .literal.l2cu_set_non_flushable_pbf + 0x00000000401111c0 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x8 (size before relaxing) + .literal.l2cu_process_fixed_disc_cback + 0x00000000401111c0 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x8 (size before relaxing) + .literal.l2cu_no_dynamic_ccbs + 0x00000000401111c0 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x20 (size before relaxing) + .literal.l2cu_release_ccb + 0x00000000401111c0 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x20 (size before relaxing) + .literal.l2cu_process_fixed_chnl_resp + 0x00000000401111c4 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x8 (size before relaxing) + .literal.l2cu_release_lcb + 0x00000000401111c4 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x5c (size before relaxing) + .literal.l2cu_create_conn_after_switch + 0x00000000401111c4 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x2c (size before relaxing) + .literal.l2cu_create_conn + 0x00000000401111c8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x2c (size before relaxing) + .literal.l2cu_send_peer_ble_par_req + 0x00000000401111c8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xc (size before relaxing) + .literal.l2cu_send_peer_ble_par_rsp + 0x00000000401111c8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x8 (size before relaxing) + .literal.l2cu_send_peer_ble_credit_based_disconn_req + 0x00000000401111c8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xc (size before relaxing) + .literal.l2cu_find_lcb_by_handle + 0x00000000401111c8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x10 (size before relaxing) + .literal.l2cu_start_post_bond_timer + 0x00000000401111c8 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xc (size before relaxing) + .literal.l2cu_find_ccb_by_cid + 0x00000000401111c8 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x10 (size before relaxing) + .literal.l2cu_find_free_ccb + 0x00000000401111cc 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x10 (size before relaxing) + .literal.l2cu_allocate_ccb + 0x00000000401111cc 0x14 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x64 (size before relaxing) + .literal.l2cu_initialize_fixed_ccb + 0x00000000401111e0 0x4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x1c (size before relaxing) + .literal.l2cu_set_acl_hci_header + 0x00000000401111e4 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xc (size before relaxing) + .literal.l2cu_check_channel_congestion + 0x00000000401111e4 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xc (size before relaxing) + .literal.l2cu_get_next_buffer_to_send + 0x00000000401111e4 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x14 (size before relaxing) + .literal.SMP_Init + 0x00000000401111e4 0xc esp-idf/bt/libbt.a(smp_api.c.obj) + 0x2c (size before relaxing) + .literal.SMP_Free + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x1c (size before relaxing) + .literal.SMP_Register + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x4 (size before relaxing) + .literal.SMP_Pair + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x10 (size before relaxing) + .literal.SMP_PairCancel + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + 0xc (size before relaxing) + .literal.SMP_SecurityGrant + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + 0xc (size before relaxing) + .literal.SMP_PasskeyReply + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x1c (size before relaxing) + .literal.SMP_SetStaticPasskey + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x4 (size before relaxing) + .literal.SMP_ConfirmReply + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x14 (size before relaxing) + .literal.SMP_OobDataReply + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x10 (size before relaxing) + .literal.SMP_Encrypt + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x4 (size before relaxing) + .literal.smp_process_ediv + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x4 (size before relaxing) + .literal.smp_process_new_nonce + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x4 (size before relaxing) + .literal.smp_process_compare + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x4 (size before relaxing) + .literal.smp_process_confirm + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x8 (size before relaxing) + .literal.smp_calculate_legacy_short_term_key + 0x00000000401111f0 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x14 (size before relaxing) + .literal.smp_process_stk + 0x00000000401111f0 0x4 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x8 (size before relaxing) + .literal.smp_generate_y + 0x00000000401111f4 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x10 (size before relaxing) + .literal.smp_process_private_key + 0x00000000401111f4 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x18 (size before relaxing) + .literal.smp_encrypt_data + 0x00000000401111f4 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x18 (size before relaxing) + .literal.smp_use_static_passkey + 0x00000000401111f4 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x10 (size before relaxing) + .literal.smp_proc_passkey + 0x00000000401111f4 0x4 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x18 (size before relaxing) + .literal.smp_generate_stk + 0x00000000401111f8 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x14 (size before relaxing) + .literal.smp_compute_csrk + 0x00000000401111f8 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x14 (size before relaxing) + .literal.smp_gen_p1_4_confirm + 0x00000000401111f8 0x8 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x18 (size before relaxing) + .literal.smp_gen_p2_4_confirm + 0x0000000040111200 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x8 (size before relaxing) + .literal.smp_calculate_comfirm_cont + 0x0000000040111200 0x4 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x18 (size before relaxing) + .literal.smp_calculate_comfirm + 0x0000000040111204 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x14 (size before relaxing) + .literal.smp_generate_confirm + 0x0000000040111204 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x4 (size before relaxing) + .literal.smp_rand_back + 0x0000000040111204 0x4 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x44 (size before relaxing) + .literal.smp_generate_passkey + 0x0000000040111208 0x4 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x10 (size before relaxing) + .literal.smp_generate_rand_vector + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0xc (size before relaxing) + .literal.smp_generate_ltk_cont + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x18 (size before relaxing) + .literal.smp_continue_private_key_creation + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x30 (size before relaxing) + .literal.smp_finish_nonce_generation + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0xc (size before relaxing) + .literal.smp_generate_srand_mrand_confirm + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0xc (size before relaxing) + .literal.smp_generate_rand_cont + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0xc (size before relaxing) + .literal.smp_generate_ltk + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x18 (size before relaxing) + .literal.smp_generate_csrk + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x14 (size before relaxing) + .literal.smp_generate_compare + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x4 (size before relaxing) + .literal.smp_create_private_key + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0xc (size before relaxing) + .literal.smp_use_oob_private_key + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x10 (size before relaxing) + .literal.smp_compute_dhkey + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x14 (size before relaxing) + .literal.smp_calculate_f4 + 0x000000004011120c 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x4 (size before relaxing) + .literal.smp_calculate_local_commitment + 0x000000004011120c 0x8 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x14 (size before relaxing) + .literal.smp_calculate_peer_commitment + 0x0000000040111214 0x4 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x14 (size before relaxing) + .literal.smp_calculate_g2 + 0x0000000040111218 0x8 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x10 (size before relaxing) + .literal.smp_calculate_numeric_comparison_display_number + 0x0000000040111220 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x14 (size before relaxing) + .literal.smp_calculate_f5_mackey_or_long_term_key + 0x0000000040111220 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x4 (size before relaxing) + .literal.smp_calculate_f5_key + 0x0000000040111220 0x4 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x8 (size before relaxing) + .literal.smp_calculate_f5 + 0x0000000040111224 0x4 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x10 (size before relaxing) + .literal.smp_calculate_f6 + 0x0000000040111228 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x4 (size before relaxing) + .literal.smp_calculate_local_dhkey_check + 0x0000000040111228 0x4 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x14 (size before relaxing) + .literal.smp_calculate_peer_dhkey_check + 0x000000004011122c 0x4 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x18 (size before relaxing) + .literal.smp_calculate_h6 + 0x0000000040111230 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x4 (size before relaxing) + .literal.smp_calculate_link_key_from_long_term_key + 0x0000000040111230 0x8 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x28 (size before relaxing) + .literal.smp_start_nonce_generation + 0x0000000040111238 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0xc (size before relaxing) + .literal.smp_data_received + 0x0000000040111238 0x0 esp-idf/bt/libbt.a(smp_l2c.c.obj) + 0x30 (size before relaxing) + .literal.smp_tx_complete_callback + 0x0000000040111238 0x0 esp-idf/bt/libbt.a(smp_l2c.c.obj) + 0x8 (size before relaxing) + .literal.smp_connect_callback + 0x0000000040111238 0x0 esp-idf/bt/libbt.a(smp_l2c.c.obj) + 0x1c (size before relaxing) + .literal.smp_l2cap_if_init + 0x0000000040111238 0xc esp-idf/bt/libbt.a(smp_l2c.c.obj) + 0x10 (size before relaxing) + .literal.smp_set_state + 0x0000000040111244 0x0 esp-idf/bt/libbt.a(smp_main.c.obj) + 0x4 (size before relaxing) + .literal.smp_get_state + 0x0000000040111244 0x0 esp-idf/bt/libbt.a(smp_main.c.obj) + 0x4 (size before relaxing) + .literal.smp_sm_event + 0x0000000040111244 0x10 esp-idf/bt/libbt.a(smp_main.c.obj) + 0x14 (size before relaxing) + .literal.smp_command_has_valid_fixed_length + 0x0000000040111254 0x4 esp-idf/bt/libbt.a(smp_utils.c.obj) + .literal.smp_pairing_request_response_parameters_are_valid + 0x0000000040111258 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_select_legacy_association_model + 0x0000000040111258 0xc esp-idf/bt/libbt.a(smp_utils.c.obj) + .literal.smp_select_association_model_secure_connections + 0x0000000040111264 0x4 esp-idf/bt/libbt.a(smp_utils.c.obj) + .literal.smp_build_pairing_commitment_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_pairing_keypress_notification_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_pair_dhkey_check_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_security_request + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_signing_info_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_master_id_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_encrypt_info_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_pairing_fail + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_rand_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_confirm_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_pairing_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_build_pair_public_key_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0xc (size before relaxing) + .literal.smp_build_id_addr_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x10 (size before relaxing) + .literal.smp_build_identity_info_cmd + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x8 (size before relaxing) + .literal.smp_send_msg_to_L2CAP + 0x0000000040111268 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x8 (size before relaxing) + .literal.smp_send_cmd + 0x0000000040111268 0x4 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x14 (size before relaxing) + .literal.smp_rsp_timeout + 0x000000004011126c 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x8 (size before relaxing) + .literal.smp_convert_string_to_tk + 0x000000004011126c 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x8 (size before relaxing) + .literal.smp_cb_cleanup + 0x000000004011126c 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_remove_fixed_channel + 0x000000004011126c 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x8 (size before relaxing) + .literal.smp_reset_control_value + 0x000000004011126c 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x10 (size before relaxing) + .literal.smp_proc_pairing_cmpl + 0x000000004011126c 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x10 (size before relaxing) + .literal.smp_command_has_invalid_parameters + 0x000000004011126c 0x8 esp-idf/bt/libbt.a(smp_utils.c.obj) + .literal.smp_reject_unexpected_pairing_command + 0x0000000040111274 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x8 (size before relaxing) + .literal.smp_select_association_model + 0x0000000040111274 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x8 (size before relaxing) + .literal.smp_collect_local_ble_address + 0x0000000040111274 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_collect_peer_ble_address + 0x0000000040111274 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x4 (size before relaxing) + .literal.smp_check_commitment + 0x0000000040111274 0xc esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x18 (size before relaxing) + .literal.smp_save_secure_connections_long_term_key + 0x0000000040111280 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x10 (size before relaxing) + .literal.smp_calculate_f5_mackey_and_long_term_key + 0x0000000040111280 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x14 (size before relaxing) + .literal.smp_request_oob_data + 0x0000000040111280 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0xc (size before relaxing) + .literal.blufi_create_service + 0x0000000040111280 0x8 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0xc (size before relaxing) + .literal.blufi_profile_cb + 0x0000000040111288 0x1c esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x88 (size before relaxing) + .literal.esp_blufi_init + 0x00000000401112a4 0x8 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0xc (size before relaxing) + .literal.esp_blufi_send_notify + 0x00000000401112ac 0x0 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x8 (size before relaxing) + .literal.esp_blufi_deinit + 0x00000000401112ac 0x0 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x10 (size before relaxing) + .literal.esp_blufi_send_encap + 0x00000000401112ac 0x4 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x14 (size before relaxing) + .literal.esp_blufi_close + 0x00000000401112b0 0x0 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x8 (size before relaxing) + .literal.alarm_cbs_lookfor_available + 0x00000000401112b0 0x4 esp-idf/bt/libbt.a(alarm.c.obj) + .literal.alarm_free + 0x00000000401112b4 0x4 esp-idf/bt/libbt.a(alarm.c.obj) + 0xc (size before relaxing) + .literal.alarm_cb_handler + 0x00000000401112b8 0x4 esp-idf/bt/libbt.a(alarm.c.obj) + 0x8 (size before relaxing) + .literal.alarm_set + 0x00000000401112bc 0x20 esp-idf/bt/libbt.a(alarm.c.obj) + 0x2c (size before relaxing) + .literal.osi_alarm_create_mux + 0x00000000401112dc 0x0 esp-idf/bt/libbt.a(alarm.c.obj) + 0xc (size before relaxing) + .literal.osi_alarm_delete_mux + 0x00000000401112dc 0x0 esp-idf/bt/libbt.a(alarm.c.obj) + 0xc (size before relaxing) + .literal.osi_alarm_init + 0x00000000401112dc 0x4 esp-idf/bt/libbt.a(alarm.c.obj) + 0x2c (size before relaxing) + .literal.osi_alarm_deinit + 0x00000000401112e0 0x4 esp-idf/bt/libbt.a(alarm.c.obj) + 0x2c (size before relaxing) + .literal.osi_alarm_new + 0x00000000401112e4 0xc esp-idf/bt/libbt.a(alarm.c.obj) + 0x34 (size before relaxing) + .literal.osi_alarm_free + 0x00000000401112f0 0x4 esp-idf/bt/libbt.a(alarm.c.obj) + 0x24 (size before relaxing) + .literal.osi_alarm_set + 0x00000000401112f4 0x0 esp-idf/bt/libbt.a(alarm.c.obj) + 0x4 (size before relaxing) + .literal.osi_alarm_cancel + 0x00000000401112f4 0x0 esp-idf/bt/libbt.a(alarm.c.obj) + 0x14 (size before relaxing) + .literal.osi_time_get_os_boottime_ms + 0x00000000401112f4 0x8 esp-idf/bt/libbt.a(alarm.c.obj) + 0x10 (size before relaxing) + .literal.osi_alarm_is_active + 0x00000000401112fc 0x8 esp-idf/bt/libbt.a(alarm.c.obj) + 0x14 (size before relaxing) + .literal.osi_strdup + 0x0000000040111304 0x8 esp-idf/bt/libbt.a(allocator.c.obj) + 0xc (size before relaxing) + .literal.osi_free_func + 0x000000004011130c 0x0 esp-idf/bt/libbt.a(allocator.c.obj) + 0x4 (size before relaxing) + .literal.entry_free + 0x000000004011130c 0x0 esp-idf/bt/libbt.a(config.c.obj) + 0xc (size before relaxing) + .literal.section_free + 0x000000004011130c 0x0 esp-idf/bt/libbt.a(config.c.obj) + 0xc (size before relaxing) + .literal.get_config_size_from_flash + 0x000000004011130c 0x1c esp-idf/bt/libbt.a(config.c.obj) + 0x44 (size before relaxing) + .literal.trim 0x0000000040111328 0x4 esp-idf/bt/libbt.a(config.c.obj) + 0x8 (size before relaxing) + .literal.section_find + 0x000000004011132c 0x4 esp-idf/bt/libbt.a(config.c.obj) + 0x14 (size before relaxing) + .literal.entry_find + 0x0000000040111330 0x0 esp-idf/bt/libbt.a(config.c.obj) + 0x18 (size before relaxing) + .literal.get_config_size + 0x0000000040111330 0x8 esp-idf/bt/libbt.a(config.c.obj) + 0x44 (size before relaxing) + .literal.section_new + 0x0000000040111338 0x4 esp-idf/bt/libbt.a(config.c.obj) + 0x10 (size before relaxing) + .literal.entry_new + 0x000000004011133c 0x0 esp-idf/bt/libbt.a(config.c.obj) + 0xc (size before relaxing) + .literal.config_free + 0x000000004011133c 0x0 esp-idf/bt/libbt.a(config.c.obj) + 0x8 (size before relaxing) + .literal.config_new_empty + 0x000000004011133c 0x4 esp-idf/bt/libbt.a(config.c.obj) + 0x10 (size before relaxing) + .literal.config_has_key + 0x0000000040111340 0xc esp-idf/bt/libbt.a(config.c.obj) + 0x24 (size before relaxing) + .literal.config_get_int + 0x000000004011134c 0x8 esp-idf/bt/libbt.a(config.c.obj) + 0x28 (size before relaxing) + .literal.config_get_string + 0x0000000040111354 0x4 esp-idf/bt/libbt.a(config.c.obj) + 0x24 (size before relaxing) + .literal.config_set_string + 0x0000000040111358 0x0 esp-idf/bt/libbt.a(config.c.obj) + 0x34 (size before relaxing) + .literal.config_parse + 0x0000000040111358 0x10 esp-idf/bt/libbt.a(config.c.obj) + 0x88 (size before relaxing) + .literal.config_new + 0x0000000040111368 0x8 esp-idf/bt/libbt.a(config.c.obj) + 0x24 (size before relaxing) + .literal.config_set_int + 0x0000000040111370 0xc esp-idf/bt/libbt.a(config.c.obj) + 0x2c (size before relaxing) + .literal.config_remove_section + 0x000000004011137c 0x4 esp-idf/bt/libbt.a(config.c.obj) + 0x20 (size before relaxing) + .literal.config_remove_key + 0x0000000040111380 0x4 esp-idf/bt/libbt.a(config.c.obj) + 0x34 (size before relaxing) + .literal.config_section_begin + 0x0000000040111384 0x4 esp-idf/bt/libbt.a(config.c.obj) + 0x14 (size before relaxing) + .literal.config_section_end + 0x0000000040111388 0x4 esp-idf/bt/libbt.a(config.c.obj) + 0x14 (size before relaxing) + .literal.config_section_next + 0x000000004011138c 0x8 esp-idf/bt/libbt.a(config.c.obj) + 0x14 (size before relaxing) + .literal.config_section_name + 0x0000000040111394 0x4 esp-idf/bt/libbt.a(config.c.obj) + 0x14 (size before relaxing) + .literal.config_save + 0x0000000040111398 0x1c esp-idf/bt/libbt.a(config.c.obj) + 0xcc (size before relaxing) + .literal.fixed_queue_is_empty + 0x00000000401113b4 0x0 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0xc (size before relaxing) + .literal.fixed_queue_length + 0x00000000401113b4 0x0 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0xc (size before relaxing) + .literal.fixed_queue_enqueue + 0x00000000401113b4 0x10 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x2c (size before relaxing) + .literal.fixed_queue_dequeue + 0x00000000401113c4 0x4 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x28 (size before relaxing) + .literal.fixed_queue_try_peek_first + 0x00000000401113c8 0x0 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x10 (size before relaxing) + .literal.fixed_queue_try_remove_from_queue + 0x00000000401113c8 0x8 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x28 (size before relaxing) + .literal.fixed_queue_get_list + 0x00000000401113d0 0x4 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x10 (size before relaxing) + .literal.fixed_queue_register_dequeue + 0x00000000401113d4 0x8 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x18 (size before relaxing) + .literal.fixed_queue_unregister_dequeue + 0x00000000401113dc 0x4 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x10 (size before relaxing) + .literal.fixed_queue_free + 0x00000000401113e0 0x0 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x28 (size before relaxing) + .literal.fixed_queue_new + 0x00000000401113e0 0x0 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x18 (size before relaxing) + .literal.fixed_queue_process + 0x00000000401113e0 0x4 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x10 (size before relaxing) + .literal.future_ready + 0x00000000401113e4 0x10 esp-idf/bt/libbt.a(future.c.obj) + 0x1c (size before relaxing) + .literal.future_free + 0x00000000401113f4 0x0 esp-idf/bt/libbt.a(future.c.obj) + 0x8 (size before relaxing) + .literal.future_new + 0x00000000401113f4 0x0 esp-idf/bt/libbt.a(future.c.obj) + 0xc (size before relaxing) + .literal.future_await + 0x00000000401113f4 0x4 esp-idf/bt/libbt.a(future.c.obj) + 0x18 (size before relaxing) + .literal.hash_function_pointer + 0x00000000401113f8 0x4 esp-idf/bt/libbt.a(hash_functions.c.obj) + .literal.bucket_free_ + 0x00000000401113fc 0xc esp-idf/bt/libbt.a(hash_map.c.obj) + 0x14 (size before relaxing) + .literal.find_bucket_entry_ + 0x0000000040111408 0x0 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x10 (size before relaxing) + .literal.hash_map_new_internal + 0x0000000040111408 0x10 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x28 (size before relaxing) + .literal.hash_map_new + 0x0000000040111418 0x0 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x4 (size before relaxing) + .literal.hash_map_has_key + 0x0000000040111418 0x8 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x14 (size before relaxing) + .literal.hash_map_set + 0x0000000040111420 0xc esp-idf/bt/libbt.a(hash_map.c.obj) + 0x38 (size before relaxing) + .literal.hash_map_erase + 0x000000004011142c 0x4 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x20 (size before relaxing) + .literal.hash_map_get + 0x0000000040111430 0x4 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x14 (size before relaxing) + .literal.hash_map_clear + 0x0000000040111434 0x4 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x14 (size before relaxing) + .literal.hash_map_free + 0x0000000040111438 0x0 esp-idf/bt/libbt.a(hash_map.c.obj) + 0xc (size before relaxing) + .literal.hash_map_foreach + 0x0000000040111438 0x8 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x28 (size before relaxing) + .literal.list_new_internal + 0x0000000040111440 0x0 esp-idf/bt/libbt.a(list.c.obj) + 0x4 (size before relaxing) + .literal.list_new + 0x0000000040111440 0x0 esp-idf/bt/libbt.a(list.c.obj) + 0x4 (size before relaxing) + .literal.list_is_empty + 0x0000000040111440 0xc esp-idf/bt/libbt.a(list.c.obj) + 0x10 (size before relaxing) + .literal.list_length + 0x000000004011144c 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x10 (size before relaxing) + .literal.list_front + 0x0000000040111450 0x8 esp-idf/bt/libbt.a(list.c.obj) + 0x1c (size before relaxing) + .literal.list_back + 0x0000000040111458 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x1c (size before relaxing) + .literal.list_insert_after + 0x000000004011145c 0xc esp-idf/bt/libbt.a(list.c.obj) + 0x24 (size before relaxing) + .literal.list_prepend + 0x0000000040111468 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x1c (size before relaxing) + .literal.list_append + 0x000000004011146c 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x1c (size before relaxing) + .literal.list_foreach + 0x0000000040111470 0x8 esp-idf/bt/libbt.a(list.c.obj) + 0x18 (size before relaxing) + .literal.list_begin + 0x0000000040111478 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x10 (size before relaxing) + .literal.list_end + 0x000000004011147c 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x10 (size before relaxing) + .literal.list_next + 0x0000000040111480 0x8 esp-idf/bt/libbt.a(list.c.obj) + 0x10 (size before relaxing) + .literal.list_node + 0x0000000040111488 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x10 (size before relaxing) + .literal.list_contains + 0x000000004011148c 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x28 (size before relaxing) + .literal.list_get_node + 0x0000000040111490 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x28 (size before relaxing) + .literal.list_free_node + 0x0000000040111494 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x1c (size before relaxing) + .literal.list_remove + 0x0000000040111498 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x24 (size before relaxing) + .literal.list_clear + 0x000000004011149c 0x4 esp-idf/bt/libbt.a(list.c.obj) + 0x14 (size before relaxing) + .literal.list_free + 0x00000000401114a0 0x0 esp-idf/bt/libbt.a(list.c.obj) + 0x8 (size before relaxing) + .literal.osi_mutex_new + 0x00000000401114a0 0x4 esp-idf/bt/libbt.a(mutex.c.obj) + .literal.osi_mutex_lock + 0x00000000401114a4 0x4 esp-idf/bt/libbt.a(mutex.c.obj) + 0x8 (size before relaxing) + .literal.osi_mutex_unlock + 0x00000000401114a8 0x4 esp-idf/bt/libbt.a(mutex.c.obj) + .literal.osi_mutex_free + 0x00000000401114ac 0x4 esp-idf/bt/libbt.a(mutex.c.obj) + .literal.osi_mutex_global_init + 0x00000000401114b0 0x4 esp-idf/bt/libbt.a(mutex.c.obj) + 0x8 (size before relaxing) + .literal.osi_mutex_global_deinit + 0x00000000401114b4 0x0 esp-idf/bt/libbt.a(mutex.c.obj) + 0x8 (size before relaxing) + .literal.osi_init + 0x00000000401114b4 0x0 esp-idf/bt/libbt.a(osi.c.obj) + 0x4 (size before relaxing) + .literal.osi_deinit + 0x00000000401114b4 0x0 esp-idf/bt/libbt.a(osi.c.obj) + 0x4 (size before relaxing) + .literal.BTA_EnableBluetooth + 0x00000000401114b4 0x10 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x28 (size before relaxing) + .literal.BTA_DisableBluetooth + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmSetDeviceName + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmBleSetChannels + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmUpdateWhiteList + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmClearWhiteList + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmReadRSSI + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmOobReply + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_DmAddDevice + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x18 (size before relaxing) + .literal.BTA_DmRemoveDevice + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmAddBleKey + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_DmAddBleDevice + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmBlePasskeyReply + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmBleSetStaticPasskey + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmBleConfirmReply + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmBleSecurityGrant + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmSetBlePrefConnParams + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_DmSetBleScanFilterParams + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmSetBleAdvParamsAll + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_DmBleSetAdvConfig + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmBleSetAdvConfigRaw + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmBleSetScanRsp + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmBleSetScanRspRaw + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmUpdateDuplicateExceptionalList + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmBleBroadcast + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmBleConfigLocalPrivacy + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmBleConfigLocalIcon + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmBleUpdateConnectionParams + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmBleDisconnect + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmBleSetDataLength + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_DmSetEncryption + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_DmBleScan + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_DmSetRandAddress + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_DmClearRandAddress + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_VendorCleanup + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x10 (size before relaxing) + .literal.bta_dm_co_ble_load_local_keys + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_io_req + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_set_io_cap + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_set_auth_req + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_set_init_key_req + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_set_rsp_key_req + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_set_max_key_size + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_set_min_key_size + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_set_appl_enc_key_size + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_set_accept_auth_enable + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_get_accept_auth_enable + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_get_auth_req + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_co_ble_oob_support + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_sm_disable + 0x00000000401114c4 0x0 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_sm_deinit + 0x00000000401114c4 0x8 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x24 (size before relaxing) + .literal.bta_dm_sm_execute + 0x00000000401114cc 0x4 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .literal.bta_dm_search_sm_disable + 0x00000000401114d0 0x0 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_search_sm_execute + 0x00000000401114d0 0x8 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_get_av_count + 0x00000000401114d8 0x4 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .literal.bta_dm_find_peer_device + 0x00000000401114dc 0x0 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + 0x4 (size before relaxing) + .literal.BTA_GATT_SetLocalMTU + 0x00000000401114dc 0x0 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + 0x4 (size before relaxing) + .literal.BTA_GATTC_Disable + 0x00000000401114dc 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTC_AppRegister + 0x00000000401114e0 0x8 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x1c (size before relaxing) + .literal.BTA_GATTC_AppDeregister + 0x00000000401114e8 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTC_Open + 0x00000000401114ec 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_GATTC_CancelOpen + 0x00000000401114f0 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTC_Close + 0x00000000401114f4 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTC_ConfigureMTU + 0x00000000401114f8 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTC_ServiceSearchRequest + 0x00000000401114fc 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTC_GetServiceWithUUID + 0x0000000040111500 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x4 (size before relaxing) + .literal.BTA_GATTC_GetAllChar + 0x0000000040111500 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x4 (size before relaxing) + .literal.BTA_GATTC_GetAllDescriptor + 0x0000000040111500 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_GATTC_GetIncludeService + 0x0000000040111500 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x4 (size before relaxing) + .literal.BTA_GATTC_GetDBSize + 0x0000000040111500 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x4 (size before relaxing) + .literal.BTA_GATTC_GetDBSizeByType + 0x0000000040111500 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x4 (size before relaxing) + .literal.BTA_GATTC_ReadCharacteristic + 0x0000000040111500 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_GATTC_ReadCharDescr + 0x0000000040111504 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_GATTC_ReadMultiple + 0x0000000040111504 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTC_Read_by_type + 0x0000000040111508 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTC_WriteCharValue + 0x000000004011150c 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x1c (size before relaxing) + .literal.BTA_GATTC_WriteCharDescr + 0x0000000040111510 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x1c (size before relaxing) + .literal.BTA_GATTC_PrepareWrite + 0x0000000040111510 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTC_PrepareWriteCharDescr + 0x0000000040111510 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTC_ExecuteWrite + 0x0000000040111510 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTC_SendIndConfirm + 0x0000000040111514 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTC_RegisterForNotifications + 0x0000000040111518 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTC_DeregisterForNotifications + 0x0000000040111518 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x8 (size before relaxing) + .literal.BTA_GATTC_Refresh + 0x0000000040111518 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTC_CacheAssoc + 0x000000004011151c 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTC_CacheGetAddrList + 0x0000000040111520 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTC_Clean + 0x0000000040111524 0x4 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x10 (size before relaxing) + .literal.bta_gattc_free + 0x0000000040111528 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4 (size before relaxing) + .literal.service_free + 0x0000000040111528 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0xc (size before relaxing) + .literal.characteristic_free + 0x0000000040111528 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_add_srvc_to_list + 0x0000000040111528 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_add_char_to_list + 0x0000000040111528 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_get_db_size + 0x0000000040111528 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4c (size before relaxing) + .literal.bta_gattc_get_db_size_with_type + 0x0000000040111528 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x64 (size before relaxing) + .literal.bta_gattc_init_cache + 0x0000000040111528 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_insert_sec_service_to_cache + 0x0000000040111528 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x38 (size before relaxing) + .literal.bta_gattc_add_srvc_to_cache + 0x0000000040111528 0xc esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x28 (size before relaxing) + .literal.bta_gattc_discover_procedure + 0x0000000040111534 0x4 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_discover_pri_service + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_start_disc_include_srvc + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_start_disc_char + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_incl_srvc_disc_cmpl + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_search_service + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x20 (size before relaxing) + .literal.bta_gattc_get_services_srcb + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_get_services + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_find_matching_service + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_add_char_to_cache + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x18 (size before relaxing) + .literal.bta_gattc_update_include_service + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x34 (size before relaxing) + .literal.bta_gattc_explore_srvc + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_char_dscpt_disc_cmpl + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_start_disc_char_dscp + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_char_disc_cmpl + 0x0000000040111538 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_disc_cmpl_cback + 0x0000000040111538 0x8 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x24 (size before relaxing) + .literal.bta_gattc_add_attr_to_cache + 0x0000000040111540 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x2c (size before relaxing) + .literal.bta_gattc_disc_res_cback + 0x0000000040111540 0x8 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x3c (size before relaxing) + .literal.bta_gattc_get_service_for_handle_srcb + 0x0000000040111548 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_get_characteristic_srcb + 0x0000000040111548 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_get_characteristic + 0x0000000040111548 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_fill_gatt_db_el + 0x0000000040111548 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_get_service_with_uuid + 0x0000000040111548 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x28 (size before relaxing) + .literal.bta_gattc_get_db_with_opration + 0x0000000040111548 0x4 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x84 (size before relaxing) + .literal.bta_gattc_get_db_size_handle + 0x000000004011154c 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_get_db_size_with_type_handle + 0x000000004011154c 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_co_find_addr_in_cache + 0x000000004011154c 0x8 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .literal.bta_gattc_co_get_addr_num + 0x0000000040111554 0x0 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_co_get_addr_list + 0x0000000040111554 0x0 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_co_cache_append_assoc_addr + 0x0000000040111554 0x4 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + 0x18 (size before relaxing) + .literal.bta_gattc_co_cache_remove_assoc_addr + 0x0000000040111558 0x0 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + 0x20 (size before relaxing) + .literal.bta_gattc_sm_execute + 0x0000000040111558 0x8 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .literal.bta_gattc_hdl_event + 0x0000000040111560 0x10 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + 0x68 (size before relaxing) + .literal.bta_gattc_deinit + 0x0000000040111570 0x8 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_has_prepare_command_in_queue + 0x0000000040111578 0xc esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x28 (size before relaxing) + .literal.bta_gatt_convert_uuid16_to_uuid128 + 0x0000000040111584 0x4 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_uuid_compare + 0x0000000040111588 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_cl_get_regcb + 0x0000000040111588 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_num_reg_app + 0x0000000040111588 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_find_clcb_by_cif + 0x0000000040111588 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_find_clcb_by_conn_id + 0x0000000040111588 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_clcb_dealloc + 0x0000000040111588 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x18 (size before relaxing) + .literal.bta_gattc_find_srcb + 0x0000000040111588 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_find_srvr_cache + 0x0000000040111588 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_find_scb_by_cid + 0x0000000040111588 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_srcb_alloc + 0x0000000040111588 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x10 (size before relaxing) + .literal.bta_gattc_clcb_alloc + 0x0000000040111588 0x4 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x18 (size before relaxing) + .literal.bta_gattc_find_alloc_clcb + 0x000000004011158c 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_enqueue + 0x000000004011158c 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x30 (size before relaxing) + .literal.bta_gattc_clear_notif_registration + 0x000000004011158c 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_mark_bg_conn + 0x000000004011158c 0x4 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_check_bg_conn + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_send_open_cback + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_send_connect_cback + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_send_disconnect_cback + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_conn_alloc + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_conn_find + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_conn_find_alloc + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_conn_dealloc + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_find_int_conn_clcb + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x10 (size before relaxing) + .literal.bta_gattc_find_int_disconn_clcb + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0xc (size before relaxing) + .literal.bta_to_btif_uuid + 0x0000000040111590 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4 (size before relaxing) + .literal.BTA_GATTS_Disable + 0x0000000040111590 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTS_AppRegister + 0x0000000040111594 0x8 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x1c (size before relaxing) + .literal.BTA_GATTS_AppDeregister + 0x000000004011159c 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTS_CreateService + 0x00000000401115a0 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_GATTS_AddIncludeService + 0x00000000401115a4 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTS_AddCharacteristic + 0x00000000401115a8 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x1c (size before relaxing) + .literal.BTA_GATTS_AddCharDescriptor + 0x00000000401115ac 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x1c (size before relaxing) + .literal.BTA_GATTS_DeleteService + 0x00000000401115b0 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTS_StartService + 0x00000000401115b4 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTS_StopService + 0x00000000401115b8 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTS_HandleValueIndication + 0x00000000401115bc 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x1c (size before relaxing) + .literal.BTA_GATTS_SendRsp + 0x00000000401115c0 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_SetAttributeValue + 0x00000000401115c4 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x14 (size before relaxing) + .literal.BTA_GATTS_Open + 0x00000000401115c8 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x10 (size before relaxing) + .literal.BTA_GATTS_Close + 0x00000000401115cc 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0xc (size before relaxing) + .literal.BTA_GATTS_SendServiceChangeIndication + 0x00000000401115d0 0x4 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x10 (size before relaxing) + .literal.bta_gatts_hdl_event + 0x00000000401115d4 0x18 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + 0x4c (size before relaxing) + .literal.bta_gatts_deinit + 0x00000000401115ec 0x0 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + 0xc (size before relaxing) + .literal.bta_gatt_convert_uuid16_to_uuid128 + 0x00000000401115ec 0x4 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + 0x8 (size before relaxing) + .literal.bta_gatts_find_app_rcb_by_app_if + 0x00000000401115f0 0x0 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + 0x4 (size before relaxing) + .literal.bta_gatts_uuid_compare + 0x00000000401115f0 0x0 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + 0xc (size before relaxing) + .literal.bta_sys_rm_register + 0x00000000401115f0 0x4 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .literal.bta_sys_policy_register + 0x00000000401115f4 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_notify_role_chg + 0x00000000401115f4 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_notify_collision + 0x00000000401115f4 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_conn_open + 0x00000000401115f4 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_conn_close + 0x00000000401115f4 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_idle + 0x00000000401115f4 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_busy + 0x00000000401115f4 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_eir_register + 0x00000000401115f4 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_remove_uuid + 0x00000000401115f4 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_sm_execute + 0x00000000401115f4 0x8 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0xc (size before relaxing) + .literal.bta_sys_hw_error + 0x00000000401115fc 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_hw_evt_disabled + 0x00000000401115fc 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_hw_evt_stack_enabled + 0x00000000401115fc 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_hw_evt_enabled + 0x00000000401115fc 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_alarm_cb + 0x00000000401115fc 0x10 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x14 (size before relaxing) + .literal.bta_sys_free + 0x000000004011160c 0x8 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x18 (size before relaxing) + .literal.bta_sys_hw_register + 0x0000000040111614 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_hw_unregister + 0x0000000040111614 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_event + 0x0000000040111614 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x8 (size before relaxing) + .literal.bta_sys_register + 0x0000000040111614 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_init + 0x0000000040111614 0x14 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x34 (size before relaxing) + .literal.bta_sys_deregister + 0x0000000040111628 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_is_register + 0x0000000040111628 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_sendmsg + 0x0000000040111628 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x8 (size before relaxing) + .literal.bta_sys_hw_btm_cback + 0x000000004011162c 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0xc (size before relaxing) + .literal.bta_sys_hw_api_enable + 0x0000000040111630 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0xc (size before relaxing) + .literal.bta_sys_start_timer + 0x0000000040111630 0x14 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x44 (size before relaxing) + .literal.bta_sys_timer_is_active + 0x0000000040111644 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x1c (size before relaxing) + .literal.bta_sys_stop_timer + 0x0000000040111648 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x1c (size before relaxing) + .literal.bta_sys_free_timer + 0x000000004011164c 0x4 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x20 (size before relaxing) + .literal.bta_sys_disable + 0x0000000040111650 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x4 (size before relaxing) + .literal.bta_sys_hw_api_disable + 0x0000000040111650 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x10 (size before relaxing) + .literal.hci_hal_h4_rx_handler + 0x0000000040111650 0x4 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x8 (size before relaxing) + .literal.transmit_data + 0x0000000040111654 0x10 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x1c (size before relaxing) + .literal.hci_hal_env_deinit + 0x0000000040111664 0x4 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0xc (size before relaxing) + .literal.hal_close + 0x0000000040111668 0x4 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x8 (size before relaxing) + .literal.host_send_pkt_available_cb + 0x000000004011166c 0x0 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x4 (size before relaxing) + .literal.hci_hal_env_init + 0x000000004011166c 0x14 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x28 (size before relaxing) + .literal.at_setupBleHidName + 0x0000000040111680 0x4 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x34 (size before relaxing) + .literal.hid_consumer_build_report + 0x0000000040111684 0x8 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0xc (size before relaxing) + .text.at_setupBleHidName + 0x000000004011168c 0xae ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0xb6 (size before relaxing) + 0x000000004011168c at_setupBleHidName + *fill* 0x000000004011173a 0x2 + .text.hid_consumer_build_report + 0x000000004011173c 0x20a ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x0000000040111946 0x2 + .text.esp_hidd_profile_init + 0x0000000040111948 0x32 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x000000004011197a 0x2 + .text.hid_gatts_event_handler + 0x000000004011197c 0x65 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x00000000401119e1 0x3 + .text.hid_dev_send_report + 0x00000000401119e4 0x32 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040111a16 0x2 + .text.esp_hidd_send_keyboard_value + 0x0000000040111a18 0x76 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x7a (size before relaxing) + *fill* 0x0000000040111a8e 0x2 + .text.at_setupBleHidKB + 0x0000000040111a90 0xf5 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x115 (size before relaxing) + 0x0000000040111a90 at_setupBleHidKB + *fill* 0x0000000040111b85 0x3 + .text.esp_hidd_send_mouse_value + 0x0000000040111b88 0x40 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .text.at_setupBleHidMus + 0x0000000040111bc8 0x81 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x95 (size before relaxing) + 0x0000000040111bc8 at_setupBleHidMus + *fill* 0x0000000040111c49 0x3 + .text.esp_hidd_send_consumer_value + 0x0000000040111c4c 0x44 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x48 (size before relaxing) + .text.at_setupBleHidConsumer + 0x0000000040111c90 0x4e ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x5a (size before relaxing) + 0x0000000040111c90 at_setupBleHidConsumer + *fill* 0x0000000040111cde 0x2 + .text.esp_at_hidd_event_callback + 0x0000000040111ce0 0xa9 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0xb9 (size before relaxing) + *fill* 0x0000000040111d89 0x3 + .text.esp_at_hid_gap_event_handler + 0x0000000040111d8c 0xb3 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x0000000040111e3f 0x1 + .text.hidd_register_cb + 0x0000000040111e40 0xd ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x10 (size before relaxing) + *fill* 0x0000000040111e4d 0x3 + .text.esp_hidd_register_callbacks + 0x0000000040111e50 0x26 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x2e (size before relaxing) + *fill* 0x0000000040111e76 0x2 + .text.hidd_le_create_service + 0x0000000040111e78 0x14 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .text.hidd_clcb_alloc + 0x0000000040111e8c 0x39 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + *fill* 0x0000000040111ec5 0x3 + .text.at_ble_hid_param_init + 0x0000000040111ec8 0x72 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x76 (size before relaxing) + *fill* 0x0000000040111f3a 0x2 + .text.esp_hidd_prf_cb_hdl + 0x0000000040111f3c 0x16c ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x17f (size before relaxing) + *fill* 0x00000000401120a8 0x0 + .text.esp_hidd_profile_deinit + 0x00000000401120a8 0x42 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x4a (size before relaxing) + *fill* 0x00000000401120ea 0x2 + .text.at_get_hid_init_status + 0x00000000401120ec 0xb ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x00000000401120ec at_get_hid_init_status + *fill* 0x00000000401120f7 0x1 + .text.at_queryBleHidInit + 0x00000000401120f8 0x34 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x38 (size before relaxing) + .text.at_set_hid_init_status + 0x000000004011212c 0xb ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x000000004011212c at_set_hid_init_status + *fill* 0x0000000040112137 0x1 + .text.at_setupBleHidInit + 0x0000000040112138 0x150 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x1a0 (size before relaxing) + .text.esp_at_ble_hid_cmd_regist + 0x0000000040112288 0x24 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + 0x28 (size before relaxing) + 0x0000000040112288 esp_at_ble_hid_cmd_regist + .text.blufi_crc_checksum + 0x00000000401122ac 0x14 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .text.blufi_aes_decrypt + 0x00000000401122c0 0x48 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .text.blufi_aes_encrypt + 0x0000000040112308 0x48 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .text.blufi_dh_negotiate_data_handler + 0x0000000040112350 0x154 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x168 (size before relaxing) + .text.myrand 0x00000000401124a4 0x11 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + *fill* 0x00000000401124b5 0x3 + .text.blufi_gap_event_handler + 0x00000000401124b8 0x10 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .text.blufi_security_init + 0x00000000401124c8 0x52 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x56 (size before relaxing) + *fill* 0x000000004011251a 0x2 + .text.blufi_security_deinit + 0x000000004011251c 0x43 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + *fill* 0x000000004011255f 0x1 + .text.at_queryBlufiName + 0x0000000040112560 0x94 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x98 (size before relaxing) + .text.at_blufi_param_init + 0x00000000401125f4 0x70 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x74 (size before relaxing) + .text.at_get_blufi_init_status + 0x0000000040112664 0xb ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x0000000040112664 at_get_blufi_init_status + *fill* 0x000000004011266f 0x1 + .text.at_queryBlufi + 0x0000000040112670 0x34 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x38 (size before relaxing) + .text.at_setupBlufiName + 0x00000000401126a4 0xd2 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0xe2 (size before relaxing) + *fill* 0x0000000040112776 0x2 + .text.at_set_blufi_init_status + 0x0000000040112778 0xb ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x0000000040112778 at_set_blufi_init_status + *fill* 0x0000000040112783 0x1 + .text.at_get_blufi_sta_status + 0x0000000040112784 0xb ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x0000000040112784 at_get_blufi_sta_status + *fill* 0x000000004011278f 0x1 + .text.at_set_blufi_sta_status + 0x0000000040112790 0xb ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x0000000040112790 at_set_blufi_sta_status + *fill* 0x000000004011279b 0x1 + .text.at_get_blufi_ble_conn_status + 0x000000004011279c 0xb ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x000000004011279c at_get_blufi_ble_conn_status + *fill* 0x00000000401127a7 0x1 + .text.at_set_blufi_ble_conn_status + 0x00000000401127a8 0xb ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x00000000401127a8 at_set_blufi_ble_conn_status + *fill* 0x00000000401127b3 0x1 + .text.blufi_event_callback + 0x00000000401127b4 0x32f ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x34f (size before relaxing) + *fill* 0x0000000040112ae3 0x1 + .text.at_set_blufi_wifi_info + 0x0000000040112ae4 0x48 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x0000000040112ae4 at_set_blufi_wifi_info + .text.at_setupBlufi + 0x0000000040112b2c 0x1b0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x1f8 (size before relaxing) + .text.at_get_blufi_wifi_ssid + 0x0000000040112cdc 0x8 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x0000000040112cdc at_get_blufi_wifi_ssid + .text.at_get_blufi_wifi_bssid + 0x0000000040112ce4 0x8 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x0000000040112ce4 at_get_blufi_wifi_bssid + .text.esp_at_blufi_cmd_regist + 0x0000000040112cec 0x2c ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + 0x30 (size before relaxing) + 0x0000000040112cec esp_at_blufi_cmd_regist + .text.at_get_bt_init_status + 0x0000000040112d18 0xb ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + 0x0000000040112d18 at_get_bt_init_status + *fill* 0x0000000040112d23 0x1 + .text.at_cmd_search + 0x0000000040112d24 0x46 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + *fill* 0x0000000040112d6a 0x2 + .text.esp_at_get_cmd_list + 0x0000000040112d6c 0x8 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040112d6c esp_at_get_cmd_list + .text.at_cmd_parse + 0x0000000040112d74 0x285 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040112d74 at_cmd_parse + *fill* 0x0000000040112ff9 0x3 + .text.esp_at_get_current_cmd_name + 0x0000000040112ffc 0xa ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040112ffc esp_at_get_current_cmd_name + *fill* 0x0000000040113006 0x2 + .text.at_str_2_mac + 0x0000000040113008 0xbe ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040113008 at_str_2_mac + *fill* 0x00000000401130c6 0x2 + .text.esp_at_port_recv_data_notify + 0x00000000401130c8 0x63 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x00000000401130c8 esp_at_port_recv_data_notify + *fill* 0x000000004011312b 0x1 + .text.esp_at_custom_status_callback + 0x000000004011312c 0x12 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x000000004011312c esp_at_custom_status_callback + *fill* 0x000000004011313e 0x2 + .text.esp_at_custom_pre_deepsleep_callback + 0x0000000040113140 0xf ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040113140 esp_at_custom_pre_deepsleep_callback + *fill* 0x000000004011314f 0x1 + .text.esp_at_custom_pre_restart_callback + 0x0000000040113150 0xf ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040113150 esp_at_custom_pre_restart_callback + *fill* 0x000000004011315f 0x1 + .text.esp_at_custom_ops_regist + 0x0000000040113160 0x1f ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040113160 esp_at_custom_ops_regist + *fill* 0x000000004011317f 0x1 + .text.esp_at_port_write_data + 0x0000000040113180 0x14 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040113180 esp_at_port_write_data + .text.esp_at_port_read_data + 0x0000000040113194 0x14 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040113194 esp_at_port_read_data + .text.esp_at_port_wait_write_complete + 0x00000000401131a8 0x11 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x00000000401131a8 esp_at_port_wait_write_complete + *fill* 0x00000000401131b9 0x3 + .text.esp_at_port_get_data_length + 0x00000000401131bc 0x10 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x00000000401131bc esp_at_port_get_data_length + .text.at_port_print + 0x00000000401131cc 0x16 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x1a (size before relaxing) + 0x00000000401131cc at_port_print + *fill* 0x00000000401131e2 0x2 + .text.esp_at_printf_error_code + 0x00000000401131e4 0x32 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x36 (size before relaxing) + 0x00000000401131e4 esp_at_printf_error_code + *fill* 0x0000000040113216 0x2 + .text.esp_at_get_para_as_str + 0x0000000040113218 0xd9 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040113218 esp_at_get_para_as_str + *fill* 0x00000000401132f1 0x3 + .text.esp_at_get_para_as_digit + 0x00000000401132f4 0xf8 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x00000000401132f4 esp_at_get_para_as_digit + .text.at_cmd_process + 0x00000000401133ec 0xa0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0xa8 (size before relaxing) + 0x00000000401133ec at_cmd_process + .text.esp_at_device_ops_regist + 0x000000004011348c 0x72 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x000000004011348c esp_at_device_ops_regist + *fill* 0x00000000401134fe 0x2 + .text.esp_at_custom_cmd_array_regist + 0x0000000040113500 0x4a ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x0000000040113500 esp_at_custom_cmd_array_regist + *fill* 0x000000004011354a 0x2 + .text.esp_at_custom_cmd_line_terminator_get + 0x000000004011354c 0x8 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x000000004011354c esp_at_custom_cmd_line_terminator_get + .text.at_restart + 0x0000000040113554 0x30 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x34 (size before relaxing) + 0x0000000040113554 at_restart + .text.at_custom_partitions_load + 0x0000000040113584 0xd2 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + *fill* 0x0000000040113656 0x2 + .text.at_flash_wait_data_callback + 0x0000000040113658 0x16 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + *fill* 0x000000004011366e 0x2 + .text.esp_at_custom_partition_find + 0x0000000040113670 0x36 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + 0x3a (size before relaxing) + 0x0000000040113670 esp_at_custom_partition_find + *fill* 0x00000000401136a6 0x2 + .text.at_query_cmd_sysflash + 0x00000000401136a8 0x6e ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + 0x72 (size before relaxing) + 0x00000000401136a8 at_query_cmd_sysflash + *fill* 0x0000000040113716 0x2 + .text.at_setup_cmd_sysflash + 0x0000000040113718 0x2b2 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + 0x2f2 (size before relaxing) + 0x0000000040113718 at_setup_cmd_sysflash + *fill* 0x00000000401139ca 0x2 + .text.at_http_wait_data_cb + 0x00000000401139cc 0x16 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + *fill* 0x00000000401139e2 0x2 + .text.at_http_event_handler + 0x00000000401139e4 0xfd ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x109 (size before relaxing) + *fill* 0x0000000040113ae1 0x3 + .text.at_http_check_url_valid + 0x0000000040113ae4 0x3a ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + *fill* 0x0000000040113b1e 0x2 + .text.at_setup_cmd_httpcpost + 0x0000000040113b20 0x234 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x254 (size before relaxing) + .text.at_setup_cmd_httpcget + 0x0000000040113d54 0x16c ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x170 (size before relaxing) + .text.at_setup_cmd_httpurlcfg + 0x0000000040113ec0 0x128 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x140 (size before relaxing) + .text.at_query_cmd_httpurlcfg + 0x0000000040113fe8 0x50 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x54 (size before relaxing) + .text.at_setup_cmd_httpgetsize + 0x0000000040114038 0xde ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0xe6 (size before relaxing) + *fill* 0x0000000040114116 0x2 + .text.at_setup_cmd_httpclient + 0x0000000040114118 0x31a ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x33a (size before relaxing) + *fill* 0x0000000040114432 0x2 + .text.esp_at_http_cmd_regist + 0x0000000040114434 0x12 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + 0x0000000040114434 esp_at_http_cmd_regist + *fill* 0x0000000040114446 0x2 + .text.at_get_orphan_link_num + 0x0000000040114448 0x3d ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040114485 0x3 + .text.at_get_active_netconn_num + 0x0000000040114488 0x33 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x00000000401144bb 0x1 + .text.at_get_active_client_num + 0x00000000401144bc 0x37 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x00000000401144f3 0x1 + .text.at_get_netconn_avail_num + 0x00000000401144f4 0x39 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000004011452d 0x3 + .text.at_link_id_is_connected + 0x0000000040114530 0x5d ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000004011458d 0x3 + .text.at_get_socket_type_str_by_type_id + 0x0000000040114590 0x29 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x00000000401145b9 0x3 + .text.at_get_trans_proto_by_type_id + 0x00000000401145bc 0x26 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x00000000401145e2 0x2 + .text.at_set_cip_recv_mode + 0x00000000401145e4 0xe ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x00000000401145f2 0x2 + .text.at_get_cip_recv_mode + 0x00000000401145f4 0xa ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x00000000401145fe 0x2 + .text.at_set_cipstart_mode + 0x0000000040114600 0xe ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000004011460e 0x2 + .text.at_get_cipstart_mode + 0x0000000040114610 0xa ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000004011461a 0x2 + .text.at_get_unused_link_id + 0x000000004011461c 0x2c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_load_sockopt_from_flash + 0x0000000040114648 0x6a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x6e (size before relaxing) + *fill* 0x00000000401146b2 0x2 + .text.at_free_tls_psk + 0x00000000401146b4 0x96 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000004011474a 0x2 + .text.at_free_tls_alpn + 0x000000004011474c 0x87 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x00000000401147d3 0x1 + .text.at_free_tls_sni + 0x00000000401147d4 0x63 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040114837 0x1 + .text.at_free_tls_common_name + 0x0000000040114838 0x63 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000004011489b 0x1 + .text.at_free_tls_cfg + 0x000000004011489c 0x1d ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x29 (size before relaxing) + *fill* 0x00000000401148b9 0x3 + .text.at_free_tls_pki + 0x00000000401148bc 0x32 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x00000000401148ee 0x2 + .text.at_query_cmd_cipsto + 0x00000000401148f0 0x28 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_query_cmd_cipsslcconf + 0x0000000040114918 0x65 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000004011497d 0x3 + .text.at_query_cmd_cipservermaxconn + 0x0000000040114980 0x36 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x3a (size before relaxing) + *fill* 0x00000000401149b6 0x2 + .text.at_query_cmd_cipserver + 0x00000000401149b8 0x6e ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x72 (size before relaxing) + *fill* 0x0000000040114a26 0x2 + .text.at_query_cmd_ciprecvmode + 0x0000000040114a28 0x20 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .text.at_query_cmd_cipmux + 0x0000000040114a48 0x28 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_query_cmd_cipipdinfo + 0x0000000040114a70 0x48 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_query_cmd_cipv6 + 0x0000000040114ab8 0x34 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_get_ssl_buffered_len + 0x0000000040114aec 0x14 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_print_socket_errno + 0x0000000040114b00 0x47 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040114b47 0x1 + .text.at_get_cip_recv_buf_len + 0x0000000040114b48 0x71 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x79 (size before relaxing) + *fill* 0x0000000040114bb9 0x3 + .text.at_query_cmd_ciprecvlen + 0x0000000040114bbc 0x71 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x85 (size before relaxing) + 0x0000000040114bbc at_query_cmd_ciprecvlen + *fill* 0x0000000040114c2d 0x3 + .text.at_transparent_transmit + 0x0000000040114c30 0x4f ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040114c30 at_transparent_transmit + *fill* 0x0000000040114c7f 0x1 + .text.at_write_data_to_link + 0x0000000040114c80 0xa9 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xad (size before relaxing) + *fill* 0x0000000040114d29 0x3 + .text.at_new_socket + 0x0000000040114d2c 0x5d ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040114d89 0x3 + .text.at_socket_client_trigger_event + 0x0000000040114d8c 0x8f ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x9b (size before relaxing) + *fill* 0x0000000040114e1b 0x1 + .text.at_socket_server_cleanup + 0x0000000040114e1c 0x1a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040114e36 0x2 + .text.at_exe_cmd_cipclose + 0x0000000040114e38 0x41 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040114e79 0x3 + .text.at_server_timeout_cb + 0x0000000040114e7c 0x72 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040114eee 0x2 + .text.at_plink_setsockopt + 0x0000000040114ef0 0x232 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24e (size before relaxing) + *fill* 0x0000000040115122 0x2 + .text.at_setup_cmd_psk + 0x0000000040115124 0x2a4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x2b8 (size before relaxing) + .text.at_setup_cmd_alpn + 0x00000000401153c8 0x25e ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x272 (size before relaxing) + *fill* 0x0000000040115626 0x2 + .text.at_setup_cmd_sni + 0x0000000040115628 0x144 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x14c (size before relaxing) + .text.at_setup_cmd_common_name + 0x000000004011576c 0x144 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x14c (size before relaxing) + .text.at_setup_cmd_cipservermaxconn + 0x00000000401158b0 0x70 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x78 (size before relaxing) + .text.at_setup_cmd_ciprecvdata + 0x0000000040115920 0x95 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xa1 (size before relaxing) + *fill* 0x00000000401159b5 0x3 + .text.at_setup_cmd_ciprecvmode + 0x00000000401159b8 0x3a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000401159f2 0x2 + .text.at_setup_cmd_cipipdinfo + 0x00000000401159f4 0x3e ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x42 (size before relaxing) + *fill* 0x0000000040115a32 0x2 + .text.at_setup_cmd_cipsendlcfg + 0x0000000040115a34 0x70 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x78 (size before relaxing) + .text.at_setup_cmd_cipclose + 0x0000000040115aa4 0xb8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_query_cmd_ciptcpopt + 0x0000000040115b5c 0xe8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_query_cmd_cipreconnintv + 0x0000000040115c44 0x61 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040115ca5 0x3 + .text.at_query_cmd_cipsntptime + 0x0000000040115ca8 0x65 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040115d0d 0x3 + .text.at_setup_cmd_cipsntpintv + 0x0000000040115d10 0x46 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x4a (size before relaxing) + *fill* 0x0000000040115d56 0x2 + .text.at_query_cmd_cipsntpintv + 0x0000000040115d58 0x36 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x3e (size before relaxing) + *fill* 0x0000000040115d8e 0x2 + .text.at_query_cmd_psk + 0x0000000040115d90 0x69 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x6d (size before relaxing) + *fill* 0x0000000040115df9 0x3 + .text.at_query_cmd_alpn + 0x0000000040115dfc 0x9d ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xa1 (size before relaxing) + *fill* 0x0000000040115e99 0x3 + .text.at_query_cmd_sni + 0x0000000040115e9c 0x62 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040115efe 0x2 + .text.at_query_cmd_common_name + 0x0000000040115f00 0x62 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040115f62 0x2 + .text.at_construct_tail + 0x0000000040115f64 0x18 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_setup_cmd_Cipsntpcfg + 0x0000000040115f7c 0x20e ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x21e (size before relaxing) + *fill* 0x000000004011618a 0x2 + .text.at_query_cmd_cipsntpcfg + 0x000000004011618c 0xc9 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xd1 (size before relaxing) + *fill* 0x0000000040116255 0x3 + .text.at_get_socket_type_id_by_type_str + 0x0000000040116258 0x45 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000004011629d 0x3 + .text.at_setup_cmd_cipsto + 0x00000000401162a0 0x12a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x12e (size before relaxing) + *fill* 0x00000000401163ca 0x2 + .text.at_plink_savesockopt + 0x00000000401163cc 0x7c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x84 (size before relaxing) + .text.at_setup_cmd_ciptcpopt + 0x0000000040116448 0x1a8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1bc (size before relaxing) + .text.at_query_cmd_cipstate + 0x00000000401165f0 0x9c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xa0 (size before relaxing) + .text.at_exe_cmd_cipstatus + 0x000000004011668c 0xa8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xac (size before relaxing) + .text.at_construct_head + 0x0000000040116734 0x125 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x0000000040116859 0x3 + .text.at_query_cmd_cipdns + 0x000000004011685c 0x1dd ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1ed (size before relaxing) + *fill* 0x0000000040116a39 0x3 + .text.at_setup_cmd_cipapmac + 0x0000000040116a3c 0x13e ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x15a (size before relaxing) + *fill* 0x0000000040116b7a 0x2 + .text.at_query_cmd_cipapmac + 0x0000000040116b7c 0xac ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xb0 (size before relaxing) + .text.at_setup_cmd_cipstamac + 0x0000000040116c28 0x147 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x166 (size before relaxing) + *fill* 0x0000000040116d6f 0x1 + .text.at_query_cmd_cipstamac + 0x0000000040116d70 0xb4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xb8 (size before relaxing) + .text.at_create_local_socket + 0x0000000040116e24 0x48 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x50 (size before relaxing) + .text.at_unlisten_when_reach_conn_max + 0x0000000040116e6c 0xf6 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x102 (size before relaxing) + *fill* 0x0000000040116f62 0x2 + .text.at_read_data_from_link + 0x0000000040116f64 0x69 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x75 (size before relaxing) + *fill* 0x0000000040116fcd 0x3 + .text.at_create_tcp_socket + 0x0000000040116fd0 0x112 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x126 (size before relaxing) + *fill* 0x00000000401170e2 0x2 + .text.at_create_server_socket + 0x00000000401170e4 0x10b ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x127 (size before relaxing) + *fill* 0x00000000401171ef 0x1 + .text.at_process_passive_read_event + 0x00000000401171f0 0x292 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x2ba (size before relaxing) + *fill* 0x0000000040117482 0x2 + .text.at_get_transmit_reconnect_interval + 0x0000000040117484 0xa ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040117484 at_get_transmit_reconnect_interval + *fill* 0x000000004011748e 0x2 + .text.at_reconnect_timeout_cb + 0x0000000040117490 0x6a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x76 (size before relaxing) + *fill* 0x00000000401174fa 0x2 + .text.at_set_transmit_reconnect_interval + 0x00000000401174fc 0x26 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x00000000401174fc at_set_transmit_reconnect_interval + *fill* 0x0000000040117522 0x2 + .text.at_setup_cmd_cipreconnintv + 0x0000000040117524 0x5e ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x6a (size before relaxing) + *fill* 0x0000000040117582 0x2 + .text.at_restore_dns_server + 0x0000000040117584 0xb4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xbc (size before relaxing) + 0x0000000040117584 at_restore_dns_server + .text.at_set_dns_server + 0x0000000040117638 0x86 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040117638 at_set_dns_server + *fill* 0x00000000401176be 0x2 + .text.at_setup_cmd_cipdns + 0x00000000401176c0 0x309 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x321 (size before relaxing) + *fill* 0x00000000401179c9 0x3 + .text.at_netconn_init + 0x00000000401179cc 0x9c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x00000000401179cc at_netconn_init + .text.at_get_netconn_max_num + 0x0000000040117a68 0xb ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040117a68 at_get_netconn_max_num + *fill* 0x0000000040117a73 0x1 + .text.at_update_link_state + 0x0000000040117a74 0x94 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040117a74 at_update_link_state + .text.at_get_pki_partition_name + 0x0000000040117b08 0xbd ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040117b08 at_get_pki_partition_name + *fill* 0x0000000040117bc5 0x3 + .text.at_get_pki_count + 0x0000000040117bc8 0x85 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x91 (size before relaxing) + 0x0000000040117bc8 at_get_pki_count + *fill* 0x0000000040117c4d 0x3 + .text.at_get_pki_item_length + 0x0000000040117c50 0xe9 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xf9 (size before relaxing) + 0x0000000040117c50 at_get_pki_item_length + *fill* 0x0000000040117d39 0x3 + .text.at_get_pki_item_data + 0x0000000040117d3c 0x52 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x5a (size before relaxing) + 0x0000000040117d3c at_get_pki_item_data + *fill* 0x0000000040117d8e 0x2 + .text.at_socket_client_create_cfg + 0x0000000040117d90 0x29a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x2a6 (size before relaxing) + *fill* 0x000000004011802a 0x2 + .text.at_create_ssl_socket + 0x000000004011802c 0x8a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x96 (size before relaxing) + *fill* 0x00000000401180b6 0x2 + .text.at_get_pki_data + 0x00000000401180b8 0x32 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x00000000401180b8 at_get_pki_data + *fill* 0x00000000401180ea 0x2 + .text.at_ssl_client_config_set + 0x00000000401180ec 0x41 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x00000000401180ec at_ssl_client_config_set + *fill* 0x000000004011812d 0x3 + .text.at_setup_cmd_cipsslcconf + 0x0000000040118130 0x1e6 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x202 (size before relaxing) + *fill* 0x0000000040118316 0x2 + .text.at_hostname_to_ipaddr + 0x0000000040118318 0xc3 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xcf (size before relaxing) + 0x0000000040118318 at_hostname_to_ipaddr + *fill* 0x00000000401183db 0x1 + .text.at_setup_cmd_savetranslink + 0x00000000401183dc 0x1c0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1dc (size before relaxing) + .text.at_setup_cmd_cipdomain + 0x000000004011859c 0xcc ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xe0 (size before relaxing) + .text.at_sending_data + 0x0000000040118668 0x389 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x395 (size before relaxing) + 0x0000000040118668 at_sending_data + *fill* 0x00000000401189f1 0x3 + .text.at_is_ultra_send_mode + 0x00000000401189f4 0x49 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x00000000401189f4 at_is_ultra_send_mode + *fill* 0x0000000040118a3d 0x3 + .text.at_ultra_send_stop + 0x0000000040118a40 0xde ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xea (size before relaxing) + 0x0000000040118a40 at_ultra_send_stop + *fill* 0x0000000040118b1e 0x2 + .text.at_get_cipsendl_port_recv_length + 0x0000000040118b20 0xa ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040118b20 at_get_cipsendl_port_recv_length + *fill* 0x0000000040118b2a 0x2 + .text.at_get_cipsendl_report_size + 0x0000000040118b2c 0xa ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040118b2c at_get_cipsendl_report_size + *fill* 0x0000000040118b36 0x2 + .text.at_ultra_sending_progress_report + 0x0000000040118b38 0xd2 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xf2 (size before relaxing) + *fill* 0x0000000040118c0a 0x2 + .text.at_ultra_sending_data + 0x0000000040118c0c 0x2f1 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x301 (size before relaxing) + *fill* 0x0000000040118efd 0x3 + .text.at_get_cipsendl_trans_size + 0x0000000040118f00 0xa ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040118f00 at_get_cipsendl_trans_size + *fill* 0x0000000040118f0a 0x2 + .text.at_query_cmd_cipsendlcfg + 0x0000000040118f0c 0x3d ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x49 (size before relaxing) + *fill* 0x0000000040118f49 0x3 + .text.at_transparent_transmit_set_func + 0x0000000040118f4c 0x73 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040118f4c at_transparent_transmit_set_func + *fill* 0x0000000040118fbf 0x1 + .text.at_get_transmission_mode + 0x0000000040118fc0 0x11 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x0000000040118fc0 at_get_transmission_mode + *fill* 0x0000000040118fd1 0x3 + .text.at_transparent_transmit_tcpip + 0x0000000040118fd4 0x182 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18e (size before relaxing) + *fill* 0x0000000040119156 0x2 + .text.at_query_cmd_cipmode + 0x0000000040119158 0x20 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x24 (size before relaxing) + .text.at_setup_cmd_cipserver + 0x0000000040119178 0x21c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x230 (size before relaxing) + .text.at_setup_cmd_cipmux + 0x0000000040119394 0x125 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x12d (size before relaxing) + *fill* 0x00000000401194b9 0x3 + .text.at_setup_cmd_cipsend_common + 0x00000000401194bc 0x289 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x29d (size before relaxing) + *fill* 0x0000000040119745 0x3 + .text.at_setup_cmd_cipsendex + 0x0000000040119748 0x18 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .text.at_setup_cmd_cipsendl + 0x0000000040119760 0x18 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .text.at_setup_cmd_cipsend + 0x0000000040119778 0x18 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1c (size before relaxing) + .text.at_setup_cmd_cipstart + 0x0000000040119790 0x4f0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x520 (size before relaxing) + .text.at_setup_cmd_cipstartex + 0x0000000040119c80 0x1a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x22 (size before relaxing) + *fill* 0x0000000040119c9a 0x2 + .text.at_post_link_data + 0x0000000040119c9c 0x12c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x134 (size before relaxing) + .text.at_process_recv_socket + 0x0000000040119dc8 0xca ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xde (size before relaxing) + *fill* 0x0000000040119e92 0x2 + .text.at_create_udp_socket + 0x0000000040119e94 0xec ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xf4 (size before relaxing) + .text.esp_at_socket_close_handle + 0x0000000040119f80 0x196 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1aa (size before relaxing) + *fill* 0x000000004011a116 0x2 + .text.at_is_transmission_send_mode + 0x000000004011a118 0x1c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x000000004011a118 at_is_transmission_send_mode + .text.at_socket_server_listen + 0x000000004011a134 0x56e ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x59e (size before relaxing) + *fill* 0x000000004011a6a2 0x2 + .text.at_create_client_socket + 0x000000004011a6a4 0x16a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x18e (size before relaxing) + *fill* 0x000000004011a80e 0x2 + .text.at_create_socket_handler + 0x000000004011a810 0x3a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x000000004011a84a 0x2 + .text.at_socket_retry_conn + 0x000000004011a84c 0x58 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x60 (size before relaxing) + .text.at_socket_task + 0x000000004011a8a4 0x5b4 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x5e4 (size before relaxing) + .text.at_set_transmission_mode + 0x000000004011ae58 0x11 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x000000004011ae58 at_set_transmission_mode + *fill* 0x000000004011ae69 0x3 + .text.esp_at_transmit_terminal + 0x000000004011ae6c 0x183 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x19f (size before relaxing) + 0x000000004011ae6c esp_at_transmit_terminal + *fill* 0x000000004011afef 0x1 + .text.at_transparent_transmit_preprocess + 0x000000004011aff0 0x8a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8e (size before relaxing) + 0x000000004011aff0 at_transparent_transmit_preprocess + *fill* 0x000000004011b07a 0x2 + .text.at_setup_cmd_cipmode + 0x000000004011b07c 0xe2 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0xee (size before relaxing) + *fill* 0x000000004011b15e 0x2 + .text.at_exe_cmd_cipsend + 0x000000004011b160 0x7a ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x86 (size before relaxing) + *fill* 0x000000004011b1da 0x2 + .text.trans_config_reinit + 0x000000004011b1dc 0x40 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x48 (size before relaxing) + 0x000000004011b1dc trans_config_reinit + .text.at_trans_client_init + 0x000000004011b21c 0x7f ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x8b (size before relaxing) + 0x000000004011b21c at_trans_client_init + *fill* 0x000000004011b29b 0x1 + .text.at_nvm_init_ip + 0x000000004011b29c 0x284 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x2b8 (size before relaxing) + .text.at_current_is_sendex_mode + 0x000000004011b520 0x2f ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x000000004011b520 at_current_is_sendex_mode + *fill* 0x000000004011b54f 0x1 + .text.at_socket_client_cleanup_all_task + 0x000000004011b550 0x56 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x62 (size before relaxing) + 0x000000004011b550 at_socket_client_cleanup_all_task + *fill* 0x000000004011b5a6 0x2 + .text.at_ipv4_addr_is_valid + 0x000000004011b5a8 0xb0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x000000004011b5a8 at_ipv4_addr_is_valid + .text.at_str_to_ip4addr + 0x000000004011b658 0x25 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x29 (size before relaxing) + 0x000000004011b658 at_str_to_ip4addr + *fill* 0x000000004011b67d 0x3 + .text.at_setup_cmd_cipsta + 0x000000004011b680 0x1b0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1d8 (size before relaxing) + 0x000000004011b680 at_setup_cmd_cipsta + .text.at_setup_cmd_cipap + 0x000000004011b830 0x1a2 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x1ce (size before relaxing) + 0x000000004011b830 at_setup_cmd_cipap + *fill* 0x000000004011b9d2 0x2 + .text.at_ipv6_is_enable + 0x000000004011b9d4 0xb ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x000000004011b9d4 at_ipv6_is_enable + *fill* 0x000000004011b9df 0x1 + .text.at_query_cmd_cipap + 0x000000004011b9e0 0x108 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x130 (size before relaxing) + .text.at_query_cmd_cipsta + 0x000000004011bae8 0x138 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x15c (size before relaxing) + .text.at_exe_cmd_cifsr + 0x000000004011bc20 0x2c8 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x338 (size before relaxing) + .text.at_ipv6_set + 0x000000004011bee8 0xb ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x000000004011bee8 at_ipv6_set + *fill* 0x000000004011bef3 0x1 + .text.at_setup_cmd_cipv6 + 0x000000004011bef4 0x8c ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x9c (size before relaxing) + .text.esp_at_net_cmd_regist + 0x000000004011bf80 0x44 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + 0x48 (size before relaxing) + 0x000000004011bf80 esp_at_net_cmd_regist + .text.at_setup_cmd_mdns + 0x000000004011bfc4 0x139 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + 0x149 (size before relaxing) + *fill* 0x000000004011c0fd 0x3 + .text.esp_at_mdns_cmd_regist + 0x000000004011c100 0x12 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + 0x000000004011c100 esp_at_mdns_cmd_regist + *fill* 0x000000004011c112 0x2 + .text.at_mqtt_find_link_index_by_client_handle + 0x000000004011c114 0x20 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .text.at_mqtt_print + 0x000000004011c134 0x3f ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x42 (size before relaxing) + *fill* 0x000000004011c173 0x1 + .text.at_mqtt_release_tls_config + 0x000000004011c174 0x87 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000004011c1fb 0x1 + .text.at_free_mqtt_alpn + 0x000000004011c1fc 0x3a ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000004011c236 0x2 + .text.at_mqtt_free + 0x000000004011c238 0x14a ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x15e (size before relaxing) + *fill* 0x000000004011c382 0x2 + .text.at_setup_cmd_mqtt_clean + 0x000000004011c384 0x95 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x9d (size before relaxing) + *fill* 0x000000004011c419 0x3 + .text.at_mqtt_reflesh_sub_info + 0x000000004011c41c 0x154 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .text.at_setup_cmd_mqtt_unsubscribe + 0x000000004011c570 0xf9 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x10d (size before relaxing) + *fill* 0x000000004011c669 0x3 + .text.at_setup_cmd_mqtt_conn_config + 0x000000004011c66c 0x239 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x269 (size before relaxing) + *fill* 0x000000004011c8a5 0x3 + .text.at_setup_cmd_mqtt_password + 0x000000004011c8a8 0xe8 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0xf4 (size before relaxing) + .text.at_setup_cmd_mqtt_username + 0x000000004011c990 0xec ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0xf4 (size before relaxing) + .text.at_setup_cmd_mqtt_client_id + 0x000000004011ca7c 0xe1 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0xf1 (size before relaxing) + *fill* 0x000000004011cb5d 0x3 + .text.at_setup_cmd_mqtt_subscribe + 0x000000004011cb60 0x129 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x141 (size before relaxing) + *fill* 0x000000004011cc89 0x3 + .text.at_mqtt_subscribe_topics + 0x000000004011cc8c 0x83 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000004011cd0f 0x1 + .text.at_query_cmd_mqtt_subscribe + 0x000000004011cd10 0xb4 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0xb8 (size before relaxing) + .text.at_setup_cmd_mqtt_user_config + 0x000000004011cdc4 0x388 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x3c8 (size before relaxing) + .text.at_setup_cmd_mqtt_alpn + 0x000000004011d14c 0x156 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x16a (size before relaxing) + *fill* 0x000000004011d2a2 0x2 + .text.at_setup_cmd_mqtt_publish_raw + 0x000000004011d2a4 0x2db ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x332 (size before relaxing) + *fill* 0x000000004011d57f 0x1 + .text.at_setup_cmd_mqtt_publish + 0x000000004011d580 0x19c ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x1bc (size before relaxing) + .text.at_mqtt_pub_wait_data_callback + 0x000000004011d71c 0x16 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x000000004011d732 0x2 + .text.mqtt_event_handler + 0x000000004011d734 0x2fd ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x315 (size before relaxing) + *fill* 0x000000004011da31 0x3 + .text.at_query_cmd_mqtt_connect + 0x000000004011da34 0x125 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x12d (size before relaxing) + *fill* 0x000000004011db59 0x3 + .text.at_mqtt_tls_config + 0x000000004011db5c 0x1ce ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x1f6 (size before relaxing) + *fill* 0x000000004011dd2a 0x2 + .text.at_mqtt_param_prepare + 0x000000004011dd2c 0x187 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x18b (size before relaxing) + *fill* 0x000000004011deb3 0x1 + .text.at_setup_cmd_mqtt_connect + 0x000000004011deb4 0x2bc ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x2f8 (size before relaxing) + .text.esp_at_mqtt_cmd_regist + 0x000000004011e170 0x12 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + 0x000000004011e170 esp_at_mqtt_cmd_regist + *fill* 0x000000004011e182 0x2 + .text.at_nvm_ap_type_config_set + 0x000000004011e184 0x44 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x50 (size before relaxing) + 0x000000004011e184 at_nvm_ap_type_config_set + .text.at_nvm_ap_type_config_get + 0x000000004011e1c8 0x38 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x40 (size before relaxing) + 0x000000004011e1c8 at_nvm_ap_type_config_get + .text.at_nvm_ble_config_set + 0x000000004011e200 0x284 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x2e0 (size before relaxing) + 0x000000004011e200 at_nvm_ble_config_set + .text.at_nvm_ble_config_get + 0x000000004011e484 0x33c ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x388 (size before relaxing) + 0x000000004011e484 at_nvm_ble_config_get + .text.at_nvm_ble_hid_config_set + 0x000000004011e7c0 0x59 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x69 (size before relaxing) + 0x000000004011e7c0 at_nvm_ble_hid_config_set + *fill* 0x000000004011e819 0x3 + .text.at_nvm_ble_hid_config_get + 0x000000004011e81c 0x62 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x6a (size before relaxing) + 0x000000004011e81c at_nvm_ble_hid_config_get + *fill* 0x000000004011e87e 0x2 + .text.at_nvm_blufi_config_set + 0x000000004011e880 0x44 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x50 (size before relaxing) + 0x000000004011e880 at_nvm_blufi_config_set + .text.at_nvm_blufi_config_get + 0x000000004011e8c4 0x4a ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x52 (size before relaxing) + 0x000000004011e8c4 at_nvm_blufi_config_get + *fill* 0x000000004011e90e 0x2 + .text.at_nvm_wifi_autoconn_config_set + 0x000000004011e910 0x44 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x50 (size before relaxing) + 0x000000004011e910 at_nvm_wifi_autoconn_config_set + .text.at_nvm_wifi_autoconn_config_get + 0x000000004011e954 0x75 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x8d (size before relaxing) + 0x000000004011e954 at_nvm_wifi_autoconn_config_get + *fill* 0x000000004011e9c9 0x3 + .text.at_nvm_wifi_reconn_config_set + 0x000000004011e9cc 0x56 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x66 (size before relaxing) + 0x000000004011e9cc at_nvm_wifi_reconn_config_set + *fill* 0x000000004011ea22 0x2 + .text.at_nvm_wifi_reconn_config_get + 0x000000004011ea24 0x85 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x95 (size before relaxing) + 0x000000004011ea24 at_nvm_wifi_reconn_config_get + *fill* 0x000000004011eaa9 0x3 + .text.at_nvm_softap_ip_config_set + 0x000000004011eaac 0x68 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x7c (size before relaxing) + 0x000000004011eaac at_nvm_softap_ip_config_set + .text.at_nvm_softap_ip_config_get + 0x000000004011eb14 0x5e ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x6a (size before relaxing) + 0x000000004011eb14 at_nvm_softap_ip_config_get + *fill* 0x000000004011eb72 0x2 + .text.at_nvm_station_ip_config_set + 0x000000004011eb74 0x68 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x7c (size before relaxing) + 0x000000004011eb74 at_nvm_station_ip_config_set + .text.at_nvm_station_ip_config_get + 0x000000004011ebdc 0x5e ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x6a (size before relaxing) + 0x000000004011ebdc at_nvm_station_ip_config_get + *fill* 0x000000004011ec3a 0x2 + .text.at_nvm_ipv6_config_set + 0x000000004011ec3c 0x44 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x50 (size before relaxing) + 0x000000004011ec3c at_nvm_ipv6_config_set + .text.at_nvm_ipv6_config_get + 0x000000004011ec80 0x3a ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x3e (size before relaxing) + 0x000000004011ec80 at_nvm_ipv6_config_get + *fill* 0x000000004011ecba 0x2 + .text.at_nvm_softap_mac_config_set + 0x000000004011ecbc 0x45 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x51 (size before relaxing) + 0x000000004011ecbc at_nvm_softap_mac_config_set + *fill* 0x000000004011ed01 0x3 + .text.at_nvm_softap_mac_config_get + 0x000000004011ed04 0x44 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x4c (size before relaxing) + 0x000000004011ed04 at_nvm_softap_mac_config_get + .text.at_nvm_station_mac_config_set + 0x000000004011ed48 0x45 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x51 (size before relaxing) + 0x000000004011ed48 at_nvm_station_mac_config_set + *fill* 0x000000004011ed8d 0x3 + .text.at_nvm_station_mac_config_get + 0x000000004011ed90 0x44 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x4c (size before relaxing) + 0x000000004011ed90 at_nvm_station_mac_config_get + .text.at_nvm_dhcp_config_set + 0x000000004011edd4 0x44 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x50 (size before relaxing) + 0x000000004011edd4 at_nvm_dhcp_config_set + .text.at_nvm_dhcp_config_get + 0x000000004011ee18 0x3a ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x3e (size before relaxing) + 0x000000004011ee18 at_nvm_dhcp_config_get + *fill* 0x000000004011ee52 0x2 + .text.at_nvm_dhcps_config_set + 0x000000004011ee54 0x7d ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x95 (size before relaxing) + 0x000000004011ee54 at_nvm_dhcps_config_set + *fill* 0x000000004011eed1 0x3 + .text.at_nvm_dhcps_config_get + 0x000000004011eed4 0x6e ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x7e (size before relaxing) + 0x000000004011eed4 at_nvm_dhcps_config_get + *fill* 0x000000004011ef42 0x2 + .text.at_nvm_trans_config_set + 0x000000004011ef44 0xb9 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0xdd (size before relaxing) + 0x000000004011ef44 at_nvm_trans_config_set + *fill* 0x000000004011effd 0x3 + .text.at_nvm_trans_config_get + 0x000000004011f000 0xcc ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0xd8 (size before relaxing) + 0x000000004011f000 at_nvm_trans_config_get + .text.at_nvm_dns_server_erase + 0x000000004011f0cc 0x36 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x42 (size before relaxing) + 0x000000004011f0cc at_nvm_dns_server_erase + *fill* 0x000000004011f102 0x2 + .text.at_nvm_dns_server_set + 0x000000004011f104 0x80 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x88 (size before relaxing) + 0x000000004011f104 at_nvm_dns_server_set + .text.at_nvm_dns_server_get + 0x000000004011f184 0x12a ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x136 (size before relaxing) + 0x000000004011f184 at_nvm_dns_server_get + *fill* 0x000000004011f2ae 0x2 + .text.at_nvm_sys_msg_set + 0x000000004011f2b0 0x4e ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x5a (size before relaxing) + 0x000000004011f2b0 at_nvm_sys_msg_set + *fill* 0x000000004011f2fe 0x2 + .text.at_nvm_sys_msg_get + 0x000000004011f300 0x40 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x48 (size before relaxing) + 0x000000004011f300 at_nvm_sys_msg_get + .text.at_nvm_ssl_client_conf_update + 0x000000004011f340 0xae ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0xc2 (size before relaxing) + 0x000000004011f340 at_nvm_ssl_client_conf_update + *fill* 0x000000004011f3ee 0x2 + .text.at_nvm_ssl_client_conf_set + 0x000000004011f3f0 0xb0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0xcc (size before relaxing) + 0x000000004011f3f0 at_nvm_ssl_client_conf_set + .text.at_nvm_ssl_client_conf_get + 0x000000004011f4a0 0x89 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x9d (size before relaxing) + 0x000000004011f4a0 at_nvm_ssl_client_conf_get + *fill* 0x000000004011f529 0x3 + .text.at_nvm_transmit_reconnect_config_set + 0x000000004011f52c 0x4e ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x5a (size before relaxing) + 0x000000004011f52c at_nvm_transmit_reconnect_config_set + *fill* 0x000000004011f57a 0x2 + .text.at_nvm_transmit_reconnect_config_get + 0x000000004011f57c 0x37 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x3f (size before relaxing) + 0x000000004011f57c at_nvm_transmit_reconnect_config_get + *fill* 0x000000004011f5b3 0x1 + .text.at_nvm_restore + 0x000000004011f5b4 0x24 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0x28 (size before relaxing) + 0x000000004011f5b4 at_nvm_restore + .text.at_nvm_sockopt_set + 0x000000004011f5d8 0xc4 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0xe0 (size before relaxing) + 0x000000004011f5d8 at_nvm_sockopt_set + .text.at_nvm_sockopt_get + 0x000000004011f69c 0xb5 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + 0xcd (size before relaxing) + 0x000000004011f69c at_nvm_sockopt_get + *fill* 0x000000004011f751 0x3 + .text.esp_at_ping_process + 0x000000004011f754 0x10a ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x122 (size before relaxing) + *fill* 0x000000004011f85e 0x2 + .text.at_setup_cmd_ping + 0x000000004011f860 0x6c ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x78 (size before relaxing) + .text.cmd_ping_on_ping_end + 0x000000004011f8cc 0xb8 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0xcc (size before relaxing) + .text.cmd_ping_on_ping_timeout + 0x000000004011f984 0x38 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x40 (size before relaxing) + .text.cmd_ping_on_ping_success + 0x000000004011f9bc 0x63 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x77 (size before relaxing) + *fill* 0x000000004011fa1f 0x1 + .text.esp_at_ping_cmd_regist + 0x000000004011fa20 0x12 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + 0x000000004011fa20 esp_at_ping_cmd_regist + *fill* 0x000000004011fa32 0x2 + .text.at_cipsendex_process + 0x000000004011fa34 0x80 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .text.at_get_trans_size + 0x000000004011fab4 0x19 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x1d (size before relaxing) + *fill* 0x000000004011facd 0x3 + .text.at_send_busy + 0x000000004011fad0 0xb ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0xe (size before relaxing) + 0x000000004011fad0 at_send_busy + *fill* 0x000000004011fadb 0x1 + .text.esp_at_port_enter_specific + 0x000000004011fadc 0x4e ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x000000004011fadc esp_at_port_enter_specific + *fill* 0x000000004011fb2a 0x2 + .text.esp_at_port_exit_specific + 0x000000004011fb2c 0x4e ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x000000004011fb2c esp_at_port_exit_specific + *fill* 0x000000004011fb7a 0x2 + .text.esp_at_response_result + 0x000000004011fb7c 0x18 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x1b (size before relaxing) + 0x000000004011fb7c esp_at_response_result + *fill* 0x000000004011fb94 0x0 + .text.at_handle_result_code + 0x000000004011fb94 0x5b ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x5e (size before relaxing) + 0x000000004011fb94 at_handle_result_code + *fill* 0x000000004011fbef 0x1 + .text.at_process_task + 0x000000004011fbf0 0xb3 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0xc3 (size before relaxing) + *fill* 0x000000004011fca3 0x1 + .text.at_handle_restart + 0x000000004011fca4 0x20 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x2c (size before relaxing) + 0x000000004011fca4 at_handle_restart + .text.at_recv_task + 0x000000004011fcc4 0x7db ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x89f (size before relaxing) + *fill* 0x000000004012049f 0x1 + .text.esp_at_clear_recv_queue + 0x00000000401204a0 0xd ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x00000000401204a0 esp_at_clear_recv_queue + *fill* 0x00000000401204ad 0x3 + .text.esp_at_module_init + 0x00000000401204b0 0x102 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + 0x121 (size before relaxing) + 0x00000000401204b0 esp_at_module_init + *fill* 0x00000000401205b2 0x2 + .text.at_exe_cmd_smartstop + 0x00000000401205b4 0x19 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + 0x1d (size before relaxing) + *fill* 0x00000000401205cd 0x3 + .text.at_exe_cmd_smartstart + 0x00000000401205d0 0x3d ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + 0x41 (size before relaxing) + *fill* 0x000000004012060d 0x3 + .text.at_setup_cmd_smartstart + 0x0000000040120610 0xea ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + 0xf2 (size before relaxing) + *fill* 0x00000000401206fa 0x2 + .text.at_smartconfig_event_handler + 0x00000000401206fc 0x177 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + 0x193 (size before relaxing) + *fill* 0x0000000040120873 0x1 + .text.esp_at_smartconfig_cmd_regist + 0x0000000040120874 0x24 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + 0x28 (size before relaxing) + 0x0000000040120874 esp_at_smartconfig_cmd_regist + .text.at_wifi_get_disconnected_rc + 0x0000000040120898 0xb ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x00000000401208a3 0x1 + .text.at_get_wifi_reconn_interval + 0x00000000401208a4 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x00000000401208ae 0x2 + .text.at_get_wifi_reconn_count + 0x00000000401208b0 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x00000000401208ba 0x2 + .text.at_get_wifi_reconn_current_index + 0x00000000401208bc 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x00000000401208c6 0x2 + .text.at_wifi_reconnect + 0x00000000401208c8 0xc2 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xca (size before relaxing) + *fill* 0x000000004012098a 0x2 + .text.at_exe_cmd_cwlif + 0x000000004012098c 0x111 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x115 (size before relaxing) + 0x000000004012098c at_exe_cmd_cwlif + *fill* 0x0000000040120a9d 0x3 + .text.at_deinit_wifi + 0x0000000040120aa0 0x21 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x25 (size before relaxing) + 0x0000000040120aa0 at_deinit_wifi + *fill* 0x0000000040120ac1 0x3 + .text.at_add_node_to_ap_station_list + 0x0000000040120ac4 0x4b ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x0000000040120b0f 0x1 + .text.at_wifi_scan_done_handler + 0x0000000040120b10 0x12 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x0000000040120b22 0x2 + .text.at_setup_cmd_cwlapopt + 0x0000000040120b24 0xe8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xec (size before relaxing) + .text.at_setup_cmd_cwcountry + 0x0000000040120c0c 0xf9 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x10d (size before relaxing) + *fill* 0x0000000040120d05 0x3 + .text.at_query_cmd_cwsap + 0x0000000040120d08 0xa0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .text.at_query_cmd_cwmode + 0x0000000040120da8 0x3a ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x0000000040120de2 0x2 + .text.at_query_cmd_cwcountry + 0x0000000040120de4 0x90 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x94 (size before relaxing) + .text.at_setup_cmd_cwhostname + 0x0000000040120e74 0x3e ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x46 (size before relaxing) + *fill* 0x0000000040120eb2 0x2 + .text.at_query_cmd_cwhostname + 0x0000000040120eb4 0x5c ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x64 (size before relaxing) + .text.at_setup_cmd_cwapproto + 0x0000000040120f10 0x52 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x56 (size before relaxing) + *fill* 0x0000000040120f62 0x2 + .text.at_setup_cmd_cwstaproto + 0x0000000040120f64 0x52 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x56 (size before relaxing) + *fill* 0x0000000040120fb6 0x2 + .text.at_query_cmd_cwapproto + 0x0000000040120fb8 0x40 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .text.at_query_cmd_cwstaproto + 0x0000000040120ff8 0x3c ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .text.at_setup_cmd_cwdhcps + 0x0000000040121034 0x1f0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x21c (size before relaxing) + .text.at_query_cmd_cwdhcps + 0x0000000040121224 0xf8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x104 (size before relaxing) + .text.at_exe_cmd_cwqif + 0x000000004012131c 0x39 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x3d (size before relaxing) + *fill* 0x0000000040121355 0x3 + .text.at_get_ap_station_aid + 0x0000000040121358 0x2a ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x0000000040121382 0x2 + .text.at_setup_cmd_cwqif + 0x0000000040121384 0x4f ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x57 (size before relaxing) + *fill* 0x00000000401213d3 0x1 + .text.at_del_node_from_ap_station_list + 0x00000000401213d4 0x64 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .text.at_setup_cmd_cwsap + 0x0000000040121438 0x1fe ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x212 (size before relaxing) + *fill* 0x0000000040121636 0x2 + .text.at_cwlap_response + 0x0000000040121638 0x4c2 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x0000000040121afa 0x2 + .text.at_query_cmd_cwreconncfg + 0x0000000040121afc 0x76 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x7e (size before relaxing) + *fill* 0x0000000040121b72 0x2 + .text.at_wifi_set_disconnected_rc + 0x0000000040121b74 0x62 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x0000000040121bd6 0x2 + .text.at_event_handlers_register + 0x0000000040121bd8 0xce ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x0000000040121ca6 0x2 + .text.at_ip_ap_staipassigned_handler + 0x0000000040121ca8 0xe8 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xf0 (size before relaxing) + .text.at_wifi_ap_stadisconnected_handler + 0x0000000040121d90 0x8e ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x9a (size before relaxing) + *fill* 0x0000000040121e1e 0x2 + .text.at_wifi_ap_staconnected_handler + 0x0000000040121e20 0x8e ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x9a (size before relaxing) + *fill* 0x0000000040121eae 0x2 + .text.at_ip_sta_got_ip6_handler + 0x0000000040121eb0 0x4d ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x54 (size before relaxing) + *fill* 0x0000000040121efd 0x3 + .text.at_wifi_ap_start_handler + 0x0000000040121f00 0x63 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x73 (size before relaxing) + *fill* 0x0000000040121f63 0x1 + .text.at_wifi_get_auth_floor + 0x0000000040121f64 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x0000000040121f64 at_wifi_get_auth_floor + *fill* 0x0000000040121f6e 0x2 + .text.at_wifi_set_auth_floor + 0x0000000040121f70 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x0000000040121f70 at_wifi_set_auth_floor + *fill* 0x0000000040121f7a 0x2 + .text.at_set_wifi_poweron_autoconn + 0x0000000040121f7c 0xb ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x0000000040121f7c at_set_wifi_poweron_autoconn + *fill* 0x0000000040121f87 0x1 + .text.at_setup_cmd_cwautoconn + 0x0000000040121f88 0x86 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x8e (size before relaxing) + *fill* 0x000000004012200e 0x2 + .text.at_get_wifi_poweron_autoconn + 0x0000000040122010 0xb ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x0000000040122010 at_get_wifi_poweron_autoconn + *fill* 0x000000004012201b 0x1 + .text.at_query_cmd_cwautoconn + 0x000000004012201c 0x31 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + *fill* 0x000000004012204d 0x3 + .text.at_set_wifi_reconn_interval + 0x0000000040122050 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x0000000040122050 at_set_wifi_reconn_interval + *fill* 0x000000004012205a 0x2 + .text.at_set_wifi_reconn_count + 0x000000004012205c 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x000000004012205c at_set_wifi_reconn_count + *fill* 0x0000000040122066 0x2 + .text.at_wifi_reconnect_init + 0x0000000040122068 0x35 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x0000000040122068 at_wifi_reconnect_init + *fill* 0x000000004012209d 0x3 + .text.at_setup_cmd_cwreconncfg + 0x00000000401220a0 0xf5 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x10d (size before relaxing) + *fill* 0x0000000040122195 0x3 + .text.at_set_dhcp_status + 0x0000000040122198 0x146 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x15e (size before relaxing) + 0x0000000040122198 at_set_dhcp_status + *fill* 0x00000000401222de 0x2 + .text.at_nvm_init_wifi + 0x00000000401222e0 0x272 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x2b6 (size before relaxing) + *fill* 0x0000000040122552 0x2 + .text.at_get_dhcp_status + 0x0000000040122554 0x72 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x0000000040122554 at_get_dhcp_status + *fill* 0x00000000401225c6 0x2 + .text.at_setup_cmd_cwdhcp + 0x00000000401225c8 0x13e ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x16a (size before relaxing) + *fill* 0x0000000040122706 0x2 + .text.at_query_cmd_cwdhcp + 0x0000000040122708 0x74 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x78 (size before relaxing) + .text.at_wifi_set_sta_state + 0x000000004012277c 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x000000004012277c at_wifi_set_sta_state + *fill* 0x0000000040122786 0x2 + .text.at_wifi_disconnect + 0x0000000040122788 0x2e ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x32 (size before relaxing) + 0x0000000040122788 at_wifi_disconnect + *fill* 0x00000000401227b6 0x2 + .text.at_wifi_reconnect_stop + 0x00000000401227b8 0x2e ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x32 (size before relaxing) + 0x00000000401227b8 at_wifi_reconnect_stop + *fill* 0x00000000401227e6 0x2 + .text.at_wifi_scan_start + 0x00000000401227e8 0x62 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x6a (size before relaxing) + 0x00000000401227e8 at_wifi_scan_start + *fill* 0x000000004012284a 0x2 + .text.at_exe_cmd_cwlap + 0x000000004012284c 0x60 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x64 (size before relaxing) + .text.at_setup_cmd_cwlap + 0x00000000401228ac 0x208 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x218 (size before relaxing) + .text.at_exe_cmd_cwqap + 0x0000000040122ab4 0x39 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x3d (size before relaxing) + *fill* 0x0000000040122aed 0x3 + .text.at_wifi_sta_connected_handler + 0x0000000040122af0 0x5b ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x77 (size before relaxing) + *fill* 0x0000000040122b4b 0x1 + .text.at_wifi_get_sta_state + 0x0000000040122b4c 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x0000000040122b4c at_wifi_get_sta_state + *fill* 0x0000000040122b56 0x2 + .text.at_wifi_connect + 0x0000000040122b58 0x4f ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x57 (size before relaxing) + 0x0000000040122b58 at_wifi_connect + *fill* 0x0000000040122ba7 0x1 + .text.at_setup_cmd_cwjap + 0x0000000040122ba8 0x3b2 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x3e6 (size before relaxing) + *fill* 0x0000000040122f5a 0x2 + .text.at_setup_cmd_cwmode + 0x0000000040122f5c 0x178 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x188 (size before relaxing) + .text.at_wifi_reconnect_fn + 0x00000000401230d4 0x80 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x8c (size before relaxing) + .text.at_exe_cmd_cwjap + 0x0000000040123154 0xce ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xea (size before relaxing) + *fill* 0x0000000040123222 0x2 + .text.at_query_cmd_cwjap + 0x0000000040123224 0x144 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x148 (size before relaxing) + .text.at_query_cmd_cwstate + 0x0000000040123368 0x75 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x81 (size before relaxing) + *fill* 0x00000000401233dd 0x3 + .text.at_wifi_sta_disconnected_handler + 0x00000000401233e0 0xae ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xd6 (size before relaxing) + *fill* 0x000000004012348e 0x2 + .text.esp_at_wifi_set_configure_type + 0x0000000040123490 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x0000000040123490 esp_at_wifi_set_configure_type + *fill* 0x000000004012349a 0x2 + .text.esp_at_wifi_get_configure_type + 0x000000004012349c 0xa ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0x000000004012349c esp_at_wifi_get_configure_type + *fill* 0x00000000401234a6 0x2 + .text.at_ip_sta_got_ip_handler + 0x00000000401234a8 0xd5 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xfd (size before relaxing) + *fill* 0x000000004012357d 0x3 + .text.esp_at_wifi_cmd_regist + 0x0000000040123580 0xa1 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + 0xb5 (size before relaxing) + 0x0000000040123580 esp_at_wifi_cmd_regist + *fill* 0x0000000040123621 0x3 + .text.at_setup_cmd_wps + 0x0000000040123624 0x102 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + 0x10e (size before relaxing) + *fill* 0x0000000040123726 0x2 + .text.at_wps_event_handler + 0x0000000040123728 0x7f ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + 0x8a (size before relaxing) + *fill* 0x00000000401237a7 0x1 + .text.esp_at_wps_cmd_regist + 0x00000000401237a8 0x24 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + 0x28 (size before relaxing) + 0x00000000401237a8 esp_at_wps_cmd_regist + .text.at_eap_print + 0x00000000401237cc 0x19 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + 0x1c (size before relaxing) + *fill* 0x00000000401237e5 0x3 + .text.at_wifi_set_ap_type_to_ram + 0x00000000401237e8 0xa ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + 0x00000000401237e8 at_wifi_set_ap_type_to_ram + *fill* 0x00000000401237f2 0x2 + .text.at_wifi_set_ap_type + 0x00000000401237f4 0x4a ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + 0x4e (size before relaxing) + 0x00000000401237f4 at_wifi_set_ap_type + *fill* 0x000000004012383e 0x2 + .text.at_wifi_get_ap_type + 0x0000000040123840 0xa ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + 0x0000000040123840 at_wifi_get_ap_type + *fill* 0x000000004012384a 0x2 + .text.at_release_wpa2 + 0x000000004012384c 0x66 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + 0x7a (size before relaxing) + 0x000000004012384c at_release_wpa2 + *fill* 0x00000000401238b2 0x2 + .text.esp_at_eth_is_enable + 0x00000000401238b4 0xb ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + 0x00000000401238b4 esp_at_eth_is_enable + *fill* 0x00000000401238bf 0x1 + .text.at_eth_get_sta_state + 0x00000000401238c0 0xa ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + 0x00000000401238c0 at_eth_get_sta_state + *fill* 0x00000000401238ca 0x2 + .text.esp_blufi_register_callbacks + 0x00000000401238cc 0x2f esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + 0x37 (size before relaxing) + 0x00000000401238cc esp_blufi_register_callbacks + *fill* 0x00000000401238fb 0x1 + .text.esp_blufi_send_wifi_conn_report + 0x00000000401238fc 0x44 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + 0x48 (size before relaxing) + 0x00000000401238fc esp_blufi_send_wifi_conn_report + .text.esp_blufi_profile_init + 0x0000000040123940 0x35 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + 0x39 (size before relaxing) + 0x0000000040123940 esp_blufi_profile_init + *fill* 0x0000000040123975 0x3 + .text.esp_blufi_send_error_info + 0x0000000040123978 0x3a esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + 0x3e (size before relaxing) + 0x0000000040123978 esp_blufi_send_error_info + *fill* 0x00000000401239b2 0x2 + .text.btc_profile_cb_set + 0x00000000401239b4 0x1d esp-idf/bt/libbt.a(btc_manage.c.obj) + 0x00000000401239b4 btc_profile_cb_set + *fill* 0x00000000401239d1 0x3 + .text.btc_profile_cb_get + 0x00000000401239d4 0x1c esp-idf/bt/libbt.a(btc_manage.c.obj) + 0x00000000401239d4 btc_profile_cb_get + .text.btc_task_post + 0x00000000401239f0 0x3a esp-idf/bt/libbt.a(btc_task.c.obj) + 0x3e (size before relaxing) + *fill* 0x0000000040123a2a 0x2 + .text.btc_thread_handler + 0x0000000040123a2c 0x4e esp-idf/bt/libbt.a(btc_task.c.obj) + *fill* 0x0000000040123a7a 0x2 + .text.btc_deinit_mem + 0x0000000040123a7c 0x7e esp-idf/bt/libbt.a(btc_task.c.obj) + *fill* 0x0000000040123afa 0x2 + .text.btc_init_mem + 0x0000000040123afc 0xb7 esp-idf/bt/libbt.a(btc_task.c.obj) + 0xba (size before relaxing) + *fill* 0x0000000040123bb3 0x1 + .text.btc_transfer_context + 0x0000000040123bb4 0x60 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x0000000040123bb4 btc_transfer_context + .text.btc_inter_profile_call + 0x0000000040123c14 0x48 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x0000000040123c14 btc_inter_profile_call + .text.btc_init + 0x0000000040123c5c 0x31 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x39 (size before relaxing) + 0x0000000040123c5c btc_init + *fill* 0x0000000040123c8d 0x3 + .text.btc_deinit + 0x0000000040123c90 0x16 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x1a (size before relaxing) + 0x0000000040123c90 btc_deinit + *fill* 0x0000000040123ca6 0x2 + .text.btc_blufi_profile_init + 0x0000000040123ca8 0x32 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040123cda 0x2 + .text.btc_blufi_profile_deinit + 0x0000000040123cdc 0x1e esp-idf/bt/libbt.a(blufi_prf.c.obj) + *fill* 0x0000000040123cfa 0x2 + .text.btc_blufi_send_notify + 0x0000000040123cfc 0xe esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x12 (size before relaxing) + 0x0000000040123cfc btc_blufi_send_notify + *fill* 0x0000000040123d0a 0x2 + .text.btc_blufi_report_error + 0x0000000040123d0c 0x24 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x0000000040123d0c btc_blufi_report_error + .text.btc_blufi_send_encap + 0x0000000040123d30 0x1db esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x1df (size before relaxing) + 0x0000000040123d30 btc_blufi_send_encap + *fill* 0x0000000040123f0b 0x1 + .text.btc_blufi_send_ack + 0x0000000040123f0c 0x14 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .text.btc_blufi_recv_handler + 0x0000000040123f20 0x164 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x174 (size before relaxing) + 0x0000000040123f20 btc_blufi_recv_handler + .text.btc_blufi_wifi_conn_report + 0x0000000040124084 0x11b esp-idf/bt/libbt.a(blufi_prf.c.obj) + *fill* 0x000000004012419f 0x1 + .text.btc_blufi_send_error_info + 0x00000000401241a0 0x26 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000401241c6 0x2 + .text.btc_blufi_send_custom_data + 0x00000000401241c8 0x44 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x48 (size before relaxing) + .text.btc_blufi_send_wifi_list + 0x000000004012420c 0x96 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x000000004012420c btc_blufi_send_wifi_list + *fill* 0x00000000401242a2 0x2 + .text.btc_blufi_cb_deep_copy + 0x00000000401242a4 0x128 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x00000000401242a4 btc_blufi_cb_deep_copy + .text.btc_blufi_cb_deep_free + 0x00000000401243cc 0xa6 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x00000000401243cc btc_blufi_cb_deep_free + *fill* 0x0000000040124472 0x2 + .text.btc_blufi_cb_handler + 0x0000000040124474 0x29e esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x2aa (size before relaxing) + 0x0000000040124474 btc_blufi_cb_handler + *fill* 0x0000000040124712 0x2 + .text.btc_blufi_call_deep_copy + 0x0000000040124714 0x1c4 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x0000000040124714 btc_blufi_call_deep_copy + .text.btc_blufi_call_deep_free + 0x00000000401248d8 0x64 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x00000000401248d8 btc_blufi_call_deep_free + .text.btc_blufi_call_handler + 0x000000004012493c 0x65 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x73 (size before relaxing) + 0x000000004012493c btc_blufi_call_handler + *fill* 0x00000000401249a1 0x3 + .text.btc_blufi_set_callbacks + 0x00000000401249a4 0xc esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x00000000401249a4 btc_blufi_set_callbacks + .text.btc_blufi_protocol_handler + 0x00000000401249b0 0x3ab esp-idf/bt/libbt.a(blufi_protocol.c.obj) + 0x3d3 (size before relaxing) + 0x00000000401249b0 btc_blufi_protocol_handler + *fill* 0x0000000040124d5b 0x1 + .text.osi_thread_run + 0x0000000040124d5c 0x6a esp-idf/bt/libbt.a(thread.c.obj) + 0x72 (size before relaxing) + *fill* 0x0000000040124dc6 0x2 + .text.osi_thread_join + 0x0000000040124dc8 0x25 esp-idf/bt/libbt.a(thread.c.obj) + *fill* 0x0000000040124ded 0x3 + .text.osi_thread_stop + 0x0000000040124df0 0x3a esp-idf/bt/libbt.a(thread.c.obj) + 0x3e (size before relaxing) + *fill* 0x0000000040124e2a 0x2 + .text.osi_thread_create + 0x0000000040124e2c 0x13b esp-idf/bt/libbt.a(thread.c.obj) + 0x153 (size before relaxing) + 0x0000000040124e2c osi_thread_create + *fill* 0x0000000040124f67 0x1 + .text.osi_thread_free + 0x0000000040124f68 0x58 esp-idf/bt/libbt.a(thread.c.obj) + 0x5f (size before relaxing) + 0x0000000040124f68 osi_thread_free + *fill* 0x0000000040124fc0 0x0 + .text.osi_thread_post + 0x0000000040124fc0 0x7b esp-idf/bt/libbt.a(thread.c.obj) + 0x0000000040124fc0 osi_thread_post + *fill* 0x000000004012503b 0x1 + .text.osi_sem_new + 0x000000004012503c 0x22 esp-idf/bt/libbt.a(semaphore.c.obj) + 0x000000004012503c osi_sem_new + *fill* 0x000000004012505e 0x2 + .text.osi_sem_give + 0x0000000040125060 0x13 esp-idf/bt/libbt.a(semaphore.c.obj) + 0x0000000040125060 osi_sem_give + *fill* 0x0000000040125073 0x1 + .text.osi_sem_take + 0x0000000040125074 0x35 esp-idf/bt/libbt.a(semaphore.c.obj) + 0x0000000040125074 osi_sem_take + *fill* 0x00000000401250a9 0x3 + .text.osi_sem_free + 0x00000000401250ac 0x12 esp-idf/bt/libbt.a(semaphore.c.obj) + 0x00000000401250ac osi_sem_free + *fill* 0x00000000401250be 0x2 + .text.esp_bt_dev_get_address + 0x00000000401250c0 0x1d esp-idf/bt/libbt.a(esp_bt_device.c.obj) + 0x21 (size before relaxing) + 0x00000000401250c0 esp_bt_dev_get_address + *fill* 0x00000000401250dd 0x3 + .text.esp_bt_dev_set_device_name + 0x00000000401250e0 0x76 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + 0x7a (size before relaxing) + 0x00000000401250e0 esp_bt_dev_set_device_name + *fill* 0x0000000040125156 0x2 + .text.esp_bluedroid_get_status + 0x0000000040125158 0x21 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + 0x0000000040125158 esp_bluedroid_get_status + *fill* 0x0000000040125179 0x3 + .text.esp_bluedroid_enable + 0x000000004012517c 0x74 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + 0x80 (size before relaxing) + 0x000000004012517c esp_bluedroid_enable + .text.esp_bluedroid_disable + 0x00000000401251f0 0x5e esp-idf/bt/libbt.a(esp_bt_main.c.obj) + 0x6a (size before relaxing) + 0x00000000401251f0 esp_bluedroid_disable + *fill* 0x000000004012524e 0x2 + .text.esp_bluedroid_init + 0x0000000040125250 0x74 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + 0x84 (size before relaxing) + 0x0000000040125250 esp_bluedroid_init + .text.esp_bluedroid_deinit + 0x00000000401252c4 0x74 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + 0x84 (size before relaxing) + 0x00000000401252c4 esp_bluedroid_deinit + .text.esp_ble_gap_register_callback + 0x0000000040125338 0x23 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x27 (size before relaxing) + 0x0000000040125338 esp_ble_gap_register_callback + *fill* 0x000000004012535b 0x1 + .text.esp_ble_gap_config_adv_data + 0x000000004012535c 0x66 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x6e (size before relaxing) + 0x000000004012535c esp_ble_gap_config_adv_data + *fill* 0x00000000401253c2 0x2 + .text.esp_ble_gap_set_scan_params + 0x00000000401253c4 0x52 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x56 (size before relaxing) + 0x00000000401253c4 esp_ble_gap_set_scan_params + *fill* 0x0000000040125416 0x2 + .text.esp_ble_gap_start_scanning + 0x0000000040125418 0x40 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x44 (size before relaxing) + 0x0000000040125418 esp_ble_gap_start_scanning + .text.esp_ble_gap_stop_scanning + 0x0000000040125458 0x36 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x3a (size before relaxing) + 0x0000000040125458 esp_ble_gap_stop_scanning + *fill* 0x000000004012548e 0x2 + .text.esp_ble_gap_start_advertising + 0x0000000040125490 0x4a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x4e (size before relaxing) + 0x0000000040125490 esp_ble_gap_start_advertising + *fill* 0x00000000401254da 0x2 + .text.esp_ble_gap_stop_advertising + 0x00000000401254dc 0x35 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x39 (size before relaxing) + 0x00000000401254dc esp_ble_gap_stop_advertising + *fill* 0x0000000040125511 0x3 + .text.esp_ble_gap_update_conn_params + 0x0000000040125514 0x12a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x12e (size before relaxing) + 0x0000000040125514 esp_ble_gap_update_conn_params + *fill* 0x000000004012563e 0x2 + .text.esp_ble_gap_set_pkt_data_len + 0x0000000040125640 0x4e esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x56 (size before relaxing) + 0x0000000040125640 esp_ble_gap_set_pkt_data_len + *fill* 0x000000004012568e 0x2 + .text.esp_ble_gap_set_rand_addr + 0x0000000040125690 0x4a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x4e (size before relaxing) + 0x0000000040125690 esp_ble_gap_set_rand_addr + *fill* 0x00000000401256da 0x2 + .text.esp_ble_gap_clear_rand_addr + 0x00000000401256dc 0x36 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x3a (size before relaxing) + 0x00000000401256dc esp_ble_gap_clear_rand_addr + *fill* 0x0000000040125712 0x2 + .text.esp_ble_gap_config_local_privacy + 0x0000000040125714 0x41 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x49 (size before relaxing) + 0x0000000040125714 esp_ble_gap_config_local_privacy + *fill* 0x0000000040125755 0x3 + .text.esp_ble_gap_config_local_icon + 0x0000000040125758 0x21a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x21e (size before relaxing) + 0x0000000040125758 esp_ble_gap_config_local_icon + *fill* 0x0000000040125972 0x2 + .text.esp_ble_gap_set_device_name + 0x0000000040125974 0x1a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x1e (size before relaxing) + 0x0000000040125974 esp_ble_gap_set_device_name + *fill* 0x000000004012598e 0x2 + .text.esp_ble_resolve_adv_data + 0x0000000040125990 0x3e esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x0000000040125990 esp_ble_resolve_adv_data + *fill* 0x00000000401259ce 0x2 + .text.esp_ble_gap_config_adv_data_raw + 0x00000000401259d0 0x5a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x5e (size before relaxing) + 0x00000000401259d0 esp_ble_gap_config_adv_data_raw + *fill* 0x0000000040125a2a 0x2 + .text.esp_ble_gap_config_scan_rsp_data_raw + 0x0000000040125a2c 0x5a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x5e (size before relaxing) + 0x0000000040125a2c esp_ble_gap_config_scan_rsp_data_raw + *fill* 0x0000000040125a86 0x2 + .text.esp_ble_gap_set_security_param + 0x0000000040125a88 0xb6 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0xba (size before relaxing) + 0x0000000040125a88 esp_ble_gap_set_security_param + *fill* 0x0000000040125b3e 0x2 + .text.esp_ble_set_encryption + 0x0000000040125b40 0x4c esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x50 (size before relaxing) + 0x0000000040125b40 esp_ble_set_encryption + .text.esp_ble_gap_security_rsp + 0x0000000040125b8c 0x4e esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x56 (size before relaxing) + 0x0000000040125b8c esp_ble_gap_security_rsp + *fill* 0x0000000040125bda 0x2 + .text.esp_ble_passkey_reply + 0x0000000040125bdc 0x4f esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x57 (size before relaxing) + 0x0000000040125bdc esp_ble_passkey_reply + *fill* 0x0000000040125c2b 0x1 + .text.esp_ble_confirm_reply + 0x0000000040125c2c 0x4e esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x56 (size before relaxing) + 0x0000000040125c2c esp_ble_confirm_reply + *fill* 0x0000000040125c7a 0x2 + .text.esp_ble_remove_bond_device + 0x0000000040125c7c 0x38 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x3c (size before relaxing) + 0x0000000040125c7c esp_ble_remove_bond_device + .text.esp_ble_get_bond_device_num + 0x0000000040125cb4 0x18 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x1c (size before relaxing) + 0x0000000040125cb4 esp_ble_get_bond_device_num + .text.esp_ble_get_bond_device_list + 0x0000000040125ccc 0x52 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x56 (size before relaxing) + 0x0000000040125ccc esp_ble_get_bond_device_list + *fill* 0x0000000040125d1e 0x2 + .text.esp_ble_gap_disconnect + 0x0000000040125d20 0x4a esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x4e (size before relaxing) + 0x0000000040125d20 esp_ble_gap_disconnect + *fill* 0x0000000040125d6a 0x2 + .text.esp_ble_gatt_set_local_mtu + 0x0000000040125d6c 0x52 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + 0x5a (size before relaxing) + 0x0000000040125d6c esp_ble_gatt_set_local_mtu + *fill* 0x0000000040125dbe 0x2 + .text.esp_ble_get_cur_sendable_packets_num + 0x0000000040125dc0 0xd esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + 0x10 (size before relaxing) + 0x0000000040125dc0 esp_ble_get_cur_sendable_packets_num + *fill* 0x0000000040125dcd 0x3 + .text.esp_ble_gattc_register_callback + 0x0000000040125dd0 0x24 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x28 (size before relaxing) + 0x0000000040125dd0 esp_ble_gattc_register_callback + .text.esp_ble_gattc_app_register + 0x0000000040125df4 0x4e esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x56 (size before relaxing) + 0x0000000040125df4 esp_ble_gattc_app_register + *fill* 0x0000000040125e42 0x2 + .text.esp_ble_gattc_app_unregister + 0x0000000040125e44 0x42 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x4a (size before relaxing) + 0x0000000040125e44 esp_ble_gattc_app_unregister + *fill* 0x0000000040125e86 0x2 + .text.esp_ble_gattc_open + 0x0000000040125e88 0x59 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x5d (size before relaxing) + 0x0000000040125e88 esp_ble_gattc_open + *fill* 0x0000000040125ee1 0x3 + .text.esp_ble_gattc_close + 0x0000000040125ee4 0x4e esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x52 (size before relaxing) + 0x0000000040125ee4 esp_ble_gattc_close + *fill* 0x0000000040125f32 0x2 + .text.esp_ble_gattc_send_mtu_req + 0x0000000040125f34 0x4e esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x52 (size before relaxing) + 0x0000000040125f34 esp_ble_gattc_send_mtu_req + *fill* 0x0000000040125f82 0x2 + .text.esp_ble_gattc_search_service + 0x0000000040125f84 0x6e esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x72 (size before relaxing) + 0x0000000040125f84 esp_ble_gattc_search_service + *fill* 0x0000000040125ff2 0x2 + .text.esp_ble_gattc_get_service + 0x0000000040125ff4 0x5c esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x60 (size before relaxing) + 0x0000000040125ff4 esp_ble_gattc_get_service + .text.esp_ble_gattc_get_all_char + 0x0000000040126050 0x79 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x0000000040126050 esp_ble_gattc_get_all_char + *fill* 0x00000000401260c9 0x3 + .text.esp_ble_gattc_get_all_descr + 0x00000000401260cc 0x66 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x6a (size before relaxing) + 0x00000000401260cc esp_ble_gattc_get_all_descr + *fill* 0x0000000040126132 0x2 + .text.esp_ble_gattc_get_include_service + 0x0000000040126134 0x77 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x0000000040126134 esp_ble_gattc_get_include_service + *fill* 0x00000000401261ab 0x1 + .text.esp_ble_gattc_get_attr_count + 0x00000000401261ac 0x5e esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x00000000401261ac esp_ble_gattc_get_attr_count + *fill* 0x000000004012620a 0x2 + .text.esp_ble_gattc_read_char + 0x000000004012620c 0x74 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x80 (size before relaxing) + 0x000000004012620c esp_ble_gattc_read_char + .text.esp_ble_gattc_read_char_descr + 0x0000000040126280 0x74 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x80 (size before relaxing) + 0x0000000040126280 esp_ble_gattc_read_char_descr + .text.esp_ble_gattc_write_char + 0x00000000401262f4 0x99 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0xa5 (size before relaxing) + 0x00000000401262f4 esp_ble_gattc_write_char + *fill* 0x000000004012638d 0x3 + .text.esp_ble_gattc_write_char_descr + 0x0000000040126390 0x9c esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0xa8 (size before relaxing) + 0x0000000040126390 esp_ble_gattc_write_char_descr + .text.esp_ble_gattc_prepare_write + 0x000000004012642c 0x89 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x99 (size before relaxing) + 0x000000004012642c esp_ble_gattc_prepare_write + *fill* 0x00000000401264b5 0x3 + .text.esp_ble_gattc_execute_write + 0x00000000401264b8 0x56 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x5a (size before relaxing) + 0x00000000401264b8 esp_ble_gattc_execute_write + *fill* 0x000000004012650e 0x2 + .text.esp_ble_gattc_register_for_notify + 0x0000000040126510 0x52 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x5a (size before relaxing) + 0x0000000040126510 esp_ble_gattc_register_for_notify + *fill* 0x0000000040126562 0x2 + .text.esp_ble_gatts_register_callback + 0x0000000040126564 0x22 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x26 (size before relaxing) + 0x0000000040126564 esp_ble_gatts_register_callback + *fill* 0x0000000040126586 0x2 + .text.esp_ble_gatts_app_register + 0x0000000040126588 0x4c esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x54 (size before relaxing) + 0x0000000040126588 esp_ble_gatts_app_register + .text.esp_ble_gatts_app_unregister + 0x00000000401265d4 0x42 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x4a (size before relaxing) + 0x00000000401265d4 esp_ble_gatts_app_unregister + *fill* 0x0000000040126616 0x2 + .text.esp_ble_gatts_create_attr_tab + 0x0000000040126618 0x52 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x56 (size before relaxing) + 0x0000000040126618 esp_ble_gatts_create_attr_tab + *fill* 0x000000004012666a 0x2 + .text.esp_ble_gatts_delete_service + 0x000000004012666c 0x42 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x4a (size before relaxing) + 0x000000004012666c esp_ble_gatts_delete_service + *fill* 0x00000000401266ae 0x2 + .text.esp_ble_gatts_start_service + 0x00000000401266b0 0x42 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x4a (size before relaxing) + 0x00000000401266b0 esp_ble_gatts_start_service + *fill* 0x00000000401266f2 0x2 + .text.esp_ble_gatts_stop_service + 0x00000000401266f4 0x42 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x4a (size before relaxing) + 0x00000000401266f4 esp_ble_gatts_stop_service + *fill* 0x0000000040126736 0x2 + .text.esp_ble_gatts_send_indicate + 0x0000000040126738 0x8f esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x9f (size before relaxing) + 0x0000000040126738 esp_ble_gatts_send_indicate + *fill* 0x00000000401267c7 0x1 + .text.esp_ble_gatts_set_attr_value + 0x00000000401267c8 0x4c esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x50 (size before relaxing) + 0x00000000401267c8 esp_ble_gatts_set_attr_value + .text._btc_storage_save + 0x0000000040126814 0x126 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x16e (size before relaxing) + *fill* 0x000000004012693a 0x2 + .text._btc_storage_get_ble_dev_auth_mode + 0x000000004012693c 0x23 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x27 (size before relaxing) + *fill* 0x000000004012695f 0x1 + .text._btc_storage_get_remote_addr_type + 0x0000000040126960 0x23 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x27 (size before relaxing) + *fill* 0x0000000040126983 0x1 + .text._btc_storage_add_ble_bonding_key + 0x0000000040126984 0x70 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x78 (size before relaxing) + .text._btc_storage_add_ble_local_key + 0x00000000401269f4 0x4f esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x53 (size before relaxing) + *fill* 0x0000000040126a43 0x1 + .text._btc_storage_get_ble_bonding_key + 0x0000000040126a44 0x61 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x65 (size before relaxing) + *fill* 0x0000000040126aa5 0x3 + .text._btc_storage_get_ble_local_key + 0x0000000040126aa8 0x48 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x4c (size before relaxing) + .text._btc_storage_remove_ble_bonding_keys + 0x0000000040126af0 0xc7 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xe7 (size before relaxing) + *fill* 0x0000000040126bb7 0x1 + .text._btc_storage_remove_ble_dev_auth_mode + 0x0000000040126bb8 0x40 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x50 (size before relaxing) + .text._btc_storage_remove_remote_addr_type + 0x0000000040126bf8 0x40 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x50 (size before relaxing) + .text._btc_storage_set_ble_dev_type + 0x0000000040126c38 0x42 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x4e (size before relaxing) + *fill* 0x0000000040126c7a 0x2 + .text._btc_storage_remove_ble_dev_type + 0x0000000040126c7c 0x5b esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x67 (size before relaxing) + *fill* 0x0000000040126cd7 0x1 + .text._btc_storage_set_ble_dev_auth_mode + 0x0000000040126cd8 0x2e esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040126d06 0x2 + .text._btc_storage_set_remote_addr_type + 0x0000000040126d08 0x2e esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040126d36 0x2 + .text._btc_read_le_key + 0x0000000040126d38 0xaf esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0xbb (size before relaxing) + *fill* 0x0000000040126de7 0x1 + .text._btc_storage_in_fetch_bonded_ble_device + 0x0000000040126de8 0xf4 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x110 (size before relaxing) + .text.btc_storage_in_fetch_bonded_ble_devices + 0x0000000040126edc 0x54 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x6c (size before relaxing) + .text.btc_storage_add_ble_bonding_key + 0x0000000040126f30 0x1f esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x27 (size before relaxing) + 0x0000000040126f30 btc_storage_add_ble_bonding_key + *fill* 0x0000000040126f4f 0x1 + .text.btc_storage_remove_ble_bonding_keys + 0x0000000040126f50 0x13 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x1b (size before relaxing) + 0x0000000040126f50 btc_storage_remove_ble_bonding_keys + *fill* 0x0000000040126f63 0x1 + .text.btc_storage_add_ble_local_key + 0x0000000040126f64 0x1e esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x26 (size before relaxing) + 0x0000000040126f64 btc_storage_add_ble_local_key + *fill* 0x0000000040126f82 0x2 + .text.btc_storage_get_ble_local_key + 0x0000000040126f84 0x1a esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x22 (size before relaxing) + 0x0000000040126f84 btc_storage_get_ble_local_key + *fill* 0x0000000040126f9e 0x2 + .text.btc_storage_set_ble_dev_type + 0x0000000040126fa0 0x18 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x20 (size before relaxing) + 0x0000000040126fa0 btc_storage_set_ble_dev_type + .text.btc_storage_remove_ble_dev_type + 0x0000000040126fb8 0x18 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x20 (size before relaxing) + 0x0000000040126fb8 btc_storage_remove_ble_dev_type + .text.btc_storage_set_ble_dev_auth_mode + 0x0000000040126fd0 0x1e esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x26 (size before relaxing) + 0x0000000040126fd0 btc_storage_set_ble_dev_auth_mode + *fill* 0x0000000040126fee 0x2 + .text.btc_storage_remove_ble_dev_auth_mode + 0x0000000040126ff0 0x18 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x20 (size before relaxing) + 0x0000000040126ff0 btc_storage_remove_ble_dev_auth_mode + .text.btc_storage_set_remote_addr_type + 0x0000000040127008 0x1e esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x26 (size before relaxing) + 0x0000000040127008 btc_storage_set_remote_addr_type + *fill* 0x0000000040127026 0x2 + .text.btc_storage_remove_remote_addr_type + 0x0000000040127028 0x18 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x20 (size before relaxing) + 0x0000000040127028 btc_storage_remove_remote_addr_type + .text.btc_storage_get_remote_addr_type + 0x0000000040127040 0x16 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x1e (size before relaxing) + 0x0000000040127040 btc_storage_get_remote_addr_type + *fill* 0x0000000040127056 0x2 + .text.btc_storage_load_bonded_ble_devices + 0x0000000040127058 0xc esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x10 (size before relaxing) + 0x0000000040127058 btc_storage_load_bonded_ble_devices + .text.btc_storage_get_bonded_ble_devices_list + 0x0000000040127064 0x121 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x141 (size before relaxing) + 0x0000000040127064 btc_storage_get_bonded_ble_devices_list + *fill* 0x0000000040127185 0x3 + .text.btc_storage_get_num_ble_bond_devices + 0x0000000040127188 0x48 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x5c (size before relaxing) + 0x0000000040127188 btc_storage_get_num_ble_bond_devices + .text.btc_config_init + 0x00000000401271d0 0x4a esp-idf/bt/libbt.a(btc_config.c.obj) + 0x56 (size before relaxing) + 0x00000000401271d0 btc_config_init + *fill* 0x000000004012721a 0x2 + .text.btc_config_exist + 0x000000004012721c 0x52 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x000000004012721c btc_config_exist + *fill* 0x000000004012726e 0x2 + .text.btc_config_get_int + 0x0000000040127270 0x7a esp-idf/bt/libbt.a(btc_config.c.obj) + 0x7e (size before relaxing) + 0x0000000040127270 btc_config_get_int + *fill* 0x00000000401272ea 0x2 + .text.btc_config_set_int + 0x00000000401272ec 0x54 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x00000000401272ec btc_config_set_int + .text.btc_config_get_bin + 0x0000000040127340 0xf2 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x0000000040127340 btc_config_get_bin + *fill* 0x0000000040127432 0x2 + .text.btc_config_set_bin + 0x0000000040127434 0xc1 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x0000000040127434 btc_config_set_bin + *fill* 0x00000000401274f5 0x3 + .text.btc_config_section_begin + 0x00000000401274f8 0x23 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x26 (size before relaxing) + 0x00000000401274f8 btc_config_section_begin + *fill* 0x000000004012751b 0x1 + .text.btc_config_section_end + 0x000000004012751c 0x23 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x26 (size before relaxing) + 0x000000004012751c btc_config_section_end + *fill* 0x000000004012753f 0x1 + .text.btc_config_section_next + 0x0000000040127540 0x3c esp-idf/bt/libbt.a(btc_config.c.obj) + 0x0000000040127540 btc_config_section_next + .text.btc_config_section_name + 0x000000004012757c 0x3c esp-idf/bt/libbt.a(btc_config.c.obj) + 0x000000004012757c btc_config_section_name + .text.btc_config_remove + 0x00000000401275b8 0x52 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x00000000401275b8 btc_config_remove + *fill* 0x000000004012760a 0x2 + .text.btc_config_remove_section + 0x000000004012760c 0x3c esp-idf/bt/libbt.a(btc_config.c.obj) + 0x000000004012760c btc_config_remove_section + .text.btc_config_flush + 0x0000000040127648 0x24 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x27 (size before relaxing) + 0x0000000040127648 btc_config_flush + *fill* 0x000000004012766c 0x0 + .text.btc_config_shut_down + 0x000000004012766c 0xa esp-idf/bt/libbt.a(btc_config.c.obj) + 0xd (size before relaxing) + 0x000000004012766c btc_config_shut_down + *fill* 0x0000000040127676 0x2 + .text.btc_config_clean_up + 0x0000000040127678 0x1d esp-idf/bt/libbt.a(btc_config.c.obj) + 0x25 (size before relaxing) + 0x0000000040127678 btc_config_clean_up + *fill* 0x0000000040127695 0x3 + .text.btc_config_lock + 0x0000000040127698 0xd esp-idf/bt/libbt.a(btc_config.c.obj) + 0x10 (size before relaxing) + 0x0000000040127698 btc_config_lock + *fill* 0x00000000401276a5 0x3 + .text.btc_config_unlock + 0x00000000401276a8 0xb esp-idf/bt/libbt.a(btc_config.c.obj) + 0xe (size before relaxing) + 0x00000000401276a8 btc_config_unlock + *fill* 0x00000000401276b3 0x1 + .text.btc_dev_arg_deep_free + 0x00000000401276b4 0x16 esp-idf/bt/libbt.a(btc_dev.c.obj) + 0x00000000401276b4 btc_dev_arg_deep_free + *fill* 0x00000000401276ca 0x2 + .text.btc_dev_call_handler + 0x00000000401276cc 0x19 esp-idf/bt/libbt.a(btc_dev.c.obj) + 0x1c (size before relaxing) + 0x00000000401276cc btc_dev_call_handler + *fill* 0x00000000401276e5 0x3 + .text.btc_dm_sec_arg_deep_copy + 0x00000000401276e8 0x6e esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x00000000401276e8 btc_dm_sec_arg_deep_copy + *fill* 0x0000000040127756 0x2 + .text.btc_dm_remove_ble_bonding_keys + 0x0000000040127758 0x3c esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x48 (size before relaxing) + .text.btc_enable_bluetooth_evt + 0x0000000040127794 0x28 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x30 (size before relaxing) + .text.btc_disable_bluetooth_evt + 0x00000000401277bc 0x14 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x18 (size before relaxing) + .text.btc_dm_auth_cmpl_evt + 0x00000000401277d0 0x5a esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000004012782a 0x2 + .text.btc_dm_dev_unpaired_evt + 0x000000004012782c 0x23 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x2b (size before relaxing) + *fill* 0x000000004012784f 0x1 + .text.btc_dm_link_up_evt + 0x0000000040127850 0x32 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040127882 0x2 + .text.btc_dm_save_ble_bonding_keys + 0x0000000040127884 0x10c esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x124 (size before relaxing) + .text.btc_dm_ble_auth_cmpl_evt + 0x0000000040127990 0xa0 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0xac (size before relaxing) + .text.btc_dm_sec_arg_deep_free + 0x0000000040127a30 0x17 esp-idf/bt/libbt.a(btc_dm.c.obj) + *fill* 0x0000000040127a47 0x1 + .text.btc_dm_sec_evt + 0x0000000040127a48 0x28 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x0000000040127a48 btc_dm_sec_evt + .text.btc_dm_load_ble_local_keys + 0x0000000040127a70 0x76 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x82 (size before relaxing) + 0x0000000040127a70 btc_dm_load_ble_local_keys + *fill* 0x0000000040127ae6 0x2 + .text.btc_dm_get_ble_local_keys + 0x0000000040127ae8 0x76 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x0000000040127ae8 btc_dm_get_ble_local_keys + *fill* 0x0000000040127b5e 0x2 + .text.btc_clear_services_mask + 0x0000000040127b60 0xe esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x0000000040127b60 btc_clear_services_mask + *fill* 0x0000000040127b6e 0x2 + .text.btc_dm_sec_cb_handler + 0x0000000040127b70 0x3a9 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x3e3 (size before relaxing) + 0x0000000040127b70 btc_dm_sec_cb_handler + *fill* 0x0000000040127f19 0x3 + .text.btc_init_bluetooth + 0x0000000040127f1c 0x2b esp-idf/bt/libbt.a(btc_main.c.obj) + 0x37 (size before relaxing) + *fill* 0x0000000040127f47 0x1 + .text.btc_main_get_future_p + 0x0000000040127f48 0xd esp-idf/bt/libbt.a(btc_main.c.obj) + 0x0000000040127f48 btc_main_get_future_p + *fill* 0x0000000040127f55 0x3 + .text.btc_init_callback + 0x0000000040127f58 0x14 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x18 (size before relaxing) + 0x0000000040127f58 btc_init_callback + .text.btc_deinit_bluetooth + 0x0000000040127f6c 0x46 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x62 (size before relaxing) + *fill* 0x0000000040127fb2 0x2 + .text.btc_enable_bluetooth + 0x0000000040127fb4 0x1a esp-idf/bt/libbt.a(btc_main.c.obj) + 0x22 (size before relaxing) + *fill* 0x0000000040127fce 0x2 + .text.btc_disable_bluetooth + 0x0000000040127fd0 0x1a esp-idf/bt/libbt.a(btc_main.c.obj) + 0x26 (size before relaxing) + *fill* 0x0000000040127fea 0x2 + .text.btc_main_call_handler + 0x0000000040127fec 0x36 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x3d (size before relaxing) + 0x0000000040127fec btc_main_call_handler + *fill* 0x0000000040128022 0x2 + .text.btc_in_fetch_bonded_devices + 0x0000000040128024 0xcc esp-idf/bt/libbt.a(btc_storage.c.obj) + 0xf4 (size before relaxing) + .text.btc_storage_add_bonded_device + 0x00000000401280f0 0x65 esp-idf/bt/libbt.a(btc_storage.c.obj) + 0x7d (size before relaxing) + 0x00000000401280f0 btc_storage_add_bonded_device + *fill* 0x0000000040128155 0x3 + .text.btc_storage_load_bonded_devices + 0x0000000040128158 0xc esp-idf/bt/libbt.a(btc_storage.c.obj) + 0x10 (size before relaxing) + 0x0000000040128158 btc_storage_load_bonded_devices + .text.btc_storage_remove_bonded_device + 0x0000000040128164 0x81 esp-idf/bt/libbt.a(btc_storage.c.obj) + 0xa1 (size before relaxing) + 0x0000000040128164 btc_storage_remove_bonded_device + *fill* 0x00000000401281e5 0x3 + .text.btc_hci_to_esp_status + 0x00000000401281e8 0x3a esp-idf/bt/libbt.a(btc_util.c.obj) + 0x00000000401281e8 btc_hci_to_esp_status + *fill* 0x0000000040128222 0x2 + .text.btc_btm_status_to_esp_status + 0x0000000040128224 0x45 esp-idf/bt/libbt.a(btc_util.c.obj) + 0x0000000040128224 btc_btm_status_to_esp_status + *fill* 0x0000000040128269 0x3 + .text.btc_update_duplicate_exceptional_list_callback + 0x000000004012826c 0x46 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4a (size before relaxing) + 0x000000004012826c btc_update_duplicate_exceptional_list_callback + *fill* 0x00000000401282b2 0x2 + .text.btc_scan_rsp_data_raw_callback + 0x00000000401282b4 0x2c esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .text.btc_adv_data_raw_callback + 0x00000000401282e0 0x2e esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x000000004012830e 0x2 + .text.btc_stop_scan_callback + 0x0000000040128310 0x2e esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x000000004012833e 0x2 + .text.btc_start_scan_callback + 0x0000000040128340 0x2e esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x000000004012836e 0x2 + .text.btc_search_callback + 0x0000000040128370 0xaa esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x000000004012841a 0x2 + .text.btc_scan_params_callback + 0x000000004012841c 0x2e esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x000000004012844a 0x2 + .text.btc_scan_rsp_data_callback + 0x000000004012844c 0x2c esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .text.btc_adv_data_callback + 0x0000000040128478 0x26 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x2a (size before relaxing) + *fill* 0x000000004012849e 0x2 + .text.btc_update_conn_param_callback + 0x00000000401284a0 0x5a esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x62 (size before relaxing) + 0x00000000401284a0 btc_update_conn_param_callback + *fill* 0x00000000401284fa 0x2 + .text.btc_add_whitelist_complete_callback + 0x00000000401284fc 0x32 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x3a (size before relaxing) + *fill* 0x000000004012852e 0x2 + .text.btc_stop_adv_callback + 0x0000000040128530 0x33 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x37 (size before relaxing) + *fill* 0x0000000040128563 0x1 + .text.btc_start_adv_callback + 0x0000000040128564 0x33 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x37 (size before relaxing) + *fill* 0x0000000040128597 0x1 + .text.btc_gap_adv_point_cleanup + 0x0000000040128598 0x13 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x00000000401285ab 0x1 + .text.btc_cleanup_adv_data + 0x00000000401285ac 0xac esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0xd0 (size before relaxing) + .text.btc_read_ble_rssi_cmpl_callback + 0x0000000040128658 0x42 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x4a (size before relaxing) + *fill* 0x000000004012869a 0x2 + .text.btc_set_local_privacy_callback + 0x000000004012869c 0x33 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x37 (size before relaxing) + *fill* 0x00000000401286cf 0x1 + .text.btc_set_rand_addr_callback + 0x00000000401286d0 0x32 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040128702 0x2 + .text.btc_set_pkt_length_callback + 0x0000000040128704 0x3f esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x43 (size before relaxing) + *fill* 0x0000000040128743 0x1 + .text.btc_gap_ble_set_channels_cmpl_callback + 0x0000000040128744 0x33 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x37 (size before relaxing) + *fill* 0x0000000040128777 0x1 + .text.btc_to_bta_adv_data + 0x0000000040128778 0x239 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x245 (size before relaxing) + *fill* 0x00000000401289b1 0x3 + .text.btc_ble_set_adv_data + 0x00000000401289b4 0x3f esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x47 (size before relaxing) + *fill* 0x00000000401289f3 0x1 + .text.btc_ble_set_scan_params + 0x00000000401289f4 0xdf esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0xe6 (size before relaxing) + *fill* 0x0000000040128ad3 0x1 + .text.btc_ble_start_scanning + 0x0000000040128ad4 0x28 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .text.btc_ble_stop_scanning + 0x0000000040128afc 0x13 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x0000000040128b0f 0x1 + .text.btc_ble_start_advertising + 0x0000000040128b10 0xd8 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .text.btc_ble_stop_advertising + 0x0000000040128be8 0xf esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x0000000040128bf7 0x1 + .text.btc_ble_update_conn_params + 0x0000000040128bf8 0x18 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x1c (size before relaxing) + .text.btc_ble_set_pkt_data_len + 0x0000000040128c10 0x25 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x28 (size before relaxing) + *fill* 0x0000000040128c35 0x3 + .text.btc_ble_set_rand_addr + 0x0000000040128c38 0xb7 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0xca (size before relaxing) + *fill* 0x0000000040128cef 0x1 + .text.btc_ble_clear_rand_addr + 0x0000000040128cf0 0x8 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0xb (size before relaxing) + *fill* 0x0000000040128cf8 0x0 + .text.btc_ble_config_local_privacy + 0x0000000040128cf8 0xf esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x0000000040128d07 0x1 + .text.btc_ble_config_local_icon + 0x0000000040128d08 0xa esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040128d12 0x2 + .text.btc_ble_set_adv_data_raw + 0x0000000040128d14 0xe esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x12 (size before relaxing) + *fill* 0x0000000040128d22 0x2 + .text.btc_ble_set_scan_rsp_data_raw + 0x0000000040128d24 0xe esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x12 (size before relaxing) + *fill* 0x0000000040128d32 0x2 + .text.btc_ble_update_duplicate_exceptional_list + 0x0000000040128d34 0x13 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x0000000040128d47 0x1 + .text.btc_ble_disconnect + 0x0000000040128d48 0xa esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040128d52 0x2 + .text.btc_gap_ble_set_channels + 0x0000000040128d54 0xd esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x10 (size before relaxing) + *fill* 0x0000000040128d61 0x3 + .text.btc_gap_ble_cb_handler + 0x0000000040128d64 0x22 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x0000000040128d64 btc_gap_ble_cb_handler + *fill* 0x0000000040128d86 0x2 + .text.btc_gap_ble_arg_deep_copy + 0x0000000040128d88 0xfe esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x0000000040128d88 btc_gap_ble_arg_deep_copy + *fill* 0x0000000040128e86 0x2 + .text.btc_gap_ble_arg_deep_free + 0x0000000040128e88 0x7a esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x0000000040128e88 btc_gap_ble_arg_deep_free + *fill* 0x0000000040128f02 0x2 + .text.btc_gap_ble_call_handler + 0x0000000040128f04 0x2c8 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x2fe (size before relaxing) + 0x0000000040128f04 btc_gap_ble_call_handler + *fill* 0x00000000401291cc 0x0 + .text.btc_gap_callback_init + 0x00000000401291cc 0xb esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0xe (size before relaxing) + 0x00000000401291cc btc_gap_callback_init + *fill* 0x00000000401291d7 0x1 + .text.btc_gap_ble_deinit + 0x00000000401291d8 0x17 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x1b (size before relaxing) + 0x00000000401291d8 btc_gap_ble_deinit + *fill* 0x00000000401291ef 0x1 + .text.btc_set_local_mtu + 0x00000000401291f0 0xa esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000401291fa 0x2 + .text.btc_gatt_com_call_handler + 0x00000000401291fc 0x12 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + 0x16 (size before relaxing) + 0x00000000401291fc btc_gatt_com_call_handler + *fill* 0x000000004012920e 0x2 + .text.uuidType + 0x0000000040129210 0x4c esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x0000000040129210 uuidType + .text.btc128_to_bta_uuid + 0x000000004012925c 0x60 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x64 (size before relaxing) + 0x000000004012925c btc128_to_bta_uuid + .text.btc_to_bta_uuid + 0x00000000401292bc 0x6a esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x00000000401292bc btc_to_bta_uuid + *fill* 0x0000000040129326 0x2 + .text.btc_to_bta_gatt_id + 0x0000000040129328 0x12 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x16 (size before relaxing) + 0x0000000040129328 btc_to_bta_gatt_id + *fill* 0x000000004012933a 0x2 + .text.btc_to_bta_srvc_id + 0x000000004012933c 0x12 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x16 (size before relaxing) + 0x000000004012933c btc_to_bta_srvc_id + *fill* 0x000000004012934e 0x2 + .text.bta_to_btc_uuid + 0x0000000040129350 0x53 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x0000000040129350 bta_to_btc_uuid + *fill* 0x00000000401293a3 0x1 + .text.bta_to_btc_gatt_id + 0x00000000401293a4 0x12 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x16 (size before relaxing) + 0x00000000401293a4 bta_to_btc_gatt_id + *fill* 0x00000000401293b6 0x2 + .text.btc_to_bta_response + 0x00000000401293b8 0x2e esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x00000000401293b8 btc_to_bta_response + *fill* 0x00000000401293e6 0x2 + .text.btc_gattc_copy_req_data + 0x00000000401293e8 0xaa esp-idf/bt/libbt.a(btc_gattc.c.obj) + *fill* 0x0000000040129492 0x2 + .text.btc_gattc_free_req_data + 0x0000000040129494 0x40 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .text.btc_gattc_fill_gatt_db_conversion + 0x00000000401294d4 0x107 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x11f (size before relaxing) + *fill* 0x00000000401295db 0x1 + .text.btc_gattc_app_register + 0x00000000401295dc 0x1b esp-idf/bt/libbt.a(btc_gattc.c.obj) + *fill* 0x00000000401295f7 0x1 + .text.btc_gattc_cback + 0x00000000401295f8 0x28 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .text.btc_gattc_app_unregister + 0x0000000040129620 0xb esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004012962b 0x1 + .text.btc_gattc_open + 0x000000004012962c 0x1b esp-idf/bt/libbt.a(btc_gattc.c.obj) + *fill* 0x0000000040129647 0x1 + .text.btc_gattc_close + 0x0000000040129648 0xb esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040129653 0x1 + .text.btc_gattc_cfg_mtu + 0x0000000040129654 0xb esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004012965f 0x1 + .text.btc_gattc_search_service + 0x0000000040129660 0x27 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x2e (size before relaxing) + *fill* 0x0000000040129687 0x1 + .text.btc_gattc_read_char + 0x0000000040129688 0x11 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x14 (size before relaxing) + *fill* 0x0000000040129699 0x3 + .text.btc_gattc_read_multiple_char + 0x000000004012969c 0x22 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x26 (size before relaxing) + *fill* 0x00000000401296be 0x2 + .text.btc_gattc_read_char_descr + 0x00000000401296c0 0x11 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x14 (size before relaxing) + *fill* 0x00000000401296d1 0x3 + .text.btc_gattc_read_by_type + 0x00000000401296d4 0x1f esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x23 (size before relaxing) + *fill* 0x00000000401296f3 0x1 + .text.btc_gattc_write_char + 0x00000000401296f4 0x19 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x1c (size before relaxing) + *fill* 0x000000004012970d 0x3 + .text.btc_gattc_write_char_descr + 0x0000000040129710 0x23 esp-idf/bt/libbt.a(btc_gattc.c.obj) + *fill* 0x0000000040129733 0x1 + .text.btc_gattc_prepare_write + 0x0000000040129734 0x19 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x1c (size before relaxing) + *fill* 0x000000004012974d 0x3 + .text.btc_gattc_prepare_write_char_descr + 0x0000000040129750 0x23 esp-idf/bt/libbt.a(btc_gattc.c.obj) + *fill* 0x0000000040129773 0x1 + .text.btc_gattc_execute_write + 0x0000000040129774 0xe esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x11 (size before relaxing) + *fill* 0x0000000040129782 0x2 + .text.btc_gattc_reg_for_notify + 0x0000000040129784 0x3e esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000401297c2 0x2 + .text.btc_gattc_unreg_for_notify + 0x00000000401297c4 0x3e esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x42 (size before relaxing) + *fill* 0x0000000040129802 0x2 + .text.btc_gattc_arg_deep_copy + 0x0000000040129804 0x8e esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x0000000040129804 btc_gattc_arg_deep_copy + *fill* 0x0000000040129892 0x2 + .text.btc_gattc_arg_deep_free + 0x0000000040129894 0x60 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x0000000040129894 btc_gattc_arg_deep_free + .text.btc_ble_gattc_get_service + 0x00000000401298f4 0x8e esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x96 (size before relaxing) + 0x00000000401298f4 btc_ble_gattc_get_service + *fill* 0x0000000040129982 0x2 + .text.btc_ble_gattc_get_all_char + 0x0000000040129984 0x66 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x6a (size before relaxing) + 0x0000000040129984 btc_ble_gattc_get_all_char + *fill* 0x00000000401299ea 0x2 + .text.btc_ble_gattc_get_all_descr + 0x00000000401299ec 0x66 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x00000000401299ec btc_ble_gattc_get_all_descr + *fill* 0x0000000040129a52 0x2 + .text.btc_ble_gattc_get_include_service + 0x0000000040129a54 0x96 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x9e (size before relaxing) + 0x0000000040129a54 btc_ble_gattc_get_include_service + *fill* 0x0000000040129aea 0x2 + .text.btc_ble_gattc_get_attr_count + 0x0000000040129aec 0x2c esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x30 (size before relaxing) + 0x0000000040129aec btc_ble_gattc_get_attr_count + .text.btc_gattc_call_handler + 0x0000000040129b18 0xd5 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0xff (size before relaxing) + 0x0000000040129b18 btc_gattc_call_handler + *fill* 0x0000000040129bed 0x3 + .text.btc_gattc_cb_handler + 0x0000000040129bf0 0x4b3 esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x4e3 (size before relaxing) + 0x0000000040129bf0 btc_gattc_cb_handler + *fill* 0x000000004012a0a3 0x1 + .text.btc_gattc_congest_callback + 0x000000004012a0a4 0x3c esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x000000004012a0a4 btc_gattc_congest_callback + .text.btc_gatts_check_valid_attr_tab + 0x000000004012a0e0 0x15c esp-idf/bt/libbt.a(btc_gatts.c.obj) + .text.btc_gatts_cb_param_copy_req + 0x000000004012a23c 0x4b esp-idf/bt/libbt.a(btc_gatts.c.obj) + *fill* 0x000000004012a287 0x1 + .text.btc_gatts_cb_param_copy_free + 0x000000004012a288 0x1c esp-idf/bt/libbt.a(btc_gatts.c.obj) + .text.btc_gatts_inter_cb + 0x000000004012a2a4 0xd6 esp-idf/bt/libbt.a(btc_gatts.c.obj) + *fill* 0x000000004012a37a 0x2 + .text.btc_gatts_act_create_attr_tab + 0x000000004012a37c 0x442 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x472 (size before relaxing) + *fill* 0x000000004012a7be 0x2 + .text.btc_gatts_arg_deep_copy + 0x000000004012a7c0 0x116 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x000000004012a7c0 btc_gatts_arg_deep_copy + *fill* 0x000000004012a8d6 0x2 + .text.btc_gatts_arg_deep_free + 0x000000004012a8d8 0x74 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x000000004012a8d8 btc_gatts_arg_deep_free + .text.btc_gatts_call_handler + 0x000000004012a94c 0x192 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x1c2 (size before relaxing) + 0x000000004012a94c btc_gatts_call_handler + *fill* 0x000000004012aade 0x2 + .text.btc_gatts_cb_handler + 0x000000004012aae0 0x48a esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x4ba (size before relaxing) + 0x000000004012aae0 btc_gatts_cb_handler + *fill* 0x000000004012af6a 0x2 + .text.btc_congest_callback + 0x000000004012af6c 0x2c esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x000000004012af6c btc_congest_callback + .text.bdaddr_equals + 0x000000004012af98 0x3e esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x000000004012af98 bdaddr_equals + *fill* 0x000000004012afd6 0x2 + .text.bdaddr_to_string + 0x000000004012afd8 0x59 esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x000000004012afd8 bdaddr_to_string + *fill* 0x000000004012b031 0x3 + .text.string_is_bdaddr + 0x000000004012b034 0x8c esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x000000004012b034 string_is_bdaddr + .text.string_to_bdaddr + 0x000000004012b0c0 0x8c esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x000000004012b0c0 string_to_bdaddr + .text.hash_function_bdaddr + 0x000000004012b14c 0x21 esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x000000004012b14c hash_function_bdaddr + *fill* 0x000000004012b16d 0x3 + .text.shut_down + 0x000000004012b170 0xf esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b17f 0x1 + .text.get_is_ready + 0x000000004012b180 0xd esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b18d 0x3 + .text.set_ble_resolving_list_max_size + 0x000000004012b190 0x3d esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b1cd 0x3 + .text.get_ble_resolving_list_max_size + 0x000000004012b1d0 0x3d esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b20d 0x3 + .text.get_ble_white_list_size + 0x000000004012b210 0x3d esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b24d 0x3 + .text.get_acl_buffer_count_ble + 0x000000004012b250 0x3d esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b28d 0x3 + .text.get_acl_buffer_count_classic + 0x000000004012b290 0x25 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b2b5 0x3 + .text.get_ble_suggested_default_data_txtime + 0x000000004012b2b8 0x3d esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b2f5 0x3 + .text.get_ble_suggested_default_data_length + 0x000000004012b2f8 0x3d esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b335 0x3 + .text.get_acl_packet_size_ble + 0x000000004012b338 0x2a esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b362 0x2 + .text.get_acl_packet_size_classic + 0x000000004012b364 0x2a esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b38e 0x2 + .text.get_acl_data_size_ble + 0x000000004012b390 0x3d esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b3cd 0x3 + .text.get_acl_data_size_classic + 0x000000004012b3d0 0x25 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b3f5 0x3 + .text.supports_ble_privacy + 0x000000004012b3f8 0x40 esp-idf/bt/libbt.a(controller.c.obj) + .text.supports_ble_connection_parameters_request + 0x000000004012b438 0x40 esp-idf/bt/libbt.a(controller.c.obj) + .text.supports_ble_packet_extension + 0x000000004012b478 0x40 esp-idf/bt/libbt.a(controller.c.obj) + .text.supports_ble + 0x000000004012b4b8 0x25 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b4dd 0x3 + .text.supports_master_slave_role_switch + 0x000000004012b4e0 0x28 esp-idf/bt/libbt.a(controller.c.obj) + .text.supports_extended_inquiry_response + 0x000000004012b508 0x28 esp-idf/bt/libbt.a(controller.c.obj) + .text.supports_rssi_with_inquiry_results + 0x000000004012b530 0x28 esp-idf/bt/libbt.a(controller.c.obj) + .text.supports_interlaced_inquiry_scan + 0x000000004012b558 0x28 esp-idf/bt/libbt.a(controller.c.obj) + .text.supports_reading_remote_extended_features + 0x000000004012b580 0x28 esp-idf/bt/libbt.a(controller.c.obj) + .text.supports_simultaneous_le_bredr + 0x000000004012b5a8 0x28 esp-idf/bt/libbt.a(controller.c.obj) + .text.supports_secure_connections + 0x000000004012b5d0 0x25 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b5f5 0x3 + .text.supports_simple_pairing + 0x000000004012b5f8 0x25 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b61d 0x3 + .text.get_ble_supported_states + 0x000000004012b620 0x3f esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b65f 0x1 + .text.get_features_ble + 0x000000004012b660 0x3f esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b69f 0x1 + .text.get_last_features_classic_index + 0x000000004012b6a0 0x25 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b6c5 0x3 + .text.get_features_classic + 0x000000004012b6c8 0x47 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b70f 0x1 + .text.get_bt_version + 0x000000004012b710 0x24 esp-idf/bt/libbt.a(controller.c.obj) + .text.get_address + 0x000000004012b734 0x25 esp-idf/bt/libbt.a(controller.c.obj) + *fill* 0x000000004012b759 0x3 + .text.start_up + 0x000000004012b75c 0x289 esp-idf/bt/libbt.a(controller.c.obj) + 0x2d9 (size before relaxing) + *fill* 0x000000004012b9e5 0x3 + .text.controller_get_interface + 0x000000004012b9e8 0x59 esp-idf/bt/libbt.a(controller.c.obj) + 0x61 (size before relaxing) + 0x000000004012b9e8 controller_get_interface + *fill* 0x000000004012ba41 0x3 + .text.event_to_data_type + 0x000000004012ba44 0x32 esp-idf/bt/libbt.a(hci_layer.c.obj) + *fill* 0x000000004012ba76 0x2 + .text.init_layer_interface + 0x000000004012ba78 0x27 esp-idf/bt/libbt.a(hci_layer.c.obj) + *fill* 0x000000004012ba9f 0x1 + .text.transmit_fragment + 0x000000004012baa0 0x42 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x46 (size before relaxing) + *fill* 0x000000004012bae2 0x2 + .text.get_waiting_command + 0x000000004012bae4 0x64 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x78 (size before relaxing) + .text.restart_command_waiting_response_timer + 0x000000004012bb48 0x40 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x4b (size before relaxing) + *fill* 0x000000004012bb88 0x0 + .text.dispatch_reassembled + 0x000000004012bb88 0x18 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x1c (size before relaxing) + .text.fragmenter_transmit_finished + 0x000000004012bba0 0x19 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x1c (size before relaxing) + *fill* 0x000000004012bbb9 0x3 + .text.hci_layer_init_env + 0x000000004012bbbc 0x79 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x91 (size before relaxing) + *fill* 0x000000004012bc35 0x3 + .text.command_timed_out + 0x000000004012bc38 0x21 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x2c (size before relaxing) + *fill* 0x000000004012bc59 0x3 + .text.event_packet_ready + 0x000000004012bc5c 0x16 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000004012bc72 0x2 + .text.event_command_ready + 0x000000004012bc74 0x7f esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x8b (size before relaxing) + *fill* 0x000000004012bcf3 0x1 + .text.hci_layer_deinit_env + 0x000000004012bcf4 0x3b esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x47 (size before relaxing) + *fill* 0x000000004012bd2f 0x1 + .text.hci_host_thread_handler + 0x000000004012bd30 0x5b esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x67 (size before relaxing) + *fill* 0x000000004012bd8b 0x1 + .text.hci_shut_down + 0x000000004012bd8c 0x2a esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x32 (size before relaxing) + 0x000000004012bd8c hci_shut_down + *fill* 0x000000004012bdb6 0x2 + .text.hci_start_up + 0x000000004012bdb8 0x54 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x5c (size before relaxing) + 0x000000004012bdb8 hci_start_up + .text.hci_host_task_post + 0x000000004012be0c 0x18 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x1c (size before relaxing) + 0x000000004012be0c hci_host_task_post + .text.filter_incoming_event + 0x000000004012be24 0xe8 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x100 (size before relaxing) + .text.hal_says_packet_ready + 0x000000004012bf0c 0x30 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x34 (size before relaxing) + .text.transmit_command_futured + 0x000000004012bf3c 0x5e esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x66 (size before relaxing) + *fill* 0x000000004012bf9a 0x2 + .text.transmit_command + 0x000000004012bf9c 0x47 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x4b (size before relaxing) + *fill* 0x000000004012bfe3 0x1 + .text.transmit_downward + 0x000000004012bfe4 0x36 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x3a (size before relaxing) + *fill* 0x000000004012c01a 0x2 + .text.hci_layer_get_interface + 0x000000004012c01c 0x1d esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x25 (size before relaxing) + 0x000000004012c01c hci_layer_get_interface + *fill* 0x000000004012c039 0x3 + .text.make_packet + 0x000000004012c03c 0x33 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + *fill* 0x000000004012c06f 0x1 + .text.make_command + 0x000000004012c070 0x1e esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x22 (size before relaxing) + *fill* 0x000000004012c08e 0x2 + .text.make_write_default_erroneous_data_report + 0x000000004012c090 0x19 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x1d (size before relaxing) + *fill* 0x000000004012c0a9 0x3 + .text.make_write_sync_flow_control_enable + 0x000000004012c0ac 0x19 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x1d (size before relaxing) + *fill* 0x000000004012c0c5 0x3 + .text.make_ble_set_event_mask + 0x000000004012c0c8 0x31 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + *fill* 0x000000004012c0f9 0x3 + .text.make_ble_write_suggested_default_data_length + 0x000000004012c0fc 0x40 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .text.make_command_no_params + 0x000000004012c13c 0x10 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x14 (size before relaxing) + .text.make_ble_read_suggested_default_data_length + 0x000000004012c14c 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c159 0x3 + .text.make_ble_read_resolving_list_size + 0x000000004012c15c 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c169 0x3 + .text.make_ble_read_local_supported_features + 0x000000004012c16c 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c179 0x3 + .text.make_ble_read_supported_states + 0x000000004012c17c 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c189 0x3 + .text.make_ble_read_buffer_size + 0x000000004012c18c 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c199 0x3 + .text.make_ble_read_white_list_size + 0x000000004012c19c 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c1a9 0x3 + .text.make_read_local_supported_features + 0x000000004012c1ac 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c1b9 0x3 + .text.make_read_local_supported_commands + 0x000000004012c1bc 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c1c9 0x3 + .text.make_read_bd_addr + 0x000000004012c1cc 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c1d9 0x3 + .text.make_read_local_version_info + 0x000000004012c1dc 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c1e9 0x3 + .text.make_read_buffer_size + 0x000000004012c1ec 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c1f9 0x3 + .text.make_reset + 0x000000004012c1fc 0xd esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004012c209 0x3 + .text.make_ble_write_host_support + 0x000000004012c20c 0x28 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .text.make_set_event_mask + 0x000000004012c234 0x31 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + *fill* 0x000000004012c265 0x3 + .text.make_write_secure_connections_host_support + 0x000000004012c268 0x19 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x1d (size before relaxing) + *fill* 0x000000004012c281 0x3 + .text.make_write_simple_pairing_mode + 0x000000004012c284 0x19 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x1d (size before relaxing) + *fill* 0x000000004012c29d 0x3 + .text.make_read_local_extended_features + 0x000000004012c2a0 0x19 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x1d (size before relaxing) + *fill* 0x000000004012c2b9 0x3 + .text.make_host_buffer_size + 0x000000004012c2bc 0x64 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .text.make_set_adv_report_flow_control + 0x000000004012c320 0x4c esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .text.make_set_c2h_flow_control + 0x000000004012c36c 0x19 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x1d (size before relaxing) + *fill* 0x000000004012c385 0x3 + .text.hci_packet_factory_get_interface + 0x000000004012c388 0x8 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x000000004012c388 hci_packet_factory_get_interface + .text.read_command_complete_header + 0x000000004012c390 0x77 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000004012c407 0x1 + .text.parse_ble_read_suggested_default_data_length_response + 0x000000004012c408 0x36 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000004012c43e 0x2 + .text.parse_ble_read_resolving_list_size_response + 0x000000004012c440 0x20 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .text.parse_read_local_supported_features_response + 0x000000004012c460 0x33 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000004012c493 0x1 + .text.parse_generic_command_complete + 0x000000004012c494 0x16 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000004012c4aa 0x2 + .text.parse_ble_read_local_supported_features_response + 0x000000004012c4ac 0x43 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000004012c4ef 0x1 + .text.parse_ble_read_supported_states_response + 0x000000004012c4f0 0x43 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000004012c533 0x1 + .text.parse_ble_read_buffer_size_response + 0x000000004012c534 0x42 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + *fill* 0x000000004012c576 0x2 + .text.parse_ble_read_white_list_size_response + 0x000000004012c578 0x34 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .text.parse_read_local_extended_features_response + 0x000000004012c5ac 0x63 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x67 (size before relaxing) + *fill* 0x000000004012c60f 0x1 + .text.parse_read_local_supported_commands_response + 0x000000004012c610 0x3f esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x43 (size before relaxing) + *fill* 0x000000004012c64f 0x1 + .text.parse_read_bd_addr_response + 0x000000004012c650 0x42 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x46 (size before relaxing) + *fill* 0x000000004012c692 0x2 + .text.parse_read_local_version_info_response + 0x000000004012c694 0x60 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x64 (size before relaxing) + .text.parse_read_buffer_size_response + 0x000000004012c6f4 0x5a esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000004012c74e 0x2 + .text.hci_packet_parser_get_interface + 0x000000004012c750 0x8 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x000000004012c750 hci_packet_parser_get_interface + .text.fragment_get_current_packet + 0x000000004012c758 0xa esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + *fill* 0x000000004012c762 0x2 + .text.fragment_and_dispatch + 0x000000004012c764 0x137 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + *fill* 0x000000004012c89b 0x1 + .text.reassemble_and_dispatch + 0x000000004012c89c 0x186 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + 0x196 (size before relaxing) + *fill* 0x000000004012ca22 0x2 + .text.cleanup 0x000000004012ca24 0xf esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + 0x12 (size before relaxing) + *fill* 0x000000004012ca33 0x1 + .text.init 0x000000004012ca34 0x23 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + 0x27 (size before relaxing) + *fill* 0x000000004012ca57 0x1 + .text.packet_fragmenter_get_interface + 0x000000004012ca58 0x10 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + 0x13 (size before relaxing) + 0x000000004012ca58 packet_fragmenter_get_interface + *fill* 0x000000004012ca68 0x0 + .text.bte_main_enable + 0x000000004012ca68 0x10 esp-idf/bt/libbt.a(bte_main.c.obj) + 0x13 (size before relaxing) + *fill* 0x000000004012ca78 0x0 + .text.bte_main_disable + 0x000000004012ca78 0xb esp-idf/bt/libbt.a(bte_main.c.obj) + 0x11 (size before relaxing) + *fill* 0x000000004012ca83 0x1 + .text.bte_main_boot_entry + 0x000000004012ca84 0x24 esp-idf/bt/libbt.a(bte_main.c.obj) + 0x2c (size before relaxing) + 0x000000004012ca84 bte_main_boot_entry + .text.bte_main_shutdown + 0x000000004012caa8 0xf esp-idf/bt/libbt.a(bte_main.c.obj) + 0x17 (size before relaxing) + 0x000000004012caa8 bte_main_shutdown + *fill* 0x000000004012cab7 0x1 + .text.bte_main_hci_send + 0x000000004012cab8 0x2a esp-idf/bt/libbt.a(bte_main.c.obj) + 0x000000004012cab8 bte_main_hci_send + *fill* 0x000000004012cae2 0x2 + .text.btm_get_acl_db + 0x000000004012cae4 0x64 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012cae4 btm_get_acl_db + .text.btm_read_remote_ext_features + 0x000000004012cb48 0xf esp-idf/bt/libbt.a(btm_acl.c.obj) + *fill* 0x000000004012cb57 0x1 + .text.btm_process_remote_ext_features + 0x000000004012cb58 0x5a esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000004012cbb2 0x2 + .text.btm_acl_init + 0x000000004012cbb4 0x31 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x35 (size before relaxing) + 0x000000004012cbb4 btm_acl_init + *fill* 0x000000004012cbe5 0x3 + .text.btm_bda_to_acl + 0x000000004012cbe8 0x2c esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x30 (size before relaxing) + 0x000000004012cbe8 btm_bda_to_acl + .text.btm_handle_to_acl + 0x000000004012cc14 0x2e esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x32 (size before relaxing) + 0x000000004012cc14 btm_handle_to_acl + *fill* 0x000000004012cc42 0x2 + .text.btm_read_remote_features + 0x000000004012cc44 0x2b esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x2f (size before relaxing) + *fill* 0x000000004012cc6f 0x1 + .text.btm_ble_get_acl_remote_addr + 0x000000004012cc70 0x68 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012cc70 btm_ble_get_acl_remote_addr + .text.btm_acl_report_role_change + 0x000000004012ccd8 0x6b esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012ccd8 btm_acl_report_role_change + *fill* 0x000000004012cd43 0x1 + .text.btm_acl_device_down + 0x000000004012cd44 0x3d esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x41 (size before relaxing) + 0x000000004012cd44 btm_acl_device_down + *fill* 0x000000004012cd81 0x3 + .text.BTM_SwitchRole + 0x000000004012cd84 0x158 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x168 (size before relaxing) + 0x000000004012cd84 BTM_SwitchRole + .text.btm_acl_encrypt_change + 0x000000004012cedc 0xff esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10b (size before relaxing) + 0x000000004012cedc btm_acl_encrypt_change + *fill* 0x000000004012cfdb 0x1 + .text.BTM_SetLinkPolicy + 0x000000004012cfdc 0x81 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x89 (size before relaxing) + 0x000000004012cfdc BTM_SetLinkPolicy + *fill* 0x000000004012d05d 0x3 + .text.BTM_SetDefaultLinkPolicy + 0x000000004012d060 0x5a esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012d060 BTM_SetDefaultLinkPolicy + *fill* 0x000000004012d0ba 0x2 + .text.btm_read_remote_version_complete + 0x000000004012d0bc 0x9c esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xaf (size before relaxing) + 0x000000004012d0bc btm_read_remote_version_complete + *fill* 0x000000004012d158 0x0 + .text.BTM_SetDefaultLinkSuperTout + 0x000000004012d158 0xd esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012d158 BTM_SetDefaultLinkSuperTout + *fill* 0x000000004012d165 0x3 + .text.BTM_SetLinkSuperTout + 0x000000004012d168 0x3c esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x40 (size before relaxing) + 0x000000004012d168 BTM_SetLinkSuperTout + .text.BTM_IsAclConnectionUp + 0x000000004012d1a4 0x19 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012d1a4 BTM_IsAclConnectionUp + *fill* 0x000000004012d1bd 0x3 + .text.BTM_GetNumAclLinks + 0x000000004012d1c0 0x15 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012d1c0 BTM_GetNumAclLinks + *fill* 0x000000004012d1d5 0x3 + .text.btm_acl_update_busy_level + 0x000000004012d1d8 0xba esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xbe (size before relaxing) + 0x000000004012d1d8 btm_acl_update_busy_level + *fill* 0x000000004012d292 0x2 + .text.btm_acl_removed + 0x000000004012d294 0xbe esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xca (size before relaxing) + 0x000000004012d294 btm_acl_removed + *fill* 0x000000004012d352 0x2 + .text.btm_get_acl_disc_reason_code + 0x000000004012d354 0x10 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012d354 btm_get_acl_disc_reason_code + .text.BTM_GetHCIConnHandle + 0x000000004012d364 0x19 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x1d (size before relaxing) + 0x000000004012d364 BTM_GetHCIConnHandle + *fill* 0x000000004012d37d 0x3 + .text.btm_process_clk_off_comp_evt + 0x000000004012d380 0x13 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x16 (size before relaxing) + 0x000000004012d380 btm_process_clk_off_comp_evt + *fill* 0x000000004012d393 0x1 + .text.btm_acl_role_changed + 0x000000004012d394 0xfe esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x10a (size before relaxing) + 0x000000004012d394 btm_acl_role_changed + *fill* 0x000000004012d492 0x2 + .text.BTM_ReadRemoteFeatures + 0x000000004012d494 0x18 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012d494 BTM_ReadRemoteFeatures + .text.BTM_RegBusyLevelNotif + 0x000000004012d4ac 0x39 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012d4ac BTM_RegBusyLevelNotif + *fill* 0x000000004012d4e5 0x3 + .text.btm_qos_setup_complete + 0x000000004012d4e8 0x77 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x7b (size before relaxing) + 0x000000004012d4e8 btm_qos_setup_complete + *fill* 0x000000004012d55f 0x1 + .text.btm_qos_setup_timeout + 0x000000004012d560 0xe esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x12 (size before relaxing) + 0x000000004012d560 btm_qos_setup_timeout + *fill* 0x000000004012d56e 0x2 + .text.BTM_ReadRSSI + 0x000000004012d570 0x75 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x81 (size before relaxing) + 0x000000004012d570 BTM_ReadRSSI + *fill* 0x000000004012d5e5 0x3 + .text.BTM_BleReadAdvTxPower + 0x000000004012d5e8 0x59 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x61 (size before relaxing) + 0x000000004012d5e8 BTM_BleReadAdvTxPower + *fill* 0x000000004012d641 0x3 + .text.btm_read_tx_power_complete + 0x000000004012d644 0x80 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x88 (size before relaxing) + 0x000000004012d644 btm_read_tx_power_complete + .text.btm_read_rssi_complete + 0x000000004012d6c4 0x60 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x68 (size before relaxing) + 0x000000004012d6c4 btm_read_rssi_complete + .text.btm_read_link_quality_complete + 0x000000004012d724 0x60 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x68 (size before relaxing) + 0x000000004012d724 btm_read_link_quality_complete + .text.btm_remove_acl + 0x000000004012d784 0x66 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x6e (size before relaxing) + 0x000000004012d784 btm_remove_acl + *fill* 0x000000004012d7ea 0x2 + .text.btm_cont_rswitch + 0x000000004012d7ec 0xaa esp-idf/bt/libbt.a(btm_acl.c.obj) + 0xb2 (size before relaxing) + 0x000000004012d7ec btm_cont_rswitch + *fill* 0x000000004012d896 0x2 + .text.btm_acl_resubmit_page + 0x000000004012d898 0x8b esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x8f (size before relaxing) + 0x000000004012d898 btm_acl_resubmit_page + *fill* 0x000000004012d923 0x1 + .text.btm_acl_chk_peer_pkt_type_support + 0x000000004012d924 0x8f esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x000000004012d924 btm_acl_chk_peer_pkt_type_support + *fill* 0x000000004012d9b3 0x1 + .text.btm_set_packet_types + 0x000000004012d9b4 0x4d esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x55 (size before relaxing) + 0x000000004012d9b4 btm_set_packet_types + *fill* 0x000000004012da01 0x3 + .text.btm_establish_continue + 0x000000004012da04 0x77 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x82 (size before relaxing) + 0x000000004012da04 btm_establish_continue + *fill* 0x000000004012da7b 0x1 + .text.btm_acl_created + 0x000000004012da7c 0x1b0 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x1df (size before relaxing) + 0x000000004012da7c btm_acl_created + *fill* 0x000000004012dc2c 0x0 + .text.btm_read_remote_features_complete + 0x000000004012dc2c 0x74 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x7c (size before relaxing) + 0x000000004012dc2c btm_read_remote_features_complete + .text.btm_read_remote_ext_features_complete + 0x000000004012dca0 0x7f esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x87 (size before relaxing) + 0x000000004012dca0 btm_read_remote_ext_features_complete + *fill* 0x000000004012dd1f 0x1 + .text.btm_read_remote_ext_features_failed + 0x000000004012dd20 0x1a esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x22 (size before relaxing) + 0x000000004012dd20 btm_read_remote_ext_features_failed + *fill* 0x000000004012dd3a 0x2 + .text.btm_acl_free + 0x000000004012dd3c 0x1a esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x1e (size before relaxing) + 0x000000004012dd3c btm_acl_free + *fill* 0x000000004012dd56 0x2 + .text.btm_ble_resolve_address_cmpl + 0x000000004012dd58 0x1e esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + *fill* 0x000000004012dd76 0x2 + .text.btm_gen_resolve_paddr_cmpl + 0x000000004012dd78 0xaa esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0xc2 (size before relaxing) + *fill* 0x000000004012de22 0x2 + .text.btm_ble_proc_resolve_x + 0x000000004012de24 0x3e esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x42 (size before relaxing) + *fill* 0x000000004012de62 0x2 + .text.btm_ble_match_random_bda + 0x000000004012de64 0x4e esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x52 (size before relaxing) + *fill* 0x000000004012deb2 0x2 + .text.btm_gen_resolve_paddr_low + 0x000000004012deb4 0x4f esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x56 (size before relaxing) + 0x000000004012deb4 btm_gen_resolve_paddr_low + *fill* 0x000000004012df03 0x1 + .text.btm_gen_resolvable_private_addr + 0x000000004012df04 0xf esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x16 (size before relaxing) + 0x000000004012df04 btm_gen_resolvable_private_addr + *fill* 0x000000004012df13 0x1 + .text.btm_ble_init_pseudo_addr + 0x000000004012df14 0x34 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x000000004012df14 btm_ble_init_pseudo_addr + .text.btm_ble_addr_resolvable + 0x000000004012df48 0x7f esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x83 (size before relaxing) + 0x000000004012df48 btm_ble_addr_resolvable + *fill* 0x000000004012dfc7 0x1 + .text.btm_ble_resolve_random_addr + 0x000000004012dfc8 0x72 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x82 (size before relaxing) + 0x000000004012dfc8 btm_ble_resolve_random_addr + *fill* 0x000000004012e03a 0x2 + .text.btm_find_dev_by_identity_addr + 0x000000004012e03c 0x2d esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x31 (size before relaxing) + 0x000000004012e03c btm_find_dev_by_identity_addr + *fill* 0x000000004012e069 0x3 + .text.btm_identity_addr_to_random_pseudo + 0x000000004012e06c 0x50 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x58 (size before relaxing) + 0x000000004012e06c btm_identity_addr_to_random_pseudo + .text.btm_ble_refresh_peer_resolvable_private_addr + 0x000000004012e0bc 0xc3 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0xc7 (size before relaxing) + 0x000000004012e0bc btm_ble_refresh_peer_resolvable_private_addr + *fill* 0x000000004012e17f 0x1 + .text.btm_ble_refresh_local_resolvable_private_addr + 0x000000004012e180 0x8f esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x93 (size before relaxing) + 0x000000004012e180 btm_ble_refresh_local_resolvable_private_addr + *fill* 0x000000004012e20f 0x1 + .text.btm_ble_appearance_to_cod + 0x000000004012e210 0x249 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + *fill* 0x000000004012e459 0x3 + .text.btm_ble_adv_states_operation + 0x000000004012e45c 0x4c esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .text.btm_ble_set_topology_mask + 0x000000004012e4a8 0x1b esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012e4a8 btm_ble_set_topology_mask + *fill* 0x000000004012e4c3 0x1 + .text.btm_ble_clear_topology_mask + 0x000000004012e4c4 0x20 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012e4c4 btm_ble_clear_topology_mask + .text.btm_ble_topology_check + 0x000000004012e4e4 0xc4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012e4e4 btm_ble_topology_check + .text.btm_set_conn_mode_adv_init_addr + 0x000000004012e5a8 0x107 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x113 (size before relaxing) + *fill* 0x000000004012e6af 0x1 + .text.btm_ble_stop_discover + 0x000000004012e6b0 0x7d esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x8c (size before relaxing) + *fill* 0x000000004012e72d 0x3 + .text.btm_ble_update_adv_flag + 0x000000004012e730 0x82 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + *fill* 0x000000004012e7b2 0x2 + .text.btm_ble_read_remote_name_cmpl + 0x000000004012e7b4 0x63 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x67 (size before relaxing) + 0x000000004012e7b4 btm_ble_read_remote_name_cmpl + *fill* 0x000000004012e817 0x1 + .text.btm_ble_inter_get + 0x000000004012e818 0xb esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012e818 btm_ble_inter_get + *fill* 0x000000004012e823 0x1 + .text.btm_ble_lock_init + 0x000000004012e824 0x23 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x32 (size before relaxing) + 0x000000004012e824 btm_ble_lock_init + *fill* 0x000000004012e847 0x1 + .text.btm_ble_lock_free + 0x000000004012e848 0x23 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x32 (size before relaxing) + 0x000000004012e848 btm_ble_lock_free + *fill* 0x000000004012e86b 0x1 + .text.btm_ble_sem_init + 0x000000004012e86c 0x37 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x47 (size before relaxing) + 0x000000004012e86c btm_ble_sem_init + *fill* 0x000000004012e8a3 0x1 + .text.btm_ble_sem_free + 0x000000004012e8a4 0x23 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x32 (size before relaxing) + 0x000000004012e8a4 btm_ble_sem_free + *fill* 0x000000004012e8c7 0x1 + .text.BTM_BleRegiseterConnParamCallback + 0x000000004012e8c8 0xa esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012e8c8 BTM_BleRegiseterConnParamCallback + *fill* 0x000000004012e8d2 0x2 + .text.BTM_BleUpdateAdvWhitelist + 0x000000004012e8d4 0x14 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x18 (size before relaxing) + 0x000000004012e8d4 BTM_BleUpdateAdvWhitelist + .text.BTM_BleClearWhitelist + 0x000000004012e8e8 0x8 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xb (size before relaxing) + 0x000000004012e8e8 BTM_BleClearWhitelist + *fill* 0x000000004012e8f0 0x0 + .text.btm_ble_send_extended_scan_params + 0x000000004012e8f0 0x50 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012e8f0 btm_ble_send_extended_scan_params + .text.BTM_BleGetVendorCapabilities + 0x000000004012e940 0x1c esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012e940 BTM_BleGetVendorCapabilities + .text.BTM_BleConfigLocalIcon + 0x000000004012e95c 0x10 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x13 (size before relaxing) + 0x000000004012e95c BTM_BleConfigLocalIcon + *fill* 0x000000004012e96c 0x0 + .text.BTM_BleConfigConnParams + 0x000000004012e96c 0x19 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x1c (size before relaxing) + 0x000000004012e96c BTM_BleConfigConnParams + *fill* 0x000000004012e985 0x3 + .text.BTM_BleMaxMultiAdvInstanceCount + 0x000000004012e988 0x15 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012e988 BTM_BleMaxMultiAdvInstanceCount + *fill* 0x000000004012e99d 0x3 + .text.BTM_BleConfigPrivacy + 0x000000004012e9a0 0x10a esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x11a (size before relaxing) + 0x000000004012e9a0 BTM_BleConfigPrivacy + *fill* 0x000000004012eaaa 0x2 + .text.BTM_BleUpdateOwnType + 0x000000004012eaac 0x15d esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012eaac BTM_BleUpdateOwnType + *fill* 0x000000004012ec09 0x3 + .text.BTM_BleSetBgConnType + 0x000000004012ec0c 0x76 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x82 (size before relaxing) + 0x000000004012ec0c BTM_BleSetBgConnType + *fill* 0x000000004012ec82 0x2 + .text.BTM_BleClearBgConnDev + 0x000000004012ec84 0x12 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x1a (size before relaxing) + 0x000000004012ec84 BTM_BleClearBgConnDev + *fill* 0x000000004012ec96 0x2 + .text.BTM_BleUpdateBgConnDev + 0x000000004012ec98 0x16 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012ec98 BTM_BleUpdateBgConnDev + *fill* 0x000000004012ecae 0x2 + .text.BTM_BleSetScanParams + 0x000000004012ecb0 0x9f esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012ecb0 BTM_BleSetScanParams + *fill* 0x000000004012ed4f 0x1 + .text.BTM_BleSetScanFilterParams + 0x000000004012ed50 0x121 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x131 (size before relaxing) + 0x000000004012ed50 BTM_BleSetScanFilterParams + *fill* 0x000000004012ee71 0x3 + .text.BTM_BleWriteScanRspRaw + 0x000000004012ee74 0x33 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x3e (size before relaxing) + 0x000000004012ee74 BTM_BleWriteScanRspRaw + *fill* 0x000000004012eea7 0x1 + .text.BTM_UpdateBleDuplicateExceptionalList + 0x000000004012eea8 0xaa esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xae (size before relaxing) + 0x000000004012eea8 BTM_UpdateBleDuplicateExceptionalList + *fill* 0x000000004012ef52 0x2 + .text.BTM_BleWriteLongAdvData + 0x000000004012ef54 0x77 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x7f (size before relaxing) + 0x000000004012ef54 BTM_BleWriteLongAdvData + *fill* 0x000000004012efcb 0x1 + .text.BTM_BleWriteAdvDataRaw + 0x000000004012efcc 0x33 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x3e (size before relaxing) + 0x000000004012efcc BTM_BleWriteAdvDataRaw + *fill* 0x000000004012efff 0x1 + .text.BTM_BleSetRandAddress + 0x000000004012f000 0x75 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x79 (size before relaxing) + 0x000000004012f000 BTM_BleSetRandAddress + *fill* 0x000000004012f075 0x3 + .text.BTM_BleClearRandAddress + 0x000000004012f078 0x58 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012f078 BTM_BleClearRandAddress + .text.BTM_BleReadDiscoverability + 0x000000004012f0d0 0x10 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012f0d0 BTM_BleReadDiscoverability + .text.BTM_BleReadConnectability + 0x000000004012f0e0 0x10 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012f0e0 BTM_BleReadConnectability + .text.btm_ble_build_adv_data + 0x000000004012f0f0 0x5d5 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012f0f0 btm_ble_build_adv_data + *fill* 0x000000004012f6c5 0x3 + .text.BTM_BleWriteScanRsp + 0x000000004012f6c8 0x94 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xa4 (size before relaxing) + 0x000000004012f6c8 BTM_BleWriteScanRsp + .text.BTM_BleWriteAdvData + 0x000000004012f75c 0x8c esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xa0 (size before relaxing) + 0x000000004012f75c BTM_BleWriteAdvData + .text.btm_ble_select_adv_interval + 0x000000004012f7e8 0x5f esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012f7e8 btm_ble_select_adv_interval + *fill* 0x000000004012f847 0x1 + .text.btm_ble_update_dmt_flag_bits + 0x000000004012f848 0x51 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012f848 btm_ble_update_dmt_flag_bits + *fill* 0x000000004012f899 0x3 + .text.btm_ble_set_adv_flag + 0x000000004012f89c 0x77 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x7a (size before relaxing) + 0x000000004012f89c btm_ble_set_adv_flag + *fill* 0x000000004012f913 0x1 + .text.btm_ble_read_remote_name + 0x000000004012f914 0x75 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x79 (size before relaxing) + 0x000000004012f914 btm_ble_read_remote_name + *fill* 0x000000004012f989 0x3 + .text.btm_ble_cancel_remote_name + 0x000000004012f98c 0x3a esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x3e (size before relaxing) + 0x000000004012f98c btm_ble_cancel_remote_name + *fill* 0x000000004012f9c6 0x2 + .text.btm_ble_cache_adv_data + 0x000000004012f9c8 0xcd esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012f9c8 btm_ble_cache_adv_data + *fill* 0x000000004012fa95 0x3 + .text.btm_ble_is_discoverable + 0x000000004012fa98 0xa6 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012fa98 btm_ble_is_discoverable + *fill* 0x000000004012fb3e 0x2 + .text.btm_ble_process_last_adv_pkt + 0x000000004012fb40 0x10e esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x116 (size before relaxing) + *fill* 0x000000004012fc4e 0x2 + .text.btm_ble_update_inq_result + 0x000000004012fc50 0x142 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x146 (size before relaxing) + 0x000000004012fc50 btm_ble_update_inq_result + *fill* 0x000000004012fd92 0x2 + .text.btm_clear_all_pending_le_entry + 0x000000004012fd94 0x32 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012fd94 btm_clear_all_pending_le_entry + *fill* 0x000000004012fdc6 0x2 + .text.btm_send_sel_conn_callback + 0x000000004012fdc8 0x70 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012fdc8 btm_send_sel_conn_callback + .text.btm_ble_process_adv_discard_evt + 0x000000004012fe38 0x2e esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x000000004012fe38 btm_ble_process_adv_discard_evt + *fill* 0x000000004012fe66 0x2 + .text.btm_ble_start_scan + 0x000000004012fe68 0x7f esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x8e (size before relaxing) + 0x000000004012fe68 btm_ble_start_scan + *fill* 0x000000004012fee7 0x1 + .text.BTM_BleScan + 0x000000004012fee8 0xc8 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xd4 (size before relaxing) + 0x000000004012fee8 BTM_BleScan + .text.btm_ble_start_inquiry + 0x000000004012ffb0 0xb8 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc4 (size before relaxing) + 0x000000004012ffb0 btm_ble_start_inquiry + .text.btm_ble_stop_scan + 0x0000000040130068 0x36 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x3a (size before relaxing) + 0x0000000040130068 btm_ble_stop_scan + *fill* 0x000000004013009e 0x2 + .text.btm_ble_stop_observe + 0x00000000401300a0 0x4a esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x52 (size before relaxing) + *fill* 0x00000000401300ea 0x2 + .text.BTM_BleObserve + 0x00000000401300ec 0xe8 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xfc (size before relaxing) + 0x00000000401300ec BTM_BleObserve + .text.btm_ble_stop_inquiry + 0x00000000401301d4 0x5f esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x6a (size before relaxing) + 0x00000000401301d4 btm_ble_stop_inquiry + *fill* 0x0000000040130233 0x1 + .text.btm_ble_process_adv_pkt_cont + 0x0000000040130234 0x20f esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x22b (size before relaxing) + *fill* 0x0000000040130443 0x1 + .text.btm_ble_process_adv_pkt + 0x0000000040130444 0xbf esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xcb (size before relaxing) + 0x0000000040130444 btm_ble_process_adv_pkt + *fill* 0x0000000040130503 0x1 + .text.btm_ble_resolve_random_addr_on_adv + 0x0000000040130504 0x74 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x78 (size before relaxing) + .text.btm_ble_start_adv + 0x0000000040130578 0xc0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xd0 (size before relaxing) + 0x0000000040130578 btm_ble_start_adv + .text.btm_ble_read_remote_features_complete + 0x0000000040130638 0x9a esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xa6 (size before relaxing) + 0x0000000040130638 btm_ble_read_remote_features_complete + *fill* 0x00000000401306d2 0x2 + .text.btm_ble_get_topology_mask + 0x00000000401306d4 0x10 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x00000000401306d4 btm_ble_get_topology_mask + .text.btm_ble_stop_adv + 0x00000000401306e4 0xb4 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xc4 (size before relaxing) + 0x00000000401306e4 btm_ble_stop_adv + .text.BTM_BleUpdateAdvFilterPolicy + 0x0000000040130798 0xa0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xaf (size before relaxing) + 0x0000000040130798 BTM_BleUpdateAdvFilterPolicy + *fill* 0x0000000040130838 0x0 + .text.BTM_BleBroadcast + 0x0000000040130838 0x90 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x9c (size before relaxing) + 0x0000000040130838 BTM_BleBroadcast + .text.BTM_BleSetAdvParams + 0x00000000401308c8 0x109 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x119 (size before relaxing) + 0x00000000401308c8 BTM_BleSetAdvParams + *fill* 0x00000000401309d1 0x3 + .text.BTM_BleSetAdvParamsAll + 0x00000000401309d4 0x144 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x160 (size before relaxing) + 0x00000000401309d4 BTM_BleSetAdvParamsAll + .text.BTM_BleStartAdv + 0x0000000040130b18 0x20 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x28 (size before relaxing) + 0x0000000040130b18 BTM_BleStartAdv + .text.BTM_Recovery_Pre_State + 0x0000000040130b38 0x24 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x28 (size before relaxing) + 0x0000000040130b38 BTM_Recovery_Pre_State + .text.btm_ble_set_connectability + 0x0000000040130b5c 0x12c esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x140 (size before relaxing) + 0x0000000040130b5c btm_ble_set_connectability + .text.btm_ble_start_slow_adv + 0x0000000040130c88 0x65 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x71 (size before relaxing) + *fill* 0x0000000040130ced 0x3 + .text.btm_ble_timeout + 0x0000000040130cf0 0x8c esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x9f (size before relaxing) + 0x0000000040130cf0 btm_ble_timeout + *fill* 0x0000000040130d7c 0x0 + .text.btm_ble_update_link_topology_mask + 0x0000000040130d7c 0x9b esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x0000000040130d7c btm_ble_update_link_topology_mask + *fill* 0x0000000040130e17 0x1 + .text.btm_ble_update_mode_operation + 0x0000000040130e18 0x68 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x70 (size before relaxing) + 0x0000000040130e18 btm_ble_update_mode_operation + .text.btm_ble_init + 0x0000000040130e80 0x92 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0xa6 (size before relaxing) + 0x0000000040130e80 btm_ble_init + *fill* 0x0000000040130f12 0x2 + .text.btm_ble_free + 0x0000000040130f14 0x22 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x26 (size before relaxing) + 0x0000000040130f14 btm_ble_free + *fill* 0x0000000040130f36 0x2 + .text.btm_ble_multi_adv_enq_op_q + 0x0000000040130f38 0x38 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x3c (size before relaxing) + 0x0000000040130f38 btm_ble_multi_adv_enq_op_q + .text.btm_ble_multi_adv_deq_op_q + 0x0000000040130f70 0x48 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x4c (size before relaxing) + 0x0000000040130f70 btm_ble_multi_adv_deq_op_q + .text.btm_ble_multi_adv_vsc_cmpl_cback + 0x0000000040130fb8 0x62 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x66 (size before relaxing) + 0x0000000040130fb8 btm_ble_multi_adv_vsc_cmpl_cback + *fill* 0x000000004013101a 0x2 + .text.btm_ble_enable_multi_adv + 0x000000004013101c 0x33 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x37 (size before relaxing) + 0x000000004013101c btm_ble_enable_multi_adv + *fill* 0x000000004013104f 0x1 + .text.btm_ble_map_adv_tx_power + 0x0000000040131050 0x18 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x0000000040131050 btm_ble_map_adv_tx_power + .text.btm_ble_multi_adv_set_params + 0x0000000040131068 0x14a esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x155 (size before relaxing) + 0x0000000040131068 btm_ble_multi_adv_set_params + *fill* 0x00000000401311b2 0x2 + .text.btm_ble_multi_adv_write_rpa + 0x00000000401311b4 0x62 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x6e (size before relaxing) + 0x00000000401311b4 btm_ble_multi_adv_write_rpa + *fill* 0x0000000040131216 0x2 + .text.btm_ble_multi_adv_gen_rpa_cmpl + 0x0000000040131218 0xab esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0xb3 (size before relaxing) + 0x0000000040131218 btm_ble_multi_adv_gen_rpa_cmpl + *fill* 0x00000000401312c3 0x1 + .text.btm_ble_multi_adv_configure_rpa + 0x00000000401312c4 0x43 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x00000000401312c4 btm_ble_multi_adv_configure_rpa + *fill* 0x0000000040131307 0x1 + .text.btm_ble_multi_adv_reenable + 0x0000000040131308 0x4b esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x4f (size before relaxing) + 0x0000000040131308 btm_ble_multi_adv_reenable + *fill* 0x0000000040131353 0x1 + .text.btm_ble_multi_adv_vse_cback + 0x0000000040131354 0xa8 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0xb0 (size before relaxing) + 0x0000000040131354 btm_ble_multi_adv_vse_cback + .text.btm_ble_multi_adv_enb_privacy + 0x00000000401313fc 0x3d esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x41 (size before relaxing) + 0x00000000401313fc btm_ble_multi_adv_enb_privacy + *fill* 0x0000000040131439 0x3 + .text.BTM_BleEnableAdvInstance + 0x000000004013143c 0x7e esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x82 (size before relaxing) + 0x000000004013143c BTM_BleEnableAdvInstance + *fill* 0x00000000401314ba 0x2 + .text.BTM_BleUpdateAdvInstParam + 0x00000000401314bc 0x88 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x94 (size before relaxing) + 0x00000000401314bc BTM_BleUpdateAdvInstParam + .text.BTM_BleCfgAdvInstData + 0x0000000040131544 0xa6 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0xb6 (size before relaxing) + 0x0000000040131544 BTM_BleCfgAdvInstData + *fill* 0x00000000401315ea 0x2 + .text.BTM_BleDisableAdvInstance + 0x00000000401315ec 0x6a esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x76 (size before relaxing) + 0x00000000401315ec BTM_BleDisableAdvInstance + *fill* 0x0000000040131656 0x2 + .text.btm_ble_multi_adv_init + 0x0000000040131658 0x10b esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x0000000040131658 btm_ble_multi_adv_init + *fill* 0x0000000040131763 0x1 + .text.btm_ble_multi_adv_cleanup + 0x0000000040131764 0x7a esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x0000000040131764 btm_ble_multi_adv_cleanup + *fill* 0x00000000401317de 0x2 + .text.btm_ble_multi_adv_get_ref + 0x00000000401317e0 0x30 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x00000000401317e0 btm_ble_multi_adv_get_ref + .text.btm_ble_enq_resolving_list_pending + 0x0000000040131810 0x52 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x0000000040131810 btm_ble_enq_resolving_list_pending + *fill* 0x0000000040131862 0x2 + .text.btm_ble_brcm_find_resolving_pending_entry + 0x0000000040131864 0x65 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x0000000040131864 btm_ble_brcm_find_resolving_pending_entry + *fill* 0x00000000401318c9 0x3 + .text.btm_ble_deq_resolving_pending + 0x00000000401318cc 0x78 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x7c (size before relaxing) + 0x00000000401318cc btm_ble_deq_resolving_pending + .text.btm_ble_clear_irk_index + 0x0000000040131944 0x3a esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x3e (size before relaxing) + 0x0000000040131944 btm_ble_clear_irk_index + *fill* 0x000000004013197e 0x2 + .text.btm_ble_find_irk_index + 0x0000000040131980 0x44 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x47 (size before relaxing) + 0x0000000040131980 btm_ble_find_irk_index + *fill* 0x00000000401319c4 0x0 + .text.btm_ble_update_resolving_list + 0x00000000401319c4 0x5a esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x66 (size before relaxing) + 0x00000000401319c4 btm_ble_update_resolving_list + *fill* 0x0000000040131a1e 0x2 + .text.btm_ble_add_resolving_list_entry_complete + 0x0000000040131a20 0x4e esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x0000000040131a20 btm_ble_add_resolving_list_entry_complete + *fill* 0x0000000040131a6e 0x2 + .text.btm_ble_remove_resolving_list_entry_complete + 0x0000000040131a70 0x3b esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x0000000040131a70 btm_ble_remove_resolving_list_entry_complete + *fill* 0x0000000040131aab 0x1 + .text.btm_ble_read_resolving_list_entry_complete + 0x0000000040131aac 0x5e esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x62 (size before relaxing) + 0x0000000040131aac btm_ble_read_resolving_list_entry_complete + *fill* 0x0000000040131b0a 0x2 + .text.btm_ble_remove_resolving_list_entry + 0x0000000040131b0c 0x9c esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0xa8 (size before relaxing) + 0x0000000040131b0c btm_ble_remove_resolving_list_entry + .text.btm_ble_clear_resolving_list + 0x0000000040131ba8 0x46 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x4a (size before relaxing) + 0x0000000040131ba8 btm_ble_clear_resolving_list + *fill* 0x0000000040131bee 0x2 + .text.btm_ble_read_resolving_list_entry + 0x0000000040131bf0 0x7c esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x84 (size before relaxing) + 0x0000000040131bf0 btm_ble_read_resolving_list_entry + .text.btm_ble_suspend_resolving_list_activity + 0x0000000040131c6c 0x82 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x8a (size before relaxing) + 0x0000000040131c6c btm_ble_suspend_resolving_list_activity + *fill* 0x0000000040131cee 0x2 + .text.btm_ble_resume_resolving_list_activity + 0x0000000040131cf0 0x38 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x40 (size before relaxing) + 0x0000000040131cf0 btm_ble_resume_resolving_list_activity + .text.btm_ble_vendor_enable_irk_feature + 0x0000000040131d28 0x49 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x0000000040131d28 btm_ble_vendor_enable_irk_feature + *fill* 0x0000000040131d71 0x3 + .text.btm_ble_exe_disable_resolving_list + 0x0000000040131d74 0x22 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x2a (size before relaxing) + 0x0000000040131d74 btm_ble_exe_disable_resolving_list + *fill* 0x0000000040131d96 0x2 + .text.btm_ble_exe_enable_resolving_list + 0x0000000040131d98 0x1b esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x23 (size before relaxing) + 0x0000000040131d98 btm_ble_exe_enable_resolving_list + *fill* 0x0000000040131db3 0x1 + .text.btm_ble_disable_resolving_list + 0x0000000040131db4 0x5a esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x62 (size before relaxing) + 0x0000000040131db4 btm_ble_disable_resolving_list + *fill* 0x0000000040131e0e 0x2 + .text.btm_ble_resolving_list_load_dev + 0x0000000040131e10 0x140 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x154 (size before relaxing) + 0x0000000040131e10 btm_ble_resolving_list_load_dev + .text.btm_ble_resolving_list_remove_dev + 0x0000000040131f50 0x3a esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x46 (size before relaxing) + 0x0000000040131f50 btm_ble_resolving_list_remove_dev + *fill* 0x0000000040131f8a 0x2 + .text.btm_ble_enable_resolving_list + 0x0000000040131f8c 0x30 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x38 (size before relaxing) + 0x0000000040131f8c btm_ble_enable_resolving_list + .text.btm_ble_enable_resolving_list_for_platform + 0x0000000040131fbc 0x8a esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x9e (size before relaxing) + 0x0000000040131fbc btm_ble_enable_resolving_list_for_platform + *fill* 0x0000000040132046 0x2 + .text.btm_ble_resolving_list_init + 0x0000000040132048 0x6d esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x71 (size before relaxing) + 0x0000000040132048 btm_ble_resolving_list_init + *fill* 0x00000000401320b5 0x3 + .text.btm_ble_clear_resolving_list_complete + 0x00000000401320b8 0x88 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x94 (size before relaxing) + 0x00000000401320b8 btm_ble_clear_resolving_list_complete + .text.btm_ble_resolving_list_vsc_op_cmpl + 0x0000000040132140 0x34 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x3b (size before relaxing) + 0x0000000040132140 btm_ble_resolving_list_vsc_op_cmpl + *fill* 0x0000000040132174 0x0 + .text.btm_ble_resolving_list_cleanup + 0x0000000040132174 0x58 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x5c (size before relaxing) + 0x0000000040132174 btm_ble_resolving_list_cleanup + .text.btm_find_sec_dev_in_list + 0x00000000401321cc 0xd6 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x00000000401321cc btm_find_sec_dev_in_list + *fill* 0x00000000401322a2 0x2 + .text.btm_find_oldest_dev + 0x00000000401322a4 0x78 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x7f (size before relaxing) + *fill* 0x000000004013231c 0x0 + .text.btm_sec_alloc_dev + 0x000000004013231c 0x1b9 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x1c5 (size before relaxing) + 0x000000004013231c btm_sec_alloc_dev + *fill* 0x00000000401324d5 0x3 + .text.btm_sec_free_dev + 0x00000000401324d8 0x82 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x8a (size before relaxing) + 0x00000000401324d8 btm_sec_free_dev + *fill* 0x000000004013255a 0x2 + .text.btm_find_dev_by_handle + 0x000000004013255c 0x2e esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x32 (size before relaxing) + 0x000000004013255c btm_find_dev_by_handle + *fill* 0x000000004013258a 0x2 + .text.btm_find_dev + 0x000000004013258c 0x35 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x39 (size before relaxing) + 0x000000004013258c btm_find_dev + *fill* 0x00000000401325c1 0x3 + .text.BTM_SecAddDevice + 0x00000000401325c4 0x1ea esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x202 (size before relaxing) + 0x00000000401325c4 BTM_SecAddDevice + *fill* 0x00000000401327ae 0x2 + .text.BTM_SecDeleteDevice + 0x00000000401327b0 0x36 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x42 (size before relaxing) + 0x00000000401327b0 BTM_SecDeleteDevice + *fill* 0x00000000401327e6 0x2 + .text.BTM_SecClearSecurityFlags + 0x00000000401327e8 0x17 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x1b (size before relaxing) + 0x00000000401327e8 BTM_SecClearSecurityFlags + *fill* 0x00000000401327ff 0x1 + .text.BTM_SecReadDevName + 0x0000000040132800 0x11 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x15 (size before relaxing) + 0x0000000040132800 BTM_SecReadDevName + *fill* 0x0000000040132811 0x3 + .text.btm_dev_support_switch + 0x0000000040132814 0x46 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x4a (size before relaxing) + 0x0000000040132814 btm_dev_support_switch + *fill* 0x000000004013285a 0x2 + .text.btm_consolidate_dev + 0x000000004013285c 0x10c esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x11f (size before relaxing) + 0x000000004013285c btm_consolidate_dev + *fill* 0x0000000040132968 0x0 + .text.btm_find_or_alloc_dev + 0x0000000040132968 0x16 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x1a (size before relaxing) + 0x0000000040132968 btm_find_or_alloc_dev + *fill* 0x000000004013297e 0x2 + .text.btm_set_bond_type_dev + 0x0000000040132980 0x1c esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x0000000040132980 btm_set_bond_type_dev + .text.btm_sec_dev_init + 0x000000004013299c 0x16 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x19 (size before relaxing) + 0x000000004013299c btm_sec_dev_init + *fill* 0x00000000401329b2 0x2 + .text.btm_sec_dev_free + 0x00000000401329b4 0x13 esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x16 (size before relaxing) + 0x00000000401329b4 btm_sec_dev_free + *fill* 0x00000000401329c7 0x1 + .text.btm_db_reset + 0x00000000401329c8 0x36 esp-idf/bt/libbt.a(btm_devctl.c.obj) + *fill* 0x00000000401329fe 0x2 + .text.btm_decode_ext_features_page + 0x0000000040132a00 0x1de esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x1ee (size before relaxing) + *fill* 0x0000000040132bde 0x2 + .text.btm_dev_init + 0x0000000040132be0 0x2e esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132be0 btm_dev_init + *fill* 0x0000000040132c0e 0x2 + .text.BTM_IsDeviceUp + 0x0000000040132c10 0x12 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132c10 BTM_IsDeviceUp + *fill* 0x0000000040132c22 0x2 + .text.btm_dev_timeout + 0x0000000040132c24 0x1e esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132c24 btm_dev_timeout + *fill* 0x0000000040132c42 0x2 + .text.BTM_SetLocalDeviceName + 0x0000000040132c44 0x61 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132c44 BTM_SetLocalDeviceName + *fill* 0x0000000040132ca5 0x3 + .text.BTM_ReadLocalDeviceName + 0x0000000040132ca8 0xe esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132ca8 BTM_ReadLocalDeviceName + *fill* 0x0000000040132cb6 0x2 + .text.BTM_ReadLocalDeviceNameFromController + 0x0000000040132cb8 0x31 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x35 (size before relaxing) + 0x0000000040132cb8 BTM_ReadLocalDeviceNameFromController + *fill* 0x0000000040132ce9 0x3 + .text.btm_read_local_name_complete + 0x0000000040132cec 0x33 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x37 (size before relaxing) + 0x0000000040132cec btm_read_local_name_complete + *fill* 0x0000000040132d1f 0x1 + .text.BTM_SetDeviceClass + 0x0000000040132d20 0x51 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x59 (size before relaxing) + 0x0000000040132d20 BTM_SetDeviceClass + *fill* 0x0000000040132d71 0x3 + .text.BTM_ReadDeviceClass + 0x0000000040132d74 0xf esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132d74 BTM_ReadDeviceClass + *fill* 0x0000000040132d83 0x1 + .text.BTM_ReadLocalFeatures + 0x0000000040132d84 0x14 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132d84 BTM_ReadLocalFeatures + .text.BTM_RegisterForDeviceStatusNotif + 0x0000000040132d98 0x12 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132d98 BTM_RegisterForDeviceStatusNotif + *fill* 0x0000000040132daa 0x2 + .text.BTM_VendorSpecificCommand + 0x0000000040132dac 0x31 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132dac BTM_VendorSpecificCommand + *fill* 0x0000000040132ddd 0x3 + .text.btm_vsc_complete + 0x0000000040132de0 0x5f esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132de0 btm_vsc_complete + *fill* 0x0000000040132e3f 0x1 + .text.BTM_RegisterForVSEvents + 0x0000000040132e40 0x62 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132e40 BTM_RegisterForVSEvents + *fill* 0x0000000040132ea2 0x2 + .text.btm_vendor_specific_evt + 0x0000000040132ea4 0x2e esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132ea4 btm_vendor_specific_evt + *fill* 0x0000000040132ed2 0x2 + .text.BTM_EnableTestMode + 0x0000000040132ed4 0x67 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x7b (size before relaxing) + 0x0000000040132ed4 BTM_EnableTestMode + *fill* 0x0000000040132f3b 0x1 + .text.BTM_DeleteStoredLinkKey + 0x0000000040132f3c 0x3d esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132f3c BTM_DeleteStoredLinkKey + *fill* 0x0000000040132f79 0x3 + .text.btm_delete_stored_link_key_complete + 0x0000000040132f7c 0x33 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132f7c btm_delete_stored_link_key_complete + *fill* 0x0000000040132faf 0x1 + .text.btm_report_device_status + 0x0000000040132fb0 0x16 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x0000000040132fb0 btm_report_device_status + *fill* 0x0000000040132fc6 0x2 + .text.reset_complete + 0x0000000040132fc8 0xf2 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x11a (size before relaxing) + *fill* 0x00000000401330ba 0x2 + .text.BTM_DeviceReset + 0x00000000401330bc 0x16 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x22 (size before relaxing) + 0x00000000401330bc BTM_DeviceReset + *fill* 0x00000000401330d2 0x2 + .text.BTM_BleSetChannels + 0x00000000401330d4 0x48 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x50 (size before relaxing) + 0x00000000401330d4 BTM_BleSetChannels + .text.btm_ble_set_channels_complete + 0x000000004013311c 0x50 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x000000004013311c btm_ble_set_channels_complete + .text.btm_convert_uuid_to_uuid16 + 0x000000004013316c 0xa1 esp-idf/bt/libbt.a(btm_inq.c.obj) + *fill* 0x000000004013320d 0x3 + .text.btm_set_inq_event_filter + 0x0000000040133210 0x6d esp-idf/bt/libbt.a(btm_inq.c.obj) + *fill* 0x000000004013327d 0x3 + .text.btm_clr_inq_result_flt + 0x0000000040133280 0x2d esp-idf/bt/libbt.a(btm_inq.c.obj) + *fill* 0x00000000401332ad 0x3 + .text.BTM_SetDiscoverability + 0x00000000401332b0 0x1a4 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x1b0 (size before relaxing) + 0x00000000401332b0 BTM_SetDiscoverability + .text.BTM_SetInquiryScanType + 0x0000000040133454 0x58 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x60 (size before relaxing) + 0x0000000040133454 BTM_SetInquiryScanType + .text.BTM_SetPageScanType + 0x00000000401334ac 0x59 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x61 (size before relaxing) + 0x00000000401334ac BTM_SetPageScanType + *fill* 0x0000000040133505 0x3 + .text.BTM_SetInquiryMode + 0x0000000040133508 0x50 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x54 (size before relaxing) + 0x0000000040133508 BTM_SetInquiryMode + .text.BTM_ReadDiscoverability + 0x0000000040133558 0x31 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040133558 BTM_ReadDiscoverability + *fill* 0x0000000040133589 0x3 + .text.BTM_CancelPeriodicInquiry + 0x000000004013358c 0x66 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x6e (size before relaxing) + 0x000000004013358c BTM_CancelPeriodicInquiry + *fill* 0x00000000401335f2 0x2 + .text.BTM_SetConnectability + 0x00000000401335f4 0xde esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x00000000401335f4 BTM_SetConnectability + *fill* 0x00000000401336d2 0x2 + .text.BTM_ReadConnectability + 0x00000000401336d4 0x31 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x00000000401336d4 BTM_ReadConnectability + *fill* 0x0000000040133705 0x3 + .text.BTM_IsInquiryActive + 0x0000000040133708 0x10 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040133708 BTM_IsInquiryActive + .text.BTM_CancelInquiry + 0x0000000040133718 0x9e esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xa2 (size before relaxing) + 0x0000000040133718 BTM_CancelInquiry + *fill* 0x00000000401337b6 0x2 + .text.BTM_StartInquiry + 0x00000000401337b8 0x162 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x16a (size before relaxing) + 0x00000000401337b8 BTM_StartInquiry + *fill* 0x000000004013391a 0x2 + .text.BTM_CancelRemoteDeviceName + 0x000000004013391c 0x4a esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4e (size before relaxing) + 0x000000004013391c BTM_CancelRemoteDeviceName + *fill* 0x0000000040133966 0x2 + .text.BTM_InqDbFirst + 0x0000000040133968 0x2d esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040133968 BTM_InqDbFirst + *fill* 0x0000000040133995 0x3 + .text.BTM_InqDbNext + 0x0000000040133998 0x67 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x6a (size before relaxing) + 0x0000000040133998 BTM_InqDbNext + *fill* 0x00000000401339ff 0x1 + .text.btm_inq_db_init + 0x0000000040133a00 0x42 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4a (size before relaxing) + 0x0000000040133a00 btm_inq_db_init + *fill* 0x0000000040133a42 0x2 + .text.btm_inq_stop_on_ssp + 0x0000000040133a44 0x4a esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4e (size before relaxing) + 0x0000000040133a44 btm_inq_stop_on_ssp + *fill* 0x0000000040133a8e 0x2 + .text.btm_inq_clear_ssp + 0x0000000040133a90 0x18 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040133a90 btm_inq_clear_ssp + .text.btm_clr_inq_db + 0x0000000040133aa8 0x3c esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040133aa8 btm_clr_inq_db + .text.BTM_ClearInqDb + 0x0000000040133ae4 0x29 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040133ae4 BTM_ClearInqDb + *fill* 0x0000000040133b0d 0x3 + .text.btm_inq_db_reset + 0x0000000040133b10 0xdc esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xe8 (size before relaxing) + 0x0000000040133b10 btm_inq_db_reset + .text.btm_inq_find_bdaddr + 0x0000000040133bec 0x89 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040133bec btm_inq_find_bdaddr + *fill* 0x0000000040133c75 0x3 + .text.btm_inq_db_find + 0x0000000040133c78 0x37 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040133c78 btm_inq_db_find + *fill* 0x0000000040133caf 0x1 + .text.BTM_InqDbRead + 0x0000000040133cb0 0x10 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x14 (size before relaxing) + 0x0000000040133cb0 BTM_InqDbRead + .text.btm_inq_db_new + 0x0000000040133cc0 0x74 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040133cc0 btm_inq_db_new + .text.btm_sort_inq_result + 0x0000000040133d34 0x9b esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040133d34 btm_sort_inq_result + *fill* 0x0000000040133dcf 0x1 + .text.btm_process_inq_complete + 0x0000000040133dd0 0xdb esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xeb (size before relaxing) + 0x0000000040133dd0 btm_process_inq_complete + *fill* 0x0000000040133eab 0x1 + .text.btm_initiate_inquiry + 0x0000000040133eac 0xa6 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xb2 (size before relaxing) + *fill* 0x0000000040133f52 0x2 + .text.btm_event_filter_complete + 0x0000000040133f54 0xd4 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xd8 (size before relaxing) + 0x0000000040133f54 btm_event_filter_complete + .text.btm_process_cancel_complete + 0x0000000040134028 0x1a esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x1e (size before relaxing) + 0x0000000040134028 btm_process_cancel_complete + *fill* 0x0000000040134042 0x2 + .text.btm_initiate_rem_name + 0x0000000040134044 0xaa esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xb2 (size before relaxing) + 0x0000000040134044 btm_initiate_rem_name + *fill* 0x00000000401340ee 0x2 + .text.BTM_ReadRemoteDeviceName + 0x00000000401340f0 0x35 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x3d (size before relaxing) + 0x00000000401340f0 BTM_ReadRemoteDeviceName + *fill* 0x0000000040134125 0x3 + .text.btm_process_remote_name + 0x0000000040134128 0xdb esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xe3 (size before relaxing) + 0x0000000040134128 btm_process_remote_name + *fill* 0x0000000040134203 0x1 + .text.btm_inq_rmt_name_failed + 0x0000000040134204 0x3c esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x40 (size before relaxing) + 0x0000000040134204 btm_inq_rmt_name_failed + .text.btm_read_linq_tx_power_complete + 0x0000000040134240 0x44 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040134240 btm_read_linq_tx_power_complete + .text.btm_eir_get_uuid_list + 0x0000000040134284 0x5c esp-idf/bt/libbt.a(btm_inq.c.obj) + .text.BTM_HasEirService + 0x00000000401342e0 0x3e esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x00000000401342e0 BTM_HasEirService + *fill* 0x000000004013431e 0x2 + .text.BTM_AddEirService + 0x0000000040134320 0x2a esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x0000000040134320 BTM_AddEirService + *fill* 0x000000004013434a 0x2 + .text.btm_set_eir_uuid + 0x000000004013434c 0xd6 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0xde (size before relaxing) + *fill* 0x0000000040134422 0x2 + .text.btm_process_inq_results + 0x0000000040134424 0x29c esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x2a0 (size before relaxing) + 0x0000000040134424 btm_process_inq_results + .text.BTM_RemoveEirService + 0x00000000401346c0 0x2f esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x00000000401346c0 BTM_RemoveEirService + *fill* 0x00000000401346ef 0x1 + .text.btm_init + 0x00000000401346f0 0x5c esp-idf/bt/libbt.a(btm_main.c.obj) + 0x78 (size before relaxing) + 0x00000000401346f0 btm_init + .text.btm_free + 0x000000004013474c 0x44 esp-idf/bt/libbt.a(btm_main.c.obj) + 0x56 (size before relaxing) + 0x000000004013474c btm_free + *fill* 0x0000000040134790 0x0 + .text.btm_pm_compare_modes + 0x0000000040134790 0x101 esp-idf/bt/libbt.a(btm_pm.c.obj) + *fill* 0x0000000040134891 0x3 + .text.btm_pm_get_set_mode + 0x0000000040134894 0xa4 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0xac (size before relaxing) + .text.btm_pm_snd_md_req + 0x0000000040134938 0x126 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x136 (size before relaxing) + *fill* 0x0000000040134a5e 0x2 + .text.btm_pm_check_stored + 0x0000000040134a60 0x4b esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x4f (size before relaxing) + *fill* 0x0000000040134aab 0x1 + .text.BTM_SetPowerMode + 0x0000000040134aac 0x148 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x150 (size before relaxing) + 0x0000000040134aac BTM_SetPowerMode + .text.BTM_ReadPowerMode + 0x0000000040134bf4 0x21 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x0000000040134bf4 BTM_ReadPowerMode + *fill* 0x0000000040134c15 0x3 + .text.btm_pm_reset + 0x0000000040134c18 0x6d esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x0000000040134c18 btm_pm_reset + *fill* 0x0000000040134c85 0x3 + .text.btm_pm_sm_alloc + 0x0000000040134c88 0x50 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x58 (size before relaxing) + 0x0000000040134c88 btm_pm_sm_alloc + .text.btm_pm_proc_cmd_status + 0x0000000040134cd8 0x67 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x6a (size before relaxing) + 0x0000000040134cd8 btm_pm_proc_cmd_status + *fill* 0x0000000040134d3f 0x1 + .text.btm_pm_proc_mode_change + 0x0000000040134d40 0x11a esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x132 (size before relaxing) + 0x0000000040134d40 btm_pm_proc_mode_change + *fill* 0x0000000040134e5a 0x2 + .text.btm_sec_is_upgrade_possible + 0x0000000040134e5c 0x68 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_check_upgrade + 0x0000000040134ec4 0x5f esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x63 (size before relaxing) + *fill* 0x0000000040134f23 0x1 + .text.btm_sec_find_mx_serv + 0x0000000040134f24 0x7c esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_send_link_key_notif + 0x0000000040134fa0 0x27 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x0000000040134fc7 0x1 + .text.btm_sec_set_serv_level4_flags + 0x0000000040134fc8 0x14 esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_set_security_level + 0x0000000040134fdc 0x172 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x000000004013514e 0x2 + .text.btm_sec_is_master + 0x0000000040135150 0x26 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x0000000040135176 0x2 + .text.btm_sec_start_authentication + 0x0000000040135178 0x15 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x000000004013518d 0x3 + .text.btm_sec_send_hci_disconnect + 0x0000000040135190 0x82 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x86 (size before relaxing) + *fill* 0x0000000040135212 0x2 + .text.btm_restore_mode + 0x0000000040135214 0x2f esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x0000000040135243 0x1 + .text.btm_sec_queue_encrypt_request + 0x0000000040135244 0x4c esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x50 (size before relaxing) + .text.btm_sec_queue_mx_request + 0x0000000040135290 0x4e esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x52 (size before relaxing) + *fill* 0x00000000401352de 0x2 + .text.btm_sec_start_get_name + 0x00000000401352e0 0x2b esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x000000004013530b 0x1 + .text.btm_sec_start_authorization + 0x000000004013530c 0x9c esp-idf/bt/libbt.a(btm_sec.c.obj) + .text.btm_sec_start_encryption + 0x00000000401353a8 0x19 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x00000000401353c1 0x3 + .text.btm_sec_use_smp_br_chnl + 0x00000000401353c4 0x36 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x00000000401353fa 0x2 + .text.btm_sec_check_pending_enc_req + 0x00000000401353fc 0xd0 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xe0 (size before relaxing) + .text.BTM_SecRegister + 0x00000000401354cc 0x81 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x85 (size before relaxing) + 0x00000000401354cc BTM_SecRegister + *fill* 0x000000004013554d 0x3 + .text.BTM_GetSecurityFlagsByTransport + 0x0000000040135550 0x2e esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x0000000040135550 BTM_GetSecurityFlagsByTransport + *fill* 0x000000004013557e 0x2 + .text.BTM_SetPairableMode + 0x0000000040135580 0x1b esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x0000000040135580 BTM_SetPairableMode + *fill* 0x000000004013559b 0x1 + .text.BTM_SetSecurityLevel + 0x000000004013559c 0x21 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x000000004013559c BTM_SetSecurityLevel + *fill* 0x00000000401355bd 0x3 + .text.btm_sec_clr_temp_auth_service + 0x00000000401355c0 0x20 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x24 (size before relaxing) + 0x00000000401355c0 btm_sec_clr_temp_auth_service + .text.BTM_IoCapRsp + 0x00000000401355e0 0x74 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x00000000401355e0 BTM_IoCapRsp + .text.BTM_ReadLocalOobData + 0x0000000040135654 0x14 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x0000000040135654 BTM_ReadLocalOobData + .text.btm_sec_conn_req + 0x0000000040135668 0xc6 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xd6 (size before relaxing) + 0x0000000040135668 btm_sec_conn_req + *fill* 0x000000004013572e 0x2 + .text.btm_sec_init + 0x0000000040135730 0x28 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x0000000040135730 btm_sec_init + .text.btm_sec_dev_reset + 0x0000000040135758 0x3f esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x47 (size before relaxing) + 0x0000000040135758 btm_sec_dev_reset + *fill* 0x0000000040135797 0x1 + .text.btm_sec_rmt_host_support_feat_evt + 0x0000000040135798 0x54 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x0000000040135798 btm_sec_rmt_host_support_feat_evt + .text.btm_keypress_notif_evt + 0x00000000401357ec 0x46 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x00000000401357ec btm_keypress_notif_evt + *fill* 0x0000000040135832 0x2 + .text.btm_read_local_oob_complete + 0x0000000040135834 0x5f esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x0000000040135834 btm_read_local_oob_complete + *fill* 0x0000000040135893 0x1 + .text.btm_sec_disconnect + 0x0000000040135894 0x69 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x6d (size before relaxing) + 0x0000000040135894 btm_sec_disconnect + *fill* 0x00000000401358fd 0x3 + .text.btm_sec_link_key_request + 0x0000000040135900 0x62 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x6e (size before relaxing) + 0x0000000040135900 btm_sec_link_key_request + *fill* 0x0000000040135962 0x2 + .text.btm_sec_update_clock_offset + 0x0000000040135964 0x28 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x2e (size before relaxing) + 0x0000000040135964 btm_sec_update_clock_offset + *fill* 0x000000004013598c 0x0 + .text.btm_sec_execute_procedure + 0x000000004013598c 0x12a esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x12e (size before relaxing) + *fill* 0x0000000040135ab6 0x2 + .text.BTM_SetEncryption + 0x0000000040135ab8 0xfa esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xfe (size before relaxing) + 0x0000000040135ab8 BTM_SetEncryption + *fill* 0x0000000040135bb2 0x2 + .text.btm_sec_mx_access_request + 0x0000000040135bb4 0x2d8 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x2ec (size before relaxing) + 0x0000000040135bb4 btm_sec_mx_access_request + .text.btm_sec_check_pending_reqs + 0x0000000040135e8c 0x8f esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x97 (size before relaxing) + *fill* 0x0000000040135f1b 0x1 + .text.btm_sec_change_pairing_state + 0x0000000040135f1c 0x7f esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x8f (size before relaxing) + *fill* 0x0000000040135f9b 0x1 + .text.btm_sec_dd_create_conn + 0x0000000040135f9c 0x70 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x7c (size before relaxing) + .text.btm_sec_bond_by_transport + 0x000000004013600c 0x1c4 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x1f0 (size before relaxing) + 0x000000004013600c btm_sec_bond_by_transport + .text.BTM_SecBondByTransport + 0x00000000401361d0 0x49 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4d (size before relaxing) + 0x00000000401361d0 BTM_SecBondByTransport + *fill* 0x0000000040136219 0x3 + .text.BTM_SecBond + 0x000000004013621c 0x29 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x000000004013621c BTM_SecBond + *fill* 0x0000000040136245 0x3 + .text.btm_sec_bond_cancel_complete + 0x0000000040136248 0x5c esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x60 (size before relaxing) + .text.BTM_SecBondCancel + 0x00000000401362a4 0x10a esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x10e (size before relaxing) + 0x00000000401362a4 BTM_SecBondCancel + *fill* 0x00000000401363ae 0x2 + .text.btm_create_conn_cancel_complete + 0x00000000401363b0 0x26 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x00000000401363b0 btm_create_conn_cancel_complete + *fill* 0x00000000401363d6 0x2 + .text.btm_sec_pairing_timeout + 0x00000000401363d8 0x127 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x136 (size before relaxing) + *fill* 0x00000000401364ff 0x1 + .text.BTM_ConfirmReqReply + 0x0000000040136500 0x9a esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xa6 (size before relaxing) + 0x0000000040136500 BTM_ConfirmReqReply + *fill* 0x000000004013659a 0x2 + .text.BTM_RemoteOobDataReply + 0x000000004013659c 0x4f esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x53 (size before relaxing) + 0x000000004013659c BTM_RemoteOobDataReply + *fill* 0x00000000401365eb 0x1 + .text.btm_io_capabilities_req + 0x00000000401365ec 0x204 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x208 (size before relaxing) + 0x00000000401365ec btm_io_capabilities_req + .text.btm_io_capabilities_rsp + 0x00000000401367f0 0xe7 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xeb (size before relaxing) + 0x00000000401367f0 btm_io_capabilities_rsp + *fill* 0x00000000401368d7 0x1 + .text.btm_proc_sp_req_evt + 0x00000000401368d8 0x17f esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x193 (size before relaxing) + 0x00000000401368d8 btm_proc_sp_req_evt + *fill* 0x0000000040136a57 0x1 + .text.btm_simple_pair_complete + 0x0000000040136a58 0xfe esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x102 (size before relaxing) + 0x0000000040136a58 btm_simple_pair_complete + *fill* 0x0000000040136b56 0x2 + .text.btm_rem_oob_req + 0x0000000040136b58 0xab esp-idf/bt/libbt.a(btm_sec.c.obj) + 0xbb (size before relaxing) + 0x0000000040136b58 btm_rem_oob_req + *fill* 0x0000000040136c03 0x1 + .text.btm_sec_connect_after_reject_timeout + 0x0000000040136c04 0x42 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x4a (size before relaxing) + *fill* 0x0000000040136c46 0x2 + .text.btm_sec_disconnected + 0x0000000040136c48 0x123 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x0000000040136c48 btm_sec_disconnected + *fill* 0x0000000040136d6b 0x1 + .text.btm_sec_link_key_notification + 0x0000000040136d6c 0x164 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x168 (size before relaxing) + 0x0000000040136d6c btm_sec_link_key_notification + .text.btm_sec_find_dev_by_sec_state + 0x0000000040136ed0 0x3d esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x45 (size before relaxing) + 0x0000000040136ed0 btm_sec_find_dev_by_sec_state + *fill* 0x0000000040136f0d 0x3 + .text.btm_sec_auth_collision + 0x0000000040136f10 0x86 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x92 (size before relaxing) + *fill* 0x0000000040136f96 0x2 + .text.btm_sec_dev_rec_cback_event + 0x0000000040136f98 0x36 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x39 (size before relaxing) + 0x0000000040136f98 btm_sec_dev_rec_cback_event + *fill* 0x0000000040136fce 0x2 + .text.btm_sec_rmt_name_request_complete + 0x0000000040136fd0 0x2ff esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x313 (size before relaxing) + 0x0000000040136fd0 btm_sec_rmt_name_request_complete + *fill* 0x00000000401372cf 0x1 + .text.btm_sec_auth_complete + 0x00000000401372d0 0x27e esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x296 (size before relaxing) + 0x00000000401372d0 btm_sec_auth_complete + *fill* 0x000000004013754e 0x2 + .text.btm_sec_collision_timeout + 0x0000000040137550 0x2f esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x33 (size before relaxing) + *fill* 0x000000004013757f 0x1 + .text.btm_sec_encrypt_change + 0x0000000040137580 0x1d6 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x1e6 (size before relaxing) + 0x0000000040137580 btm_sec_encrypt_change + *fill* 0x0000000040137756 0x2 + .text.btm_sec_connected + 0x0000000040137758 0x44e esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x482 (size before relaxing) + 0x0000000040137758 btm_sec_connected + *fill* 0x0000000040137ba6 0x2 + .text.btm_sec_set_peer_sec_caps + 0x0000000040137ba8 0x70 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x0000000040137ba8 btm_sec_set_peer_sec_caps + .text.btm_sec_clear_ble_keys + 0x0000000040137c18 0x22 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x0000000040137c18 btm_sec_clear_ble_keys + *fill* 0x0000000040137c3a 0x2 + .text.btm_sec_is_a_bonded_dev + 0x0000000040137c3c 0x2e esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x32 (size before relaxing) + 0x0000000040137c3c btm_sec_is_a_bonded_dev + *fill* 0x0000000040137c6a 0x2 + .text.btu_hcif_inquiry_comp_evt + 0x0000000040137c6c 0xd esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x10 (size before relaxing) + *fill* 0x0000000040137c79 0x3 + .text.btu_hcif_inquiry_result_evt + 0x0000000040137c7c 0xf esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x0000000040137c8b 0x1 + .text.btu_hcif_inquiry_rssi_result_evt + 0x0000000040137c8c 0xf esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x0000000040137c9b 0x1 + .text.btu_hcif_extended_inquiry_result_evt + 0x0000000040137c9c 0xf esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x0000000040137cab 0x1 + .text.btu_hcif_connection_comp_evt + 0x0000000040137cac 0x4e esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x52 (size before relaxing) + *fill* 0x0000000040137cfa 0x2 + .text.btu_hcif_connection_request_evt + 0x0000000040137cfc 0x46 esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x0000000040137d42 0x2 + .text.btu_hcif_disconnection_comp_evt + 0x0000000040137d44 0x26 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x2a (size before relaxing) + *fill* 0x0000000040137d6a 0x2 + .text.btu_hcif_authentication_comp_evt + 0x0000000040137d6c 0x19 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x1c (size before relaxing) + *fill* 0x0000000040137d85 0x3 + .text.btu_hcif_rmt_name_request_comp_evt + 0x0000000040137d88 0x3b esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x3f (size before relaxing) + *fill* 0x0000000040137dc3 0x1 + .text.btu_hcif_encryption_change_evt + 0x0000000040137dc4 0x2e esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x32 (size before relaxing) + *fill* 0x0000000040137df2 0x2 + .text.btu_hcif_encryption_key_refresh_cmpl_evt + 0x0000000040137df4 0x23 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x26 (size before relaxing) + *fill* 0x0000000040137e17 0x1 + .text.btu_hcif_read_rmt_features_comp_evt + 0x0000000040137e18 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040137e22 0x2 + .text.btu_hcif_read_rmt_ext_features_comp_evt + 0x0000000040137e24 0x23 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x2a (size before relaxing) + *fill* 0x0000000040137e47 0x1 + .text.btu_hcif_read_rmt_version_comp_evt + 0x0000000040137e48 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040137e52 0x2 + .text.btu_hcif_qos_setup_comp_evt + 0x0000000040137e54 0x9e esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x0000000040137ef2 0x2 + .text.btu_hcif_hardware_error_evt + 0x0000000040137ef4 0x16 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x1e (size before relaxing) + *fill* 0x0000000040137f0a 0x2 + .text.btu_hcif_role_change_evt + 0x0000000040137f0c 0x38 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x3c (size before relaxing) + .text.btu_hcif_num_compl_data_pkts_evt + 0x0000000040137f44 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040137f4e 0x2 + .text.btu_hcif_mode_change_evt + 0x0000000040137f50 0x2a esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x2e (size before relaxing) + *fill* 0x0000000040137f7a 0x2 + .text.btu_hcif_link_key_request_evt + 0x0000000040137f7c 0x26 esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x0000000040137fa2 0x2 + .text.btu_hcif_link_key_notification_evt + 0x0000000040137fa4 0x44 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .text.btu_hcif_read_clock_off_comp_evt + 0x0000000040137fe8 0x36 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x3a (size before relaxing) + *fill* 0x000000004013801e 0x2 + .text.btu_hcif_qos_violation_evt + 0x0000000040138020 0x16 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040138036 0x2 + .text.btu_hcif_host_support_evt + 0x0000000040138038 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040138042 0x2 + .text.btu_hcif_io_cap_request_evt + 0x0000000040138044 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004013804e 0x2 + .text.btu_hcif_io_cap_response_evt + 0x0000000040138050 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004013805a 0x2 + .text.btu_hcif_user_conf_request_evt + 0x000000004013805c 0xf esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x000000004013806b 0x1 + .text.btu_hcif_user_passkey_request_evt + 0x000000004013806c 0xf esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x000000004013807b 0x1 + .text.btu_hcif_user_passkey_notif_evt + 0x000000004013807c 0xf esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x000000004013808b 0x1 + .text.btu_hcif_rem_oob_request_evt + 0x000000004013808c 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040138096 0x2 + .text.btu_hcif_simple_pair_complete_evt + 0x0000000040138098 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000401380a2 0x2 + .text.btu_hcif_keypress_notif_evt + 0x00000000401380a4 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000401380ae 0x2 + .text.btu_ble_process_adv_pkt + 0x00000000401380b0 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000401380ba 0x2 + .text.btu_ble_process_adv_dis + 0x00000000401380bc 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000401380c6 0x2 + .text.btu_ble_ll_conn_complete_evt + 0x00000000401380c8 0xe esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000401380d6 0x2 + .text.btu_ble_proc_enhanced_conn_cmpl + 0x00000000401380d8 0xe esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000401380e6 0x2 + .text.btu_ble_ll_conn_param_upd_evt + 0x00000000401380e8 0x46 esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x000000004013812e 0x2 + .text.btu_ble_read_remote_feat_evt + 0x0000000040138130 0xa esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004013813a 0x2 + .text.btu_ble_proc_ltk_req + 0x000000004013813c 0x26 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x2a (size before relaxing) + *fill* 0x0000000040138162 0x2 + .text.btu_ble_rc_param_req_evt + 0x0000000040138164 0x4e esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x52 (size before relaxing) + *fill* 0x00000000401381b2 0x2 + .text.btu_ble_data_length_change_evt + 0x00000000401381b4 0x3f esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x43 (size before relaxing) + *fill* 0x00000000401381f3 0x1 + .text.btu_hcif_command_status_evt + 0x00000000401381f4 0x30 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .text.btu_ble_ll_get_conn_param_format_err_from_contoller + 0x0000000040138224 0xf esp-idf/bt/libbt.a(btu_hcif.c.obj) + *fill* 0x0000000040138233 0x1 + .text.btu_hcif_hdl_command_status + 0x0000000040138234 0x1ee esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x212 (size before relaxing) + *fill* 0x0000000040138422 0x2 + .text.btu_hcif_command_status_evt_on_task + 0x0000000040138424 0x36 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x3a (size before relaxing) + *fill* 0x000000004013845a 0x2 + .text.btu_hcif_command_complete_evt + 0x000000004013845c 0xce esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0xde (size before relaxing) + *fill* 0x000000004013852a 0x2 + .text.btu_hcif_hdl_command_complete + 0x000000004013852c 0x2cc esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x304 (size before relaxing) + .text.btu_hcif_command_complete_evt_on_task + 0x00000000401387f8 0x3e esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x42 (size before relaxing) + *fill* 0x0000000040138836 0x2 + .text.btu_hcif_process_event + 0x0000000040138838 0x19f esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x1ee (size before relaxing) + 0x0000000040138838 btu_hcif_process_event + *fill* 0x00000000401389d7 0x1 + .text.btu_hcif_send_cmd + 0x00000000401389d8 0x52 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x00000000401389d8 btu_hcif_send_cmd + *fill* 0x0000000040138a2a 0x2 + .text.btu_init_core + 0x0000000040138a2c 0x14 esp-idf/bt/libbt.a(btu_init.c.obj) + 0x23 (size before relaxing) + 0x0000000040138a2c btu_init_core + *fill* 0x0000000040138a40 0x0 + .text.btu_free_core + 0x0000000040138a40 0x14 esp-idf/bt/libbt.a(btu_init.c.obj) + 0x23 (size before relaxing) + 0x0000000040138a40 btu_free_core + *fill* 0x0000000040138a54 0x0 + .text.BTU_ShutDown + 0x0000000040138a54 0x6b esp-idf/bt/libbt.a(btu_init.c.obj) + 0x83 (size before relaxing) + 0x0000000040138a54 BTU_ShutDown + *fill* 0x0000000040138abf 0x1 + .text.BTU_StartUp + 0x0000000040138ac0 0xa0 esp-idf/bt/libbt.a(btu_init.c.obj) + 0xc4 (size before relaxing) + 0x0000000040138ac0 BTU_StartUp + .text.btu_l2cap_alarm_process + 0x0000000040138b60 0x2b esp-idf/bt/libbt.a(btu_task.c.obj) + 0x2e (size before relaxing) + *fill* 0x0000000040138b8b 0x1 + .text.btu_general_alarm_process + 0x0000000040138b8c 0xb4 esp-idf/bt/libbt.a(btu_task.c.obj) + 0xc4 (size before relaxing) + .text.btu_bta_alarm_process + 0x0000000040138c40 0x2f esp-idf/bt/libbt.a(btu_task.c.obj) + *fill* 0x0000000040138c6f 0x1 + .text.btu_hci_msg_process + 0x0000000040138c70 0xe2 esp-idf/bt/libbt.a(btu_task.c.obj) + 0xea (size before relaxing) + *fill* 0x0000000040138d52 0x2 + .text.btu_task_start_up + 0x0000000040138d54 0x1a esp-idf/bt/libbt.a(btu_task.c.obj) + 0x22 (size before relaxing) + 0x0000000040138d54 btu_task_start_up + *fill* 0x0000000040138d6e 0x2 + .text.btu_task_post + 0x0000000040138d70 0xaa esp-idf/bt/libbt.a(btu_task.c.obj) + 0xb2 (size before relaxing) + 0x0000000040138d70 btu_task_post + *fill* 0x0000000040138e1a 0x2 + .text.btu_general_alarm_cb + 0x0000000040138e1c 0x26 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x0000000040138e1c btu_general_alarm_cb + *fill* 0x0000000040138e42 0x2 + .text.btu_task_shut_down + 0x0000000040138e44 0xf esp-idf/bt/libbt.a(btu_task.c.obj) + 0x17 (size before relaxing) + 0x0000000040138e44 btu_task_shut_down + *fill* 0x0000000040138e53 0x1 + .text.btu_start_timer + 0x0000000040138e54 0x86 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x9e (size before relaxing) + 0x0000000040138e54 btu_start_timer + *fill* 0x0000000040138eda 0x2 + .text.btu_stop_timer + 0x0000000040138edc 0x36 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x3a (size before relaxing) + 0x0000000040138edc btu_stop_timer + *fill* 0x0000000040138f12 0x2 + .text.btu_free_timer + 0x0000000040138f14 0x3a esp-idf/bt/libbt.a(btu_task.c.obj) + 0x42 (size before relaxing) + 0x0000000040138f14 btu_free_timer + *fill* 0x0000000040138f4e 0x2 + .text.btu_free_quick_timer + 0x0000000040138f50 0x3a esp-idf/bt/libbt.a(btu_task.c.obj) + 0x42 (size before relaxing) + 0x0000000040138f50 btu_free_quick_timer + *fill* 0x0000000040138f8a 0x2 + .text.btu_start_timer_oneshot + 0x0000000040138f8c 0x86 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x9e (size before relaxing) + 0x0000000040138f8c btu_start_timer_oneshot + *fill* 0x0000000040139012 0x2 + .text.btu_stop_timer_oneshot + 0x0000000040139014 0x36 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x3a (size before relaxing) + 0x0000000040139014 btu_stop_timer_oneshot + *fill* 0x000000004013904a 0x2 + .text.btu_oneshot_alarm_cb + 0x000000004013904c 0x2a esp-idf/bt/libbt.a(btu_task.c.obj) + 0x2e (size before relaxing) + 0x000000004013904c btu_oneshot_alarm_cb + *fill* 0x0000000040139076 0x2 + .text.gap_find_clcb_by_bd_addr + 0x0000000040139078 0x3a esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x0000000040139078 gap_find_clcb_by_bd_addr + *fill* 0x00000000401390b2 0x2 + .text.gap_ble_find_clcb_by_conn_id + 0x00000000401390b4 0x33 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x00000000401390b4 gap_ble_find_clcb_by_conn_id + *fill* 0x00000000401390e7 0x1 + .text.gap_clcb_alloc + 0x00000000401390e8 0x4b esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x00000000401390e8 gap_clcb_alloc + *fill* 0x0000000040139133 0x1 + .text.gap_ble_dealloc_clcb + 0x0000000040139134 0x3b esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x0000000040139134 gap_ble_dealloc_clcb + *fill* 0x000000004013916f 0x1 + .text.gap_ble_enqueue_request + 0x0000000040139170 0x2a esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x0000000040139170 gap_ble_enqueue_request + *fill* 0x000000004013919a 0x2 + .text.gap_ble_dequeue_request + 0x000000004013919c 0x25 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x29 (size before relaxing) + 0x000000004013919c gap_ble_dequeue_request + *fill* 0x00000000401391c1 0x3 + .text.gap_read_attr_value + 0x00000000401391c4 0x14c esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x00000000401391c4 gap_read_attr_value + .text.gap_proc_read + 0x0000000040139310 0x21 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x24 (size before relaxing) + 0x0000000040139310 gap_proc_read + *fill* 0x0000000040139331 0x3 + .text.gap_proc_write_req + 0x0000000040139334 0x2c esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x0000000040139334 gap_proc_write_req + .text.gap_ble_s_attr_request_cback + 0x0000000040139360 0x7c esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x80 (size before relaxing) + .text.gap_attr_db_init + 0x00000000401393dc 0xfc esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x114 (size before relaxing) + 0x00000000401393dc gap_attr_db_init + .text.GAP_BleAttrDBUpdate + 0x00000000401394d8 0x85 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x89 (size before relaxing) + 0x00000000401394d8 GAP_BleAttrDBUpdate + *fill* 0x000000004013955d 0x3 + .text.gap_ble_send_cl_read_request + 0x0000000040139560 0x5a esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x5e (size before relaxing) + 0x0000000040139560 gap_ble_send_cl_read_request + *fill* 0x00000000401395ba 0x2 + .text.gap_ble_cl_op_cmpl + 0x00000000401395bc 0x4a esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x52 (size before relaxing) + 0x00000000401395bc gap_ble_cl_op_cmpl + *fill* 0x0000000040139606 0x2 + .text.gap_ble_c_cmpl_cback + 0x0000000040139608 0xd2 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0xde (size before relaxing) + *fill* 0x00000000401396da 0x2 + .text.gap_ble_c_connect_cback + 0x00000000401396dc 0x3b esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x43 (size before relaxing) + *fill* 0x0000000040139717 0x1 + .text.gap_ble_accept_cl_operation + 0x0000000040139718 0x9a esp-idf/bt/libbt.a(gap_ble.c.obj) + 0xaa (size before relaxing) + 0x0000000040139718 gap_ble_accept_cl_operation + *fill* 0x00000000401397b2 0x2 + .text.GAP_BleReadPeerDevName + 0x00000000401397b4 0x14 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x00000000401397b4 GAP_BleReadPeerDevName + .text.GAP_BleCancelReadPeerDevName + 0x00000000401397c8 0x42 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x46 (size before relaxing) + 0x00000000401397c8 GAP_BleCancelReadPeerDevName + *fill* 0x000000004013980a 0x2 + .text.GATTS_AddHandleRange + 0x000000004013980c 0x31 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x35 (size before relaxing) + 0x000000004013980c GATTS_AddHandleRange + *fill* 0x000000004013983d 0x3 + .text.GATTS_NVRegister + 0x0000000040139840 0x26 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x0000000040139840 GATTS_NVRegister + *fill* 0x0000000040139866 0x2 + .text.GATTS_CreateService + 0x0000000040139868 0x19a esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x1b2 (size before relaxing) + 0x0000000040139868 GATTS_CreateService + *fill* 0x0000000040139a02 0x2 + .text.GATTS_AddIncludeService + 0x0000000040139a04 0x46 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x4e (size before relaxing) + 0x0000000040139a04 GATTS_AddIncludeService + *fill* 0x0000000040139a4a 0x2 + .text.GATTS_AddCharacteristic + 0x0000000040139a4c 0x4e esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x0000000040139a4c GATTS_AddCharacteristic + *fill* 0x0000000040139a9a 0x2 + .text.GATTS_AddCharDescriptor + 0x0000000040139a9c 0x50 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x54 (size before relaxing) + 0x0000000040139a9c GATTS_AddCharDescriptor + .text.GATTS_StartService + 0x0000000040139aec 0xba esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xda (size before relaxing) + 0x0000000040139aec GATTS_StartService + *fill* 0x0000000040139ba6 0x2 + .text.GATTS_StopService + 0x0000000040139ba8 0x62 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x66 (size before relaxing) + 0x0000000040139ba8 GATTS_StopService + *fill* 0x0000000040139c0a 0x2 + .text.GATTS_DeleteService + 0x0000000040139c0c 0xb9 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xd5 (size before relaxing) + 0x0000000040139c0c GATTS_DeleteService + *fill* 0x0000000040139cc5 0x3 + .text.GATTS_HandleValueIndication + 0x0000000040139cc8 0xb6 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xc6 (size before relaxing) + 0x0000000040139cc8 GATTS_HandleValueIndication + *fill* 0x0000000040139d7e 0x2 + .text.GATTS_HandleValueNotification + 0x0000000040139d80 0x79 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x85 (size before relaxing) + 0x0000000040139d80 GATTS_HandleValueNotification + *fill* 0x0000000040139df9 0x3 + .text.GATTS_SendRsp + 0x0000000040139dfc 0x59 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x61 (size before relaxing) + 0x0000000040139dfc GATTS_SendRsp + *fill* 0x0000000040139e55 0x3 + .text.GATTS_SetAttributeValue + 0x0000000040139e58 0x30 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x34 (size before relaxing) + 0x0000000040139e58 GATTS_SetAttributeValue + .text.GATTS_GetAttributeValue + 0x0000000040139e88 0x2d esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x0000000040139e88 GATTS_GetAttributeValue + *fill* 0x0000000040139eb5 0x3 + .text.GATTC_ConfigureMTU + 0x0000000040139eb8 0x99 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xa9 (size before relaxing) + 0x0000000040139eb8 GATTC_ConfigureMTU + *fill* 0x0000000040139f51 0x3 + .text.GATTC_Discover + 0x0000000040139f54 0xc5 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xd5 (size before relaxing) + 0x0000000040139f54 GATTC_Discover + *fill* 0x000000004013a019 0x3 + .text.GATTC_Read + 0x000000004013a01c 0x106 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x11a (size before relaxing) + 0x000000004013a01c GATTC_Read + *fill* 0x000000004013a122 0x2 + .text.GATTC_Write + 0x000000004013a124 0xc2 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xd2 (size before relaxing) + 0x000000004013a124 GATTC_Write + *fill* 0x000000004013a1e6 0x2 + .text.GATTC_ExecuteWrite + 0x000000004013a1e8 0x65 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x79 (size before relaxing) + 0x000000004013a1e8 GATTC_ExecuteWrite + *fill* 0x000000004013a24d 0x3 + .text.GATTC_SendHandleValueConfirm + 0x000000004013a250 0x3a esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x42 (size before relaxing) + 0x000000004013a250 GATTC_SendHandleValueConfirm + *fill* 0x000000004013a28a 0x2 + .text.GATT_SetIdleTimeout + 0x000000004013a28c 0x3c esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x48 (size before relaxing) + 0x000000004013a28c GATT_SetIdleTimeout + .text.GATT_Register + 0x000000004013a2c8 0x9c esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x000000004013a2c8 GATT_Register + .text.GATT_StartIf + 0x000000004013a364 0x65 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x000000004013a364 GATT_StartIf + *fill* 0x000000004013a3c9 0x3 + .text.GATT_Connect + 0x000000004013a3cc 0x4d esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x51 (size before relaxing) + 0x000000004013a3cc GATT_Connect + *fill* 0x000000004013a419 0x3 + .text.GATT_CancelConnect + 0x000000004013a41c 0xbb esp-idf/bt/libbt.a(gatt_api.c.obj) + 0xc7 (size before relaxing) + 0x000000004013a41c GATT_CancelConnect + *fill* 0x000000004013a4d7 0x1 + .text.GATT_Disconnect + 0x000000004013a4d8 0x3e esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x46 (size before relaxing) + 0x000000004013a4d8 GATT_Disconnect + *fill* 0x000000004013a516 0x2 + .text.GATT_GetConnectionInfor + 0x000000004013a518 0x43 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x4b (size before relaxing) + 0x000000004013a518 GATT_GetConnectionInfor + *fill* 0x000000004013a55b 0x1 + .text.GATT_GetConnIdIfConnected + 0x000000004013a55c 0x4e esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x56 (size before relaxing) + 0x000000004013a55c GATT_GetConnIdIfConnected + *fill* 0x000000004013a5aa 0x2 + .text.GATT_Listen + 0x000000004013a5ac 0x41 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x45 (size before relaxing) + 0x000000004013a5ac GATT_Listen + *fill* 0x000000004013a5ed 0x3 + .text.GATT_Deregister + 0x000000004013a5f0 0x11e esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x142 (size before relaxing) + 0x000000004013a5f0 GATT_Deregister + *fill* 0x000000004013a70e 0x2 + .text.gatt_verify_signature + 0x000000004013a710 0x5a esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x5e (size before relaxing) + 0x000000004013a710 gatt_verify_signature + *fill* 0x000000004013a76a 0x2 + .text.gatt_sec_check_complete + 0x000000004013a76c 0x58 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x5c (size before relaxing) + 0x000000004013a76c gatt_sec_check_complete + .text.gatt_sign_data + 0x000000004013a7c4 0xb0 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0xb4 (size before relaxing) + .text.gatt_determine_sec_act + 0x000000004013a874 0xd4 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0xd8 (size before relaxing) + 0x000000004013a874 gatt_determine_sec_act + .text.gatt_get_link_encrypt_status + 0x000000004013a948 0x36 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x000000004013a948 gatt_get_link_encrypt_status + *fill* 0x000000004013a97e 0x2 + .text.gatt_security_check_start + 0x000000004013a980 0xac esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0xb4 (size before relaxing) + 0x000000004013a980 gatt_security_check_start + .text.gatt_enc_cmpl_cback + 0x000000004013aa2c 0x9b esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0xaf (size before relaxing) + 0x000000004013aa2c gatt_enc_cmpl_cback + *fill* 0x000000004013aac7 0x1 + .text.gatt_notify_enc_cmpl + 0x000000004013aac8 0xba esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0xbe (size before relaxing) + 0x000000004013aac8 gatt_notify_enc_cmpl + *fill* 0x000000004013ab82 0x2 + .text.gatt_act_discovery + 0x000000004013ab84 0xca esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0xd2 (size before relaxing) + 0x000000004013ab84 gatt_act_discovery + *fill* 0x000000004013ac4e 0x2 + .text.gatt_act_read + 0x000000004013ac50 0x122 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x000000004013ac50 gatt_act_read + *fill* 0x000000004013ad72 0x2 + .text.gatt_send_queue_write_cancel + 0x000000004013ad74 0x22 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x26 (size before relaxing) + 0x000000004013ad74 gatt_send_queue_write_cancel + *fill* 0x000000004013ad96 0x2 + .text.gatt_check_write_long_terminate + 0x000000004013ad98 0x6c esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x000000004013ad98 gatt_check_write_long_terminate + .text.gatt_send_prepare_write + 0x000000004013ae04 0x78 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x7c (size before relaxing) + 0x000000004013ae04 gatt_send_prepare_write + .text.gatt_act_write + 0x000000004013ae7c 0xdc esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0xe4 (size before relaxing) + 0x000000004013ae7c gatt_act_write + .text.gatt_process_find_type_value_rsp + 0x000000004013af58 0x8b esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x8e (size before relaxing) + 0x000000004013af58 gatt_process_find_type_value_rsp + *fill* 0x000000004013afe3 0x1 + .text.gatt_process_read_info_rsp + 0x000000004013afe4 0xb7 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0xbe (size before relaxing) + 0x000000004013afe4 gatt_process_read_info_rsp + *fill* 0x000000004013b09b 0x1 + .text.gatt_proc_disc_error_rsp + 0x000000004013b09c 0x2e esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x000000004013b09c gatt_proc_disc_error_rsp + *fill* 0x000000004013b0ca 0x2 + .text.gatt_process_error_rsp + 0x000000004013b0cc 0xbc esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0xc4 (size before relaxing) + 0x000000004013b0cc gatt_process_error_rsp + .text.gatt_process_prep_write_rsp + 0x000000004013b188 0x86 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x92 (size before relaxing) + 0x000000004013b188 gatt_process_prep_write_rsp + *fill* 0x000000004013b20e 0x2 + .text.gatt_process_notification + 0x000000004013b210 0x10a esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x000000004013b210 gatt_process_notification + *fill* 0x000000004013b31a 0x2 + .text.gatt_process_read_by_type_rsp + 0x000000004013b31c 0x370 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x394 (size before relaxing) + 0x000000004013b31c gatt_process_read_by_type_rsp + .text.gatt_process_read_rsp + 0x000000004013b68c 0xfe esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x10a (size before relaxing) + 0x000000004013b68c gatt_process_read_rsp + *fill* 0x000000004013b78a 0x2 + .text.gatt_process_handle_rsp + 0x000000004013b78c 0xe esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x12 (size before relaxing) + 0x000000004013b78c gatt_process_handle_rsp + *fill* 0x000000004013b79a 0x2 + .text.gatt_process_mtu_rsp + 0x000000004013b79c 0x42 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x000000004013b79c gatt_process_mtu_rsp + *fill* 0x000000004013b7de 0x2 + .text.gatt_cl_send_next_cmd_inq + 0x000000004013b7e0 0xf4 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0xfc (size before relaxing) + 0x000000004013b7e0 gatt_cl_send_next_cmd_inq + .text.gatt_client_handle_server_rsp + 0x000000004013b8d4 0x12f esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x14a (size before relaxing) + 0x000000004013b8d4 gatt_client_handle_server_rsp + *fill* 0x000000004013ba03 0x1 + .text.gatts_check_attr_readability + 0x000000004013ba04 0xab esp-idf/bt/libbt.a(gatt_db.c.obj) + *fill* 0x000000004013baaf 0x1 + .text.allocate_svc_db_buf + 0x000000004013bab0 0x29 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x2d (size before relaxing) + *fill* 0x000000004013bad9 0x3 + .text.allocate_attr_in_db + 0x000000004013badc 0xce esp-idf/bt/libbt.a(gatt_db.c.obj) + *fill* 0x000000004013bbaa 0x2 + .text.copy_extra_byte_in_db + 0x000000004013bbac 0x34 esp-idf/bt/libbt.a(gatt_db.c.obj) + .text.gatts_db_add_service_declaration + 0x000000004013bbe0 0xa0 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0xa8 (size before relaxing) + .text.read_attr_value + 0x000000004013bc80 0x205 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x209 (size before relaxing) + *fill* 0x000000004013be85 0x3 + .text.gatts_send_app_read_request + 0x000000004013be88 0xbd esp-idf/bt/libbt.a(gatt_db.c.obj) + 0xc1 (size before relaxing) + *fill* 0x000000004013bf45 0x3 + .text.gatts_init_service_db + 0x000000004013bf48 0x36 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x3e (size before relaxing) + 0x000000004013bf48 gatts_init_service_db + *fill* 0x000000004013bf7e 0x2 + .text.gatts_db_read_attr_value_by_type + 0x000000004013bf80 0x1ce esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x1d6 (size before relaxing) + 0x000000004013bf80 gatts_db_read_attr_value_by_type + *fill* 0x000000004013c14e 0x2 + .text.gatts_add_included_service + 0x000000004013c150 0xca esp-idf/bt/libbt.a(gatt_db.c.obj) + 0xd2 (size before relaxing) + 0x000000004013c150 gatts_add_included_service + *fill* 0x000000004013c21a 0x2 + .text.gatts_add_characteristic + 0x000000004013c21c 0x144 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x148 (size before relaxing) + 0x000000004013c21c gatts_add_characteristic + .text.gatts_add_char_descr + 0x000000004013c360 0xc4 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0xc8 (size before relaxing) + 0x000000004013c360 gatts_add_char_descr + .text.gatts_set_attribute_value + 0x000000004013c424 0xb1 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x000000004013c424 gatts_set_attribute_value + *fill* 0x000000004013c4d5 0x3 + .text.gatts_get_attribute_value + 0x000000004013c4d8 0x99 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x000000004013c4d8 gatts_get_attribute_value + *fill* 0x000000004013c571 0x3 + .text.gatts_read_attr_value_by_handle + 0x000000004013c574 0x9a esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x9e (size before relaxing) + 0x000000004013c574 gatts_read_attr_value_by_handle + *fill* 0x000000004013c60e 0x2 + .text.gatts_write_attr_value_by_handle + 0x000000004013c610 0x8e esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x000000004013c610 gatts_write_attr_value_by_handle + *fill* 0x000000004013c69e 0x2 + .text.gatts_read_attr_perm_check + 0x000000004013c6a0 0x42 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x46 (size before relaxing) + 0x000000004013c6a0 gatts_read_attr_perm_check + *fill* 0x000000004013c6e2 0x2 + .text.gatts_write_attr_perm_check + 0x000000004013c6e4 0x1a8 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x000000004013c6e4 gatts_write_attr_perm_check + .text.gatt_channel_congestion + 0x000000004013c88c 0x52 esp-idf/bt/libbt.a(gatt_main.c.obj) + *fill* 0x000000004013c8de 0x2 + .text.gatt_le_cong_cback + 0x000000004013c8e0 0x18 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x1c (size before relaxing) + .text.gatt_init + 0x000000004013c8f8 0xfb esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x11b (size before relaxing) + 0x000000004013c8f8 gatt_init + *fill* 0x000000004013c9f3 0x1 + .text.gatt_free + 0x000000004013c9f4 0x10a esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x13e (size before relaxing) + 0x000000004013c9f4 gatt_free + *fill* 0x000000004013cafe 0x2 + .text.gatt_update_app_use_link_flag + 0x000000004013cb00 0x62 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x66 (size before relaxing) + 0x000000004013cb00 gatt_update_app_use_link_flag + *fill* 0x000000004013cb62 0x2 + .text.gatt_send_conn_cback + 0x000000004013cb64 0x8c esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x90 (size before relaxing) + .text.gatt_data_process + 0x000000004013cbf0 0x66 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x72 (size before relaxing) + 0x000000004013cbf0 gatt_data_process + *fill* 0x000000004013cc56 0x2 + .text.gatt_add_a_bonded_dev_for_srv_chg + 0x000000004013cc58 0x46 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x4a (size before relaxing) + 0x000000004013cc58 gatt_add_a_bonded_dev_for_srv_chg + *fill* 0x000000004013cc9e 0x2 + .text.gatt_send_srv_chg_ind + 0x000000004013cca0 0x52 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x56 (size before relaxing) + 0x000000004013cca0 gatt_send_srv_chg_ind + *fill* 0x000000004013ccf2 0x2 + .text.gatt_chk_srv_chg + 0x000000004013ccf4 0xf esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x12 (size before relaxing) + 0x000000004013ccf4 gatt_chk_srv_chg + *fill* 0x000000004013cd03 0x1 + .text.gatt_init_srv_chg + 0x000000004013cd04 0x75 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x000000004013cd04 gatt_init_srv_chg + *fill* 0x000000004013cd79 0x3 + .text.gatt_proc_srv_chg + 0x000000004013cd7c 0x4e esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x5d (size before relaxing) + 0x000000004013cd7c gatt_proc_srv_chg + *fill* 0x000000004013cdca 0x2 + .text.gatt_le_data_ind + 0x000000004013cdcc 0x2e esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x32 (size before relaxing) + *fill* 0x000000004013cdfa 0x2 + .text.gatt_le_connect_cback + 0x000000004013cdfc 0xae esp-idf/bt/libbt.a(gatt_main.c.obj) + 0xca (size before relaxing) + *fill* 0x000000004013ceaa 0x2 + .text.gatt_connect + 0x000000004013ceac 0x3d esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x41 (size before relaxing) + 0x000000004013ceac gatt_connect + *fill* 0x000000004013cee9 0x3 + .text.gatt_disconnect + 0x000000004013ceec 0x4c esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x000000004013ceec gatt_disconnect + .text.gatt_act_connect + 0x000000004013cf38 0xb8 esp-idf/bt/libbt.a(gatt_main.c.obj) + 0xd0 (size before relaxing) + 0x000000004013cf38 gatt_act_connect + .text.gatt_get_local_mtu + 0x000000004013cff0 0xb esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x000000004013cff0 gatt_get_local_mtu + *fill* 0x000000004013cffb 0x1 + .text.gatt_set_local_mtu + 0x000000004013cffc 0xb esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x000000004013cffc gatt_set_local_mtu + *fill* 0x000000004013d007 0x1 + .text.process_read_multi_rsp + 0x000000004013d008 0x17c esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x190 (size before relaxing) + .text.gatts_process_mtu_req + 0x000000004013d184 0xdb esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0xdf (size before relaxing) + *fill* 0x000000004013d25f 0x1 + .text.gatts_validate_packet_format + 0x000000004013d260 0xf6 esp-idf/bt/libbt.a(gatt_sr.c.obj) + *fill* 0x000000004013d356 0x2 + .text.gatt_build_primary_service_rsp + 0x000000004013d358 0x1d4 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .text.gatts_proc_srv_chg_ind_ack + 0x000000004013d52c 0x34 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x38 (size before relaxing) + .text.gatts_chk_pending_ind + 0x000000004013d560 0x2c esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x34 (size before relaxing) + .text.gatts_proc_ind_ack + 0x000000004013d58c 0x2c esp-idf/bt/libbt.a(gatt_sr.c.obj) + .text.gatt_build_find_info_rsp + 0x000000004013d5b8 0x127 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x12b (size before relaxing) + *fill* 0x000000004013d6df 0x1 + .text.gatts_process_find_info + 0x000000004013d6e0 0xf7 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0xfb (size before relaxing) + *fill* 0x000000004013d7d7 0x1 + .text.gatt_send_packet + 0x000000004013d7d8 0x55 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x000000004013d7d8 gatt_send_packet + *fill* 0x000000004013d82d 0x3 + .text.gatt_dequeue_sr_cmd + 0x000000004013d830 0x4a esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x52 (size before relaxing) + 0x000000004013d830 gatt_dequeue_sr_cmd + *fill* 0x000000004013d87a 0x2 + .text.gatts_process_read_req + 0x000000004013d87c 0x116 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x122 (size before relaxing) + *fill* 0x000000004013d992 0x2 + .text.gatt_sr_process_app_rsp + 0x000000004013d994 0xe6 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0xfa (size before relaxing) + 0x000000004013d994 gatt_sr_process_app_rsp + *fill* 0x000000004013da7a 0x2 + .text.gatt_process_exec_write_req + 0x000000004013da7c 0x1e2 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x1f6 (size before relaxing) + 0x000000004013da7c gatt_process_exec_write_req + *fill* 0x000000004013dc5e 0x2 + .text.gatt_process_read_multi_req + 0x000000004013dc60 0x1dc esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x1f0 (size before relaxing) + 0x000000004013dc60 gatt_process_read_multi_req + .text.gatts_process_primary_service_req + 0x000000004013de3c 0x120 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x12c (size before relaxing) + 0x000000004013de3c gatts_process_primary_service_req + .text.gatts_process_read_by_type_req + 0x000000004013df5c 0x1cc esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x1d8 (size before relaxing) + 0x000000004013df5c gatts_process_read_by_type_req + .text.gatts_process_write_req + 0x000000004013e128 0x184 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x190 (size before relaxing) + 0x000000004013e128 gatts_process_write_req + .text.gatt_attr_process_prepare_write + 0x000000004013e2ac 0x2e2 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x2fa (size before relaxing) + 0x000000004013e2ac gatt_attr_process_prepare_write + *fill* 0x000000004013e58e 0x2 + .text.gatts_process_attribute_req + 0x000000004013e590 0x116 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x000000004013e590 gatts_process_attribute_req + *fill* 0x000000004013e6a6 0x2 + .text.gatts_process_value_conf + 0x000000004013e6a8 0x90 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x98 (size before relaxing) + 0x000000004013e6a8 gatts_process_value_conf + .text.gatt_server_handle_client_req + 0x000000004013e738 0x144 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x148 (size before relaxing) + 0x000000004013e738 gatt_server_handle_client_req + .text.gatt_free_pending_ind + 0x000000004013e87c 0x35 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x3d (size before relaxing) + 0x000000004013e87c gatt_free_pending_ind + *fill* 0x000000004013e8b1 0x3 + .text.gatt_free_pending_enc_queue + 0x000000004013e8b4 0x32 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x36 (size before relaxing) + 0x000000004013e8b4 gatt_free_pending_enc_queue + *fill* 0x000000004013e8e6 0x2 + .text.gatt_free_pending_prepare_write_queue + 0x000000004013e8e8 0x40 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x48 (size before relaxing) + 0x000000004013e8e8 gatt_free_pending_prepare_write_queue + .text.gatt_set_srv_chg + 0x000000004013e928 0x72 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x82 (size before relaxing) + 0x000000004013e928 gatt_set_srv_chg + *fill* 0x000000004013e99a 0x2 + .text.gatt_add_pending_new_srv_start + 0x000000004013e99c 0x2a esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013e99c gatt_add_pending_new_srv_start + *fill* 0x000000004013e9c6 0x2 + .text.gatt_add_srv_chg_clt + 0x000000004013e9c8 0x2f esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x33 (size before relaxing) + 0x000000004013e9c8 gatt_add_srv_chg_clt + *fill* 0x000000004013e9f7 0x1 + .text.gatt_alloc_hdl_buffer + 0x000000004013e9f8 0x55 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x59 (size before relaxing) + 0x000000004013e9f8 gatt_alloc_hdl_buffer + *fill* 0x000000004013ea4d 0x3 + .text.gatt_find_hdl_buffer_by_handle + 0x000000004013ea50 0x23 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013ea50 gatt_find_hdl_buffer_by_handle + *fill* 0x000000004013ea73 0x1 + .text.gatt_find_hdl_buffer_by_attr_handle + 0x000000004013ea74 0x29 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013ea74 gatt_find_hdl_buffer_by_attr_handle + *fill* 0x000000004013ea9d 0x3 + .text.gatt_free_attr_value_buffer + 0x000000004013eaa0 0x27 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013eaa0 gatt_free_attr_value_buffer + *fill* 0x000000004013eac7 0x1 + .text.gatt_free_hdl_buffer + 0x000000004013eac8 0x38 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x40 (size before relaxing) + 0x000000004013eac8 gatt_free_hdl_buffer + .text.gatt_free_srvc_db_buffer_app_id + 0x000000004013eb00 0x67 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x73 (size before relaxing) + 0x000000004013eb00 gatt_free_srvc_db_buffer_app_id + *fill* 0x000000004013eb67 0x1 + .text.gatts_update_srv_list_elem + 0x000000004013eb68 0x30 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013eb68 gatts_update_srv_list_elem + .text.gatt_add_a_srv_to_list + 0x000000004013eb98 0x66 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013eb98 gatt_add_a_srv_to_list + *fill* 0x000000004013ebfe 0x2 + .text.gatt_remove_a_srv_from_list + 0x000000004013ec00 0x54 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013ec00 gatt_remove_a_srv_from_list + .text.gatt_is_srv_chg_ind_pending + 0x000000004013ec54 0x6d esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x7d (size before relaxing) + 0x000000004013ec54 gatt_is_srv_chg_ind_pending + *fill* 0x000000004013ecc1 0x3 + .text.gatt_is_bda_in_the_srv_chg_clt_list + 0x000000004013ecc4 0x62 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x72 (size before relaxing) + 0x000000004013ecc4 gatt_is_bda_in_the_srv_chg_clt_list + *fill* 0x000000004013ed26 0x2 + .text.gatt_delete_dev_from_srv_chg_clt_list + 0x000000004013ed28 0x4c esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x50 (size before relaxing) + 0x000000004013ed28 gatt_delete_dev_from_srv_chg_clt_list + .text.gatt_find_i_tcb_by_addr + 0x000000004013ed74 0x4f esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x53 (size before relaxing) + 0x000000004013ed74 gatt_find_i_tcb_by_addr + *fill* 0x000000004013edc3 0x1 + .text.gatt_get_tcb_by_idx + 0x000000004013edc4 0x41 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x49 (size before relaxing) + 0x000000004013edc4 gatt_get_tcb_by_idx + *fill* 0x000000004013ee05 0x3 + .text.gatt_find_the_connected_bda + 0x000000004013ee08 0x6c esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x70 (size before relaxing) + 0x000000004013ee08 gatt_find_the_connected_bda + .text.gatt_find_tcb_by_addr + 0x000000004013ee74 0x20 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x24 (size before relaxing) + 0x000000004013ee74 gatt_find_tcb_by_addr + .text.gatt_find_i_tcb_free + 0x000000004013ee94 0x1e esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013ee94 gatt_find_i_tcb_free + *fill* 0x000000004013eeb2 0x2 + .text.gatt_tcb_alloc + 0x000000004013eeb4 0x60 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x64 (size before relaxing) + 0x000000004013eeb4 gatt_tcb_alloc + .text.gatt_tcb_free + 0x000000004013ef14 0x33 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013ef14 gatt_tcb_free + *fill* 0x000000004013ef47 0x1 + .text.gatt_allocate_tcb_by_bdaddr + 0x000000004013ef48 0x78 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x84 (size before relaxing) + 0x000000004013ef48 gatt_allocate_tcb_by_bdaddr + .text.gatt_convert_uuid16_to_uuid128 + 0x000000004013efc0 0x1f esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013efc0 gatt_convert_uuid16_to_uuid128 + *fill* 0x000000004013efdf 0x1 + .text.gatt_convert_uuid32_to_uuid128 + 0x000000004013efe0 0x27 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013efe0 gatt_convert_uuid32_to_uuid128 + *fill* 0x000000004013f007 0x1 + .text.gatt_uuid_compare + 0x000000004013f008 0xc4 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0xcc (size before relaxing) + 0x000000004013f008 gatt_uuid_compare + .text.gatt_sr_is_new_srv_chg + 0x000000004013f0cc 0x94 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0xac (size before relaxing) + 0x000000004013f0cc gatt_sr_is_new_srv_chg + .text.gatt_find_hdl_buffer_by_app_id + 0x000000004013f160 0x59 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x5d (size before relaxing) + 0x000000004013f160 gatt_find_hdl_buffer_by_app_id + *fill* 0x000000004013f1b9 0x3 + .text.gatt_build_uuid_to_stream + 0x000000004013f1bc 0x65 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f1bc gatt_build_uuid_to_stream + *fill* 0x000000004013f221 0x3 + .text.gatt_parse_uuid_from_cmd + 0x000000004013f224 0xd4 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f224 gatt_parse_uuid_from_cmd + .text.gatt_start_conf_timer + 0x000000004013f2f8 0x13 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x16 (size before relaxing) + 0x000000004013f2f8 gatt_start_conf_timer + *fill* 0x000000004013f30b 0x1 + .text.gatt_start_ind_ack_timer + 0x000000004013f30c 0x18 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f30c gatt_start_ind_ack_timer + .text.gatt_ind_ack_timeout + 0x000000004013f324 0x1c esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f324 gatt_ind_ack_timeout + .text.gatt_sr_find_i_rcb_by_handle + 0x000000004013f340 0x44 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f340 gatt_sr_find_i_rcb_by_handle + .text.gatt_sr_alloc_rcb + 0x000000004013f384 0x6f esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f384 gatt_sr_alloc_rcb + *fill* 0x000000004013f3f3 0x1 + .text.gatt_sr_get_sec_info + 0x000000004013f3f4 0x2f esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x33 (size before relaxing) + 0x000000004013f3f4 gatt_sr_get_sec_info + *fill* 0x000000004013f423 0x1 + .text.gatt_send_error_rsp + 0x000000004013f424 0x39 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x3d (size before relaxing) + 0x000000004013f424 gatt_send_error_rsp + *fill* 0x000000004013f45d 0x3 + .text.gatt_get_regcb + 0x000000004013f460 0x43 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f460 gatt_get_regcb + *fill* 0x000000004013f4a3 0x1 + .text.gatt_sr_send_req_callback + 0x000000004013f4a4 0x2a esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f4a4 gatt_sr_send_req_callback + *fill* 0x000000004013f4ce 0x2 + .text.gatt_clcb_find_by_conn_id + 0x000000004013f4d0 0x3a esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x3e (size before relaxing) + 0x000000004013f4d0 gatt_clcb_find_by_conn_id + *fill* 0x000000004013f50a 0x2 + .text.gatt_is_clcb_allocated + 0x000000004013f50c 0x14 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x18 (size before relaxing) + 0x000000004013f50c gatt_is_clcb_allocated + .text.gatt_clcb_find_by_idx + 0x000000004013f520 0x3a esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x3e (size before relaxing) + 0x000000004013f520 gatt_clcb_find_by_idx + *fill* 0x000000004013f55a 0x2 + .text.gatt_start_rsp_timer + 0x000000004013f55c 0x2f esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x32 (size before relaxing) + 0x000000004013f55c gatt_start_rsp_timer + *fill* 0x000000004013f58b 0x1 + .text.gatt_clcb_alloc + 0x000000004013f58c 0x6c esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x78 (size before relaxing) + 0x000000004013f58c gatt_clcb_alloc + .text.gatt_clcb_dealloc + 0x000000004013f5f8 0x32 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x36 (size before relaxing) + 0x000000004013f5f8 gatt_clcb_dealloc + *fill* 0x000000004013f62a 0x2 + .text.gatt_sr_update_cback_cnt + 0x000000004013f62c 0x3c esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f62c gatt_sr_update_cback_cnt + .text.gatt_sr_update_prep_cnt + 0x000000004013f668 0x3c esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f668 gatt_sr_update_prep_cnt + .text.gatt_cancel_open + 0x000000004013f6a4 0x48 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x54 (size before relaxing) + 0x000000004013f6a4 gatt_cancel_open + .text.gatt_cmd_enq + 0x000000004013f6ec 0x4b esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f6ec gatt_cmd_enq + *fill* 0x000000004013f737 0x1 + .text.gatt_cmd_dequeue + 0x000000004013f738 0x52 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f738 gatt_cmd_dequeue + *fill* 0x000000004013f78a 0x2 + .text.gatt_rsp_timeout + 0x000000004013f78c 0x3f esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x4a (size before relaxing) + 0x000000004013f78c gatt_rsp_timeout + *fill* 0x000000004013f7cb 0x1 + .text.gatt_send_write_msg + 0x000000004013f7cc 0x32 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013f7cc gatt_send_write_msg + *fill* 0x000000004013f7fe 0x2 + .text.gatt_end_operation + 0x000000004013f800 0x113 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x11b (size before relaxing) + 0x000000004013f800 gatt_end_operation + *fill* 0x000000004013f913 0x1 + .text.gatt_cleanup_upon_disc + 0x000000004013f914 0x124 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x148 (size before relaxing) + 0x000000004013f914 gatt_cleanup_upon_disc + .text.gatt_dbg_display_uuid + 0x000000004013fa38 0x9a esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013fa38 gatt_dbg_display_uuid + *fill* 0x000000004013fad2 0x2 + .text.gatt_sr_find_i_rcb_by_app_id + 0x000000004013fad4 0x81 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x8d (size before relaxing) + 0x000000004013fad4 gatt_sr_find_i_rcb_by_app_id + *fill* 0x000000004013fb55 0x3 + .text.gatt_find_bg_dev + 0x000000004013fb58 0x37 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013fb58 gatt_find_bg_dev + *fill* 0x000000004013fb8f 0x1 + .text.gatt_alloc_bg_dev + 0x000000004013fb90 0x3b esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013fb90 gatt_alloc_bg_dev + *fill* 0x000000004013fbcb 0x1 + .text.gatt_add_bg_dev_list + 0x000000004013fbcc 0xa8 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0xac (size before relaxing) + 0x000000004013fbcc gatt_add_bg_dev_list + .text.gatt_get_num_apps_for_bg_dev + 0x000000004013fc74 0x2d esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x31 (size before relaxing) + 0x000000004013fc74 gatt_get_num_apps_for_bg_dev + *fill* 0x000000004013fca1 0x3 + .text.gatt_find_app_for_bg_dev + 0x000000004013fca4 0x31 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x35 (size before relaxing) + 0x000000004013fca4 gatt_find_app_for_bg_dev + *fill* 0x000000004013fcd5 0x3 + .text.gatt_remove_bg_dev_from_list + 0x000000004013fcd8 0xf0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0xf4 (size before relaxing) + 0x000000004013fcd8 gatt_remove_bg_dev_from_list + .text.gatt_deregister_bgdev_list + 0x000000004013fdc8 0xd8 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013fdc8 gatt_deregister_bgdev_list + .text.gatt_reset_bgdev_list + 0x000000004013fea0 0x1a esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x000000004013fea0 gatt_reset_bgdev_list + *fill* 0x000000004013feba 0x2 + .text.gatt_update_auto_connect_dev + 0x000000004013febc 0x54 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x60 (size before relaxing) + 0x000000004013febc gatt_update_auto_connect_dev + .text.gatt_remove_bg_dev_for_app + 0x000000004013ff10 0x2e esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x32 (size before relaxing) + 0x000000004013ff10 gatt_remove_bg_dev_for_app + *fill* 0x000000004013ff3e 0x2 + .text.gatt_add_pending_enc_channel_clcb + 0x000000004013ff40 0x1e esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x22 (size before relaxing) + 0x000000004013ff40 gatt_add_pending_enc_channel_clcb + *fill* 0x000000004013ff5e 0x2 + .text.gatt_update_listen_mode + 0x000000004013ff60 0x7b esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x82 (size before relaxing) + 0x000000004013ff60 gatt_update_listen_mode + *fill* 0x000000004013ffdb 0x1 + .text.btsnd_hcic_ble_set_random_addr + 0x000000004013ffdc 0x58 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x000000004013ffdc btsnd_hcic_ble_set_random_addr + .text.btsnd_hcic_ble_write_adv_params + 0x0000000040140034 0x95 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x0000000040140034 btsnd_hcic_ble_write_adv_params + *fill* 0x00000000401400c9 0x3 + .text.btsnd_hcic_ble_read_adv_chnl_tx_power + 0x00000000401400cc 0x35 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x39 (size before relaxing) + 0x00000000401400cc btsnd_hcic_ble_read_adv_chnl_tx_power + *fill* 0x0000000040140101 0x3 + .text.btsnd_hcic_ble_set_adv_data + 0x0000000040140104 0x8c esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x0000000040140104 btsnd_hcic_ble_set_adv_data + .text.btsnd_hcic_ble_set_scan_rsp_data + 0x0000000040140190 0x80 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x0000000040140190 btsnd_hcic_ble_set_scan_rsp_data + .text.btsnd_hcic_ble_set_adv_enable + 0x0000000040140210 0x40 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x0000000040140210 btsnd_hcic_ble_set_adv_enable + .text.btsnd_hcic_ble_set_scan_params + 0x0000000040140250 0x61 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x65 (size before relaxing) + 0x0000000040140250 btsnd_hcic_ble_set_scan_params + *fill* 0x00000000401402b1 0x3 + .text.btsnd_hcic_ble_set_scan_enable + 0x00000000401402b4 0x45 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x00000000401402b4 btsnd_hcic_ble_set_scan_enable + *fill* 0x00000000401402f9 0x3 + .text.btsnd_hcic_ble_create_ll_conn + 0x00000000401402fc 0xe2 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x00000000401402fc btsnd_hcic_ble_create_ll_conn + *fill* 0x00000000401403de 0x2 + .text.btsnd_hcic_ble_create_conn_cancel + 0x00000000401403e0 0x35 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x39 (size before relaxing) + 0x00000000401403e0 btsnd_hcic_ble_create_conn_cancel + *fill* 0x0000000040140415 0x3 + .text.btsnd_hcic_ble_clear_white_list + 0x0000000040140418 0x35 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x39 (size before relaxing) + 0x0000000040140418 btsnd_hcic_ble_clear_white_list + *fill* 0x000000004014044d 0x3 + .text.btsnd_hcic_ble_add_white_list + 0x0000000040140450 0x5b esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x0000000040140450 btsnd_hcic_ble_add_white_list + *fill* 0x00000000401404ab 0x1 + .text.btsnd_hcic_ble_remove_from_white_list + 0x00000000401404ac 0x5c esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x00000000401404ac btsnd_hcic_ble_remove_from_white_list + .text.btsnd_hcic_ble_upd_ll_conn_params + 0x0000000040140508 0x92 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x96 (size before relaxing) + 0x0000000040140508 btsnd_hcic_ble_upd_ll_conn_params + *fill* 0x000000004014059a 0x2 + .text.btsnd_hcic_ble_read_remote_feat + 0x000000004014059c 0x45 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x000000004014059c btsnd_hcic_ble_read_remote_feat + *fill* 0x00000000401405e1 0x3 + .text.btsnd_hcic_ble_rand + 0x00000000401405e4 0x39 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x3d (size before relaxing) + 0x00000000401405e4 btsnd_hcic_ble_rand + *fill* 0x000000004014061d 0x3 + .text.btsnd_hcic_ble_start_enc + 0x0000000040140620 0x81 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x0000000040140620 btsnd_hcic_ble_start_enc + *fill* 0x00000000401406a1 0x3 + .text.btsnd_hcic_ble_ltk_req_reply + 0x00000000401406a4 0x5e esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x00000000401406a4 btsnd_hcic_ble_ltk_req_reply + *fill* 0x0000000040140702 0x2 + .text.btsnd_hcic_ble_ltk_req_neg_reply + 0x0000000040140704 0x45 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x0000000040140704 btsnd_hcic_ble_ltk_req_neg_reply + *fill* 0x0000000040140749 0x3 + .text.btsnd_hcic_ble_rc_param_req_reply + 0x000000004014074c 0x91 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x95 (size before relaxing) + 0x000000004014074c btsnd_hcic_ble_rc_param_req_reply + *fill* 0x00000000401407dd 0x3 + .text.btsnd_hcic_ble_rc_param_req_neg_reply + 0x00000000401407e0 0x4c esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x00000000401407e0 btsnd_hcic_ble_rc_param_req_neg_reply + .text.btsnd_hcic_ble_add_device_resolving_list + 0x000000004014082c 0x86 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x000000004014082c btsnd_hcic_ble_add_device_resolving_list + *fill* 0x00000000401408b2 0x2 + .text.btsnd_hcic_ble_rm_device_resolving_list + 0x00000000401408b4 0x5c esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x00000000401408b4 btsnd_hcic_ble_rm_device_resolving_list + .text.btsnd_hcic_ble_clear_resolving_list + 0x0000000040140910 0x35 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x39 (size before relaxing) + 0x0000000040140910 btsnd_hcic_ble_clear_resolving_list + *fill* 0x0000000040140945 0x3 + .text.btsnd_hcic_ble_read_resolvable_addr_peer + 0x0000000040140948 0x5c esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x0000000040140948 btsnd_hcic_ble_read_resolvable_addr_peer + .text.btsnd_hcic_ble_set_addr_resolution_enable + 0x00000000401409a4 0x40 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x00000000401409a4 btsnd_hcic_ble_set_addr_resolution_enable + .text.btsnd_hcic_ble_set_rand_priv_addr_timeout + 0x00000000401409e4 0x45 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x00000000401409e4 btsnd_hcic_ble_set_rand_priv_addr_timeout + *fill* 0x0000000040140a29 0x3 + .text.btsnd_hcic_ble_set_data_length + 0x0000000040140a2c 0x5e esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x0000000040140a2c btsnd_hcic_ble_set_data_length + *fill* 0x0000000040140a8a 0x2 + .text.btsnd_hcic_ble_update_adv_report_flow_control + 0x0000000040140a8c 0x45 esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x0000000040140a8c btsnd_hcic_ble_update_adv_report_flow_control + *fill* 0x0000000040140ad1 0x3 + .text.btsnd_hcic_ble_set_channels + 0x0000000040140ad4 0x4d esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x51 (size before relaxing) + 0x0000000040140ad4 btsnd_hcic_ble_set_channels + *fill* 0x0000000040140b21 0x3 + .text.btsnd_hcic_inquiry + 0x0000000040140b24 0x61 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140b24 btsnd_hcic_inquiry + *fill* 0x0000000040140b85 0x3 + .text.btsnd_hcic_inq_cancel + 0x0000000040140b88 0x35 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x39 (size before relaxing) + 0x0000000040140b88 btsnd_hcic_inq_cancel + *fill* 0x0000000040140bbd 0x3 + .text.btsnd_hcic_per_inq_mode + 0x0000000040140bc0 0x7a esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140bc0 btsnd_hcic_per_inq_mode + *fill* 0x0000000040140c3a 0x2 + .text.btsnd_hcic_exit_per_inq + 0x0000000040140c3c 0x32 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x36 (size before relaxing) + 0x0000000040140c3c btsnd_hcic_exit_per_inq + *fill* 0x0000000040140c6e 0x2 + .text.btsnd_hcic_create_conn + 0x0000000040140c70 0x75 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140c70 btsnd_hcic_create_conn + *fill* 0x0000000040140ce5 0x3 + .text.btsnd_hcic_disconnect + 0x0000000040140ce8 0x49 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140ce8 btsnd_hcic_disconnect + *fill* 0x0000000040140d31 0x3 + .text.btsnd_hcic_create_conn_cancel + 0x0000000040140d34 0x58 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140d34 btsnd_hcic_create_conn_cancel + .text.btsnd_hcic_accept_conn + 0x0000000040140d8c 0x5c esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140d8c btsnd_hcic_accept_conn + .text.btsnd_hcic_reject_conn + 0x0000000040140de8 0x59 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140de8 btsnd_hcic_reject_conn + *fill* 0x0000000040140e41 0x3 + .text.btsnd_hcic_link_key_req_reply + 0x0000000040140e44 0x72 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140e44 btsnd_hcic_link_key_req_reply + *fill* 0x0000000040140eb6 0x2 + .text.btsnd_hcic_link_key_neg_reply + 0x0000000040140eb8 0x58 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140eb8 btsnd_hcic_link_key_neg_reply + .text.btsnd_hcic_pin_code_neg_reply + 0x0000000040140f10 0x58 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140f10 btsnd_hcic_pin_code_neg_reply + .text.btsnd_hcic_change_conn_type + 0x0000000040140f68 0x50 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140f68 btsnd_hcic_change_conn_type + .text.btsnd_hcic_auth_request + 0x0000000040140fb8 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040140fb8 btsnd_hcic_auth_request + *fill* 0x0000000040140ffd 0x3 + .text.btsnd_hcic_set_conn_encrypt + 0x0000000040141000 0x4b esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141000 btsnd_hcic_set_conn_encrypt + *fill* 0x000000004014104b 0x1 + .text.btsnd_hcic_rmt_name_req + 0x000000004014104c 0x64 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x000000004014104c btsnd_hcic_rmt_name_req + .text.btsnd_hcic_rmt_name_req_cancel + 0x00000000401410b0 0x58 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401410b0 btsnd_hcic_rmt_name_req_cancel + .text.btsnd_hcic_rmt_features_req + 0x0000000040141108 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141108 btsnd_hcic_rmt_features_req + *fill* 0x000000004014114d 0x3 + .text.btsnd_hcic_rmt_ext_features + 0x0000000040141150 0x4c esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141150 btsnd_hcic_rmt_ext_features + .text.btsnd_hcic_rmt_ver_req + 0x000000004014119c 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x000000004014119c btsnd_hcic_rmt_ver_req + *fill* 0x00000000401411e1 0x3 + .text.btsnd_hcic_read_rmt_clk_offset + 0x00000000401411e4 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401411e4 btsnd_hcic_read_rmt_clk_offset + *fill* 0x0000000040141229 0x3 + .text.btsnd_hcic_hold_mode + 0x000000004014122c 0x5e esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x000000004014122c btsnd_hcic_hold_mode + *fill* 0x000000004014128a 0x2 + .text.btsnd_hcic_sniff_mode + 0x000000004014128c 0x76 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x000000004014128c btsnd_hcic_sniff_mode + *fill* 0x0000000040141302 0x2 + .text.btsnd_hcic_exit_sniff_mode + 0x0000000040141304 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141304 btsnd_hcic_exit_sniff_mode + *fill* 0x0000000040141349 0x3 + .text.btsnd_hcic_park_mode + 0x000000004014134c 0x5e esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x000000004014134c btsnd_hcic_park_mode + *fill* 0x00000000401413aa 0x2 + .text.btsnd_hcic_exit_park_mode + 0x00000000401413ac 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401413ac btsnd_hcic_exit_park_mode + *fill* 0x00000000401413f1 0x3 + .text.btsnd_hcic_switch_role + 0x00000000401413f4 0x5c esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401413f4 btsnd_hcic_switch_role + .text.btsnd_hcic_write_policy_set + 0x0000000040141450 0x51 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141450 btsnd_hcic_write_policy_set + *fill* 0x00000000401414a1 0x3 + .text.btsnd_hcic_write_def_policy_set + 0x00000000401414a4 0x45 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401414a4 btsnd_hcic_write_def_policy_set + *fill* 0x00000000401414e9 0x3 + .text.btsnd_hcic_set_event_filter + 0x00000000401414ec 0xe5 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401414ec btsnd_hcic_set_event_filter + *fill* 0x00000000401415d1 0x3 + .text.btsnd_hcic_delete_stored_key + 0x00000000401415d4 0x5c esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401415d4 btsnd_hcic_delete_stored_key + .text.btsnd_hcic_read_name + 0x0000000040141630 0x35 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x39 (size before relaxing) + 0x0000000040141630 btsnd_hcic_read_name + *fill* 0x0000000040141665 0x3 + .text.btsnd_hcic_write_scan_enable + 0x0000000040141668 0x40 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141668 btsnd_hcic_write_scan_enable + .text.btsnd_hcic_write_pagescan_cfg + 0x00000000401416a8 0x51 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401416a8 btsnd_hcic_write_pagescan_cfg + *fill* 0x00000000401416f9 0x3 + .text.btsnd_hcic_write_inqscan_cfg + 0x00000000401416fc 0x51 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401416fc btsnd_hcic_write_inqscan_cfg + *fill* 0x000000004014174d 0x3 + .text.btsnd_hcic_write_auth_enable + 0x0000000040141750 0x40 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141750 btsnd_hcic_write_auth_enable + .text.btsnd_hcic_write_dev_class + 0x0000000040141790 0x57 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141790 btsnd_hcic_write_dev_class + *fill* 0x00000000401417e7 0x1 + .text.btsnd_hcic_host_num_xmitted_pkts + 0x00000000401417e8 0x80 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401417e8 btsnd_hcic_host_num_xmitted_pkts + .text.btsnd_hcic_write_link_super_tout + 0x0000000040141868 0x51 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x55 (size before relaxing) + 0x0000000040141868 btsnd_hcic_write_link_super_tout + *fill* 0x00000000401418b9 0x3 + .text.btsnd_hcic_write_cur_iac_lap + 0x00000000401418bc 0x79 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401418bc btsnd_hcic_write_cur_iac_lap + *fill* 0x0000000040141935 0x3 + .text.btsnd_hcic_io_cap_req_reply + 0x0000000040141938 0x69 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141938 btsnd_hcic_io_cap_req_reply + *fill* 0x00000000401419a1 0x3 + .text.btsnd_hcic_io_cap_req_neg_reply + 0x00000000401419a4 0x5b esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x00000000401419a4 btsnd_hcic_io_cap_req_neg_reply + *fill* 0x00000000401419ff 0x1 + .text.btsnd_hcic_read_local_oob_data + 0x0000000040141a00 0x35 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x39 (size before relaxing) + 0x0000000040141a00 btsnd_hcic_read_local_oob_data + *fill* 0x0000000040141a35 0x3 + .text.btsnd_hcic_user_conf_reply + 0x0000000040141a38 0x6c esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141a38 btsnd_hcic_user_conf_reply + .text.btsnd_hcic_rem_oob_reply + 0x0000000040141aa4 0x8d esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141aa4 btsnd_hcic_rem_oob_reply + *fill* 0x0000000040141b31 0x3 + .text.btsnd_hcic_rem_oob_neg_reply + 0x0000000040141b34 0x58 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141b34 btsnd_hcic_rem_oob_neg_reply + .text.btsnd_hcic_read_rssi + 0x0000000040141b8c 0x44 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141b8c btsnd_hcic_read_rssi + .text.btsnd_hcic_enable_test_mode + 0x0000000040141bd0 0x32 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x36 (size before relaxing) + 0x0000000040141bd0 btsnd_hcic_enable_test_mode + *fill* 0x0000000040141c02 0x2 + .text.btsnd_hcic_write_inqscan_type + 0x0000000040141c04 0x40 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141c04 btsnd_hcic_write_inqscan_type + .text.btsnd_hcic_write_inquiry_mode + 0x0000000040141c44 0x40 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141c44 btsnd_hcic_write_inquiry_mode + .text.btsnd_hcic_write_pagescan_type + 0x0000000040141c84 0x40 esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141c84 btsnd_hcic_write_pagescan_type + .text.btsnd_hcic_vendor_spec_cmd + 0x0000000040141cc4 0x4a esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x0000000040141cc4 btsnd_hcic_vendor_spec_cmd + *fill* 0x0000000040141d0e 0x2 + .text.L2CA_SetIdleTimeout + 0x0000000040141d10 0x3e esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x0000000040141d10 L2CA_SetIdleTimeout + *fill* 0x0000000040141d4e 0x2 + .text.L2CA_SetIdleTimeoutByBdAddr + 0x0000000040141d50 0x86 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x92 (size before relaxing) + 0x0000000040141d50 L2CA_SetIdleTimeoutByBdAddr + *fill* 0x0000000040141dd6 0x2 + .text.L2CA_SetDesireRole + 0x0000000040141dd8 0x46 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x0000000040141dd8 L2CA_SetDesireRole + *fill* 0x0000000040141e1e 0x2 + .text.L2CA_GetPeerFeatures + 0x0000000040141e20 0x29 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x2d (size before relaxing) + 0x0000000040141e20 L2CA_GetPeerFeatures + *fill* 0x0000000040141e49 0x3 + .text.L2CA_RegisterFixedChannel + 0x0000000040141e4c 0x3a esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x0000000040141e4c L2CA_RegisterFixedChannel + *fill* 0x0000000040141e86 0x2 + .text.L2CA_ConnectFixedChnl + 0x0000000040141e88 0x124 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x138 (size before relaxing) + 0x0000000040141e88 L2CA_ConnectFixedChnl + .text.L2CA_SendFixedChnlData + 0x0000000040141fac 0x134 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x140 (size before relaxing) + 0x0000000040141fac L2CA_SendFixedChnlData + .text.L2CA_CheckIsCongest + 0x00000000401420e0 0x2d esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x00000000401420e0 L2CA_CheckIsCongest + *fill* 0x000000004014210d 0x3 + .text.L2CA_RemoveFixedChnl + 0x0000000040142110 0x79 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x0000000040142110 L2CA_RemoveFixedChnl + *fill* 0x0000000040142189 0x3 + .text.L2CA_SetFixedChannelTout + 0x000000004014218c 0x60 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x64 (size before relaxing) + 0x000000004014218c L2CA_SetFixedChannelTout + .text.l2ble_update_att_acl_pkt_num + 0x00000000401421ec 0x1fa esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x00000000401421ec l2ble_update_att_acl_pkt_num + *fill* 0x00000000401423e6 0x2 + .text.L2CA_GetCurFreePktBufferNum_LE + 0x00000000401423e8 0x19 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x1d (size before relaxing) + 0x00000000401423e8 L2CA_GetCurFreePktBufferNum_LE + *fill* 0x0000000040142401 0x3 + .text.l2cble_start_conn_update + 0x0000000040142404 0xfd esp-idf/bt/libbt.a(l2c_ble.c.obj) + *fill* 0x0000000040142501 0x3 + .text.L2CA_CancelBleConnectReq + 0x0000000040142504 0x66 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x76 (size before relaxing) + 0x0000000040142504 L2CA_CancelBleConnectReq + *fill* 0x000000004014256a 0x2 + .text.L2CA_GetBleConnRole + 0x000000004014256c 0x1a esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x000000004014256c L2CA_GetBleConnRole + *fill* 0x0000000040142586 0x2 + .text.l2cble_notify_le_connection + 0x0000000040142588 0x60 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x6c (size before relaxing) + 0x0000000040142588 l2cble_notify_le_connection + .text.l2cble_scanner_conn_comp + 0x00000000401425e8 0x13e esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x15e (size before relaxing) + 0x00000000401425e8 l2cble_scanner_conn_comp + *fill* 0x0000000040142726 0x2 + .text.l2cble_advertiser_conn_comp + 0x0000000040142728 0xda esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x102 (size before relaxing) + 0x0000000040142728 l2cble_advertiser_conn_comp + *fill* 0x0000000040142802 0x2 + .text.l2cble_conn_comp + 0x0000000040142804 0x48 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x4c (size before relaxing) + 0x0000000040142804 l2cble_conn_comp + .text.l2cble_init_direct_conn + 0x000000004014284c 0x17e esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x18a (size before relaxing) + 0x000000004014284c l2cble_init_direct_conn + *fill* 0x00000000401429ca 0x2 + .text.l2cble_create_conn + 0x00000000401429cc 0x2c esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x34 (size before relaxing) + 0x00000000401429cc l2cble_create_conn + .text.l2c_link_processs_ble_num_bufs + 0x00000000401429f8 0x25 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x00000000401429f8 l2c_link_processs_ble_num_bufs + *fill* 0x0000000040142a1d 0x3 + .text.l2c_ble_link_adjust_allocation + 0x0000000040142a20 0x150 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x158 (size before relaxing) + 0x0000000040142a20 l2c_ble_link_adjust_allocation + .text.l2cble_process_rc_param_request_evt + 0x0000000040142b70 0x74 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x7c (size before relaxing) + 0x0000000040142b70 l2cble_process_rc_param_request_evt + .text.l2cble_process_data_length_change_event + 0x0000000040142be4 0x8b esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x92 (size before relaxing) + 0x0000000040142be4 l2cble_process_data_length_change_event + *fill* 0x0000000040142c6f 0x1 + .text.l2c_send_update_conn_params_cb + 0x0000000040142c70 0x4a esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x0000000040142c70 l2c_send_update_conn_params_cb + *fill* 0x0000000040142cba 0x2 + .text.CalConnectParamTimeout + 0x0000000040142cbc 0x3f esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x0000000040142cbc CalConnectParamTimeout + *fill* 0x0000000040142cfb 0x1 + .text.L2CA_UpdateBleConnParams + 0x0000000040142cfc 0xb0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0xbc (size before relaxing) + 0x0000000040142cfc L2CA_UpdateBleConnParams + .text.l2cble_process_conn_update_evt + 0x0000000040142dac 0x6a esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x82 (size before relaxing) + 0x0000000040142dac l2cble_process_conn_update_evt + *fill* 0x0000000040142e16 0x2 + .text.l2cble_get_conn_param_format_err_from_contoller + 0x0000000040142e18 0x5c esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x6c (size before relaxing) + 0x0000000040142e18 l2cble_get_conn_param_format_err_from_contoller + .text.l2cble_process_sig_cmd + 0x0000000040142e74 0x18c esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x1a0 (size before relaxing) + 0x0000000040142e74 l2cble_process_sig_cmd + .text.l2cble_send_peer_disc_req + 0x0000000040143000 0x17 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x1a (size before relaxing) + 0x0000000040143000 l2cble_send_peer_disc_req + *fill* 0x0000000040143017 0x1 + .text.l2c_enqueue_peer_data + 0x0000000040143018 0x9b esp-idf/bt/libbt.a(l2c_csm.c.obj) + 0x9f (size before relaxing) + 0x0000000040143018 l2c_enqueue_peer_data + *fill* 0x00000000401430b3 0x1 + .text.l2c_chnl_allocation_in_ccb_list + 0x00000000401430b4 0x2a esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x00000000401430b4 l2c_chnl_allocation_in_ccb_list + *fill* 0x00000000401430de 0x2 + .text.l2c_link_send_to_lower + 0x00000000401430e0 0x174 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x17c (size before relaxing) + .text.l2c_link_hci_conn_req + 0x0000000040143254 0xf8 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x110 (size before relaxing) + 0x0000000040143254 l2c_link_hci_conn_req + .text.l2c_link_hci_disc_comp + 0x000000004014334c 0x188 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x1ac (size before relaxing) + 0x000000004014334c l2c_link_hci_disc_comp + .text.l2c_link_hci_conn_comp + 0x00000000401434d4 0x136 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x15e (size before relaxing) + 0x00000000401434d4 l2c_link_hci_conn_comp + *fill* 0x000000004014360a 0x2 + .text.l2c_link_hci_qos_violation + 0x000000004014360c 0x14 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x18 (size before relaxing) + 0x000000004014360c l2c_link_hci_qos_violation + .text.l2c_info_timeout + 0x0000000040143620 0x2e esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x0000000040143620 l2c_info_timeout + *fill* 0x000000004014364e 0x2 + .text.l2c_link_adjust_allocation + 0x0000000040143650 0x150 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x158 (size before relaxing) + 0x0000000040143650 l2c_link_adjust_allocation + .text.l2c_link_adjust_chnl_allocation + 0x00000000401437a0 0x17 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x00000000401437a0 l2c_link_adjust_chnl_allocation + *fill* 0x00000000401437b7 0x1 + .text.l2c_link_processs_num_bufs + 0x00000000401437b8 0x15 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x00000000401437b8 l2c_link_processs_num_bufs + *fill* 0x00000000401437cd 0x3 + .text.l2c_link_role_changed + 0x00000000401437d0 0x5b esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x63 (size before relaxing) + 0x00000000401437d0 l2c_link_role_changed + *fill* 0x000000004014382b 0x1 + .text.l2c_pin_code_request + 0x000000004014382c 0x1e esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x22 (size before relaxing) + 0x000000004014382c l2c_pin_code_request + *fill* 0x000000004014384a 0x2 + .text.l2c_link_check_power_mode + 0x000000004014384c 0x4e esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x000000004014384c l2c_link_check_power_mode + *fill* 0x000000004014389a 0x2 + .text.l2c_link_check_send_pkts + 0x000000004014389c 0x283 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x2cf (size before relaxing) + 0x000000004014389c l2c_link_check_send_pkts + *fill* 0x0000000040143b1f 0x1 + .text.l2c_link_timeout + 0x0000000040143b20 0xd6 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0xda (size before relaxing) + 0x0000000040143b20 l2c_link_timeout + *fill* 0x0000000040143bf6 0x2 + .text.l2c_link_process_num_completed_pkts + 0x0000000040143bf8 0x11d esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x125 (size before relaxing) + 0x0000000040143bf8 l2c_link_process_num_completed_pkts + *fill* 0x0000000040143d15 0x3 + .text.l2c_link_segments_xmitted + 0x0000000040143d18 0x56 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x5e (size before relaxing) + 0x0000000040143d18 l2c_link_segments_xmitted + *fill* 0x0000000040143d6e 0x2 + .text.l2c_rcv_acl_data + 0x0000000040143d70 0x250 esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x260 (size before relaxing) + 0x0000000040143d70 l2c_rcv_acl_data + .text.l2c_process_held_packets + 0x0000000040143fc0 0x9a esp-idf/bt/libbt.a(l2c_main.c.obj) + 0xb6 (size before relaxing) + 0x0000000040143fc0 l2c_process_held_packets + *fill* 0x000000004014405a 0x2 + .text.l2c_init + 0x000000004014405c 0x6b esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x77 (size before relaxing) + 0x000000004014405c l2c_init + *fill* 0x00000000401440c7 0x1 + .text.l2c_free_p_lcb_pool + 0x00000000401440c8 0x3a esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x42 (size before relaxing) + 0x00000000401440c8 l2c_free_p_lcb_pool + *fill* 0x0000000040144102 0x2 + .text.l2c_free_p_ccb_pool + 0x0000000040144104 0x3a esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x42 (size before relaxing) + 0x0000000040144104 l2c_free_p_ccb_pool + *fill* 0x000000004014413e 0x2 + .text.l2c_free + 0x0000000040144140 0x3c esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x44 (size before relaxing) + 0x0000000040144140 l2c_free + .text.l2c_process_timeout + 0x000000004014417c 0x5a esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x66 (size before relaxing) + 0x000000004014417c l2c_process_timeout + *fill* 0x00000000401441d6 0x2 + .text.l2cu_find_lcb_by_bd_addr + 0x00000000401441d8 0x52 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x00000000401441d8 l2cu_find_lcb_by_bd_addr + *fill* 0x000000004014422a 0x2 + .text.l2cu_update_lcb_4_bonding + 0x000000004014422c 0x17 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x000000004014422c l2cu_update_lcb_4_bonding + *fill* 0x0000000040144243 0x1 + .text.l2cu_find_free_lcb + 0x0000000040144244 0x32 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x36 (size before relaxing) + 0x0000000040144244 l2cu_find_free_lcb + *fill* 0x0000000040144276 0x2 + .text.l2cu_allocate_lcb + 0x0000000040144278 0xfe esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x122 (size before relaxing) + 0x0000000040144278 l2cu_allocate_lcb + *fill* 0x0000000040144376 0x2 + .text.l2cu_get_conn_role + 0x0000000040144378 0xd esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x0000000040144378 l2cu_get_conn_role + *fill* 0x0000000040144385 0x3 + .text.l2cu_build_header + 0x0000000040144388 0xa9 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x0000000040144388 l2cu_build_header + *fill* 0x0000000040144431 0x3 + .text.l2cu_send_peer_cmd_reject + 0x0000000040144434 0x62 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x66 (size before relaxing) + 0x0000000040144434 l2cu_send_peer_cmd_reject + *fill* 0x0000000040144496 0x2 + .text.l2cu_send_peer_echo_req + 0x0000000040144498 0x57 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x0000000040144498 l2cu_send_peer_echo_req + *fill* 0x00000000401444ef 0x1 + .text.l2cu_send_peer_info_req + 0x00000000401444f0 0x4e esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x56 (size before relaxing) + 0x00000000401444f0 l2cu_send_peer_info_req + *fill* 0x000000004014453e 0x2 + .text.l2cu_device_reset + 0x0000000040144540 0x49 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x4d (size before relaxing) + 0x0000000040144540 l2cu_device_reset + *fill* 0x0000000040144589 0x3 + .text.l2cu_get_num_hi_priority + 0x000000004014458c 0x3f esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x000000004014458c l2cu_get_num_hi_priority + *fill* 0x00000000401445cb 0x1 + .text.l2cu_find_lcb_by_state + 0x00000000401445cc 0x3e esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x00000000401445cc l2cu_find_lcb_by_state + *fill* 0x000000004014460a 0x2 + .text.l2cu_lcb_disconnecting + 0x000000004014460c 0x4e esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x000000004014460c l2cu_lcb_disconnecting + *fill* 0x000000004014465a 0x2 + .text.l2cu_set_acl_priority + 0x000000004014465c 0x86 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x96 (size before relaxing) + 0x000000004014465c l2cu_set_acl_priority + *fill* 0x00000000401446e2 0x2 + .text.l2cu_set_non_flushable_pbf + 0x00000000401446e4 0x22 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x00000000401446e4 l2cu_set_non_flushable_pbf + *fill* 0x0000000040144706 0x2 + .text.l2cu_process_fixed_disc_cback + 0x0000000040144708 0x9b esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x9f (size before relaxing) + 0x0000000040144708 l2cu_process_fixed_disc_cback + *fill* 0x00000000401447a3 0x1 + .text.l2cu_no_dynamic_ccbs + 0x00000000401447a4 0xa0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xab (size before relaxing) + 0x00000000401447a4 l2cu_no_dynamic_ccbs + *fill* 0x0000000040144844 0x0 + .text.l2cu_release_ccb + 0x0000000040144844 0x7c esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x88 (size before relaxing) + 0x0000000040144844 l2cu_release_ccb + .text.l2cu_process_fixed_chnl_resp + 0x00000000401448c0 0xda esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xde (size before relaxing) + 0x00000000401448c0 l2cu_process_fixed_chnl_resp + *fill* 0x000000004014499a 0x2 + .text.l2cu_release_lcb + 0x000000004014499c 0x1a8 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x1cc (size before relaxing) + 0x000000004014499c l2cu_release_lcb + .text.l2cu_create_conn_after_switch + 0x0000000040144b44 0xa0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xb4 (size before relaxing) + 0x0000000040144b44 l2cu_create_conn_after_switch + .text.l2cu_create_conn + 0x0000000040144be4 0xc4 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xd8 (size before relaxing) + 0x0000000040144be4 l2cu_create_conn + .text.l2cu_send_peer_ble_par_req + 0x0000000040144ca8 0x60 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x64 (size before relaxing) + 0x0000000040144ca8 l2cu_send_peer_ble_par_req + .text.l2cu_send_peer_ble_par_rsp + 0x0000000040144d08 0x2a esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x2e (size before relaxing) + 0x0000000040144d08 l2cu_send_peer_ble_par_rsp + *fill* 0x0000000040144d32 0x2 + .text.l2cu_send_peer_ble_credit_based_disconn_req + 0x0000000040144d34 0x5b esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x5f (size before relaxing) + 0x0000000040144d34 l2cu_send_peer_ble_credit_based_disconn_req + *fill* 0x0000000040144d8f 0x1 + .text.l2cu_find_lcb_by_handle + 0x0000000040144d90 0x38 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x40 (size before relaxing) + 0x0000000040144d90 l2cu_find_lcb_by_handle + .text.l2cu_start_post_bond_timer + 0x0000000040144dc8 0x5e esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x62 (size before relaxing) + 0x0000000040144dc8 l2cu_start_post_bond_timer + *fill* 0x0000000040144e26 0x2 + .text.l2cu_find_ccb_by_cid + 0x0000000040144e28 0x39 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x3d (size before relaxing) + 0x0000000040144e28 l2cu_find_ccb_by_cid + *fill* 0x0000000040144e61 0x3 + .text.l2cu_find_free_ccb + 0x0000000040144e64 0x38 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x0000000040144e64 l2cu_find_free_ccb + .text.l2cu_allocate_ccb + 0x0000000040144e9c 0x1e9 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x201 (size before relaxing) + 0x0000000040144e9c l2cu_allocate_ccb + *fill* 0x0000000040145085 0x3 + .text.l2cu_initialize_fixed_ccb + 0x0000000040145088 0xba esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0xc2 (size before relaxing) + 0x0000000040145088 l2cu_initialize_fixed_ccb + *fill* 0x0000000040145142 0x2 + .text.l2cu_set_acl_hci_header + 0x0000000040145144 0xe3 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x0000000040145144 l2cu_set_acl_hci_header + *fill* 0x0000000040145227 0x1 + .text.l2cu_check_channel_congestion + 0x0000000040145228 0x118 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x11c (size before relaxing) + 0x0000000040145228 l2cu_check_channel_congestion + .text.l2cu_get_next_buffer_to_send + 0x0000000040145340 0x6a esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x76 (size before relaxing) + 0x0000000040145340 l2cu_get_next_buffer_to_send + *fill* 0x00000000401453aa 0x2 + .text.SMP_Init + 0x00000000401453ac 0x6b esp-idf/bt/libbt.a(smp_api.c.obj) + 0x73 (size before relaxing) + 0x00000000401453ac SMP_Init + *fill* 0x0000000040145417 0x1 + .text.SMP_Free + 0x0000000040145418 0x52 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x0000000040145418 SMP_Free + *fill* 0x000000004014546a 0x2 + .text.SMP_Register + 0x000000004014546c 0xe esp-idf/bt/libbt.a(smp_api.c.obj) + 0x000000004014546c SMP_Register + *fill* 0x000000004014547a 0x2 + .text.SMP_Pair + 0x000000004014547c 0x66 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x6e (size before relaxing) + 0x000000004014547c SMP_Pair + *fill* 0x00000000401454e2 0x2 + .text.SMP_PairCancel + 0x00000000401454e4 0x41 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x45 (size before relaxing) + 0x00000000401454e4 SMP_PairCancel + *fill* 0x0000000040145525 0x3 + .text.SMP_SecurityGrant + 0x0000000040145528 0x36 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x3a (size before relaxing) + 0x0000000040145528 SMP_SecurityGrant + *fill* 0x000000004014555e 0x2 + .text.SMP_PasskeyReply + 0x0000000040145560 0x7f esp-idf/bt/libbt.a(smp_api.c.obj) + 0x8e (size before relaxing) + 0x0000000040145560 SMP_PasskeyReply + *fill* 0x00000000401455df 0x1 + .text.SMP_SetStaticPasskey + 0x00000000401455e0 0x29 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x00000000401455e0 SMP_SetStaticPasskey + *fill* 0x0000000040145609 0x3 + .text.SMP_ConfirmReply + 0x000000004014560c 0x4a esp-idf/bt/libbt.a(smp_api.c.obj) + 0x52 (size before relaxing) + 0x000000004014560c SMP_ConfirmReply + *fill* 0x0000000040145656 0x2 + .text.SMP_OobDataReply + 0x0000000040145658 0x72 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x7a (size before relaxing) + 0x0000000040145658 SMP_OobDataReply + *fill* 0x00000000401456ca 0x2 + .text.SMP_Encrypt + 0x00000000401456cc 0x19 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x00000000401456cc SMP_Encrypt + *fill* 0x00000000401456e5 0x3 + .text.smp_process_ediv + 0x00000000401456e8 0x34 esp-idf/bt/libbt.a(smp_keys.c.obj) + .text.smp_process_new_nonce + 0x000000004014571c 0xe esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x12 (size before relaxing) + *fill* 0x000000004014572a 0x2 + .text.smp_process_compare + 0x000000004014572c 0x1a esp-idf/bt/libbt.a(smp_keys.c.obj) + *fill* 0x0000000040145746 0x2 + .text.smp_process_confirm + 0x0000000040145748 0x26 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x2a (size before relaxing) + *fill* 0x000000004014576e 0x2 + .text.smp_calculate_legacy_short_term_key + 0x0000000040145770 0x68 esp-idf/bt/libbt.a(smp_keys.c.obj) + .text.smp_process_stk + 0x00000000401457d8 0x26 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000401457fe 0x2 + .text.smp_generate_y + 0x0000000040145800 0x3b esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x46 (size before relaxing) + *fill* 0x000000004014583b 0x1 + .text.smp_process_private_key + 0x000000004014583c 0x5e esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x66 (size before relaxing) + *fill* 0x000000004014589a 0x2 + .text.smp_encrypt_data + 0x000000004014589c 0xf2 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0xf6 (size before relaxing) + 0x000000004014589c smp_encrypt_data + *fill* 0x000000004014598e 0x2 + .text.smp_use_static_passkey + 0x0000000040145990 0x76 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x0000000040145990 smp_use_static_passkey + *fill* 0x0000000040145a06 0x2 + .text.smp_proc_passkey + 0x0000000040145a08 0xa2 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x0000000040145a08 smp_proc_passkey + *fill* 0x0000000040145aaa 0x2 + .text.smp_generate_stk + 0x0000000040145aac 0x5c esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x60 (size before relaxing) + 0x0000000040145aac smp_generate_stk + .text.smp_compute_csrk + 0x0000000040145b08 0x6c esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x74 (size before relaxing) + 0x0000000040145b08 smp_compute_csrk + .text.smp_gen_p1_4_confirm + 0x0000000040145b74 0x9a esp-idf/bt/libbt.a(smp_keys.c.obj) + 0xa2 (size before relaxing) + 0x0000000040145b74 smp_gen_p1_4_confirm + *fill* 0x0000000040145c0e 0x2 + .text.smp_gen_p2_4_confirm + 0x0000000040145c10 0x9c esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x0000000040145c10 smp_gen_p2_4_confirm + .text.smp_calculate_comfirm_cont + 0x0000000040145cac 0x5f esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x6e (size before relaxing) + *fill* 0x0000000040145d0b 0x1 + .text.smp_calculate_comfirm + 0x0000000040145d0c 0x47 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x52 (size before relaxing) + 0x0000000040145d0c smp_calculate_comfirm + *fill* 0x0000000040145d53 0x1 + .text.smp_generate_confirm + 0x0000000040145d54 0x1b esp-idf/bt/libbt.a(smp_keys.c.obj) + *fill* 0x0000000040145d6f 0x1 + .text.smp_rand_back + 0x0000000040145d70 0x11e esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x12e (size before relaxing) + *fill* 0x0000000040145e8e 0x2 + .text.smp_generate_passkey + 0x0000000040145e90 0x2b esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x2f (size before relaxing) + 0x0000000040145e90 smp_generate_passkey + *fill* 0x0000000040145ebb 0x1 + .text.smp_generate_rand_vector + 0x0000000040145ebc 0x1a esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x1e (size before relaxing) + *fill* 0x0000000040145ed6 0x2 + .text.smp_generate_ltk_cont + 0x0000000040145ed8 0x5c esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x64 (size before relaxing) + .text.smp_continue_private_key_creation + 0x0000000040145f34 0xc2 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0xce (size before relaxing) + *fill* 0x0000000040145ff6 0x2 + .text.smp_finish_nonce_generation + 0x0000000040145ff8 0x1a esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x1e (size before relaxing) + *fill* 0x0000000040146012 0x2 + .text.smp_generate_srand_mrand_confirm + 0x0000000040146014 0x1a esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x1e (size before relaxing) + 0x0000000040146014 smp_generate_srand_mrand_confirm + *fill* 0x000000004014602e 0x2 + .text.smp_generate_rand_cont + 0x0000000040146030 0x1a esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x1e (size before relaxing) + 0x0000000040146030 smp_generate_rand_cont + *fill* 0x000000004014604a 0x2 + .text.smp_generate_ltk + 0x000000004014604c 0x43 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x4f (size before relaxing) + 0x000000004014604c smp_generate_ltk + *fill* 0x000000004014608f 0x1 + .text.smp_generate_csrk + 0x0000000040146090 0x33 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x3b (size before relaxing) + 0x0000000040146090 smp_generate_csrk + *fill* 0x00000000401460c3 0x1 + .text.smp_generate_compare + 0x00000000401460c4 0x1a esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x1e (size before relaxing) + 0x00000000401460c4 smp_generate_compare + *fill* 0x00000000401460de 0x2 + .text.smp_create_private_key + 0x00000000401460e0 0x1a esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x1e (size before relaxing) + 0x00000000401460e0 smp_create_private_key + *fill* 0x00000000401460fa 0x2 + .text.smp_use_oob_private_key + 0x00000000401460fc 0x38 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x40 (size before relaxing) + 0x00000000401460fc smp_use_oob_private_key + .text.smp_compute_dhkey + 0x0000000040146134 0x54 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x58 (size before relaxing) + 0x0000000040146134 smp_compute_dhkey + .text.smp_calculate_f4 + 0x0000000040146188 0x7b esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x0000000040146188 smp_calculate_f4 + *fill* 0x0000000040146203 0x1 + .text.smp_calculate_local_commitment + 0x0000000040146204 0x82 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x86 (size before relaxing) + 0x0000000040146204 smp_calculate_local_commitment + *fill* 0x0000000040146286 0x2 + .text.smp_calculate_peer_commitment + 0x0000000040146288 0x7b esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x7f (size before relaxing) + 0x0000000040146288 smp_calculate_peer_commitment + *fill* 0x0000000040146303 0x1 + .text.smp_calculate_g2 + 0x0000000040146304 0xa9 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x0000000040146304 smp_calculate_g2 + *fill* 0x00000000401463ad 0x3 + .text.smp_calculate_numeric_comparison_display_number + 0x00000000401463b0 0x6e esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x76 (size before relaxing) + 0x00000000401463b0 smp_calculate_numeric_comparison_display_number + *fill* 0x000000004014641e 0x2 + .text.smp_calculate_f5_mackey_or_long_term_key + 0x0000000040146420 0xe6 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x0000000040146420 smp_calculate_f5_mackey_or_long_term_key + *fill* 0x0000000040146506 0x2 + .text.smp_calculate_f5_key + 0x0000000040146508 0x77 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x0000000040146508 smp_calculate_f5_key + *fill* 0x000000004014657f 0x1 + .text.smp_calculate_f5 + 0x0000000040146580 0x6c esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x74 (size before relaxing) + 0x0000000040146580 smp_calculate_f5 + .text.smp_calculate_f6 + 0x00000000401465ec 0xd6 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x00000000401465ec smp_calculate_f6 + *fill* 0x00000000401466c2 0x2 + .text.smp_calculate_local_dhkey_check + 0x00000000401466c4 0x4c esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x58 (size before relaxing) + 0x00000000401466c4 smp_calculate_local_dhkey_check + .text.smp_calculate_peer_dhkey_check + 0x0000000040146710 0x6f esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x7f (size before relaxing) + 0x0000000040146710 smp_calculate_peer_dhkey_check + *fill* 0x000000004014677f 0x1 + .text.smp_calculate_h6 + 0x0000000040146780 0x62 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x0000000040146780 smp_calculate_h6 + *fill* 0x00000000401467e2 0x2 + .text.smp_calculate_link_key_from_long_term_key + 0x00000000401467e4 0xec esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x100 (size before relaxing) + 0x00000000401467e4 smp_calculate_link_key_from_long_term_key + .text.smp_start_nonce_generation + 0x00000000401468d0 0x1a esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x1e (size before relaxing) + 0x00000000401468d0 smp_start_nonce_generation + *fill* 0x00000000401468ea 0x2 + .text.smp_data_received + 0x00000000401468ec 0xf2 esp-idf/bt/libbt.a(smp_l2c.c.obj) + 0xfa (size before relaxing) + *fill* 0x00000000401469de 0x2 + .text.smp_tx_complete_callback + 0x00000000401469e0 0x44 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .text.smp_connect_callback + 0x0000000040146a24 0x8e esp-idf/bt/libbt.a(smp_l2c.c.obj) + 0x9a (size before relaxing) + *fill* 0x0000000040146ab2 0x2 + .text.smp_l2cap_if_init + 0x0000000040146ab4 0x3b esp-idf/bt/libbt.a(smp_l2c.c.obj) + 0x0000000040146ab4 smp_l2cap_if_init + *fill* 0x0000000040146aef 0x1 + .text.smp_set_state + 0x0000000040146af0 0x16 esp-idf/bt/libbt.a(smp_main.c.obj) + 0x0000000040146af0 smp_set_state + *fill* 0x0000000040146b06 0x2 + .text.smp_get_state + 0x0000000040146b08 0xd esp-idf/bt/libbt.a(smp_main.c.obj) + 0x0000000040146b08 smp_get_state + *fill* 0x0000000040146b15 0x3 + .text.smp_sm_event + 0x0000000040146b18 0x9a esp-idf/bt/libbt.a(smp_main.c.obj) + 0x0000000040146b18 smp_sm_event + *fill* 0x0000000040146bb2 0x2 + .text.smp_command_has_valid_fixed_length + 0x0000000040146bb4 0x20 esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_pairing_request_response_parameters_are_valid + 0x0000000040146bd4 0x48 esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_select_legacy_association_model + 0x0000000040146c1c 0x8e esp-idf/bt/libbt.a(smp_utils.c.obj) + *fill* 0x0000000040146caa 0x2 + .text.smp_select_association_model_secure_connections + 0x0000000040146cac 0x94 esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_pairing_commitment_cmd + 0x0000000040146d40 0x3c esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_pairing_keypress_notification_cmd + 0x0000000040146d7c 0x2a esp-idf/bt/libbt.a(smp_utils.c.obj) + *fill* 0x0000000040146da6 0x2 + .text.smp_build_pair_dhkey_check_cmd + 0x0000000040146da8 0x3c esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_security_request + 0x0000000040146de4 0x2a esp-idf/bt/libbt.a(smp_utils.c.obj) + *fill* 0x0000000040146e0e 0x2 + .text.smp_build_signing_info_cmd + 0x0000000040146e10 0x40 esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_master_id_cmd + 0x0000000040146e50 0x4c esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_encrypt_info_cmd + 0x0000000040146e9c 0x40 esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_pairing_fail + 0x0000000040146edc 0x28 esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_rand_cmd + 0x0000000040146f04 0x3c esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_confirm_cmd + 0x0000000040146f40 0x3c esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_pairing_cmd + 0x0000000040146f7c 0x48 esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_pair_public_key_cmd + 0x0000000040146fc4 0x5c esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_id_addr_cmd + 0x0000000040147020 0xa0 esp-idf/bt/libbt.a(smp_utils.c.obj) + .text.smp_build_identity_info_cmd + 0x00000000401470c0 0x3e esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000401470fe 0x2 + .text.smp_send_msg_to_L2CAP + 0x0000000040147100 0x44 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x0000000040147100 smp_send_msg_to_L2CAP + .text.smp_send_cmd + 0x0000000040147144 0x5c esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x64 (size before relaxing) + 0x0000000040147144 smp_send_cmd + .text.smp_rsp_timeout + 0x00000000401471a0 0x1e esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x00000000401471a0 smp_rsp_timeout + *fill* 0x00000000401471be 0x2 + .text.smp_convert_string_to_tk + 0x00000000401471c0 0x30 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x00000000401471c0 smp_convert_string_to_tk + .text.smp_cb_cleanup + 0x00000000401471f0 0x30 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x00000000401471f0 smp_cb_cleanup + .text.smp_remove_fixed_channel + 0x0000000040147220 0x1f esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x26 (size before relaxing) + 0x0000000040147220 smp_remove_fixed_channel + *fill* 0x000000004014723f 0x1 + .text.smp_reset_control_value + 0x0000000040147240 0x24 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x30 (size before relaxing) + 0x0000000040147240 smp_reset_control_value + .text.smp_proc_pairing_cmpl + 0x0000000040147264 0x84 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x88 (size before relaxing) + 0x0000000040147264 smp_proc_pairing_cmpl + .text.smp_command_has_invalid_parameters + 0x00000000401472e8 0x4a esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x00000000401472e8 smp_command_has_invalid_parameters + *fill* 0x0000000040147332 0x2 + .text.smp_reject_unexpected_pairing_command + 0x0000000040147334 0x28 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x2c (size before relaxing) + 0x0000000040147334 smp_reject_unexpected_pairing_command + .text.smp_select_association_model + 0x000000004014735c 0x3c esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x3f (size before relaxing) + 0x000000004014735c smp_select_association_model + *fill* 0x0000000040147398 0x0 + .text.smp_collect_local_ble_address + 0x0000000040147398 0x38 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x0000000040147398 smp_collect_local_ble_address + .text.smp_collect_peer_ble_address + 0x00000000401473d0 0x3d esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x00000000401473d0 smp_collect_peer_ble_address + *fill* 0x000000004014740d 0x3 + .text.smp_check_commitment + 0x0000000040147410 0x40 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x0000000040147410 smp_check_commitment + .text.smp_save_secure_connections_long_term_key + 0x0000000040147450 0x6a esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x72 (size before relaxing) + 0x0000000040147450 smp_save_secure_connections_long_term_key + *fill* 0x00000000401474ba 0x2 + .text.smp_calculate_f5_mackey_and_long_term_key + 0x00000000401474bc 0x58 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x68 (size before relaxing) + 0x00000000401474bc smp_calculate_f5_mackey_and_long_term_key + .text.smp_request_oob_data + 0x0000000040147514 0x62 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x0000000040147514 smp_request_oob_data + *fill* 0x0000000040147576 0x2 + .text.blufi_create_service + 0x0000000040147578 0x2c esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x0000000040147578 blufi_create_service + .text.blufi_profile_cb + 0x00000000401475a4 0x3b6 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x3ca (size before relaxing) + *fill* 0x000000004014795a 0x2 + .text.esp_blufi_init + 0x000000004014795c 0x10 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x13 (size before relaxing) + 0x000000004014795c esp_blufi_init + *fill* 0x000000004014796c 0x0 + .text.esp_blufi_send_notify + 0x000000004014796c 0x1a esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x1e (size before relaxing) + 0x000000004014796c esp_blufi_send_notify + *fill* 0x0000000040147986 0x2 + .text.esp_blufi_deinit + 0x0000000040147988 0x22 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x2a (size before relaxing) + 0x0000000040147988 esp_blufi_deinit + *fill* 0x00000000401479aa 0x2 + .text.esp_blufi_send_encap + 0x00000000401479ac 0x51 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x00000000401479ac esp_blufi_send_encap + *fill* 0x00000000401479fd 0x3 + .text.esp_blufi_close + 0x0000000040147a00 0x49 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x4d (size before relaxing) + 0x0000000040147a00 esp_blufi_close + *fill* 0x0000000040147a49 0x3 + .text.alarm_cbs_lookfor_available + 0x0000000040147a4c 0x26 esp-idf/bt/libbt.a(alarm.c.obj) + *fill* 0x0000000040147a72 0x2 + .text.alarm_free + 0x0000000040147a74 0x38 esp-idf/bt/libbt.a(alarm.c.obj) + 0x3c (size before relaxing) + .text.alarm_cb_handler + 0x0000000040147aac 0x2c esp-idf/bt/libbt.a(alarm.c.obj) + .text.alarm_set + 0x0000000040147ad8 0xb0 esp-idf/bt/libbt.a(alarm.c.obj) + .text.osi_alarm_create_mux + 0x0000000040147b88 0x18 esp-idf/bt/libbt.a(alarm.c.obj) + 0x1c (size before relaxing) + 0x0000000040147b88 osi_alarm_create_mux + .text.osi_alarm_delete_mux + 0x0000000040147ba0 0x18 esp-idf/bt/libbt.a(alarm.c.obj) + 0x1c (size before relaxing) + 0x0000000040147ba0 osi_alarm_delete_mux + .text.osi_alarm_init + 0x0000000040147bb8 0x58 esp-idf/bt/libbt.a(alarm.c.obj) + 0x5f (size before relaxing) + 0x0000000040147bb8 osi_alarm_init + *fill* 0x0000000040147c10 0x0 + .text.osi_alarm_deinit + 0x0000000040147c10 0x71 esp-idf/bt/libbt.a(alarm.c.obj) + 0x74 (size before relaxing) + 0x0000000040147c10 osi_alarm_deinit + *fill* 0x0000000040147c81 0x3 + .text.osi_alarm_new + 0x0000000040147c84 0x6f esp-idf/bt/libbt.a(alarm.c.obj) + 0x7a (size before relaxing) + 0x0000000040147c84 osi_alarm_new + *fill* 0x0000000040147cf3 0x1 + .text.osi_alarm_free + 0x0000000040147cf4 0x3c esp-idf/bt/libbt.a(alarm.c.obj) + 0x43 (size before relaxing) + 0x0000000040147cf4 osi_alarm_free + *fill* 0x0000000040147d30 0x0 + .text.osi_alarm_set + 0x0000000040147d30 0x15 esp-idf/bt/libbt.a(alarm.c.obj) + 0x0000000040147d30 osi_alarm_set + *fill* 0x0000000040147d45 0x3 + .text.osi_alarm_cancel + 0x0000000040147d48 0x44 esp-idf/bt/libbt.a(alarm.c.obj) + 0x47 (size before relaxing) + 0x0000000040147d48 osi_alarm_cancel + *fill* 0x0000000040147d8c 0x0 + .text.osi_time_get_os_boottime_ms + 0x0000000040147d8c 0x19 esp-idf/bt/libbt.a(alarm.c.obj) + 0x0000000040147d8c osi_time_get_os_boottime_ms + *fill* 0x0000000040147da5 0x3 + .text.osi_alarm_is_active + 0x0000000040147da8 0x2c esp-idf/bt/libbt.a(alarm.c.obj) + 0x0000000040147da8 osi_alarm_is_active + .text.osi_strdup + 0x0000000040147dd4 0x2a esp-idf/bt/libbt.a(allocator.c.obj) + 0x0000000040147dd4 osi_strdup + *fill* 0x0000000040147dfe 0x2 + .text.osi_free_func + 0x0000000040147e00 0xe esp-idf/bt/libbt.a(allocator.c.obj) + 0x0000000040147e00 osi_free_func + *fill* 0x0000000040147e0e 0x2 + .text.entry_free + 0x0000000040147e10 0x1f esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x0000000040147e2f 0x1 + .text.section_free + 0x0000000040147e30 0x1f esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x0000000040147e4f 0x1 + .text.get_config_size_from_flash + 0x0000000040147e50 0xd3 esp-idf/bt/libbt.a(config.c.obj) + 0xd7 (size before relaxing) + *fill* 0x0000000040147f23 0x1 + .text.trim 0x0000000040147f24 0x43 esp-idf/bt/libbt.a(config.c.obj) + *fill* 0x0000000040147f67 0x1 + .text.section_find + 0x0000000040147f68 0x3b esp-idf/bt/libbt.a(config.c.obj) + 0x43 (size before relaxing) + *fill* 0x0000000040147fa3 0x1 + .text.entry_find + 0x0000000040147fa4 0x48 esp-idf/bt/libbt.a(config.c.obj) + 0x54 (size before relaxing) + .text.get_config_size + 0x0000000040147fec 0xa7 esp-idf/bt/libbt.a(config.c.obj) + 0xbf (size before relaxing) + *fill* 0x0000000040148093 0x1 + .text.section_new + 0x0000000040148094 0x24 esp-idf/bt/libbt.a(config.c.obj) + 0x2c (size before relaxing) + .text.entry_new + 0x00000000401480b8 0x26 esp-idf/bt/libbt.a(config.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000401480de 0x2 + .text.config_free + 0x00000000401480e0 0x17 esp-idf/bt/libbt.a(config.c.obj) + 0x00000000401480e0 config_free + *fill* 0x00000000401480f7 0x1 + .text.config_new_empty + 0x00000000401480f8 0x27 esp-idf/bt/libbt.a(config.c.obj) + 0x2a (size before relaxing) + 0x00000000401480f8 config_new_empty + *fill* 0x000000004014811f 0x1 + .text.config_has_key + 0x0000000040148120 0x55 esp-idf/bt/libbt.a(config.c.obj) + 0x0000000040148120 config_has_key + *fill* 0x0000000040148175 0x3 + .text.config_get_int + 0x0000000040148178 0x64 esp-idf/bt/libbt.a(config.c.obj) + 0x68 (size before relaxing) + 0x0000000040148178 config_get_int + .text.config_get_string + 0x00000000401481dc 0x58 esp-idf/bt/libbt.a(config.c.obj) + 0x00000000401481dc config_get_string + .text.config_set_string + 0x0000000040148234 0x86 esp-idf/bt/libbt.a(config.c.obj) + 0xa2 (size before relaxing) + 0x0000000040148234 config_set_string + *fill* 0x00000000401482ba 0x2 + .text.config_parse + 0x00000000401482bc 0x220 esp-idf/bt/libbt.a(config.c.obj) + 0x23c (size before relaxing) + .text.config_new + 0x00000000401484dc 0x48 esp-idf/bt/libbt.a(config.c.obj) + 0x54 (size before relaxing) + 0x00000000401484dc config_new + .text.config_set_int + 0x0000000040148524 0x72 esp-idf/bt/libbt.a(config.c.obj) + 0x0000000040148524 config_set_int + *fill* 0x0000000040148596 0x2 + .text.config_remove_section + 0x0000000040148598 0x48 esp-idf/bt/libbt.a(config.c.obj) + 0x4c (size before relaxing) + 0x0000000040148598 config_remove_section + .text.config_remove_key + 0x00000000401485e0 0x94 esp-idf/bt/libbt.a(config.c.obj) + 0xa0 (size before relaxing) + 0x00000000401485e0 config_remove_key + .text.config_section_begin + 0x0000000040148674 0x24 esp-idf/bt/libbt.a(config.c.obj) + 0x0000000040148674 config_section_begin + .text.config_section_end + 0x0000000040148698 0x24 esp-idf/bt/libbt.a(config.c.obj) + 0x0000000040148698 config_section_end + .text.config_section_next + 0x00000000401486bc 0x24 esp-idf/bt/libbt.a(config.c.obj) + 0x00000000401486bc config_section_next + .text.config_section_name + 0x00000000401486e0 0x24 esp-idf/bt/libbt.a(config.c.obj) + 0x00000000401486e0 config_section_name + .text.config_save + 0x0000000040148704 0x29c esp-idf/bt/libbt.a(config.c.obj) + 0x2d4 (size before relaxing) + 0x0000000040148704 config_save + .text.fixed_queue_is_empty + 0x00000000401489a0 0x24 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x2c (size before relaxing) + 0x00000000401489a0 fixed_queue_is_empty + .text.fixed_queue_length + 0x00000000401489c4 0x24 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x2c (size before relaxing) + 0x00000000401489c4 fixed_queue_length + .text.fixed_queue_enqueue + 0x00000000401489e8 0x5e esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x6e (size before relaxing) + 0x00000000401489e8 fixed_queue_enqueue + *fill* 0x0000000040148a46 0x2 + .text.fixed_queue_dequeue + 0x0000000040148a48 0x4e esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x5e (size before relaxing) + 0x0000000040148a48 fixed_queue_dequeue + *fill* 0x0000000040148a96 0x2 + .text.fixed_queue_try_peek_first + 0x0000000040148a98 0x2b esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x36 (size before relaxing) + 0x0000000040148a98 fixed_queue_try_peek_first + *fill* 0x0000000040148ac3 0x1 + .text.fixed_queue_try_remove_from_queue + 0x0000000040148ac4 0x5a esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x6a (size before relaxing) + 0x0000000040148ac4 fixed_queue_try_remove_from_queue + *fill* 0x0000000040148b1e 0x2 + .text.fixed_queue_get_list + 0x0000000040148b20 0x1c esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x0000000040148b20 fixed_queue_get_list + .text.fixed_queue_register_dequeue + 0x0000000040148b3c 0x30 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x0000000040148b3c fixed_queue_register_dequeue + .text.fixed_queue_unregister_dequeue + 0x0000000040148b6c 0x1e esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x0000000040148b6c fixed_queue_unregister_dequeue + *fill* 0x0000000040148b8a 0x2 + .text.fixed_queue_free + 0x0000000040148b8c 0x4e esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x6a (size before relaxing) + 0x0000000040148b8c fixed_queue_free + *fill* 0x0000000040148bda 0x2 + .text.fixed_queue_new + 0x0000000040148bdc 0x4c esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x58 (size before relaxing) + 0x0000000040148bdc fixed_queue_new + .text.fixed_queue_process + 0x0000000040148c28 0x23 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x0000000040148c28 fixed_queue_process + *fill* 0x0000000040148c4b 0x1 + .text.future_ready + 0x0000000040148c4c 0x3f esp-idf/bt/libbt.a(future.c.obj) + 0x0000000040148c4c future_ready + *fill* 0x0000000040148c8b 0x1 + .text.future_free + 0x0000000040148c8c 0x1b esp-idf/bt/libbt.a(future.c.obj) + 0x0000000040148c8c future_free + *fill* 0x0000000040148ca7 0x1 + .text.future_new + 0x0000000040148ca8 0x34 esp-idf/bt/libbt.a(future.c.obj) + 0x0000000040148ca8 future_new + .text.future_await + 0x0000000040148cdc 0x32 esp-idf/bt/libbt.a(future.c.obj) + 0x0000000040148cdc future_await + *fill* 0x0000000040148d0e 0x2 + .text.hash_function_pointer + 0x0000000040148d10 0xb esp-idf/bt/libbt.a(hash_functions.c.obj) + 0x0000000040148d10 hash_function_pointer + *fill* 0x0000000040148d1b 0x1 + .text.bucket_free_ + 0x0000000040148d1c 0x37 esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x0000000040148d53 0x1 + .text.find_bucket_entry_ + 0x0000000040148d54 0x3e esp-idf/bt/libbt.a(hash_map.c.obj) + 0x4a (size before relaxing) + *fill* 0x0000000040148d92 0x2 + .text.hash_map_new_internal + 0x0000000040148d94 0x68 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x0000000040148d94 hash_map_new_internal + .text.hash_map_new + 0x0000000040148dfc 0x14 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x18 (size before relaxing) + 0x0000000040148dfc hash_map_new + .text.hash_map_has_key + 0x0000000040148e10 0x3b esp-idf/bt/libbt.a(hash_map.c.obj) + 0x3f (size before relaxing) + 0x0000000040148e10 hash_map_has_key + *fill* 0x0000000040148e4b 0x1 + .text.hash_map_set + 0x0000000040148e4c 0xb5 esp-idf/bt/libbt.a(hash_map.c.obj) + 0xb9 (size before relaxing) + 0x0000000040148e4c hash_map_set + *fill* 0x0000000040148f01 0x3 + .text.hash_map_erase + 0x0000000040148f04 0x6c esp-idf/bt/libbt.a(hash_map.c.obj) + 0x78 (size before relaxing) + 0x0000000040148f04 hash_map_erase + .text.hash_map_get + 0x0000000040148f70 0x3a esp-idf/bt/libbt.a(hash_map.c.obj) + 0x3e (size before relaxing) + 0x0000000040148f70 hash_map_get + *fill* 0x0000000040148faa 0x2 + .text.hash_map_clear + 0x0000000040148fac 0x3e esp-idf/bt/libbt.a(hash_map.c.obj) + 0x0000000040148fac hash_map_clear + *fill* 0x0000000040148fea 0x2 + .text.hash_map_free + 0x0000000040148fec 0x1f esp-idf/bt/libbt.a(hash_map.c.obj) + 0x0000000040148fec hash_map_free + *fill* 0x000000004014900b 0x1 + .text.hash_map_foreach + 0x000000004014900c 0x72 esp-idf/bt/libbt.a(hash_map.c.obj) + 0x7e (size before relaxing) + 0x000000004014900c hash_map_foreach + *fill* 0x000000004014907e 0x2 + .text.list_new_internal + 0x0000000040149080 0x1d esp-idf/bt/libbt.a(list.c.obj) + 0x0000000040149080 list_new_internal + *fill* 0x000000004014909d 0x3 + .text.list_new + 0x00000000401490a0 0xc esp-idf/bt/libbt.a(list.c.obj) + 0x10 (size before relaxing) + 0x00000000401490a0 list_new + .text.list_is_empty + 0x00000000401490ac 0x23 esp-idf/bt/libbt.a(list.c.obj) + 0x00000000401490ac list_is_empty + *fill* 0x00000000401490cf 0x1 + .text.list_length + 0x00000000401490d0 0x1a esp-idf/bt/libbt.a(list.c.obj) + 0x00000000401490d0 list_length + *fill* 0x00000000401490ea 0x2 + .text.list_front + 0x00000000401490ec 0x3f esp-idf/bt/libbt.a(list.c.obj) + 0x00000000401490ec list_front + *fill* 0x000000004014912b 0x1 + .text.list_back + 0x000000004014912c 0x42 esp-idf/bt/libbt.a(list.c.obj) + 0x000000004014912c list_back + *fill* 0x000000004014916e 0x2 + .text.list_insert_after + 0x0000000040149170 0x6c esp-idf/bt/libbt.a(list.c.obj) + 0x0000000040149170 list_insert_after + .text.list_prepend + 0x00000000401491dc 0x55 esp-idf/bt/libbt.a(list.c.obj) + 0x00000000401491dc list_prepend + *fill* 0x0000000040149231 0x3 + .text.list_append + 0x0000000040149234 0x5d esp-idf/bt/libbt.a(list.c.obj) + 0x0000000040149234 list_append + *fill* 0x0000000040149291 0x3 + .text.list_foreach + 0x0000000040149294 0x43 esp-idf/bt/libbt.a(list.c.obj) + 0x0000000040149294 list_foreach + *fill* 0x00000000401492d7 0x1 + .text.list_begin + 0x00000000401492d8 0x1c esp-idf/bt/libbt.a(list.c.obj) + 0x00000000401492d8 list_begin + .text.list_end + 0x00000000401492f4 0x1c esp-idf/bt/libbt.a(list.c.obj) + 0x00000000401492f4 list_end + .text.list_next + 0x0000000040149310 0x1c esp-idf/bt/libbt.a(list.c.obj) + 0x0000000040149310 list_next + .text.list_node + 0x000000004014932c 0x1c esp-idf/bt/libbt.a(list.c.obj) + 0x000000004014932c list_node + .text.list_contains + 0x0000000040149348 0x58 esp-idf/bt/libbt.a(list.c.obj) + 0x60 (size before relaxing) + 0x0000000040149348 list_contains + .text.list_get_node + 0x00000000401493a0 0x55 esp-idf/bt/libbt.a(list.c.obj) + 0x5d (size before relaxing) + 0x00000000401493a0 list_get_node + *fill* 0x00000000401493f5 0x3 + .text.list_free_node + 0x00000000401493f8 0x4a esp-idf/bt/libbt.a(list.c.obj) + 0x00000000401493f8 list_free_node + *fill* 0x0000000040149442 0x2 + .text.list_remove + 0x0000000040149444 0x86 esp-idf/bt/libbt.a(list.c.obj) + 0x8a (size before relaxing) + 0x0000000040149444 list_remove + *fill* 0x00000000401494ca 0x2 + .text.list_clear + 0x00000000401494cc 0x35 esp-idf/bt/libbt.a(list.c.obj) + 0x00000000401494cc list_clear + *fill* 0x0000000040149501 0x3 + .text.list_free + 0x0000000040149504 0x17 esp-idf/bt/libbt.a(list.c.obj) + 0x0000000040149504 list_free + *fill* 0x000000004014951b 0x1 + .text.osi_mutex_new + 0x000000004014951c 0x19 esp-idf/bt/libbt.a(mutex.c.obj) + 0x000000004014951c osi_mutex_new + *fill* 0x0000000040149535 0x3 + .text.osi_mutex_lock + 0x0000000040149538 0x35 esp-idf/bt/libbt.a(mutex.c.obj) + 0x0000000040149538 osi_mutex_lock + *fill* 0x000000004014956d 0x3 + .text.osi_mutex_unlock + 0x0000000040149570 0x13 esp-idf/bt/libbt.a(mutex.c.obj) + 0x0000000040149570 osi_mutex_unlock + *fill* 0x0000000040149583 0x1 + .text.osi_mutex_free + 0x0000000040149584 0x12 esp-idf/bt/libbt.a(mutex.c.obj) + 0x0000000040149584 osi_mutex_free + *fill* 0x0000000040149596 0x2 + .text.osi_mutex_global_init + 0x0000000040149598 0x1c esp-idf/bt/libbt.a(mutex.c.obj) + 0x0000000040149598 osi_mutex_global_init + .text.osi_mutex_global_deinit + 0x00000000401495b4 0x10 esp-idf/bt/libbt.a(mutex.c.obj) + 0x00000000401495b4 osi_mutex_global_deinit + .text.osi_init + 0x00000000401495c4 0xe esp-idf/bt/libbt.a(osi.c.obj) + 0x11 (size before relaxing) + 0x00000000401495c4 osi_init + *fill* 0x00000000401495d2 0x2 + .text.osi_deinit + 0x00000000401495d4 0x8 esp-idf/bt/libbt.a(osi.c.obj) + 0xb (size before relaxing) + 0x00000000401495d4 osi_deinit + *fill* 0x00000000401495dc 0x0 + .text.BTA_EnableBluetooth + 0x00000000401495dc 0x54 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x60 (size before relaxing) + 0x00000000401495dc BTA_EnableBluetooth + .text.BTA_DisableBluetooth + 0x0000000040149630 0x20 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x24 (size before relaxing) + 0x0000000040149630 BTA_DisableBluetooth + .text.BTA_DmSetDeviceName + 0x0000000040149650 0x2f esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x33 (size before relaxing) + 0x0000000040149650 BTA_DmSetDeviceName + *fill* 0x000000004014967f 0x1 + .text.BTA_DmBleSetChannels + 0x0000000040149680 0x2a esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x2e (size before relaxing) + 0x0000000040149680 BTA_DmBleSetChannels + *fill* 0x00000000401496aa 0x2 + .text.BTA_DmUpdateWhiteList + 0x00000000401496ac 0x36 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x3a (size before relaxing) + 0x00000000401496ac BTA_DmUpdateWhiteList + *fill* 0x00000000401496e2 0x2 + .text.BTA_DmClearWhiteList + 0x00000000401496e4 0x1c esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x20 (size before relaxing) + 0x00000000401496e4 BTA_DmClearWhiteList + .text.BTA_DmReadRSSI + 0x0000000040149700 0x33 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149700 BTA_DmReadRSSI + *fill* 0x0000000040149733 0x1 + .text.BTA_DmOobReply + 0x0000000040149734 0x56 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x5a (size before relaxing) + 0x0000000040149734 BTA_DmOobReply + *fill* 0x000000004014978a 0x2 + .text.BTA_DmAddDevice + 0x000000004014978c 0xc7 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x000000004014978c BTA_DmAddDevice + *fill* 0x0000000040149853 0x1 + .text.BTA_DmRemoveDevice + 0x0000000040149854 0x6d esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149854 BTA_DmRemoveDevice + *fill* 0x00000000401498c1 0x3 + .text.BTA_DmAddBleKey + 0x00000000401498c4 0x56 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x00000000401498c4 BTA_DmAddBleKey + *fill* 0x000000004014991a 0x2 + .text.BTA_DmAddBleDevice + 0x000000004014991c 0x52 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x000000004014991c BTA_DmAddBleDevice + *fill* 0x000000004014996e 0x2 + .text.BTA_DmBlePasskeyReply + 0x0000000040149970 0x4b esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x4e (size before relaxing) + 0x0000000040149970 BTA_DmBlePasskeyReply + *fill* 0x00000000401499bb 0x1 + .text.BTA_DmBleSetStaticPasskey + 0x00000000401499bc 0x40 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x00000000401499bc BTA_DmBleSetStaticPasskey + .text.BTA_DmBleConfirmReply + 0x00000000401499fc 0x66 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x00000000401499fc BTA_DmBleConfirmReply + *fill* 0x0000000040149a62 0x2 + .text.BTA_DmBleSecurityGrant + 0x0000000040149a64 0x66 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149a64 BTA_DmBleSecurityGrant + *fill* 0x0000000040149aca 0x2 + .text.BTA_DmSetBlePrefConnParams + 0x0000000040149acc 0x4e esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x52 (size before relaxing) + 0x0000000040149acc BTA_DmSetBlePrefConnParams + *fill* 0x0000000040149b1a 0x2 + .text.BTA_DmSetBleScanFilterParams + 0x0000000040149b1c 0x63 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149b1c BTA_DmSetBleScanFilterParams + *fill* 0x0000000040149b7f 0x1 + .text.BTA_DmSetBleAdvParamsAll + 0x0000000040149b80 0x6c esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149b80 BTA_DmSetBleAdvParamsAll + .text.BTA_DmBleSetAdvConfig + 0x0000000040149bec 0x1e esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x22 (size before relaxing) + 0x0000000040149bec BTA_DmBleSetAdvConfig + *fill* 0x0000000040149c0a 0x2 + .text.BTA_DmBleSetAdvConfigRaw + 0x0000000040149c0c 0x30 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x34 (size before relaxing) + 0x0000000040149c0c BTA_DmBleSetAdvConfigRaw + .text.BTA_DmBleSetScanRsp + 0x0000000040149c3c 0x1e esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x22 (size before relaxing) + 0x0000000040149c3c BTA_DmBleSetScanRsp + *fill* 0x0000000040149c5a 0x2 + .text.BTA_DmBleSetScanRspRaw + 0x0000000040149c5c 0x30 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x34 (size before relaxing) + 0x0000000040149c5c BTA_DmBleSetScanRspRaw + .text.BTA_DmUpdateDuplicateExceptionalList + 0x0000000040149c8c 0x36 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149c8c BTA_DmUpdateDuplicateExceptionalList + *fill* 0x0000000040149cc2 0x2 + .text.BTA_DmBleBroadcast + 0x0000000040149cc4 0x34 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x37 (size before relaxing) + 0x0000000040149cc4 BTA_DmBleBroadcast + *fill* 0x0000000040149cf8 0x0 + .text.BTA_DmBleConfigLocalPrivacy + 0x0000000040149cf8 0x40 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149cf8 BTA_DmBleConfigLocalPrivacy + .text.BTA_DmBleConfigLocalIcon + 0x0000000040149d38 0x32 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x36 (size before relaxing) + 0x0000000040149d38 BTA_DmBleConfigLocalIcon + *fill* 0x0000000040149d6a 0x2 + .text.BTA_DmBleUpdateConnectionParams + 0x0000000040149d6c 0x5a esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149d6c BTA_DmBleUpdateConnectionParams + *fill* 0x0000000040149dc6 0x2 + .text.BTA_DmBleDisconnect + 0x0000000040149dc8 0x5b esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149dc8 BTA_DmBleDisconnect + *fill* 0x0000000040149e23 0x1 + .text.BTA_DmBleSetDataLength + 0x0000000040149e24 0x36 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x3a (size before relaxing) + 0x0000000040149e24 BTA_DmBleSetDataLength + *fill* 0x0000000040149e5a 0x2 + .text.BTA_DmSetEncryption + 0x0000000040149e5c 0x46 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149e5c BTA_DmSetEncryption + *fill* 0x0000000040149ea2 0x2 + .text.BTA_DmBleScan + 0x0000000040149ea4 0x40 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x0000000040149ea4 BTA_DmBleScan + .text.BTA_DmSetRandAddress + 0x0000000040149ee4 0x3c esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x40 (size before relaxing) + 0x0000000040149ee4 BTA_DmSetRandAddress + .text.BTA_DmClearRandAddress + 0x0000000040149f20 0x2c esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x30 (size before relaxing) + 0x0000000040149f20 BTA_DmClearRandAddress + .text.BTA_VendorCleanup + 0x0000000040149f4c 0x1a esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x25 (size before relaxing) + 0x0000000040149f4c BTA_VendorCleanup + *fill* 0x0000000040149f66 0x2 + .text.bta_dm_co_ble_load_local_keys + 0x0000000040149f68 0xe esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x12 (size before relaxing) + 0x0000000040149f68 bta_dm_co_ble_load_local_keys + *fill* 0x0000000040149f76 0x2 + .text.bta_dm_co_ble_io_req + 0x0000000040149f78 0x6e esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x0000000040149f78 bta_dm_co_ble_io_req + *fill* 0x0000000040149fe6 0x2 + .text.bta_dm_co_ble_set_io_cap + 0x0000000040149fe8 0x11 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x0000000040149fe8 bta_dm_co_ble_set_io_cap + *fill* 0x0000000040149ff9 0x3 + .text.bta_dm_co_ble_set_auth_req + 0x0000000040149ffc 0xb esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x0000000040149ffc bta_dm_co_ble_set_auth_req + *fill* 0x000000004014a007 0x1 + .text.bta_dm_co_ble_set_init_key_req + 0x000000004014a008 0x14 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x000000004014a008 bta_dm_co_ble_set_init_key_req + .text.bta_dm_co_ble_set_rsp_key_req + 0x000000004014a01c 0x14 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x000000004014a01c bta_dm_co_ble_set_rsp_key_req + .text.bta_dm_co_ble_set_max_key_size + 0x000000004014a030 0x1c esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x000000004014a030 bta_dm_co_ble_set_max_key_size + .text.bta_dm_co_ble_set_min_key_size + 0x000000004014a04c 0x1a esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x000000004014a04c bta_dm_co_ble_set_min_key_size + *fill* 0x000000004014a066 0x2 + .text.bta_dm_co_ble_set_appl_enc_key_size + 0x000000004014a068 0x20 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x000000004014a068 bta_dm_co_ble_set_appl_enc_key_size + .text.bta_dm_co_ble_set_accept_auth_enable + 0x000000004014a088 0x14 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x000000004014a088 bta_dm_co_ble_set_accept_auth_enable + .text.bta_dm_co_ble_get_accept_auth_enable + 0x000000004014a09c 0xb esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x000000004014a09c bta_dm_co_ble_get_accept_auth_enable + *fill* 0x000000004014a0a7 0x1 + .text.bta_dm_co_ble_get_auth_req + 0x000000004014a0a8 0xb esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x000000004014a0a8 bta_dm_co_ble_get_auth_req + *fill* 0x000000004014a0b3 0x1 + .text.bta_dm_co_ble_oob_support + 0x000000004014a0b4 0x1e esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x000000004014a0b4 bta_dm_co_ble_oob_support + *fill* 0x000000004014a0d2 0x2 + .text.bta_dm_sm_disable + 0x000000004014a0d4 0xa esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0xe (size before relaxing) + 0x000000004014a0d4 bta_dm_sm_disable + *fill* 0x000000004014a0de 0x2 + .text.bta_dm_sm_deinit + 0x000000004014a0e0 0x72 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000004014a0e0 bta_dm_sm_deinit + *fill* 0x000000004014a152 0x2 + .text.bta_dm_sm_execute + 0x000000004014a154 0x1e esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000004014a154 bta_dm_sm_execute + *fill* 0x000000004014a172 0x2 + .text.bta_dm_search_sm_disable + 0x000000004014a174 0xa esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0xe (size before relaxing) + 0x000000004014a174 bta_dm_search_sm_disable + *fill* 0x000000004014a17e 0x2 + .text.bta_dm_search_sm_execute + 0x000000004014a180 0x56 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x000000004014a180 bta_dm_search_sm_execute + *fill* 0x000000004014a1d6 0x2 + .text.bta_dm_get_av_count + 0x000000004014a1d8 0x33 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + 0x000000004014a1d8 bta_dm_get_av_count + *fill* 0x000000004014a20b 0x1 + .text.bta_dm_find_peer_device + 0x000000004014a20c 0x59 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + 0x000000004014a20c bta_dm_find_peer_device + *fill* 0x000000004014a265 0x3 + .text.BTA_GATT_SetLocalMTU + 0x000000004014a268 0xb esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + 0xe (size before relaxing) + 0x000000004014a268 BTA_GATT_SetLocalMTU + *fill* 0x000000004014a273 0x1 + .text.BTA_GATTC_Disable + 0x000000004014a274 0x27 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x2e (size before relaxing) + 0x000000004014a274 BTA_GATTC_Disable + *fill* 0x000000004014a29b 0x1 + .text.BTA_GATTC_AppRegister + 0x000000004014a29c 0x3f esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x46 (size before relaxing) + 0x000000004014a29c BTA_GATTC_AppRegister + *fill* 0x000000004014a2db 0x1 + .text.BTA_GATTC_AppDeregister + 0x000000004014a2dc 0x1f esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x22 (size before relaxing) + 0x000000004014a2dc BTA_GATTC_AppDeregister + *fill* 0x000000004014a2fb 0x1 + .text.BTA_GATTC_Open + 0x000000004014a2fc 0x4a esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x4e (size before relaxing) + 0x000000004014a2fc BTA_GATTC_Open + *fill* 0x000000004014a346 0x2 + .text.BTA_GATTC_CancelOpen + 0x000000004014a348 0x3e esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x42 (size before relaxing) + 0x000000004014a348 BTA_GATTC_CancelOpen + *fill* 0x000000004014a386 0x2 + .text.BTA_GATTC_Close + 0x000000004014a388 0x1f esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x22 (size before relaxing) + 0x000000004014a388 BTA_GATTC_Close + *fill* 0x000000004014a3a7 0x1 + .text.BTA_GATTC_ConfigureMTU + 0x000000004014a3a8 0x1f esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x22 (size before relaxing) + 0x000000004014a3a8 BTA_GATTC_ConfigureMTU + *fill* 0x000000004014a3c7 0x1 + .text.BTA_GATTC_ServiceSearchRequest + 0x000000004014a3c8 0x4a esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a3c8 BTA_GATTC_ServiceSearchRequest + *fill* 0x000000004014a412 0x2 + .text.BTA_GATTC_GetServiceWithUUID + 0x000000004014a414 0x14 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a414 BTA_GATTC_GetServiceWithUUID + .text.BTA_GATTC_GetAllChar + 0x000000004014a428 0x26 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a428 BTA_GATTC_GetAllChar + *fill* 0x000000004014a44e 0x2 + .text.BTA_GATTC_GetAllDescriptor + 0x000000004014a450 0x24 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a450 BTA_GATTC_GetAllDescriptor + .text.BTA_GATTC_GetIncludeService + 0x000000004014a474 0x26 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a474 BTA_GATTC_GetIncludeService + *fill* 0x000000004014a49a 0x2 + .text.BTA_GATTC_GetDBSize + 0x000000004014a49c 0x13 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x16 (size before relaxing) + 0x000000004014a49c BTA_GATTC_GetDBSize + *fill* 0x000000004014a4af 0x1 + .text.BTA_GATTC_GetDBSizeByType + 0x000000004014a4b0 0x1b esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a4b0 BTA_GATTC_GetDBSizeByType + *fill* 0x000000004014a4cb 0x1 + .text.BTA_GATTC_ReadCharacteristic + 0x000000004014a4cc 0x42 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a4cc BTA_GATTC_ReadCharacteristic + *fill* 0x000000004014a50e 0x2 + .text.BTA_GATTC_ReadCharDescr + 0x000000004014a510 0x42 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a510 BTA_GATTC_ReadCharDescr + *fill* 0x000000004014a552 0x2 + .text.BTA_GATTC_ReadMultiple + 0x000000004014a554 0x54 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a554 BTA_GATTC_ReadMultiple + .text.BTA_GATTC_Read_by_type + 0x000000004014a5a8 0x53 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x57 (size before relaxing) + 0x000000004014a5a8 BTA_GATTC_Read_by_type + *fill* 0x000000004014a5fb 0x1 + .text.BTA_GATTC_WriteCharValue + 0x000000004014a5fc 0x8b esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x92 (size before relaxing) + 0x000000004014a5fc BTA_GATTC_WriteCharValue + *fill* 0x000000004014a687 0x1 + .text.BTA_GATTC_WriteCharDescr + 0x000000004014a688 0x83 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x8a (size before relaxing) + 0x000000004014a688 BTA_GATTC_WriteCharDescr + *fill* 0x000000004014a70b 0x1 + .text.BTA_GATTC_PrepareWrite + 0x000000004014a70c 0x77 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x7a (size before relaxing) + 0x000000004014a70c BTA_GATTC_PrepareWrite + *fill* 0x000000004014a783 0x1 + .text.BTA_GATTC_PrepareWriteCharDescr + 0x000000004014a784 0x73 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x76 (size before relaxing) + 0x000000004014a784 BTA_GATTC_PrepareWriteCharDescr + *fill* 0x000000004014a7f7 0x1 + .text.BTA_GATTC_ExecuteWrite + 0x000000004014a7f8 0x38 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a7f8 BTA_GATTC_ExecuteWrite + .text.BTA_GATTC_SendIndConfirm + 0x000000004014a830 0x32 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x36 (size before relaxing) + 0x000000004014a830 BTA_GATTC_SendIndConfirm + *fill* 0x000000004014a862 0x2 + .text.BTA_GATTC_RegisterForNotifications + 0x000000004014a864 0xf3 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a864 BTA_GATTC_RegisterForNotifications + *fill* 0x000000004014a957 0x1 + .text.BTA_GATTC_DeregisterForNotifications + 0x000000004014a958 0x99 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x000000004014a958 BTA_GATTC_DeregisterForNotifications + *fill* 0x000000004014a9f1 0x3 + .text.BTA_GATTC_Refresh + 0x000000004014a9f4 0x32 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x36 (size before relaxing) + 0x000000004014a9f4 BTA_GATTC_Refresh + *fill* 0x000000004014aa26 0x2 + .text.BTA_GATTC_CacheAssoc + 0x000000004014aa28 0x42 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x46 (size before relaxing) + 0x000000004014aa28 BTA_GATTC_CacheAssoc + *fill* 0x000000004014aa6a 0x2 + .text.BTA_GATTC_CacheGetAddrList + 0x000000004014aa6c 0x1f esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x22 (size before relaxing) + 0x000000004014aa6c BTA_GATTC_CacheGetAddrList + *fill* 0x000000004014aa8b 0x1 + .text.BTA_GATTC_Clean + 0x000000004014aa8c 0x28 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x2c (size before relaxing) + 0x000000004014aa8c BTA_GATTC_Clean + .text.bta_gattc_free + 0x000000004014aab4 0xe esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + *fill* 0x000000004014aac2 0x2 + .text.service_free + 0x000000004014aac4 0x4f esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x56 (size before relaxing) + *fill* 0x000000004014ab13 0x1 + .text.characteristic_free + 0x000000004014ab14 0x2e esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x32 (size before relaxing) + *fill* 0x000000004014ab42 0x2 + .text.bta_gattc_add_srvc_to_list + 0x000000004014ab44 0x55 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + *fill* 0x000000004014ab99 0x3 + .text.bta_gattc_add_char_to_list + 0x000000004014ab9c 0x7a esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + *fill* 0x000000004014ac16 0x2 + .text.bta_gattc_get_db_size + 0x000000004014ac18 0x21c esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x24c (size before relaxing) + .text.bta_gattc_get_db_size_with_type + 0x000000004014ae34 0x322 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x35e (size before relaxing) + *fill* 0x000000004014b156 0x2 + .text.bta_gattc_init_cache + 0x000000004014b158 0x45 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x000000004014b158 bta_gattc_init_cache + *fill* 0x000000004014b19d 0x3 + .text.bta_gattc_insert_sec_service_to_cache + 0x000000004014b1a0 0xf0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x118 (size before relaxing) + 0x000000004014b1a0 bta_gattc_insert_sec_service_to_cache + .text.bta_gattc_add_srvc_to_cache + 0x000000004014b290 0xa6 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0xae (size before relaxing) + *fill* 0x000000004014b336 0x2 + .text.bta_gattc_discover_procedure + 0x000000004014b338 0x65 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x000000004014b338 bta_gattc_discover_procedure + *fill* 0x000000004014b39d 0x3 + .text.bta_gattc_discover_pri_service + 0x000000004014b3a0 0x35 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x39 (size before relaxing) + 0x000000004014b3a0 bta_gattc_discover_pri_service + *fill* 0x000000004014b3d5 0x3 + .text.bta_gattc_start_disc_include_srvc + 0x000000004014b3d8 0x14 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x000000004014b3d8 bta_gattc_start_disc_include_srvc + .text.bta_gattc_start_disc_char + 0x000000004014b3ec 0x19 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x000000004014b3ec bta_gattc_start_disc_char + *fill* 0x000000004014b405 0x3 + .text.bta_gattc_incl_srvc_disc_cmpl + 0x000000004014b408 0x12 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004014b41a 0x2 + .text.bta_gattc_search_service + 0x000000004014b41c 0xa4 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0xb4 (size before relaxing) + 0x000000004014b41c bta_gattc_search_service + .text.bta_gattc_get_services_srcb + 0x000000004014b4c0 0x18 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x1c (size before relaxing) + 0x000000004014b4c0 bta_gattc_get_services_srcb + .text.bta_gattc_get_services + 0x000000004014b4d8 0x16 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x1a (size before relaxing) + 0x000000004014b4d8 bta_gattc_get_services + *fill* 0x000000004014b4ee 0x2 + .text.bta_gattc_find_matching_service + 0x000000004014b4f0 0x5d esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x69 (size before relaxing) + 0x000000004014b4f0 bta_gattc_find_matching_service + *fill* 0x000000004014b54d 0x3 + .text.bta_gattc_add_char_to_cache + 0x000000004014b550 0xb5 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0xb9 (size before relaxing) + *fill* 0x000000004014b605 0x3 + .text.bta_gattc_update_include_service + 0x000000004014b608 0x134 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x154 (size before relaxing) + 0x000000004014b608 bta_gattc_update_include_service + .text.bta_gattc_explore_srvc + 0x000000004014b73c 0x7a esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x86 (size before relaxing) + *fill* 0x000000004014b7b6 0x2 + .text.bta_gattc_char_dscpt_disc_cmpl + 0x000000004014b7b8 0x58 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x60 (size before relaxing) + .text.bta_gattc_start_disc_char_dscp + 0x000000004014b810 0x1c esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x20 (size before relaxing) + 0x000000004014b810 bta_gattc_start_disc_char_dscp + .text.bta_gattc_char_disc_cmpl + 0x000000004014b82c 0x47 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4f (size before relaxing) + *fill* 0x000000004014b873 0x1 + .text.bta_gattc_disc_cmpl_cback + 0x000000004014b874 0x7c esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x80 (size before relaxing) + 0x000000004014b874 bta_gattc_disc_cmpl_cback + .text.bta_gattc_add_attr_to_cache + 0x000000004014b8f0 0x189 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x19d (size before relaxing) + *fill* 0x000000004014ba79 0x3 + .text.bta_gattc_disc_res_cback + 0x000000004014ba7c 0x13c esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x148 (size before relaxing) + 0x000000004014ba7c bta_gattc_disc_res_cback + .text.bta_gattc_get_service_for_handle_srcb + 0x000000004014bbb8 0x16 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x1a (size before relaxing) + 0x000000004014bbb8 bta_gattc_get_service_for_handle_srcb + *fill* 0x000000004014bbce 0x2 + .text.bta_gattc_get_characteristic_srcb + 0x000000004014bbd0 0x84 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x90 (size before relaxing) + 0x000000004014bbd0 bta_gattc_get_characteristic_srcb + .text.bta_gattc_get_characteristic + 0x000000004014bc54 0x1c esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x20 (size before relaxing) + 0x000000004014bc54 bta_gattc_get_characteristic + .text.bta_gattc_fill_gatt_db_el + 0x000000004014bc70 0x24 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x000000004014bc70 bta_gattc_fill_gatt_db_el + .text.bta_gattc_get_service_with_uuid + 0x000000004014bc94 0xe9 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0xf9 (size before relaxing) + 0x000000004014bc94 bta_gattc_get_service_with_uuid + *fill* 0x000000004014bd7d 0x3 + .text.bta_gattc_get_db_with_opration + 0x000000004014bd80 0x4f3 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x537 (size before relaxing) + 0x000000004014bd80 bta_gattc_get_db_with_opration + *fill* 0x000000004014c273 0x1 + .text.bta_gattc_get_db_size_handle + 0x000000004014c274 0x41 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x45 (size before relaxing) + 0x000000004014c274 bta_gattc_get_db_size_handle + *fill* 0x000000004014c2b5 0x3 + .text.bta_gattc_get_db_size_with_type_handle + 0x000000004014c2b8 0x99 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x9d (size before relaxing) + 0x000000004014c2b8 bta_gattc_get_db_size_with_type_handle + *fill* 0x000000004014c351 0x3 + .text.bta_gattc_co_find_addr_in_cache + 0x000000004014c354 0x32 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + 0x000000004014c354 bta_gattc_co_find_addr_in_cache + *fill* 0x000000004014c386 0x2 + .text.bta_gattc_co_get_addr_num + 0x000000004014c388 0xd esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + 0x000000004014c388 bta_gattc_co_get_addr_num + *fill* 0x000000004014c395 0x3 + .text.bta_gattc_co_get_addr_list + 0x000000004014c398 0x38 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + 0x000000004014c398 bta_gattc_co_get_addr_list + .text.bta_gattc_co_cache_append_assoc_addr + 0x000000004014c3d0 0x65 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + 0x6d (size before relaxing) + 0x000000004014c3d0 bta_gattc_co_cache_append_assoc_addr + *fill* 0x000000004014c435 0x3 + .text.bta_gattc_co_cache_remove_assoc_addr + 0x000000004014c438 0x8a esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + 0x96 (size before relaxing) + 0x000000004014c438 bta_gattc_co_cache_remove_assoc_addr + *fill* 0x000000004014c4c2 0x2 + .text.bta_gattc_sm_execute + 0x000000004014c4c4 0x51 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + 0x000000004014c4c4 bta_gattc_sm_execute + *fill* 0x000000004014c515 0x3 + .text.bta_gattc_hdl_event + 0x000000004014c518 0x159 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + 0x171 (size before relaxing) + 0x000000004014c518 bta_gattc_hdl_event + *fill* 0x000000004014c671 0x3 + .text.bta_gattc_deinit + 0x000000004014c674 0x2a esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + 0x000000004014c674 bta_gattc_deinit + *fill* 0x000000004014c69e 0x2 + .text.bta_gattc_has_prepare_command_in_queue + 0x000000004014c6a0 0x69 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x6d (size before relaxing) + *fill* 0x000000004014c709 0x3 + .text.bta_gatt_convert_uuid16_to_uuid128 + 0x000000004014c70c 0x1f esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014c70c bta_gatt_convert_uuid16_to_uuid128 + *fill* 0x000000004014c72b 0x1 + .text.bta_gattc_uuid_compare + 0x000000004014c72c 0x90 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x94 (size before relaxing) + 0x000000004014c72c bta_gattc_uuid_compare + .text.bta_gattc_cl_get_regcb + 0x000000004014c7bc 0x2e esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014c7bc bta_gattc_cl_get_regcb + *fill* 0x000000004014c7ea 0x2 + .text.bta_gattc_num_reg_app + 0x000000004014c7ec 0x34 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014c7ec bta_gattc_num_reg_app + .text.bta_gattc_find_clcb_by_cif + 0x000000004014c820 0x62 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014c820 bta_gattc_find_clcb_by_cif + *fill* 0x000000004014c882 0x2 + .text.bta_gattc_find_clcb_by_conn_id + 0x000000004014c884 0x32 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014c884 bta_gattc_find_clcb_by_conn_id + *fill* 0x000000004014c8b6 0x2 + .text.bta_gattc_clcb_dealloc + 0x000000004014c8b8 0x76 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014c8b8 bta_gattc_clcb_dealloc + *fill* 0x000000004014c92e 0x2 + .text.bta_gattc_find_srcb + 0x000000004014c930 0x4e esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014c930 bta_gattc_find_srcb + *fill* 0x000000004014c97e 0x2 + .text.bta_gattc_find_srvr_cache + 0x000000004014c980 0x4a esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014c980 bta_gattc_find_srvr_cache + *fill* 0x000000004014c9ca 0x2 + .text.bta_gattc_find_scb_by_cid + 0x000000004014c9cc 0x11 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x14 (size before relaxing) + 0x000000004014c9cc bta_gattc_find_scb_by_cid + *fill* 0x000000004014c9dd 0x3 + .text.bta_gattc_srcb_alloc + 0x000000004014c9e0 0x96 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014c9e0 bta_gattc_srcb_alloc + *fill* 0x000000004014ca76 0x2 + .text.bta_gattc_clcb_alloc + 0x000000004014ca78 0x141 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x151 (size before relaxing) + 0x000000004014ca78 bta_gattc_clcb_alloc + *fill* 0x000000004014cbb9 0x3 + .text.bta_gattc_find_alloc_clcb + 0x000000004014cbbc 0x24 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x28 (size before relaxing) + 0x000000004014cbbc bta_gattc_find_alloc_clcb + .text.bta_gattc_enqueue + 0x000000004014cbe0 0x136 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x13a (size before relaxing) + 0x000000004014cbe0 bta_gattc_enqueue + *fill* 0x000000004014cd16 0x2 + .text.bta_gattc_clear_notif_registration + 0x000000004014cd18 0xce esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0xd2 (size before relaxing) + 0x000000004014cd18 bta_gattc_clear_notif_registration + *fill* 0x000000004014cde6 0x2 + .text.bta_gattc_mark_bg_conn + 0x000000004014cde8 0x16a esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014cde8 bta_gattc_mark_bg_conn + *fill* 0x000000004014cf52 0x2 + .text.bta_gattc_check_bg_conn + 0x000000004014cf54 0xa2 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014cf54 bta_gattc_check_bg_conn + *fill* 0x000000004014cff6 0x2 + .text.bta_gattc_send_open_cback + 0x000000004014cff8 0x53 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014cff8 bta_gattc_send_open_cback + *fill* 0x000000004014d04b 0x1 + .text.bta_gattc_send_connect_cback + 0x000000004014d04c 0x63 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014d04c bta_gattc_send_connect_cback + *fill* 0x000000004014d0af 0x1 + .text.bta_gattc_send_disconnect_cback + 0x000000004014d0b0 0x4a esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014d0b0 bta_gattc_send_disconnect_cback + *fill* 0x000000004014d0fa 0x2 + .text.bta_gattc_conn_alloc + 0x000000004014d0fc 0x44 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014d0fc bta_gattc_conn_alloc + .text.bta_gattc_conn_find + 0x000000004014d140 0x4c esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014d140 bta_gattc_conn_find + .text.bta_gattc_conn_find_alloc + 0x000000004014d18c 0x16 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x1a (size before relaxing) + 0x000000004014d18c bta_gattc_conn_find_alloc + *fill* 0x000000004014d1a2 0x2 + .text.bta_gattc_conn_dealloc + 0x000000004014d1a4 0x2a esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x2e (size before relaxing) + 0x000000004014d1a4 bta_gattc_conn_dealloc + *fill* 0x000000004014d1ce 0x2 + .text.bta_gattc_find_int_conn_clcb + 0x000000004014d1d0 0x42 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x4a (size before relaxing) + 0x000000004014d1d0 bta_gattc_find_int_conn_clcb + *fill* 0x000000004014d212 0x2 + .text.bta_gattc_find_int_disconn_clcb + 0x000000004014d214 0x22 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x2a (size before relaxing) + 0x000000004014d214 bta_gattc_find_int_disconn_clcb + *fill* 0x000000004014d236 0x2 + .text.bta_to_btif_uuid + 0x000000004014d238 0x8b esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x000000004014d238 bta_to_btif_uuid + *fill* 0x000000004014d2c3 0x1 + .text.BTA_GATTS_Disable + 0x000000004014d2c4 0x27 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x2e (size before relaxing) + 0x000000004014d2c4 BTA_GATTS_Disable + *fill* 0x000000004014d2eb 0x1 + .text.BTA_GATTS_AppRegister + 0x000000004014d2ec 0x3f esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x46 (size before relaxing) + 0x000000004014d2ec BTA_GATTS_AppRegister + *fill* 0x000000004014d32b 0x1 + .text.BTA_GATTS_AppDeregister + 0x000000004014d32c 0x1f esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x22 (size before relaxing) + 0x000000004014d32c BTA_GATTS_AppDeregister + *fill* 0x000000004014d34b 0x1 + .text.BTA_GATTS_CreateService + 0x000000004014d34c 0x40 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x44 (size before relaxing) + 0x000000004014d34c BTA_GATTS_CreateService + .text.BTA_GATTS_AddIncludeService + 0x000000004014d38c 0x24 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x27 (size before relaxing) + 0x000000004014d38c BTA_GATTS_AddIncludeService + *fill* 0x000000004014d3b0 0x0 + .text.BTA_GATTS_AddCharacteristic + 0x000000004014d3b0 0x8f esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x92 (size before relaxing) + 0x000000004014d3b0 BTA_GATTS_AddCharacteristic + *fill* 0x000000004014d43f 0x1 + .text.BTA_GATTS_AddCharDescriptor + 0x000000004014d440 0x73 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x76 (size before relaxing) + 0x000000004014d440 BTA_GATTS_AddCharDescriptor + *fill* 0x000000004014d4b3 0x1 + .text.BTA_GATTS_DeleteService + 0x000000004014d4b4 0x1f esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x22 (size before relaxing) + 0x000000004014d4b4 BTA_GATTS_DeleteService + *fill* 0x000000004014d4d3 0x1 + .text.BTA_GATTS_StartService + 0x000000004014d4d4 0x24 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x27 (size before relaxing) + 0x000000004014d4d4 BTA_GATTS_StartService + *fill* 0x000000004014d4f8 0x0 + .text.BTA_GATTS_StopService + 0x000000004014d4f8 0x1f esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x22 (size before relaxing) + 0x000000004014d4f8 BTA_GATTS_StopService + *fill* 0x000000004014d517 0x1 + .text.BTA_GATTS_HandleValueIndication + 0x000000004014d518 0x78 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x7c (size before relaxing) + 0x000000004014d518 BTA_GATTS_HandleValueIndication + .text.BTA_GATTS_SendRsp + 0x000000004014d590 0x48 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x4b (size before relaxing) + 0x000000004014d590 BTA_GATTS_SendRsp + *fill* 0x000000004014d5d8 0x0 + .text.BTA_SetAttributeValue + 0x000000004014d5d8 0x64 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x000000004014d5d8 BTA_SetAttributeValue + .text.BTA_GATTS_Open + 0x000000004014d63c 0x3a esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x3e (size before relaxing) + 0x000000004014d63c BTA_GATTS_Open + *fill* 0x000000004014d676 0x2 + .text.BTA_GATTS_Close + 0x000000004014d678 0x1f esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x22 (size before relaxing) + 0x000000004014d678 BTA_GATTS_Close + *fill* 0x000000004014d697 0x1 + .text.BTA_GATTS_SendServiceChangeIndication + 0x000000004014d698 0x5b esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x000000004014d698 BTA_GATTS_SendServiceChangeIndication + *fill* 0x000000004014d6f3 0x1 + .text.bta_gatts_hdl_event + 0x000000004014d6f4 0xc1 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + 0xec (size before relaxing) + 0x000000004014d6f4 bta_gatts_hdl_event + *fill* 0x000000004014d7b5 0x3 + .text.bta_gatts_deinit + 0x000000004014d7b8 0x2a esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + 0x000000004014d7b8 bta_gatts_deinit + *fill* 0x000000004014d7e2 0x2 + .text.bta_gatt_convert_uuid16_to_uuid128 + 0x000000004014d7e4 0x1b esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + *fill* 0x000000004014d7ff 0x1 + .text.bta_gatts_find_app_rcb_by_app_if + 0x000000004014d800 0x2f esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + 0x000000004014d800 bta_gatts_find_app_rcb_by_app_if + *fill* 0x000000004014d82f 0x1 + .text.bta_gatts_uuid_compare + 0x000000004014d830 0x84 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + 0x88 (size before relaxing) + 0x000000004014d830 bta_gatts_uuid_compare + .text.bta_sys_rm_register + 0x000000004014d8b4 0xd esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x000000004014d8b4 bta_sys_rm_register + *fill* 0x000000004014d8c1 0x3 + .text.bta_sys_policy_register + 0x000000004014d8c4 0xd esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x000000004014d8c4 bta_sys_policy_register + *fill* 0x000000004014d8d1 0x3 + .text.bta_sys_notify_role_chg + 0x000000004014d8d4 0x1c esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x000000004014d8d4 bta_sys_notify_role_chg + .text.bta_sys_notify_collision + 0x000000004014d8f0 0x3a esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x000000004014d8f0 bta_sys_notify_collision + *fill* 0x000000004014d92a 0x2 + .text.bta_sys_conn_open + 0x000000004014d92c 0x37 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x000000004014d92c bta_sys_conn_open + *fill* 0x000000004014d963 0x1 + .text.bta_sys_conn_close + 0x000000004014d964 0x37 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x000000004014d964 bta_sys_conn_close + *fill* 0x000000004014d99b 0x1 + .text.bta_sys_idle + 0x000000004014d99c 0x37 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x000000004014d99c bta_sys_idle + *fill* 0x000000004014d9d3 0x1 + .text.bta_sys_busy + 0x000000004014d9d4 0x37 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x000000004014d9d4 bta_sys_busy + *fill* 0x000000004014da0b 0x1 + .text.bta_sys_eir_register + 0x000000004014da0c 0xd esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x000000004014da0c bta_sys_eir_register + *fill* 0x000000004014da19 0x3 + .text.bta_sys_remove_uuid + 0x000000004014da1c 0x17 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x000000004014da1c bta_sys_remove_uuid + *fill* 0x000000004014da33 0x1 + .text.bta_sys_sm_execute + 0x000000004014da34 0x56 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014da34 bta_sys_sm_execute + *fill* 0x000000004014da8a 0x2 + .text.bta_sys_hw_error + 0x000000004014da8c 0x30 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014da8c bta_sys_hw_error + .text.bta_sys_hw_evt_disabled + 0x000000004014dabc 0x28 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014dabc bta_sys_hw_evt_disabled + .text.bta_sys_hw_evt_stack_enabled + 0x000000004014dae4 0x28 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014dae4 bta_sys_hw_evt_stack_enabled + .text.bta_sys_hw_evt_enabled + 0x000000004014db0c 0xa esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0xe (size before relaxing) + 0x000000004014db0c bta_sys_hw_evt_enabled + *fill* 0x000000004014db16 0x2 + .text.bta_alarm_cb + 0x000000004014db18 0x26 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014db18 bta_alarm_cb + *fill* 0x000000004014db3e 0x2 + .text.bta_sys_free + 0x000000004014db40 0x2a esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x2e (size before relaxing) + 0x000000004014db40 bta_sys_free + *fill* 0x000000004014db6a 0x2 + .text.bta_sys_hw_register + 0x000000004014db6c 0x17 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014db6c bta_sys_hw_register + *fill* 0x000000004014db83 0x1 + .text.bta_sys_hw_unregister + 0x000000004014db84 0x19 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014db84 bta_sys_hw_unregister + *fill* 0x000000004014db9d 0x3 + .text.bta_sys_event + 0x000000004014dba0 0x30 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014dba0 bta_sys_event + .text.bta_sys_register + 0x000000004014dbd0 0x1d esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014dbd0 bta_sys_register + *fill* 0x000000004014dbed 0x3 + .text.bta_sys_init + 0x000000004014dbf0 0x47 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x53 (size before relaxing) + 0x000000004014dbf0 bta_sys_init + *fill* 0x000000004014dc37 0x1 + .text.bta_sys_deregister + 0x000000004014dc38 0x19 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014dc38 bta_sys_deregister + *fill* 0x000000004014dc51 0x3 + .text.bta_sys_is_register + 0x000000004014dc54 0x12 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014dc54 bta_sys_is_register + *fill* 0x000000004014dc66 0x2 + .text.bta_sys_sendmsg + 0x000000004014dc68 0x18 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x1c (size before relaxing) + 0x000000004014dc68 bta_sys_sendmsg + .text.bta_sys_hw_btm_cback + 0x000000004014dc80 0x38 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014dc80 bta_sys_hw_btm_cback + .text.bta_sys_hw_api_enable + 0x000000004014dcb8 0x67 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x6b (size before relaxing) + 0x000000004014dcb8 bta_sys_hw_api_enable + *fill* 0x000000004014dd1f 0x1 + .text.bta_sys_start_timer + 0x000000004014dd20 0x70 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x84 (size before relaxing) + 0x000000004014dd20 bta_sys_start_timer + .text.bta_sys_timer_is_active + 0x000000004014dd90 0x32 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x36 (size before relaxing) + 0x000000004014dd90 bta_sys_timer_is_active + *fill* 0x000000004014ddc2 0x2 + .text.bta_sys_stop_timer + 0x000000004014ddc4 0x2b esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x2f (size before relaxing) + 0x000000004014ddc4 bta_sys_stop_timer + *fill* 0x000000004014ddef 0x1 + .text.bta_sys_free_timer + 0x000000004014ddf0 0x34 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x3c (size before relaxing) + 0x000000004014ddf0 bta_sys_free_timer + .text.bta_sys_disable + 0x000000004014de24 0x36 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014de24 bta_sys_disable + *fill* 0x000000004014de5a 0x2 + .text.bta_sys_hw_api_disable + 0x000000004014de5c 0x66 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x000000004014de5c bta_sys_hw_api_disable + *fill* 0x000000004014dec2 0x2 + .text.hci_hal_h4_rx_handler + 0x000000004014dec4 0xd esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004014ded1 0x3 + .text.transmit_data + 0x000000004014ded4 0x54 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .text.hci_hal_env_deinit + 0x000000004014df28 0x17 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + *fill* 0x000000004014df3f 0x1 + .text.hal_close + 0x000000004014df40 0x12 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + *fill* 0x000000004014df52 0x2 + .text.host_send_pkt_available_cb + 0x000000004014df54 0xa esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004014df5e 0x2 + .text.hci_hal_env_init + 0x000000004014df60 0x47 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x4b (size before relaxing) + *fill* 0x000000004014dfa7 0x1 + .literal.hci_hal_h4_task_post + 0x000000004014dfa8 0x8 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0xc (size before relaxing) + .literal.host_recv_pkt_cb + 0x000000004014dfb0 0xc esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x14 (size before relaxing) + .literal.host_recv_adv_packet + 0x000000004014dfbc 0x14 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .literal.hci_update_adv_report_flow_control + 0x000000004014dfd0 0x0 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x10 (size before relaxing) + .literal.hci_hal_h4_hdl_rx_packet + 0x000000004014dfd0 0x10 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x24 (size before relaxing) + .literal.event_uart_has_bytes + 0x000000004014dfe0 0x0 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0xc (size before relaxing) + .literal.hci_hal_h4_get_interface + 0x000000004014dfe0 0x4 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .literal.BTE_DeinitStack + 0x000000004014dfe4 0x1c esp-idf/bt/libbt.a(bte_init.c.obj) + 0x3c (size before relaxing) + .literal.BTE_InitStack + 0x000000004014e000 0x8 esp-idf/bt/libbt.a(bte_init.c.obj) + 0x5c (size before relaxing) + .literal.btm_notify_new_key + 0x000000004014e008 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + .literal.btm_ble_process_er2 + 0x000000004014e00c 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_process_ir + 0x000000004014e010 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_process_er + 0x000000004014e014 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_process_irk + 0x000000004014e018 0xc esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x20 (size before relaxing) + .literal.btm_ble_process_dhk + 0x000000004014e024 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x1c (size before relaxing) + .literal.btm_ble_process_ir2 + 0x000000004014e024 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x18 (size before relaxing) + .literal.BTM_SecAddBleDevice + 0x000000004014e024 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x34 (size before relaxing) + .literal.BTM_BleLoadLocalKeys + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0xc (size before relaxing) + .literal.BTM_GetDeviceEncRoot + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.BTM_GetDeviceIDRoot + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.BTM_GetDeviceDHK + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.BTM_ReadConnectionAddr + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.BTM_ReadRemoteConnectionAddr + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.BTM_SecurityGrant + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.BTM_BlePasskeyReply + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.BTM_BleSetStaticPasskey + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.BTM_BleConfirmReply + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.BTM_BleOobDataReply + 0x000000004014e028 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.BTM_BleSetConnScanParams + 0x000000004014e028 0x8 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x10 (size before relaxing) + .literal.BTM_BleSetPrefConnParams + 0x000000004014e030 0xc esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x14 (size before relaxing) + .literal.BTM_ReadDevInfo + 0x000000004014e03c 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_test_command_complete + 0x000000004014e040 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.BTM_UseLeLink + 0x000000004014e040 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0xc (size before relaxing) + .literal.BTM_SetBleDataLength + 0x000000004014e040 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_rand_enc_complete + 0x000000004014e044 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_increment_sign_ctr + 0x000000004014e044 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_get_enc_key_type + 0x000000004014e044 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.btm_get_local_div + 0x000000004014e044 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.btm_sec_save_le_key + 0x000000004014e044 0xc esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x38 (size before relaxing) + .literal.BTM_SecAddBleKey + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_update_sec_key_size + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_read_sec_key_size + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_link_sec_check + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_start_encrypt + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_set_encryption + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_link_encrypted + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_ltk_request_reply + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_ltk_request + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_io_capabilities_req + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_br_keys_req + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_connected + 0x000000004014e050 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_resolve_random_addr_on_conn_cmpl + 0x000000004014e050 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x1c (size before relaxing) + .literal.btm_ble_conn_complete + 0x000000004014e054 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x3c (size before relaxing) + .literal.btm_ble_create_ll_conn_complete + 0x000000004014e058 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_create_conn_cancel_complete + 0x000000004014e058 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.btm_proc_smp_cback + 0x000000004014e058 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x2c (size before relaxing) + .literal.BTM_BleDataSignature + 0x000000004014e05c 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x18 (size before relaxing) + .literal.BTM_BleVerifySignature + 0x000000004014e05c 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_reset_id + 0x000000004014e05c 0x4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_obtain_vsc_details + 0x000000004014e060 0x4 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .literal.btm_ble_advfilt_enq_op_q + 0x000000004014e064 0x4 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .literal.btm_ble_advfilt_deq_op_q + 0x000000004014e068 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_condtype_to_ocf + 0x000000004014e068 0x4 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .literal.btm_ble_ocf_to_condtype + 0x000000004014e06c 0x4 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .literal.btm_ble_find_addr_filter_counter + 0x000000004014e070 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_alloc_addr_filter_counter + 0x000000004014e070 0x4 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_dealloc_addr_filter_counter + 0x000000004014e074 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_cs_update_pf_counter + 0x000000004014e074 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_scan_pf_cmpl_cback + 0x000000004014e074 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x20 (size before relaxing) + .literal.btm_ble_update_pf_local_name + 0x000000004014e074 0x8 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_update_srvc_data_change + 0x000000004014e07c 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_update_pf_manu_data + 0x000000004014e07c 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_update_addr_filter + 0x000000004014e07c 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_update_uuid_filter + 0x000000004014e07c 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x24 (size before relaxing) + .literal.btm_ble_clear_scan_pf_filter + 0x000000004014e07c 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x44 (size before relaxing) + .literal.BTM_BleAdvFilterParamSetup + 0x000000004014e07c 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x30 (size before relaxing) + .literal.BTM_BleEnableDisableFilterFeature + 0x000000004014e07c 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x18 (size before relaxing) + .literal.BTM_BleCfgFilterCondition + 0x000000004014e07c 0x4 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x2c (size before relaxing) + .literal.btm_ble_adv_filter_init + 0x000000004014e080 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x24 (size before relaxing) + .literal.btm_ble_adv_filter_cleanup + 0x000000004014e080 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_batchscan_enq_op_q + 0x000000004014e080 0x8 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .literal.btm_ble_batchscan_enq_rep_q + 0x000000004014e088 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_batchscan_enq_rep_data + 0x000000004014e088 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x1c (size before relaxing) + .literal.btm_ble_batchscan_deq_rep_data + 0x000000004014e088 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_batchscan_deq_op_q + 0x000000004014e088 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_read_batchscan_reports + 0x000000004014e088 0x8 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x14 (size before relaxing) + .literal.btm_ble_batchscan_vsc_cmpl_cback + 0x000000004014e090 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x1c (size before relaxing) + .literal.btm_ble_set_storage_config + 0x000000004014e090 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_set_batchscan_param + 0x000000004014e090 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x10 (size before relaxing) + .literal.btm_ble_enable_disable_batchscan + 0x000000004014e090 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x14 (size before relaxing) + .literal.BTM_BleSetStorageConfig + 0x000000004014e090 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x1c (size before relaxing) + .literal.BTM_BleEnableBatchScan + 0x000000004014e090 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x24 (size before relaxing) + .literal.BTM_BleDisableBatchScan + 0x000000004014e090 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x10 (size before relaxing) + .literal.BTM_BleReadScanReports + 0x000000004014e090 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x18 (size before relaxing) + .literal.BTM_BleTrackAdvertiser + 0x000000004014e090 0x4 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_batchscan_cleanup + 0x000000004014e094 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x18 (size before relaxing) + .literal.background_connections_lazy_init + 0x000000004014e094 0x1c esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x24 (size before relaxing) + .literal.background_connection_add + 0x000000004014e0b0 0x8 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x28 (size before relaxing) + .literal.bdaddr_equality_fn + 0x000000004014e0b8 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x4 (size before relaxing) + .literal.background_connection_remove + 0x000000004014e0b8 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x8 (size before relaxing) + .literal.background_connections_clear + 0x000000004014e0b8 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x8 (size before relaxing) + .literal.background_connections_pending + 0x000000004014e0b8 0x4 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0xc (size before relaxing) + .literal.background_connections_pending_cb + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x4 (size before relaxing) + .literal.btm_update_scanner_filter_policy + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0xc (size before relaxing) + .literal.btm_add_dev_to_controller + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x8 (size before relaxing) + .literal.btm_execute_wl_dev_operation + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x8 (size before relaxing) + .literal.btm_wl_update_to_controller + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x4 (size before relaxing) + .literal.btm_enq_wl_dev_operation + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_clear_white_list + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_clear_white_list_complete + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x8 (size before relaxing) + .literal.btm_ble_white_list_init + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_add_2_white_list_complete + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_remove_from_white_list_complete + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_start_select_conn + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x28 (size before relaxing) + .literal.btm_ble_initiate_select_conn + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_get_conn_st + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x4 (size before relaxing) + .literal.btm_ble_set_conn_st + 0x000000004014e0bc 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_start_auto_conn + 0x000000004014e0bc 0x4 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x2c (size before relaxing) + .literal.btm_suspend_wl_activity + 0x000000004014e0c0 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0xc (size before relaxing) + .literal.btm_update_dev_to_white_list + 0x000000004014e0c0 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x30 (size before relaxing) + .literal.btm_ble_suspend_bg_conn + 0x000000004014e0c0 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_resume_bg_conn + 0x000000004014e0c0 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0xc (size before relaxing) + .literal.btm_ble_enqueue_direct_conn_req + 0x000000004014e0c0 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0xc (size before relaxing) + .literal.btm_send_pending_direct_conn + 0x000000004014e0c0 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x10 (size before relaxing) + .literal.GAP_Init + 0x000000004014e0c0 0x4 esp-idf/bt/libbt.a(gap_api.c.obj) + 0x10 (size before relaxing) + .literal.GAP_Deinit + 0x000000004014e0c4 0x0 esp-idf/bt/libbt.a(gap_api.c.obj) + 0x8 (size before relaxing) + .literal.attp_build_mtu_cmd + 0x000000004014e0c4 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x4 (size before relaxing) + .literal.attp_build_exec_write_cmd + 0x000000004014e0c4 0x4 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x8 (size before relaxing) + .literal.attp_build_err_cmd + 0x000000004014e0c8 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x4 (size before relaxing) + .literal.attp_build_browse_cmd + 0x000000004014e0c8 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x8 (size before relaxing) + .literal.attp_build_read_by_type_value_cmd + 0x000000004014e0c8 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0xc (size before relaxing) + .literal.attp_build_read_multi_cmd + 0x000000004014e0c8 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x4 (size before relaxing) + .literal.attp_build_handle_cmd + 0x000000004014e0c8 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x4 (size before relaxing) + .literal.attp_build_opcode_cmd + 0x000000004014e0c8 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x4 (size before relaxing) + .literal.attp_build_value_cmd + 0x000000004014e0c8 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x4 (size before relaxing) + .literal.attp_send_msg_to_l2cap + 0x000000004014e0c8 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x4 (size before relaxing) + .literal.attp_build_sr_msg + 0x000000004014e0c8 0x8 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x1c (size before relaxing) + .literal.attp_send_sr_msg + 0x000000004014e0d0 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x4 (size before relaxing) + .literal.attp_cl_send_cmd + 0x000000004014e0d0 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x10 (size before relaxing) + .literal.attp_send_cl_msg + 0x000000004014e0d0 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x28 (size before relaxing) + .literal.gatt_profile_find_clcb_by_conn_id + 0x000000004014e0d0 0x4 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .literal.gatt_disc_res_cback + 0x000000004014e0d4 0x4 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x8 (size before relaxing) + .literal.gatt_cl_start_config_ccc + 0x000000004014e0d8 0x8 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x1c (size before relaxing) + .literal.gatt_disc_cmpl_cback + 0x000000004014e0e0 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x8 (size before relaxing) + .literal.gatt_profile_find_clcb_by_bd_addr + 0x000000004014e0e0 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x8 (size before relaxing) + .literal.gatt_profile_find_conn_id_by_bd_addr + 0x000000004014e0e0 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x8 (size before relaxing) + .literal.gatt_profile_clcb_alloc + 0x000000004014e0e0 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x8 (size before relaxing) + .literal.gatt_profile_clcb_dealloc + 0x000000004014e0e0 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x4 (size before relaxing) + .literal.gatt_connect_cback + 0x000000004014e0e0 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x14 (size before relaxing) + .literal.gatt_proc_read + 0x000000004014e0e0 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x8 (size before relaxing) + .literal.gatt_proc_write_req + 0x000000004014e0e0 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x4 (size before relaxing) + .literal.gatt_request_cback + 0x000000004014e0e0 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x10 (size before relaxing) + .literal.gatt_profile_db_init + 0x000000004014e0e0 0x4 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x30 (size before relaxing) + .literal.add_round_key + 0x000000004014e0e4 0x4 esp-idf/bt/libbt.a(aes.c.obj) + .literal.shift_sub_rows + 0x000000004014e0e8 0x4 esp-idf/bt/libbt.a(aes.c.obj) + .literal.mix_sub_columns + 0x000000004014e0ec 0x8 esp-idf/bt/libbt.a(aes.c.obj) + 0x10 (size before relaxing) + .literal.aes_set_key + 0x000000004014e0f4 0x0 esp-idf/bt/libbt.a(aes.c.obj) + 0x8 (size before relaxing) + .literal.bluedroid_aes_encrypt + 0x000000004014e0f4 0x4 esp-idf/bt/libbt.a(aes.c.obj) + 0x14 (size before relaxing) + .literal.p_256_init_curve + 0x000000004014e0f8 0x64 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + 0x6c (size before relaxing) + .literal.p_256_init_point + 0x000000004014e15c 0x0 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x4 (size before relaxing) + .literal.ECC_NAF + 0x000000004014e15c 0x4 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x8 (size before relaxing) + .literal.ECC_Double + 0x000000004014e160 0x8 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x58 (size before relaxing) + .literal.p_256_copy_point + 0x000000004014e168 0x0 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x4 (size before relaxing) + .literal.ECC_Add + 0x000000004014e168 0x0 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x68 (size before relaxing) + .literal.ECC_PointMult_Bin_NAF + 0x000000004014e168 0xc esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x54 (size before relaxing) + .literal.ECC_CheckPointIsInElliCur_P256 + 0x000000004014e174 0x4 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x24 (size before relaxing) + .literal.multiprecision_most_signbits + 0x000000004014e178 0xc esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .literal.multiprecision_add_mod + 0x000000004014e184 0x4 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x18 (size before relaxing) + .literal.multiprecision_sub_mod + 0x000000004014e188 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x10 (size before relaxing) + .literal.multiprecision_lshift_mod + 0x000000004014e188 0x4 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x18 (size before relaxing) + .literal.multiprecision_mult + 0x000000004014e18c 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x4 (size before relaxing) + .literal.multiprecision_fast_mod + 0x000000004014e18c 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x10 (size before relaxing) + .literal.multiprecision_fast_mod_P256 + 0x000000004014e18c 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x14 (size before relaxing) + .literal.multiprecision_mersenns_mult_mod + 0x000000004014e18c 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0xc (size before relaxing) + .literal.multiprecision_mersenns_squa_mod + 0x000000004014e18c 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x4 (size before relaxing) + .literal.multiprecision_inv_mod + 0x000000004014e18c 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x58 (size before relaxing) + .literal.lmp_version_below + 0x000000004014e18c 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_send_app_cback + 0x000000004014e18c 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x1c (size before relaxing) + .literal.smp_send_pair_fail + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_send_pair_req + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0xc (size before relaxing) + .literal.smp_send_confirm + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_send_rand + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_send_pair_public_key + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_send_commitment + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_send_dhkey_check + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_send_keypress_notification + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_send_ltk_reply + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_proc_sec_req + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x10 (size before relaxing) + .literal.smp_proc_sec_grant + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_proc_confirm + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x8 (size before relaxing) + .literal.smp_proc_rand + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x8 (size before relaxing) + .literal.smp_process_pairing_commitment + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x8 (size before relaxing) + .literal.smp_process_dhkey_check + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x8 (size before relaxing) + .literal.smp_process_keypress_notification + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x8 (size before relaxing) + .literal.smp_proc_compare + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x10 (size before relaxing) + .literal.smp_proc_sl_key + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0xc (size before relaxing) + .literal.smp_start_enc + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0xc (size before relaxing) + .literal.smp_proc_discard + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_enc_cmpl + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_check_auth_req + 0x000000004014e190 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x10 (size before relaxing) + .literal.smp_key_pick_key + 0x000000004014e190 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + .literal.smp_decide_association_model + 0x000000004014e194 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x10 (size before relaxing) + .literal.smp_send_pair_rsp + 0x000000004014e198 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0xc (size before relaxing) + .literal.smp_proc_pair_cmd + 0x000000004014e198 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x58 (size before relaxing) + .literal.smp_process_io_response + 0x000000004014e19c 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x28 (size before relaxing) + .literal.smp_pairing_cmpl + 0x000000004014e19c 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_pair_terminate + 0x000000004014e19c 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_idle_terminate + 0x000000004014e19c 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_both_have_public_keys + 0x000000004014e19c 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0xc (size before relaxing) + .literal.smp_process_local_nonce + 0x000000004014e19c 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x30 (size before relaxing) + .literal.smp_process_peer_nonce + 0x000000004014e1a0 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x3c (size before relaxing) + .literal.smp_match_dhkey_checks + 0x000000004014e1a4 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x10 (size before relaxing) + .literal.smp_move_to_secure_connections_phase2 + 0x000000004014e1a4 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_phase_2_dhkey_checks_are_present + 0x000000004014e1a4 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_wait_for_both_public_keys + 0x000000004014e1a4 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x8 (size before relaxing) + .literal.smp_process_pairing_public_key + 0x000000004014e1a4 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x1c (size before relaxing) + .literal.smp_start_passkey_verification + 0x000000004014e1a4 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_process_secure_connection_oob_data + 0x000000004014e1a4 0xc esp-idf/bt/libbt.a(smp_act.c.obj) + 0x34 (size before relaxing) + .literal.smp_start_secure_connection_phase1 + 0x000000004014e1b0 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x18 (size before relaxing) + .literal.smp_set_local_oob_keys + 0x000000004014e1b4 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0xc (size before relaxing) + .literal.smp_set_local_oob_random_commitment + 0x000000004014e1b4 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x10 (size before relaxing) + .literal.smp_link_encrypted + 0x000000004014e1b4 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x24 (size before relaxing) + .literal.smp_proc_ltk_request + 0x000000004014e1b8 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x18 (size before relaxing) + .literal.smp_derive_link_key_from_long_term_key + 0x000000004014e1b8 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x8 (size before relaxing) + .literal.smp_key_distribution + 0x000000004014e1b8 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x10 (size before relaxing) + .literal.smp_send_enc_info + 0x000000004014e1b8 0x4 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x18 (size before relaxing) + .literal.smp_proc_enc_info + 0x000000004014e1bc 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_proc_master_id + 0x000000004014e1bc 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x10 (size before relaxing) + .literal.smp_process_secure_connection_long_term_key + 0x000000004014e1bc 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x10 (size before relaxing) + .literal.smp_set_derive_link_key + 0x000000004014e1bc 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x8 (size before relaxing) + .literal.smp_key_distribution_by_transport + 0x000000004014e1bc 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_send_id_info + 0x000000004014e1bc 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x14 (size before relaxing) + .literal.smp_send_csrk_info + 0x000000004014e1bc 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x14 (size before relaxing) + .literal.smp_proc_id_info + 0x000000004014e1bc 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4 (size before relaxing) + .literal.smp_proc_id_addr + 0x000000004014e1bc 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x14 (size before relaxing) + .literal.smp_proc_srk_info + 0x000000004014e1bc 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x10 (size before relaxing) + .literal.cmac_prepare_last_block + 0x000000004014e1bc 0xc esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x10 (size before relaxing) + .literal.cmac_aes_k_calculate + 0x000000004014e1c8 0x0 esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x10 (size before relaxing) + .literal.cmac_subkey_cont + 0x000000004014e1c8 0x8 esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x20 (size before relaxing) + .literal.cmac_generate_subkey + 0x000000004014e1d0 0x0 esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x8 (size before relaxing) + .literal.cmac_aes_cleanup + 0x000000004014e1d0 0x0 esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x8 (size before relaxing) + .literal.aes_cipher_msg_auth_code + 0x000000004014e1d0 0x0 esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x1c (size before relaxing) + .literal.bta_dm_eir_cfg_init + 0x000000004014e1d0 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .literal.bta_dm_local_name_cback + 0x000000004014e1d4 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_bond_cancel_complete_cback + 0x000000004014e1d4 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_encrypt_cback + 0x000000004014e1d4 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_observe_cmpl_cb + 0x000000004014e1d4 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_observe_discard_cb + 0x000000004014e1d4 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_id_key_cback + 0x000000004014e1d4 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_ble_scan_cfg_cmpl + 0x000000004014e1d4 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_ble_energy_info_cmpl + 0x000000004014e1d4 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_get_remname + 0x000000004014e1d4 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_authorize_cback + 0x000000004014e1d4 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_remove_sec_dev_entry + 0x000000004014e1d8 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x1c (size before relaxing) + .literal.bta_dm_ble_smp_cback + 0x000000004014e1d8 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x38 (size before relaxing) + .literal.bta_dm_process_remove_device + 0x000000004014e1dc 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_dm_authentication_complete_cback + 0x000000004014e1dc 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_dm_new_link_key_cback + 0x000000004014e1dc 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_dm_bl_change_cback + 0x000000004014e1dc 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_disable_conn_down_timer_cback + 0x000000004014e1e0 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_dm_policy_cback + 0x000000004014e1e4 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_dm_check_av + 0x000000004014e1e4 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_dm_adjust_roles + 0x000000004014e1e8 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x28 (size before relaxing) + .literal.bta_dm_rm_cback + 0x000000004014e1f0 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_dm_delay_role_switch_cback + 0x000000004014e1f0 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_eir_cfg_deinit + 0x000000004014e1f0 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_disable_timer_cback + 0x000000004014e1f0 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x1c (size before relaxing) + .literal.bta_dm_inq_results_cb + 0x000000004014e1f8 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_observe_results_cb + 0x000000004014e1f8 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_discover_next_device + 0x000000004014e1f8 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_dm_search_timer_cback + 0x000000004014e1f8 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_enable + 0x000000004014e1f8 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_dm_init_cb + 0x000000004014e1f8 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_deinit_cb + 0x000000004014e1f8 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_dm_sys_hw_cback + 0x000000004014e200 0x18 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x78 (size before relaxing) + .literal.bta_dm_set_dev_name + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_channels + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_update_white_list + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_clear_white_list + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_read_adv_tx_power + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_read_rssi + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_set_visibility + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x1c (size before relaxing) + .literal.bta_dm_remove_device + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_dm_add_device + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_close_acl + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_dm_remove_all_acl + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_bond + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x1c (size before relaxing) + .literal.bta_dm_bond_cancel + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_confirm + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_loc_oob + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_oob_reply + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ci_io_req_act + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ci_rmt_oob_act + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_inq_cmpl + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_dm_rmt_name + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_disc_rmt_name + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_search_cmpl + 0x000000004014e218 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_disc_result + 0x000000004014e218 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_dm_search_result + 0x000000004014e21c 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_dm_queue_search + 0x000000004014e224 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_dm_search_clear_queue + 0x000000004014e224 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_search_cancel_cmpl + 0x000000004014e224 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_search_cancel_notify + 0x000000004014e224 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_inq_cmpl_cb + 0x000000004014e224 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_dm_search_start + 0x000000004014e224 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x28 (size before relaxing) + .literal.bta_dm_rs_cback + 0x000000004014e22c 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_search_cancel + 0x000000004014e22c 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x2c (size before relaxing) + .literal.bta_dm_disable_search_and_disc + 0x000000004014e22c 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_disable + 0x000000004014e22c 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x3c (size before relaxing) + .literal.bta_dm_acl_change + 0x000000004014e234 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x64 (size before relaxing) + .literal.bta_dm_eir_update_uuid + 0x000000004014e234 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_dm_enable_test_mode + 0x000000004014e234 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_disable_test_mode + 0x000000004014e234 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_set_encryption + 0x000000004014e234 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_add_blekey + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_add_ble_device + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_passkey_reply + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_ble_set_static_passkey + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_confirm_reply + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_security_grant + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_bg_conn_type + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_conn_params + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_ble_set_scan_params + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_scan_fil_params + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_conn_scan_params + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_update_conn_params + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_disconnect + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_rand_address + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_clear_rand_address + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_stop_advertising + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_config_local_privacy + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_config_local_icon + 0x000000004014e238 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_observe + 0x000000004014e238 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_dm_ble_scan + 0x000000004014e240 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_dm_ble_set_adv_params + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_adv_params_all + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_dm_ble_update_duplicate_exceptional_list + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_adv_config + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_long_adv + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_adv_config_raw + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_scan_rsp + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_scan_rsp_raw + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_set_data_length + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_ble_broadcast + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_multi_adv_enb + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_ble_multi_adv_upd_param + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_dm_ble_multi_adv_data + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.btm_dm_ble_multi_adv_disable + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_dm_ble_track_advertiser + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_ble_scan_setup_cb + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_dm_ble_setup_storage + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_ble_enable_batch_scan + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_ble_disable_batch_scan + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_ble_read_scan_reports + 0x000000004014e244 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_cfg_filter_cond + 0x000000004014e244 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_dm_enable_scan_filter + 0x000000004014e248 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_scan_filter_param_setup + 0x000000004014e248 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc (size before relaxing) + .literal.bta_dm_ble_get_energy_info + 0x000000004014e248 0x4 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gattc_enable + 0x000000004014e24c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_cmpl_sendmsg + 0x000000004014e24c 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_cong_cback + 0x000000004014e250 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_enc_cmpl_cback + 0x000000004014e250 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_conn_cback + 0x000000004014e254 0x8 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x1c (size before relaxing) + .literal.bta_gattc_deregister_cmpl + 0x000000004014e25c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_pop_command_to_send + 0x000000004014e25c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x1c (size before relaxing) + .literal.bta_gattc_register_service_change_notify + 0x000000004014e25c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x54 (size before relaxing) + .literal.bta_gattc_register + 0x000000004014e25c 0x8 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x2c (size before relaxing) + .literal.bta_gattc_start_if + 0x000000004014e264 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_process_enc_cmpl + 0x000000004014e264 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_open_error + 0x000000004014e264 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_open_fail + 0x000000004014e264 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_open + 0x000000004014e264 0x8 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x20 (size before relaxing) + .literal.bta_gattc_init_bk_conn + 0x000000004014e26c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x20 (size before relaxing) + .literal.bta_gattc_process_api_open + 0x000000004014e26c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_gattc_cancel_bk_conn + 0x000000004014e26c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_process_api_open_cancel + 0x000000004014e26c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gattc_cancel_open_ok + 0x000000004014e26c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_cancel_open + 0x000000004014e26c 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_conncback + 0x000000004014e270 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_disconncback + 0x000000004014e270 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_close_fail + 0x000000004014e274 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_close + 0x000000004014e274 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_gattc_deregister + 0x000000004014e278 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_gattc_disable + 0x000000004014e278 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_reset_discover_st + 0x000000004014e278 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_disc_close + 0x000000004014e27c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_set_discover_st + 0x000000004014e27c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_cfg_mtu + 0x000000004014e27c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gattc_start_discover + 0x000000004014e27c 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gattc_conn + 0x000000004014e27c 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_gattc_disc_cmpl + 0x000000004014e280 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x20 (size before relaxing) + .literal.bta_gattc_read + 0x000000004014e280 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gattc_read_by_type + 0x000000004014e280 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_read_multi + 0x000000004014e280 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_write + 0x000000004014e280 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_execute + 0x000000004014e280 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gattc_confirm + 0x000000004014e280 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_search + 0x000000004014e280 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_q_cmd + 0x000000004014e280 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_free_command_data + 0x000000004014e280 0xc esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x30 (size before relaxing) + .literal.bta_gattc_read_cmpl + 0x000000004014e28c 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gattc_write_cmpl + 0x000000004014e290 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x1c (size before relaxing) + .literal.bta_gattc_exec_cmpl + 0x000000004014e294 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_cfg_mtu_cmpl + 0x000000004014e294 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_op_cmpl + 0x000000004014e294 0xc esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x24 (size before relaxing) + .literal.bta_gattc_process_api_refresh + 0x000000004014e2a0 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_process_api_cache_assoc + 0x000000004014e2a0 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_process_api_cache_get_addr_list + 0x000000004014e2a0 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_gattc_process_api_cache_clean + 0x000000004014e2a0 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gattc_process_srvc_chg_ind + 0x000000004014e2a0 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x34 (size before relaxing) + .literal.bta_gattc_proc_other_indication + 0x000000004014e2a0 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gattc_process_indicate + 0x000000004014e2a0 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x38 (size before relaxing) + .literal.bta_gattc_cmpl_cback + 0x000000004014e2a4 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_init_clcb_conn + 0x000000004014e2a4 0x4 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gattc_process_listen_all + 0x000000004014e2a8 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xc (size before relaxing) + .literal.bta_gattc_listen + 0x000000004014e2a8 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x1c (size before relaxing) + .literal.bta_gattc_broadcast + 0x000000004014e2a8 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gatts_nv_srv_chg_cback + 0x000000004014e2a8 0x4 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .literal.bta_gatts_nv_save_cback + 0x000000004014e2ac 0x4 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .literal.bta_gatts_cong_cback + 0x000000004014e2b0 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gatts_send_request_cback + 0x000000004014e2b0 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gatts_conn_cback + 0x000000004014e2b0 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gatts_enable + 0x000000004014e2b0 0x8 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gatts_api_disable + 0x000000004014e2b8 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gatts_register + 0x000000004014e2b8 0x8 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x2c (size before relaxing) + .literal.bta_gatts_start_if + 0x000000004014e2c0 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gatts_deregister + 0x000000004014e2c0 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gatts_create_srvc + 0x000000004014e2c0 0x8 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x18 (size before relaxing) + .literal.bta_gatts_add_include_srvc + 0x000000004014e2c8 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gatts_add_char + 0x000000004014e2c8 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gatts_add_char_descr + 0x000000004014e2c8 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gatts_set_attr_value + 0x000000004014e2c8 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0xc (size before relaxing) + .literal.bta_gatts_delete_service + 0x000000004014e2c8 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0xc (size before relaxing) + .literal.bta_gatts_start_service + 0x000000004014e2c8 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gatts_stop_service + 0x000000004014e2c8 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gatts_send_rsp + 0x000000004014e2c8 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x4 (size before relaxing) + .literal.bta_gatts_indicate_handle + 0x000000004014e2c8 0x4 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x30 (size before relaxing) + .literal.bta_gatts_open + 0x000000004014e2cc 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0xc (size before relaxing) + .literal.bta_gatts_cancel_open + 0x000000004014e2cc 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x8 (size before relaxing) + .literal.bta_gatts_close + 0x000000004014e2cc 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x10 (size before relaxing) + .literal.bta_gatts_send_service_change_indication + 0x000000004014e2cc 0x4 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x14 (size before relaxing) + .literal.bta_gatts_listen + 0x000000004014e2d0 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x8 (size before relaxing) + .literal.interop_match + 0x000000004014e2d0 0x10 esp-idf/bt/libbt.a(interop.c.obj) + 0x18 (size before relaxing) + .literal.btm_ble_cont_energy_cmpl_cback + 0x000000004014e2e0 0x4 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .literal.BTM_BleGetEnergyInfo + 0x000000004014e2e4 0x8 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + 0x14 (size before relaxing) + .literal._mdns_get_if_from_esp_netif + 0x000000004014e2ec 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal._mdns_can_add_more_services + 0x000000004014e2f0 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal._mdns_get_service_instance_name + 0x000000004014e2f4 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x4 (size before relaxing) + .literal._mdns_if_is_dup + 0x000000004014e2f4 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_get_next_pcb_packet + 0x000000004014e2f4 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x4 (size before relaxing) + .literal._mdns_search_add + 0x000000004014e2f4 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x4 (size before relaxing) + .literal._mdns_alloc_answer + 0x000000004014e2f4 0x14 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x18 (size before relaxing) + .literal._mdns_search_finish + 0x000000004014e308 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_search_finish_done + 0x000000004014e308 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_free_tx_packet + 0x000000004014e308 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x24 (size before relaxing) + .literal._mdns_clear_pcb_tx_queue_head + 0x000000004014e308 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xc (size before relaxing) + .literal._mdns_clear_tx_queue_head + 0x000000004014e308 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_dealloc_answer + 0x000000004014e308 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_remove_scheduled_answer + 0x000000004014e308 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xc (size before relaxing) + .literal._mdns_free_linked_txt + 0x000000004014e308 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xc (size before relaxing) + .literal._mdns_dealloc_scheduled_service_answers + 0x000000004014e308 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_free_service + 0x000000004014e308 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x20 (size before relaxing) + .literal._mdns_send_search_action + 0x000000004014e308 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x28 (size before relaxing) + .literal._mdns_search_result_add_txt + 0x000000004014e30c 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x2c (size before relaxing) + .literal.event_handler + 0x000000004014e310 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x2c (size before relaxing) + .literal._mdns_strdup_check + 0x000000004014e318 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + .literal._mdns_allocate_txt + 0x000000004014e31c 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x2c (size before relaxing) + .literal._mdns_remove_scheduled_service_packets + 0x000000004014e31c 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x34 (size before relaxing) + .literal._mdns_alloc_packet_default + 0x000000004014e320 0xc esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x30 (size before relaxing) + .literal._mdns_create_announce_packet + 0x000000004014e32c 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x28 (size before relaxing) + .literal._mdns_create_probe_packet + 0x000000004014e330 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x68 (size before relaxing) + .literal._mdns_create_search_packet + 0x000000004014e334 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x40 (size before relaxing) + .literal._mdns_create_announce_from_probe + 0x000000004014e33c 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x24 (size before relaxing) + .literal._mdns_result_txt_create + 0x000000004014e33c 0xc esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x64 (size before relaxing) + .literal._mdns_result_addr_create_ip + 0x000000004014e348 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x24 (size before relaxing) + .literal._mdns_name_is_discovery + 0x000000004014e34c 0x10 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x20 (size before relaxing) + .literal._mdns_get_service_item + 0x000000004014e35c 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xc (size before relaxing) + .literal._mdns_name_is_ours + 0x000000004014e35c 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1c (size before relaxing) + .literal._mdns_search_result_add_srv + 0x000000004014e35c 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x2c (size before relaxing) + .literal._mdns_search_result_add_ptr + 0x000000004014e360 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x2c (size before relaxing) + .literal._mdns_search_find_from + 0x000000004014e364 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1c (size before relaxing) + .literal._mdns_question_matches + 0x000000004014e364 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x24 (size before relaxing) + .literal._mdns_remove_parsed_question + 0x000000004014e364 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x30 (size before relaxing) + .literal._mdns_read_fqdn + 0x000000004014e364 0x1c esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x3c (size before relaxing) + .literal._mdns_result_add_ip + 0x000000004014e380 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_search_result_add_ip + 0x000000004014e380 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x34 (size before relaxing) + .literal._mdns_check_srv_collision + 0x000000004014e384 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x28 (size before relaxing) + .literal._mdns_append_fqdn + 0x000000004014e388 0xc esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x28 (size before relaxing) + .literal._mdns_append_question + 0x000000004014e394 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_append_srv_record + 0x000000004014e398 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x18 (size before relaxing) + .literal._mdns_schedule_tx_packet + 0x000000004014e398 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_mangle_name + 0x000000004014e39c 0x18 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x4c (size before relaxing) + .literal._mdns_init_pcb_probe_new_service + 0x000000004014e3b4 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x30 (size before relaxing) + .literal._mdns_init_pcb_probe + 0x000000004014e3b8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x10 (size before relaxing) + .literal._mdns_probe_all_pcbs + 0x000000004014e3b8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xc (size before relaxing) + .literal._mdns_restart_all_pcbs_no_instance + 0x000000004014e3b8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_restart_all_pcbs + 0x000000004014e3b8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xc (size before relaxing) + .literal._mdns_announce_pcb + 0x000000004014e3b8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x34 (size before relaxing) + .literal._mdns_dup_interface + 0x000000004014e3b8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x14 (size before relaxing) + .literal._mdns_announce_all_pcbs + 0x000000004014e3b8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x4 (size before relaxing) + .literal._mdns_restart_pcb + 0x000000004014e3b8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_search_free + 0x000000004014e3b8 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x14 (size before relaxing) + .literal._mdns_scheduler_run + 0x000000004014e3bc 0xc esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x3c (size before relaxing) + .literal._mdns_search_run + 0x000000004014e3c8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x20 (size before relaxing) + .literal._mdns_timer_cb + 0x000000004014e3c8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_free_action + 0x000000004014e3c8 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x3c (size before relaxing) + .literal._mdns_start_timer + 0x000000004014e3d0 0x18 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1c (size before relaxing) + .literal._mdns_stop_timer + 0x000000004014e3e8 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xc (size before relaxing) + .literal._mdns_service_task_start + 0x000000004014e3f0 0x14 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x38 (size before relaxing) + .literal._mdns_service_task_stop + 0x000000004014e404 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x20 (size before relaxing) + .literal._mdns_create_service + 0x000000004014e40c 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x38 (size before relaxing) + .literal._mdns_parse_fqdn + 0x000000004014e410 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x20 (size before relaxing) + .literal._mdns_check_txt_collision + 0x000000004014e418 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x44 (size before relaxing) + .literal._mdns_append_sdptr_record + 0x000000004014e420 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1c (size before relaxing) + .literal._mdns_append_ptr_record + 0x000000004014e420 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x10 (size before relaxing) + .literal._mdns_append_aaaa_record + 0x000000004014e424 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x14 (size before relaxing) + .literal._mdns_append_txt_record + 0x000000004014e424 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x48 (size before relaxing) + .literal._mdns_append_a_record + 0x000000004014e424 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x10 (size before relaxing) + .literal._mdns_get_esp_netif + 0x000000004014e424 0x10 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1c (size before relaxing) + .literal._mdns_append_answer + 0x000000004014e434 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x60 (size before relaxing) + .literal._mdns_dispatch_tx_packet + 0x000000004014e43c 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1c (size before relaxing) + .literal._mdns_pcb_send_bye + 0x000000004014e444 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x24 (size before relaxing) + .literal._mdns_send_bye + 0x000000004014e444 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_send_bye_all_pcbs_no_instance + 0x000000004014e444 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_send_final_bye + 0x000000004014e444 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_create_answer_from_parsed_packet + 0x000000004014e444 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x90 (size before relaxing) + .literal._mdns_search_send_pcb + 0x000000004014e44c 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x10 (size before relaxing) + .literal._mdns_search_send + 0x000000004014e44c 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8 (size before relaxing) + .literal._mdns_tx_handle_packet + 0x000000004014e44c 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x30 (size before relaxing) + .literal._mdns_check_aaaa_collision + 0x000000004014e450 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x24 (size before relaxing) + .literal._mdns_check_a_collision + 0x000000004014e450 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1c (size before relaxing) + .literal._mdns_send_rx_action + 0x000000004014e450 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x24 (size before relaxing) + .literal.mdns_parse_packet + 0x000000004014e450 0x28 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1b8 (size before relaxing) + .literal._mdns_enable_pcb + 0x000000004014e478 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xc (size before relaxing) + .literal._mdns_disable_pcb + 0x000000004014e478 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x18 (size before relaxing) + .literal._mdns_handle_system_event + 0x000000004014e478 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x5c (size before relaxing) + .literal._mdns_execute_action + 0x000000004014e480 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xe8 (size before relaxing) + .literal._mdns_service_task + 0x000000004014e488 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x24 (size before relaxing) + .literal.mdns_init + 0x000000004014e48c 0xc esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8c (size before relaxing) + .literal.mdns_hostname_set + 0x000000004014e498 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x38 (size before relaxing) + .literal.mdns_service_add + 0x000000004014e49c 0x8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x6c (size before relaxing) + .literal.mdns_service_remove_all + 0x000000004014e4a4 0x4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x28 (size before relaxing) + .literal.mdns_query_results_free + 0x000000004014e4a8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1c (size before relaxing) + .literal.mdns_free + 0x000000004014e4a8 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x64 (size before relaxing) + .literal._udp_pcb_is_in_use + 0x000000004014e4a8 0x0 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x4 (size before relaxing) + .literal._udp_join_group + 0x000000004014e4a8 0x20 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x38 (size before relaxing) + .literal._udp_pcb_main_init + 0x000000004014e4c8 0x18 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x24 (size before relaxing) + .literal._udp_pcb_init + 0x000000004014e4e0 0x0 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x10 (size before relaxing) + .literal._mdns_pcb_init_api + 0x000000004014e4e0 0x0 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x4 (size before relaxing) + .literal._udp_recv + 0x000000004014e4e0 0xc esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x40 (size before relaxing) + .literal._udp_pcb_main_deinit + 0x000000004014e4ec 0x4 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x10 (size before relaxing) + .literal._udp_pcb_deinit + 0x000000004014e4f0 0x0 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x14 (size before relaxing) + .literal._mdns_pcb_deinit_api + 0x000000004014e4f0 0x0 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x4 (size before relaxing) + .literal._mdns_udp_pcb_write_api + 0x000000004014e4f0 0x4 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x18 (size before relaxing) + .literal._mdns_pcb_init + 0x000000004014e4f4 0x8 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .literal._mdns_pcb_deinit + 0x000000004014e4fc 0x4 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x8 (size before relaxing) + .literal._mdns_udp_pcb_write + 0x000000004014e500 0x8 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x10 (size before relaxing) + .literal.case_insensitive_strcmp + 0x000000004014e508 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.utf16_literal_to_utf8 + 0x000000004014e50c 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + 0x20 (size before relaxing) + .literal.parse_string + 0x000000004014e520 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + 0x8 (size before relaxing) + .literal.cJSON_New_Item + 0x000000004014e524 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x4 (size before relaxing) + .literal.skip_utf8_bom + 0x000000004014e524 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.parse_number + 0x000000004014e52c 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + 0x30 (size before relaxing) + .literal.get_object_item + 0x000000004014e550 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x8 (size before relaxing) + .literal.cJSON_Delete + 0x000000004014e550 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.parse_object + 0x000000004014e554 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x24 (size before relaxing) + .literal.parse_value + 0x000000004014e554 0xc esp-idf/json/libjson.a(cJSON.c.obj) + 0x28 (size before relaxing) + .literal.parse_array + 0x000000004014e560 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x18 (size before relaxing) + .literal.cJSON_ParseWithLengthOpts + 0x000000004014e560 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + 0x20 (size before relaxing) + .literal.cJSON_ParseWithOpts + 0x000000004014e564 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x8 (size before relaxing) + .literal.cJSON_Parse + 0x000000004014e564 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x4 (size before relaxing) + .literal.cJSON_GetArrayItem + 0x000000004014e564 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x4 (size before relaxing) + .literal.cJSON_GetObjectItem + 0x000000004014e564 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x4 (size before relaxing) + .literal.create_string + 0x000000004014e564 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x20 (size before relaxing) + .literal.set_if_config + 0x000000004014e574 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x8 (size before relaxing) + .literal.esp_mqtt_check_cfg_conflict + 0x000000004014e574 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x10 (size before relaxing) + .literal.esp_mqtt_destroy_config + 0x000000004014e57c 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x40 (size before relaxing) + .literal.create_client_data + 0x000000004014e57c 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xa8 (size before relaxing) + .literal.esp_mqtt_set_cert_key_data + 0x000000004014e58c 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x28 (size before relaxing) + .literal.esp_mqtt_set_ssl_transport_properties + 0x000000004014e594 0x18 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x78 (size before relaxing) + .literal.esp_mqtt_dispatch_event + 0x000000004014e5ac 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xc (size before relaxing) + .literal.esp_mqtt_dispatch_event_with_msgid + 0x000000004014e5b0 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x8 (size before relaxing) + .literal.esp_mqtt_client_dispatch_transport_error + 0x000000004014e5b0 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x10 (size before relaxing) + .literal.mqtt_message_receive + 0x000000004014e5b0 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x78 (size before relaxing) + .literal.esp_mqtt_connect + 0x000000004014e5c0 0x18 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x68 (size before relaxing) + .literal.esp_mqtt_abort_connection + 0x000000004014e5d8 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x14 (size before relaxing) + .literal.deliver_suback + 0x000000004014e5e0 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x18 (size before relaxing) + .literal.deliver_publish + 0x000000004014e5e4 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x44 (size before relaxing) + .literal.is_valid_mqtt_msg + 0x000000004014e5f4 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x4 (size before relaxing) + .literal.mqtt_delete_expired_messages + 0x000000004014e5f4 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x10 (size before relaxing) + .literal.mqtt_enqueue + 0x000000004014e5f8 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x8 (size before relaxing) + .literal.mqtt_enqueue_oversized + 0x000000004014e5f8 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x8 (size before relaxing) + .literal.mqtt_write_data + 0x000000004014e5f8 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x30 (size before relaxing) + .literal.send_disconnect_msg + 0x000000004014e5f8 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x24 (size before relaxing) + .literal.mqtt_process_receive + 0x000000004014e600 0x20 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xac (size before relaxing) + .literal.mqtt_resend_queued + 0x000000004014e620 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x30 (size before relaxing) + .literal.esp_mqtt_client_ping + 0x000000004014e628 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x24 (size before relaxing) + .literal.esp_mqtt_task + 0x000000004014e630 0x30 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x12c (size before relaxing) + .literal.esp_mqtt_client_set_uri + 0x000000004014e660 0x1c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x98 (size before relaxing) + .literal.esp_mqtt_set_config + 0x000000004014e67c 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x154 (size before relaxing) + .literal.esp_mqtt_client_start + 0x000000004014e68c 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x44 (size before relaxing) + .literal.esp_mqtt_client_stop + 0x000000004014e69c 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x3c (size before relaxing) + .literal.esp_mqtt_client_destroy + 0x000000004014e6a4 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x28 (size before relaxing) + .literal.esp_mqtt_client_init + 0x000000004014e6a8 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x6c (size before relaxing) + .literal.esp_mqtt_client_subscribe + 0x000000004014e6b0 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x5c (size before relaxing) + .literal.esp_mqtt_client_unsubscribe + 0x000000004014e6bc 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x5c (size before relaxing) + .literal.esp_mqtt_client_publish + 0x000000004014e6c4 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x5c (size before relaxing) + .literal.fini_message + 0x000000004014e6c8 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x4 (size before relaxing) + .literal.append_string + 0x000000004014e6c8 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x4 (size before relaxing) + .literal.append_message_id + 0x000000004014e6c8 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x8 (size before relaxing) + .literal.mqtt_msg_init + 0x000000004014e6c8 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x4 (size before relaxing) + .literal.mqtt_msg_connect + 0x000000004014e6c8 0xc esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x64 (size before relaxing) + .literal.mqtt_msg_publish + 0x000000004014e6d4 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x2c (size before relaxing) + .literal.mqtt_msg_puback + 0x000000004014e6d4 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x10 (size before relaxing) + .literal.mqtt_msg_pubrec + 0x000000004014e6d4 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x10 (size before relaxing) + .literal.mqtt_msg_pubrel + 0x000000004014e6d4 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x10 (size before relaxing) + .literal.mqtt_msg_pubcomp + 0x000000004014e6d4 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x10 (size before relaxing) + .literal.mqtt_msg_subscribe + 0x000000004014e6d4 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x24 (size before relaxing) + .literal.mqtt_msg_unsubscribe + 0x000000004014e6d4 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x20 (size before relaxing) + .literal.mqtt_msg_pingreq + 0x000000004014e6d4 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x8 (size before relaxing) + .literal.mqtt_msg_disconnect + 0x000000004014e6d4 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x8 (size before relaxing) + .literal.mqtt_has_valid_msg_hdr + 0x000000004014e6d4 0x4 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .literal.outbox_init + 0x000000004014e6d8 0x10 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x1c (size before relaxing) + .literal.outbox_enqueue + 0x000000004014e6e8 0x4 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x34 (size before relaxing) + .literal.outbox_delete_item + 0x000000004014e6ec 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x8 (size before relaxing) + .literal.outbox_delete + 0x000000004014e6ec 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x8 (size before relaxing) + .literal.outbox_set_pending + 0x000000004014e6ec 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x4 (size before relaxing) + .literal.outbox_set_tick + 0x000000004014e6ec 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x4 (size before relaxing) + .literal.outbox_delete_expired + 0x000000004014e6ec 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x8 (size before relaxing) + .literal.outbox_delete_all_items + 0x000000004014e6ec 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x8 (size before relaxing) + .literal.outbox_destroy + 0x000000004014e6ec 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x8 (size before relaxing) + .literal.platform_create_id_string + 0x000000004014e6ec 0x18 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x28 (size before relaxing) + .literal.platform_random + 0x000000004014e704 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x4 (size before relaxing) + .literal.platform_tick_get_ms + 0x000000004014e704 0x4 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x8 (size before relaxing) + .literal.sntp_sync_time + 0x000000004014e708 0x20 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x30 (size before relaxing) + .literal.sntp_set_sync_interval + 0x000000004014e728 0xc esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_get_sync_interval + 0x000000004014e734 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.sntp_set_system_time + 0x000000004014e734 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.lwip_gethostbyname + 0x000000004014e734 0x1c esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x24 (size before relaxing) + .literal.lwip_freeaddrinfo + 0x000000004014e750 0x4 esp-idf/lwip/liblwip.a(netdb.c.obj) + .literal.lwip_getaddrinfo + 0x000000004014e754 0x28 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x4c (size before relaxing) + .literal.sntp_retry + 0x000000004014e77c 0x10 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_initialize_request + 0x000000004014e78c 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.sntp_send_request + 0x000000004014e78c 0x20 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x40 (size before relaxing) + .literal.sntp_request + 0x000000004014e7ac 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x28 (size before relaxing) + .literal.sntp_try_next_server + 0x000000004014e7b4 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x18 (size before relaxing) + .literal.sntp_dns_found + 0x000000004014e7b4 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x14 (size before relaxing) + .literal.sntp_process + 0x000000004014e7b4 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x14 (size before relaxing) + .literal.sntp_recv + 0x000000004014e7bc 0x10 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x48 (size before relaxing) + .literal.sntp_init + 0x000000004014e7cc 0x14 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x48 (size before relaxing) + .literal.sntp_stop + 0x000000004014e7e0 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x1c (size before relaxing) + .literal.sntp_setservername + 0x000000004014e7e0 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.sntp_getservername + 0x000000004014e7e0 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.esp_ping_send + 0x000000004014e7e0 0x1c esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x24 (size before relaxing) + .literal.esp_ping_receive + 0x000000004014e7fc 0x4 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0xc (size before relaxing) + .literal.esp_ping_thread + 0x000000004014e800 0xc esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x30 (size before relaxing) + .literal.esp_ping_new_session + 0x000000004014e80c 0x44 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0xc0 (size before relaxing) + .literal.esp_ping_delete_session + 0x000000004014e850 0x4 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x14 (size before relaxing) + .literal.esp_ping_start + 0x000000004014e854 0x8 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x18 (size before relaxing) + .literal.esp_ping_get_profile + 0x000000004014e85c 0x14 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x40 (size before relaxing) + .literal.ssl_check_record_type + 0x000000004014e870 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.ssl_extract_add_data_from_record + 0x000000004014e874 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x4 (size before relaxing) + .literal.ssl_build_record_nonce + 0x000000004014e874 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8 (size before relaxing) + .literal.ssl_consume_current_message + 0x000000004014e874 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8 (size before relaxing) + .literal.ssl_check_ctr_renegotiate + 0x000000004014e878 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_encrypt_buf + 0x000000004014e878 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x68 (size before relaxing) + .literal.mbedtls_ssl_decrypt_buf + 0x000000004014e880 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x74 (size before relaxing) + .literal.ssl_prepare_record_content + 0x000000004014e888 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_fetch_input + 0x000000004014e890 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ssl_prepare_handshake_record + 0x000000004014e89c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_handle_message_type + 0x000000004014e8a0 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_update_out_pointers + 0x000000004014e8ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_flush_output + 0x000000004014e8ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_reset_in_out_pointers + 0x000000004014e8ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_transform_free + 0x000000004014e8ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_write_record + 0x000000004014e8ac 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_ssl_write_handshake_msg + 0x000000004014e8b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_write_change_cipher_spec + 0x000000004014e8b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_send_alert_message + 0x000000004014e8b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write_real + 0x000000004014e8b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x10 (size before relaxing) + .literal.ssl_write_split + 0x000000004014e8b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_write + 0x000000004014e8b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_record_header + 0x000000004014e8b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x10 (size before relaxing) + .literal.ssl_get_next_record + 0x000000004014e8b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ssl_read_record + 0x000000004014e8b0 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ssl_parse_change_cipher_spec + 0x000000004014e8bc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_read + 0x000000004014e8c0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x3c (size before relaxing) + .literal.ssl_mfl_code_to_length + 0x000000004014e8c4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.tls_prf_get_type + 0x000000004014e8c4 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_set_handshake_prfs + 0x000000004014e8d0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x28 (size before relaxing) + .literal.ssl_parse_certificate_coordinate + 0x000000004014e8e8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_append_key_cert + 0x000000004014e8ec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.ssl_conf_set_psk_identity + 0x000000004014e8f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x14 (size before relaxing) + .literal.ssl_key_cert_free + 0x000000004014e8f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.tls_prf_generic + 0x000000004014e8f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x60 (size before relaxing) + .literal.tls_prf_sha256 + 0x000000004014e8f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.tls_prf_sha384 + 0x000000004014e8f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.tls1_prf + 0x000000004014e8f0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x90 (size before relaxing) + .literal.ssl_compute_master + 0x000000004014e8f4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.ssl_conf_remove_psk + 0x000000004014e8fc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.ssl_calc_finished_tls_sha256 + 0x000000004014e8fc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .literal.ssl_calc_verify_tls_sha256 + 0x000000004014e904 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10 (size before relaxing) + .literal.ssl_calc_finished_tls_sha384 + 0x000000004014e904 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .literal.ssl_calc_verify_tls_sha384 + 0x000000004014e904 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10 (size before relaxing) + .literal.ssl_calc_finished_tls + 0x000000004014e904 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x2c (size before relaxing) + .literal.ssl_calc_verify_tls + 0x000000004014e904 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .literal.ssl_populate_transform + 0x000000004014e904 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x5c (size before relaxing) + .literal.ssl_write_hello_request + 0x000000004014e908 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_clear_peer_cert + 0x000000004014e908 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.ssl_srv_check_client_no_crt_notification + 0x000000004014e908 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.ssl_check_peer_crt_unchanged + 0x000000004014e90c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_parse_certificate_chain + 0x000000004014e90c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x40 (size before relaxing) + .literal.ssl_update_checksum_sha256 + 0x000000004014e91c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_update_checksum_sha384 + 0x000000004014e91c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_update_checksum_md5sha1 + 0x000000004014e91c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.ssl_update_checksum_start + 0x000000004014e91c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_derive_keys + 0x000000004014e91c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ssl_psk_derive_premaster + 0x000000004014e91c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ssl_write_certificate + 0x000000004014e924 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ssl_optimize_checksum + 0x000000004014e934 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_write_finished + 0x000000004014e940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_parse_finished + 0x000000004014e940 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_ssl_transform_init + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_session_init + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_init + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_conf_own_cert + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_conf_psk + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ssl_conf_dh_param_bin + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_set_hostname + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ssl_conf_alpn_protocols + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_get_output_max_frag_len + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_get_max_out_record_payload + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_handshake_step + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_handshake + 0x000000004014e944 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_handshake_free + 0x000000004014e944 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_ssl_handshake_wrapup_free_hs_transform + 0x000000004014e948 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_session_free + 0x000000004014e948 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_handshake_wrapup + 0x000000004014e948 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_free + 0x000000004014e948 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x50 (size before relaxing) + .literal.mbedtls_ssl_config_init + 0x000000004014e948 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_config_defaults + 0x000000004014e948 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_ssl_config_free + 0x000000004014e964 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ssl_sig_from_pk + 0x000000004014e964 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.ssl_handshake_params_init + 0x000000004014e964 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x38 (size before relaxing) + .literal.ssl_handshake_init + 0x000000004014e968 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_ssl_setup + 0x000000004014e968 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_ssl_start_renegotiation + 0x000000004014e968 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_renegotiate + 0x000000004014e968 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_md_alg_from_hash + 0x000000004014e968 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_hash_from_md_alg + 0x000000004014e96c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_check_cert_usage + 0x000000004014e970 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .literal.ssl_parse_certificate_verify + 0x000000004014e97c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ssl_parse_certificate + 0x000000004014e980 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_ssl_set_calc_verify_md + 0x000000004014e984 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_get_key_exchange_md_ssl_tls + 0x000000004014e988 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_ssl_get_key_exchange_md_tls1_2 + 0x000000004014e988 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_ssl_ciphersuite_from_id + 0x000000004014e988 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .literal.mbedtls_ssl_list_ciphersuites + 0x000000004014e98c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ssl_get_ciphersuite_sig_pk_alg + 0x000000004014e99c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .literal.ssl_write_supported_point_formats_ext + 0x000000004014e9a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_max_fragment_length_ext + 0x000000004014e9a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_truncated_hmac_ext + 0x000000004014e9a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_encrypt_then_mac_ext + 0x000000004014e9a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_extended_ms_ext + 0x000000004014e9a0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x4 (size before relaxing) + .literal.ssl_parse_server_psk_hint + 0x000000004014e9a0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .literal.ssl_write_renegotiation_ext + 0x000000004014e9a4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write_session_ticket_ext + 0x000000004014e9a4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x8 (size before relaxing) + .literal.ssl_generate_random + 0x000000004014e9a4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .literal.ssl_validate_ciphersuite + 0x000000004014e9a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write_hostname_ext + 0x000000004014e9a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0xc (size before relaxing) + .literal.ssl_write_alpn_ext + 0x000000004014e9a8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x10 (size before relaxing) + .literal.ssl_write_signature_algorithms_ext + 0x000000004014e9a8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x14 (size before relaxing) + .literal.ssl_write_supported_elliptic_curves_ext + 0x000000004014e9b0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x14 (size before relaxing) + .literal.ssl_write_client_hello + 0x000000004014e9b0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x54 (size before relaxing) + .literal.ssl_parse_max_fragment_length_ext + 0x000000004014e9b4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_truncated_hmac_ext + 0x000000004014e9b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_encrypt_then_mac_ext + 0x000000004014e9b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_extended_ms_ext + 0x000000004014e9b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_session_ticket_ext + 0x000000004014e9b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_supported_point_formats_ext + 0x000000004014e9b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0xc (size before relaxing) + .literal.ssl_parse_certificate_request + 0x000000004014e9b8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x20 (size before relaxing) + .literal.ssl_parse_server_hello_done + 0x000000004014e9bc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_alpn_ext + 0x000000004014e9c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x20 (size before relaxing) + .literal.ssl_parse_renegotiation_info + 0x000000004014e9c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x14 (size before relaxing) + .literal.ssl_parse_server_hello + 0x000000004014e9c0 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x9c (size before relaxing) + .literal.ssl_check_server_ecdh_params + 0x000000004014e9cc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0xc (size before relaxing) + .literal.ssl_get_ecdh_params_from_cert + 0x000000004014e9cc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x18 (size before relaxing) + .literal.ssl_parse_server_dh_params + 0x000000004014e9d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0xc (size before relaxing) + .literal.ssl_parse_server_ecdh_params + 0x000000004014e9d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0xc (size before relaxing) + .literal.ssl_parse_signature_algorithm + 0x000000004014e9d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_server_key_exchange + 0x000000004014e9d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x70 (size before relaxing) + .literal.ssl_write_encrypted_pms + 0x000000004014e9d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x1c (size before relaxing) + .literal.ssl_write_client_key_exchange + 0x000000004014e9d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x48 (size before relaxing) + .literal.ssl_write_certificate_verify + 0x000000004014e9d0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x18 (size before relaxing) + .literal.ssl_parse_new_session_ticket + 0x000000004014e9d0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_ssl_handshake_client_step + 0x000000004014e9d4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x48 (size before relaxing) + .literal.ssl_parse_servername_ext + 0x000000004014e9d8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x18 (size before relaxing) + .literal.ssl_parse_supported_point_formats + 0x000000004014e9dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_max_fragment_length_ext + 0x000000004014e9dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_truncated_hmac_ext + 0x000000004014e9dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_encrypt_then_mac_ext + 0x000000004014e9dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_extended_ms_ext + 0x000000004014e9dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write_renegotiation_ext + 0x000000004014e9dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_renegotiation_info + 0x000000004014e9dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_client_psk_identity + 0x000000004014e9dc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x18 (size before relaxing) + .literal.ssl_parse_signature_algorithms_ext + 0x000000004014e9e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x1c (size before relaxing) + .literal.ssl_parse_supported_elliptic_curves + 0x000000004014e9e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x20 (size before relaxing) + .literal.ssl_handle_id_based_session_resumption + 0x000000004014e9e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x18 (size before relaxing) + .literal.ssl_parse_session_ticket_ext + 0x000000004014e9e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x18 (size before relaxing) + .literal.ssl_write_alpn_ext + 0x000000004014e9e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_alpn_ext + 0x000000004014e9e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x20 (size before relaxing) + .literal.ssl_pick_cert + 0x000000004014e9e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x10 (size before relaxing) + .literal.ssl_ciphersuite_match + 0x000000004014e9e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x20 (size before relaxing) + .literal.ssl_parse_client_hello + 0x000000004014e9e0 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xa4 (size before relaxing) + .literal.ssl_write_server_hello_done + 0x000000004014e9ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_new_session_ticket + 0x000000004014e9ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_encrypt_then_mac_ext + 0x000000004014e9ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write_server_hello + 0x000000004014e9ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x50 (size before relaxing) + .literal.ssl_get_ecdh_params_from_cert + 0x000000004014e9ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xc (size before relaxing) + .literal.ssl_prepare_server_key_exchange + 0x000000004014e9ec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x44 (size before relaxing) + .literal.ssl_write_server_key_exchange + 0x000000004014e9ec 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x14 (size before relaxing) + .literal.ssl_write_certificate_request + 0x000000004014e9f4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_client_dh_public + 0x000000004014e9f4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xc (size before relaxing) + .literal.ssl_decrypt_encrypted_pms + 0x000000004014e9f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x14 (size before relaxing) + .literal.ssl_parse_encrypted_pms + 0x000000004014e9f8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_client_key_exchange + 0x000000004014e9f8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x58 (size before relaxing) + .literal.ssl_parse_certificate_verify + 0x000000004014e9fc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_ssl_handshake_server_step + 0x000000004014ea00 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x48 (size before relaxing) + .literal.mbedtls_asn1_write_len + 0x000000004014ea04 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_write_mpi + 0x000000004014ea08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_clz + 0x000000004014ea08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_int_div_int + 0x000000004014ea08 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_zeroize + 0x000000004014ea14 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mpi_uint_bigendian_to_host + 0x000000004014ea14 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mpi_bigendian_to_host + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.mpi_fill_random_internal + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_free + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_grow + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_mpi_resize_clear + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_shrink + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_mpi_copy + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_lset + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_set_bit + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_bitlen + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_size + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_read_binary_le + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_read_binary + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_write_binary_le + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_write_binary + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_shift_l + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_shift_r + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_cmp_abs + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_cmp_mpi + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_cmp_int + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_add_abs + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_sub_abs + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_mpi_add_mpi + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_sub_mpi + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_add_int + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_sub_int + 0x000000004014ea18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_div_mpi + 0x000000004014ea18 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xac (size before relaxing) + .literal.mbedtls_mpi_div_int + 0x000000004014ea20 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_mod_mpi + 0x000000004014ea20 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_mpi_mod_int + 0x000000004014ea20 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mpi_check_small_factors + 0x000000004014ea20 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_gcd + 0x000000004014ea24 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x58 (size before relaxing) + .literal.mbedtls_mpi_fill_random + 0x000000004014ea24 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x8 (size before relaxing) + .literal.mpi_miller_rabin + 0x000000004014ea24 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x78 (size before relaxing) + .literal.mbedtls_mpi_random + 0x000000004014ea24 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_mpi_inv_mod + 0x000000004014ea24 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xd0 (size before relaxing) + .literal.mbedtls_mpi_is_prime_ext + 0x000000004014ea24 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14 (size before relaxing) + .literal.get_pkcs_padding + 0x000000004014ea24 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.get_one_and_zeros_padding + 0x000000004014ea2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x8 (size before relaxing) + .literal.get_zeros_and_len_padding + 0x000000004014ea2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x8 (size before relaxing) + .literal.get_zeros_padding + 0x000000004014ea2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.get_no_padding + 0x000000004014ea2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_aead_encrypt + 0x000000004014ea2c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_cipher_aead_decrypt + 0x000000004014ea30 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_cipher_info_from_type + 0x000000004014ea30 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_info_from_values + 0x000000004014ea34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_init + 0x000000004014ea34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_free + 0x000000004014ea34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_setkey + 0x000000004014ea34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_set_iv + 0x000000004014ea34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_cipher_reset + 0x000000004014ea34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_update + 0x000000004014ea34 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_cipher_finish + 0x000000004014ea3c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_cipher_set_padding_mode + 0x000000004014ea3c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_cipher_setup + 0x000000004014ea64 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_cipher_crypt + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_cipher_auth_encrypt_ext + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_cipher_auth_decrypt_ext + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x8 (size before relaxing) + .literal.ccm_ctx_free + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.ccm_ctx_alloc + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.ccm_aes_setkey_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.gcm_ctx_free + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.gcm_ctx_alloc + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.gcm_aes_setkey_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.xts_aes_ctx_free + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.xts_aes_ctx_alloc + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.xts_aes_setkey_dec_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.xts_aes_setkey_enc_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_xts_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.aes_ctx_free + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.aes_ctx_alloc + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.aes_setkey_dec_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_setkey_enc_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_ctr_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_ofb_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_cfb128_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_cbc_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_ecb_wrap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ct_size_mask_lt + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ct_size_mask_ge + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ct_uint_if + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ct_mem_move_to_left + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ct_base64_enc_char + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ct_base64_dec_value + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ct_memcpy_if_eq + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ct_memcpy_offset + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ct_hmac + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x44 (size before relaxing) + .literal.mbedtls_mpi_safe_cond_assign + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_safe_cond_swap + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_mpi_lt_mpi_ct + 0x000000004014ea68 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ct_rsaes_pkcs1_v15_unpadding + 0x000000004014ea68 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x3c (size before relaxing) + .literal.block_cipher_df + 0x000000004014ea70 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x3c (size before relaxing) + .literal.ctr_drbg_update_internal + 0x000000004014ea70 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ctr_drbg_reseed_internal + 0x000000004014ea70 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ctr_drbg_init + 0x000000004014ea70 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ctr_drbg_free + 0x000000004014ea70 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ctr_drbg_reseed + 0x000000004014ea70 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ctr_drbg_seed + 0x000000004014ea70 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ctr_drbg_random_with_add + 0x000000004014ea70 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ctr_drbg_random + 0x000000004014ea70 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x4 (size before relaxing) + .literal.dhm_read_bignum + 0x000000004014ea70 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x8 (size before relaxing) + .literal.dhm_check_range + 0x000000004014ea74 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x18 (size before relaxing) + .literal.dhm_random_below + 0x000000004014ea74 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x8 (size before relaxing) + .literal.dhm_make_common + 0x000000004014ea74 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x20 (size before relaxing) + .literal.dhm_update_blinding + 0x000000004014ea78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x4c (size before relaxing) + .literal.mbedtls_dhm_init + 0x000000004014ea78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_dhm_read_params + 0x000000004014ea78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_dhm_make_params + 0x000000004014ea78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_dhm_set_group + 0x000000004014ea78 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_dhm_read_public + 0x000000004014ea7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_dhm_make_public + 0x000000004014ea7c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_dhm_calc_secret + 0x000000004014ea80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_dhm_free + 0x000000004014ea80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x2c (size before relaxing) + .literal.ecdh_gen_public_restartable + 0x000000004014ea80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.ecdh_compute_shared_restartable + 0x000000004014ea80 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x18 (size before relaxing) + .literal.ecdh_init_internal + 0x000000004014ea84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x14 (size before relaxing) + .literal.ecdh_setup_internal + 0x000000004014ea84 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.ecdh_free_internal + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x14 (size before relaxing) + .literal.ecdh_read_params_internal + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.ecdh_read_public_internal + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.ecdh_get_params_internal + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecdh_gen_public + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.ecdh_make_params_internal + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x10 (size before relaxing) + .literal.ecdh_make_public_internal + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecdh_compute_shared + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.ecdh_calc_secret_internal + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ecdh_init + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecdh_setup + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdh_free + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecdh_make_params + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdh_read_params + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecdh_get_params + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecdh_make_public + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdh_read_public + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdh_calc_secret + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.derive_mpi + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x10 (size before relaxing) + .literal.ecdsa_signature_to_asn1 + 0x000000004014ea88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x18 (size before relaxing) + .literal.ecdsa_sign_restartable + 0x000000004014ea88 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x74 (size before relaxing) + .literal.ecdsa_sign_det_restartable + 0x000000004014ea90 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4c (size before relaxing) + .literal.ecdsa_verify_restartable + 0x000000004014ea98 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x6c (size before relaxing) + .literal.mbedtls_ecdsa_write_signature_restartable + 0x000000004014ea9c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ecdsa_write_signature + 0x000000004014ea9c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_read_signature_restartable + 0x000000004014ea9c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_ecdsa_read_signature + 0x000000004014eaa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_init + 0x000000004014eaa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_free + 0x000000004014eaa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_from_keypair + 0x000000004014eaa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x10 (size before relaxing) + .literal.ecp_drbg_random + 0x000000004014eaa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.ecp_drbg_seed + 0x000000004014eaa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_mpi_sub_mod + 0x000000004014eaa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_modp + 0x000000004014eaa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_mpi_mul_mod + 0x000000004014eaa4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_gen_privkey_sw + 0x000000004014eaa8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_shift_l_mod + 0x000000004014eaa8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_safe_invert_jac + 0x000000004014eaa8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x14 (size before relaxing) + .literal.ecp_select_comb + 0x000000004014eaa8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_comb_recode_core + 0x000000004014eaa8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8 (size before relaxing) + .literal.ecp_comb_recode_scalar + 0x000000004014eaa8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2c (size before relaxing) + .literal.ecp_check_bad_points_mx + 0x000000004014eaa8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x34 (size before relaxing) + .literal.ecp_check_pubkey_mx + 0x000000004014eab0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecp_gen_privkey_mx + 0x000000004014eab0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x18 (size before relaxing) + .literal.ecp_normalize_mxz + 0x000000004014eab0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x14 (size before relaxing) + .literal.ecp_randomize_mxz + 0x000000004014eab0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + .literal.ecp_check_pubkey_sw + 0x000000004014eab0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x68 (size before relaxing) + .literal.ecp_normalize_jac + 0x000000004014eab0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x40 (size before relaxing) + .literal.ecp_normalize_jac_many + 0x000000004014eab0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x84 (size before relaxing) + .literal.ecp_randomize_jac + 0x000000004014eab4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x44 (size before relaxing) + .literal.ecp_double_add_mxz + 0x000000004014eab4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xdc (size before relaxing) + .literal.ecp_double_jac + 0x000000004014eab4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x104 (size before relaxing) + .literal.mbedtls_ecp_curve_list + 0x000000004014eab8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_grp_id_list + 0x000000004014eabc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_curve_info_from_grp_id + 0x000000004014eac4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_curve_info_from_tls_id + 0x000000004014eac4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_point_init + 0x000000004014eac4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_group_init + 0x000000004014eac4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ecp_keypair_init + 0x000000004014eac4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_point_free + 0x000000004014eac4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_group_free + 0x000000004014eac4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ecp_keypair_free + 0x000000004014eac4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_copy + 0x000000004014eac4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_mul_mxz + 0x000000004014eac4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x64 (size before relaxing) + .literal.mbedtls_ecp_group_copy + 0x000000004014eac8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_set_zero + 0x000000004014eac8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_add_mixed + 0x000000004014eac8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xec (size before relaxing) + .literal.ecp_precompute_comb + 0x000000004014eacc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x18 (size before relaxing) + .literal.ecp_mul_comb_core + 0x000000004014eacc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x20 (size before relaxing) + .literal.ecp_mul_comb_after_precomp + 0x000000004014eacc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x14 (size before relaxing) + .literal.ecp_mul_comb + 0x000000004014eacc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3c (size before relaxing) + .literal.mbedtls_ecp_is_zero + 0x000000004014eacc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_point_cmp + 0x000000004014eacc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecp_point_write_binary + 0x000000004014eacc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_ecp_point_read_binary + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_ecp_tls_read_point + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ecp_tls_write_point + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ecp_tls_read_group_id + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_tls_write_group + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_check_pubkey + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ecp_check_privkey + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_ecp_mul_restartable + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ecp_mul + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_mul_shortcuts + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_ecp_muladd_restartable + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ecp_muladd + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_gen_privkey + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecp_check_pub_priv + 0x000000004014ead0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x34 (size before relaxing) + .literal.ecp_mod_p255 + 0x000000004014ead0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x18 (size before relaxing) + .literal.ecp_mod_p521 + 0x000000004014ead4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xc (size before relaxing) + .literal.ecp_mod_p384 + 0x000000004014ead4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x8 (size before relaxing) + .literal.ecp_mod_p256 + 0x000000004014ead4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x8 (size before relaxing) + .literal.ecp_mod_p224 + 0x000000004014ead4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x8 (size before relaxing) + .literal.ecp_mod_p192 + 0x000000004014ead4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x4 (size before relaxing) + .literal.ecp_group_load + 0x000000004014ead4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xc (size before relaxing) + .literal.ecp_use_curve25519 + 0x000000004014ead8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x34 (size before relaxing) + .literal.ecp_mod_p256k1 + 0x000000004014eae0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x1c (size before relaxing) + .literal.ecp_mod_p224k1 + 0x000000004014eae4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x1c (size before relaxing) + .literal.ecp_mod_p192k1 + 0x000000004014eae8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ecp_group_load + 0x000000004014eaec 0x11c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x154 (size before relaxing) + .literal.entropy_update + 0x000000004014ec08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x14 (size before relaxing) + .literal.entropy_gather_internal + 0x000000004014ec08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_entropy_free + 0x000000004014ec08 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_entropy_init + 0x000000004014ec08 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_entropy_func + 0x000000004014ec10 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x28 (size before relaxing) + .literal.gcm_mult + 0x000000004014ec10 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .literal.gcm_gen_table + 0x000000004014ec14 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_gcm_init + 0x000000004014ec18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_gcm_setkey + 0x000000004014ec18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_gcm_starts + 0x000000004014ec18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_gcm_update + 0x000000004014ec18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_gcm_finish + 0x000000004014ec18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_gcm_crypt_and_tag + 0x000000004014ec18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_gcm_auth_decrypt + 0x000000004014ec18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_gcm_free + 0x000000004014ec18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_hmac_drbg_init + 0x000000004014ec18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_hmac_drbg_update_ret + 0x000000004014ec18 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x2c (size before relaxing) + .literal.hmac_drbg_reseed_core + 0x000000004014ec1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_hmac_drbg_seed_buf + 0x000000004014ec1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_hmac_drbg_reseed + 0x000000004014ec1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_hmac_drbg_random_with_add + 0x000000004014ec1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_hmac_drbg_random + 0x000000004014ec1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_hmac_drbg_free + 0x000000004014ec1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_md_list + 0x000000004014ec1c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_info_from_type + 0x000000004014ec20 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_free + 0x000000004014ec3c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_md_clone + 0x000000004014ec40 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_md_setup + 0x000000004014ec44 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_md_starts + 0x000000004014ec4c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_md_update + 0x000000004014ec50 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_md_finish + 0x000000004014ec54 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_md + 0x000000004014ec58 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_md_hmac_starts + 0x000000004014ec5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_md_hmac_update + 0x000000004014ec5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_md_hmac_finish + 0x000000004014ec5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_md_hmac_reset + 0x000000004014ec5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_md5_ret + 0x000000004014ec5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_md5 + 0x000000004014ec5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x4 (size before relaxing) + .literal.oid_x509_ext_from_asn1 + 0x000000004014ec5c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.oid_sig_alg_from_asn1 + 0x000000004014ec64 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_pk_alg_from_asn1 + 0x000000004014ec68 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_grp_id_from_asn1 + 0x000000004014ec6c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_cipher_alg_from_asn1 + 0x000000004014ec70 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_md_alg_from_asn1 + 0x000000004014ec74 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_md_hmac_from_asn1 + 0x000000004014ec78 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_pkcs12_pbe_alg_from_asn1 + 0x000000004014ec7c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_oid_get_x509_ext_type + 0x000000004014ec80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_sig_alg + 0x000000004014ec80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_pk_alg + 0x000000004014ec80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_ec_grp + 0x000000004014ec80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_cipher_alg + 0x000000004014ec80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_md_alg + 0x000000004014ec80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_oid_by_md + 0x000000004014ec80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_md_hmac + 0x000000004014ec80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_pkcs12_pbe_alg + 0x000000004014ec80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.pem_get_iv + 0x000000004014ec80 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x8 (size before relaxing) + .literal.pem_pbkdf1 + 0x000000004014ec84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x3c (size before relaxing) + .literal.pem_aes_decrypt + 0x000000004014ec84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_pem_read_buffer + 0x000000004014ec84 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x90 (size before relaxing) + .literal.mbedtls_pem_free + 0x000000004014ecbc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_pk_free + 0x000000004014ecbc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_info_from_type + 0x000000004014ecbc 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_setup + 0x000000004014eccc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_verify_restartable + 0x000000004014ecd4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_pk_verify + 0x000000004014ecd8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_sign_restartable + 0x000000004014ecd8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_pk_sign + 0x000000004014ecd8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_decrypt + 0x000000004014ecd8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_pk_encrypt + 0x000000004014ecd8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_pk_verify_ext + 0x000000004014ecd8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x24 (size before relaxing) + .literal.rsa_debug + 0x000000004014ece0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.eckey_debug + 0x000000004014ece8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_free_wrap + 0x000000004014ecec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.rsa_alloc_wrap + 0x000000004014ecec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.rsa_check_pair_wrap + 0x000000004014ecec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.rsa_get_bitlen + 0x000000004014ecec 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.rsa_encrypt_wrap + 0x000000004014ecec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xc (size before relaxing) + .literal.rsa_decrypt_wrap + 0x000000004014ecf0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xc (size before relaxing) + .literal.rsa_sign_wrap + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.rsa_verify_wrap + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x10 (size before relaxing) + .literal.eckey_free_wrap + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.eckey_alloc_wrap + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.eckey_check_pair + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.ecdsa_alloc_wrap + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.ecdsa_free_wrap + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.ecdsa_sign_wrap + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.eckey_sign_wrap + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x10 (size before relaxing) + .literal.ecdsa_verify_wrap + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xc (size before relaxing) + .literal.eckey_verify_wrap + 0x000000004014ecf4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x10 (size before relaxing) + .literal.pkcs5_parse_pbkdf2_params + 0x000000004014ecf4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_pkcs5_pbkdf2_hmac + 0x000000004014ed00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_pkcs5_pbes2 + 0x000000004014ed00 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x58 (size before relaxing) + .literal.pk_get_ecparams + 0x000000004014ed0c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x10 (size before relaxing) + .literal.pk_get_pk_alg + 0x000000004014ed18 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x10 (size before relaxing) + .literal.pk_get_rsapubkey + 0x000000004014ed20 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x24 (size before relaxing) + .literal.pk_group_from_specified + 0x000000004014ed28 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x64 (size before relaxing) + .literal.pk_group_id_from_group + 0x000000004014ed34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x38 (size before relaxing) + .literal.pk_group_id_from_specified + 0x000000004014ed34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x10 (size before relaxing) + .literal.pk_use_ecparams + 0x000000004014ed34 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x14 (size before relaxing) + .literal.pk_get_ecpubkey + 0x000000004014ed38 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x8 (size before relaxing) + .literal.asn1_get_nonzero_mpi + 0x000000004014ed38 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xc (size before relaxing) + .literal.pk_parse_key_pkcs1_der + 0x000000004014ed38 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x6c (size before relaxing) + .literal.pk_parse_key_sec1_der + 0x000000004014ed40 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x58 (size before relaxing) + .literal.pk_parse_key_pkcs8_unencrypted_der + 0x000000004014ed40 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x38 (size before relaxing) + .literal.pk_parse_key_pkcs8_encrypted_der + 0x000000004014ed40 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x44 (size before relaxing) + .literal.mbedtls_pk_parse_subpubkey + 0x000000004014ed54 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_pk_parse_key + 0x000000004014ed54 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xdc (size before relaxing) + .literal.mbedtls_calloc + 0x000000004014ed74 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .literal.mbedtls_free + 0x000000004014ed78 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .literal.mbedtls_platform_zeroize + 0x000000004014ed7c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .literal.mbedtls_platform_gmtime_r + 0x000000004014ed80 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x8 (size before relaxing) + .literal.rsa_check_context + 0x000000004014ed84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x30 (size before relaxing) + .literal.rsa_prepare_blinding + 0x000000004014ed84 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x3c (size before relaxing) + .literal.mgf_mask + 0x000000004014ed88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1c (size before relaxing) + .literal.rsa_rsassa_pkcs1_v15_encode + 0x000000004014ed88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_rsa_import + 0x000000004014ed88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_rsa_import_raw + 0x000000004014ed88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_rsa_complete + 0x000000004014ed88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x3c (size before relaxing) + .literal.mbedtls_rsa_init + 0x000000004014ed88 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_rsa_check_pubkey + 0x000000004014ed88 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_rsa_check_privkey + 0x000000004014ed8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_check_pub_priv + 0x000000004014ed8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_public + 0x000000004014ed8c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_rsa_private + 0x000000004014ed90 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc4 (size before relaxing) + .literal.rsa_rsassa_pss_sign + 0x000000004014ed90 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x50 (size before relaxing) + .literal.mbedtls_rsa_rsaes_oaep_encrypt + 0x000000004014ed94 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_rsa_rsaes_pkcs1_v15_encrypt + 0x000000004014ed98 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_encrypt + 0x000000004014ed9c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsaes_oaep_decrypt + 0x000000004014eda0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x48 (size before relaxing) + .literal.mbedtls_rsa_rsaes_pkcs1_v15_decrypt + 0x000000004014eda4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_decrypt + 0x000000004014eda4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_sign + 0x000000004014eda4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_rsa_rsassa_pkcs1_v15_sign + 0x000000004014eda4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x40 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_sign + 0x000000004014eda8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_verify_ext + 0x000000004014eda8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x50 (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_verify + 0x000000004014edb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4 (size before relaxing) + .literal.hal_open + 0x000000004014edb0 0x10 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x2c (size before relaxing) + .literal.hci_packet_complete + 0x000000004014edc0 0x0 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x4 (size before relaxing) + .text.hal_open + 0x000000004014edc0 0x54 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x58 (size before relaxing) + .text.hci_packet_complete + 0x000000004014ee14 0x34 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .text.hci_hal_h4_task_post + 0x000000004014ee48 0x18 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x1c (size before relaxing) + 0x000000004014ee48 hci_hal_h4_task_post + .text.host_recv_pkt_cb + 0x000000004014ee60 0x4e esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x56 (size before relaxing) + *fill* 0x000000004014eeae 0x2 + .text.host_recv_adv_packet + 0x000000004014eeb0 0x45 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x000000004014eeb0 host_recv_adv_packet + *fill* 0x000000004014eef5 0x3 + .text.hci_update_adv_report_flow_control + 0x000000004014eef8 0x2e esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x36 (size before relaxing) + *fill* 0x000000004014ef26 0x2 + .text.hci_hal_h4_hdl_rx_packet + 0x000000004014ef28 0xbf esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + *fill* 0x000000004014efe7 0x1 + .text.event_uart_has_bytes + 0x000000004014efe8 0x1b esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x23 (size before relaxing) + *fill* 0x000000004014f003 0x1 + .text.hci_hal_h4_get_interface + 0x000000004014f004 0x8 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x000000004014f004 hci_hal_h4_get_interface + .text.BTE_DeinitStack + 0x000000004014f00c 0x95 esp-idf/bt/libbt.a(bte_init.c.obj) + 0x98 (size before relaxing) + 0x000000004014f00c BTE_DeinitStack + *fill* 0x000000004014f0a1 0x3 + .text.BTE_InitStack + 0x000000004014f0a4 0xef esp-idf/bt/libbt.a(bte_init.c.obj) + 0xfa (size before relaxing) + 0x000000004014f0a4 BTE_InitStack + *fill* 0x000000004014f193 0x1 + .text.btm_notify_new_key + 0x000000004014f194 0x2f esp-idf/bt/libbt.a(btm_ble.c.obj) + *fill* 0x000000004014f1c3 0x1 + .text.btm_ble_process_er2 + 0x000000004014f1c4 0x46 esp-idf/bt/libbt.a(btm_ble.c.obj) + *fill* 0x000000004014f20a 0x2 + .text.btm_ble_process_ir + 0x000000004014f20c 0x46 esp-idf/bt/libbt.a(btm_ble.c.obj) + *fill* 0x000000004014f252 0x2 + .text.btm_ble_process_er + 0x000000004014f254 0x46 esp-idf/bt/libbt.a(btm_ble.c.obj) + *fill* 0x000000004014f29a 0x2 + .text.btm_ble_process_irk + 0x000000004014f29c 0x44 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4b (size before relaxing) + *fill* 0x000000004014f2e0 0x0 + .text.btm_ble_process_dhk + 0x000000004014f2e0 0x76 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x7e (size before relaxing) + *fill* 0x000000004014f356 0x2 + .text.btm_ble_process_ir2 + 0x000000004014f358 0x5a esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000004014f3b2 0x2 + .text.BTM_SecAddBleDevice + 0x000000004014f3b4 0x101 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x111 (size before relaxing) + 0x000000004014f3b4 BTM_SecAddBleDevice + *fill* 0x000000004014f4b5 0x3 + .text.BTM_BleLoadLocalKeys + 0x000000004014f4b8 0x44 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f4b8 BTM_BleLoadLocalKeys + .text.BTM_GetDeviceEncRoot + 0x000000004014f4fc 0x1a esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f4fc BTM_GetDeviceEncRoot + *fill* 0x000000004014f516 0x2 + .text.BTM_GetDeviceIDRoot + 0x000000004014f518 0x1a esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f518 BTM_GetDeviceIDRoot + *fill* 0x000000004014f532 0x2 + .text.BTM_GetDeviceDHK + 0x000000004014f534 0x1a esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f534 BTM_GetDeviceDHK + *fill* 0x000000004014f54e 0x2 + .text.BTM_ReadConnectionAddr + 0x000000004014f550 0x2b esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f550 BTM_ReadConnectionAddr + *fill* 0x000000004014f57b 0x1 + .text.BTM_ReadRemoteConnectionAddr + 0x000000004014f57c 0x32 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f57c BTM_ReadRemoteConnectionAddr + *fill* 0x000000004014f5ae 0x2 + .text.BTM_SecurityGrant + 0x000000004014f5b0 0x14 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f5b0 BTM_SecurityGrant + .text.BTM_BlePasskeyReply + 0x000000004014f5c4 0x30 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x34 (size before relaxing) + 0x000000004014f5c4 BTM_BlePasskeyReply + .text.BTM_BleSetStaticPasskey + 0x000000004014f5f4 0xd esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x10 (size before relaxing) + 0x000000004014f5f4 BTM_BleSetStaticPasskey + *fill* 0x000000004014f601 0x3 + .text.BTM_BleConfirmReply + 0x000000004014f604 0x2e esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x32 (size before relaxing) + 0x000000004014f604 BTM_BleConfirmReply + *fill* 0x000000004014f632 0x2 + .text.BTM_BleOobDataReply + 0x000000004014f634 0x2f esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x33 (size before relaxing) + 0x000000004014f634 BTM_BleOobDataReply + *fill* 0x000000004014f663 0x1 + .text.BTM_BleSetConnScanParams + 0x000000004014f664 0x80 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f664 BTM_BleSetConnScanParams + .text.BTM_BleSetPrefConnParams + 0x000000004014f6e4 0xf9 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0xfd (size before relaxing) + 0x000000004014f6e4 BTM_BleSetPrefConnParams + *fill* 0x000000004014f7dd 0x3 + .text.BTM_ReadDevInfo + 0x000000004014f7e0 0xa4 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0xac (size before relaxing) + 0x000000004014f7e0 BTM_ReadDevInfo + .text.btm_ble_test_command_complete + 0x000000004014f884 0x1a esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f884 btm_ble_test_command_complete + *fill* 0x000000004014f89e 0x2 + .text.BTM_UseLeLink + 0x000000004014f8a0 0x41 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x49 (size before relaxing) + 0x000000004014f8a0 BTM_UseLeLink + *fill* 0x000000004014f8e1 0x3 + .text.BTM_SetBleDataLength + 0x000000004014f8e4 0x60 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x64 (size before relaxing) + 0x000000004014f8e4 BTM_SetBleDataLength + .text.btm_ble_rand_enc_complete + 0x000000004014f944 0x5a esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f944 btm_ble_rand_enc_complete + *fill* 0x000000004014f99e 0x2 + .text.btm_ble_increment_sign_ctr + 0x000000004014f9a0 0x27 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f9a0 btm_ble_increment_sign_ctr + *fill* 0x000000004014f9c7 0x1 + .text.btm_ble_get_enc_key_type + 0x000000004014f9c8 0x19 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x1d (size before relaxing) + 0x000000004014f9c8 btm_ble_get_enc_key_type + *fill* 0x000000004014f9e1 0x3 + .text.btm_get_local_div + 0x000000004014f9e4 0x29 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014f9e4 btm_get_local_div + *fill* 0x000000004014fa0d 0x3 + .text.btm_sec_save_le_key + 0x000000004014fa10 0x236 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x23e (size before relaxing) + 0x000000004014fa10 btm_sec_save_le_key + *fill* 0x000000004014fc46 0x2 + .text.BTM_SecAddBleKey + 0x000000004014fc48 0xa1 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0xa9 (size before relaxing) + 0x000000004014fc48 BTM_SecAddBleKey + *fill* 0x000000004014fce9 0x3 + .text.btm_ble_update_sec_key_size + 0x000000004014fcec 0x13 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x16 (size before relaxing) + 0x000000004014fcec btm_ble_update_sec_key_size + *fill* 0x000000004014fcff 0x1 + .text.btm_ble_read_sec_key_size + 0x000000004014fd00 0x14 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x18 (size before relaxing) + 0x000000004014fd00 btm_ble_read_sec_key_size + .text.btm_ble_link_sec_check + 0x000000004014fd14 0x63 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014fd14 btm_ble_link_sec_check + *fill* 0x000000004014fd77 0x1 + .text.btm_ble_start_encrypt + 0x000000004014fd78 0x7e esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x8a (size before relaxing) + 0x000000004014fd78 btm_ble_start_encrypt + *fill* 0x000000004014fdf6 0x2 + .text.btm_ble_set_encryption + 0x000000004014fdf8 0xb8 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0xbc (size before relaxing) + 0x000000004014fdf8 btm_ble_set_encryption + .text.btm_ble_link_encrypted + 0x000000004014feb0 0x63 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x6e (size before relaxing) + 0x000000004014feb0 btm_ble_link_encrypted + *fill* 0x000000004014ff13 0x1 + .text.btm_ble_ltk_request_reply + 0x000000004014ff14 0x4f esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x5a (size before relaxing) + 0x000000004014ff14 btm_ble_ltk_request_reply + *fill* 0x000000004014ff63 0x1 + .text.btm_ble_ltk_request + 0x000000004014ff64 0x46 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x4e (size before relaxing) + 0x000000004014ff64 btm_ble_ltk_request + *fill* 0x000000004014ffaa 0x2 + .text.btm_ble_io_capabilities_req + 0x000000004014ffac 0x8c esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x000000004014ffac btm_ble_io_capabilities_req + .text.btm_ble_br_keys_req + 0x0000000040150038 0x23 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x0000000040150038 btm_ble_br_keys_req + *fill* 0x000000004015005b 0x1 + .text.btm_ble_connected + 0x000000004015005c 0x8f esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x93 (size before relaxing) + 0x000000004015005c btm_ble_connected + *fill* 0x00000000401500eb 0x1 + .text.btm_ble_resolve_random_addr_on_conn_cmpl + 0x00000000401500ec 0x112 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x11a (size before relaxing) + *fill* 0x00000000401501fe 0x2 + .text.btm_ble_conn_complete + 0x0000000040150200 0x17c esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x1a0 (size before relaxing) + 0x0000000040150200 btm_ble_conn_complete + .text.btm_ble_create_ll_conn_complete + 0x000000004015037c 0x1b esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x1f (size before relaxing) + 0x000000004015037c btm_ble_create_ll_conn_complete + *fill* 0x0000000040150397 0x1 + .text.btm_ble_create_conn_cancel_complete + 0x0000000040150398 0x17 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x1b (size before relaxing) + 0x0000000040150398 btm_ble_create_conn_cancel_complete + *fill* 0x00000000401503af 0x1 + .text.btm_proc_smp_cback + 0x00000000401503b0 0x120 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x128 (size before relaxing) + 0x00000000401503b0 btm_proc_smp_cback + .text.BTM_BleDataSignature + 0x00000000401504d0 0xa7 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0xaf (size before relaxing) + 0x00000000401504d0 BTM_BleDataSignature + *fill* 0x0000000040150577 0x1 + .text.BTM_BleVerifySignature + 0x0000000040150578 0x67 esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x6f (size before relaxing) + 0x0000000040150578 BTM_BleVerifySignature + *fill* 0x00000000401505df 0x1 + .text.btm_ble_reset_id + 0x00000000401505e0 0xb esp-idf/bt/libbt.a(btm_ble.c.obj) + 0xe (size before relaxing) + 0x00000000401505e0 btm_ble_reset_id + *fill* 0x00000000401505eb 0x1 + .text.btm_ble_obtain_vsc_details + 0x00000000401505ec 0x11 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x00000000401505ec btm_ble_obtain_vsc_details + *fill* 0x00000000401505fd 0x3 + .text.btm_ble_advfilt_enq_op_q + 0x0000000040150600 0x53 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x0000000040150600 btm_ble_advfilt_enq_op_q + *fill* 0x0000000040150653 0x1 + .text.btm_ble_advfilt_deq_op_q + 0x0000000040150654 0x71 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x0000000040150654 btm_ble_advfilt_deq_op_q + *fill* 0x00000000401506c5 0x3 + .text.btm_ble_condtype_to_ocf + 0x00000000401506c8 0x3d esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x00000000401506c8 btm_ble_condtype_to_ocf + *fill* 0x0000000040150705 0x3 + .text.btm_ble_ocf_to_condtype + 0x0000000040150708 0x3f esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x0000000040150708 btm_ble_ocf_to_condtype + *fill* 0x0000000040150747 0x1 + .text.btm_ble_find_addr_filter_counter + 0x0000000040150748 0x44 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x0000000040150748 btm_ble_find_addr_filter_counter + .text.btm_ble_alloc_addr_filter_counter + 0x000000004015078c 0x50 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x000000004015078c btm_ble_alloc_addr_filter_counter + .text.btm_ble_dealloc_addr_filter_counter + 0x00000000401507dc 0x7a esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x00000000401507dc btm_ble_dealloc_addr_filter_counter + *fill* 0x0000000040150856 0x2 + .text.btm_ble_cs_update_pf_counter + 0x0000000040150858 0xc9 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0xcd (size before relaxing) + *fill* 0x0000000040150921 0x3 + .text.btm_ble_scan_pf_cmpl_cback + 0x0000000040150924 0x116 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x122 (size before relaxing) + 0x0000000040150924 btm_ble_scan_pf_cmpl_cback + *fill* 0x0000000040150a3a 0x2 + .text.btm_ble_update_pf_local_name + 0x0000000040150a3c 0x90 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x0000000040150a3c btm_ble_update_pf_local_name + .text.btm_ble_update_srvc_data_change + 0x0000000040150acc 0x24 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x0000000040150acc btm_ble_update_srvc_data_change + .text.btm_ble_update_pf_manu_data + 0x0000000040150af0 0x1a2 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x0000000040150af0 btm_ble_update_pf_manu_data + *fill* 0x0000000040150c92 0x2 + .text.btm_ble_update_addr_filter + 0x0000000040150c94 0x80 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x0000000040150c94 btm_ble_update_addr_filter + .text.btm_ble_update_uuid_filter + 0x0000000040150d14 0x232 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x242 (size before relaxing) + 0x0000000040150d14 btm_ble_update_uuid_filter + *fill* 0x0000000040150f46 0x2 + .text.btm_ble_clear_scan_pf_filter + 0x0000000040150f48 0x168 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x188 (size before relaxing) + 0x0000000040150f48 btm_ble_clear_scan_pf_filter + .text.BTM_BleAdvFilterParamSetup + 0x00000000401510b0 0x158 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x174 (size before relaxing) + 0x00000000401510b0 BTM_BleAdvFilterParamSetup + .text.BTM_BleEnableDisableFilterFeature + 0x0000000040151208 0x4c esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x54 (size before relaxing) + 0x0000000040151208 BTM_BleEnableDisableFilterFeature + .text.BTM_BleCfgFilterCondition + 0x0000000040151254 0x102 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x106 (size before relaxing) + 0x0000000040151254 BTM_BleCfgFilterCondition + *fill* 0x0000000040151356 0x2 + .text.btm_ble_adv_filter_init + 0x0000000040151358 0x78 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x7c (size before relaxing) + 0x0000000040151358 btm_ble_adv_filter_init + .text.btm_ble_adv_filter_cleanup + 0x00000000401513d0 0x3c esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x00000000401513d0 btm_ble_adv_filter_cleanup + .text.btm_ble_batchscan_enq_op_q + 0x000000004015140c 0x4c esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x000000004015140c btm_ble_batchscan_enq_op_q + .text.btm_ble_batchscan_enq_rep_q + 0x0000000040151458 0x70 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x0000000040151458 btm_ble_batchscan_enq_rep_q + .text.btm_ble_batchscan_enq_rep_data + 0x00000000401514c8 0xf2 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x00000000401514c8 btm_ble_batchscan_enq_rep_data + *fill* 0x00000000401515ba 0x2 + .text.btm_ble_batchscan_deq_rep_data + 0x00000000401515bc 0x90 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x00000000401515bc btm_ble_batchscan_deq_rep_data + .text.btm_ble_batchscan_deq_op_q + 0x000000004015164c 0x63 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x000000004015164c btm_ble_batchscan_deq_op_q + *fill* 0x00000000401516af 0x1 + .text.btm_ble_read_batchscan_reports + 0x00000000401516b0 0x38 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x3c (size before relaxing) + 0x00000000401516b0 btm_ble_read_batchscan_reports + .text.btm_ble_batchscan_vsc_cmpl_cback + 0x00000000401516e8 0x18f esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x197 (size before relaxing) + 0x00000000401516e8 btm_ble_batchscan_vsc_cmpl_cback + *fill* 0x0000000040151877 0x1 + .text.btm_ble_set_storage_config + 0x0000000040151878 0x2a esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x0000000040151878 btm_ble_set_storage_config + *fill* 0x00000000401518a2 0x2 + .text.btm_ble_set_batchscan_param + 0x00000000401518a4 0x5d esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x61 (size before relaxing) + 0x00000000401518a4 btm_ble_set_batchscan_param + *fill* 0x0000000040151901 0x3 + .text.btm_ble_enable_disable_batchscan + 0x0000000040151904 0x6f esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x73 (size before relaxing) + 0x0000000040151904 btm_ble_enable_disable_batchscan + *fill* 0x0000000040151973 0x1 + .text.BTM_BleSetStorageConfig + 0x0000000040151974 0xce esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0xe2 (size before relaxing) + 0x0000000040151974 BTM_BleSetStorageConfig + *fill* 0x0000000040151a42 0x2 + .text.BTM_BleEnableBatchScan + 0x0000000040151a44 0x10e esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x11a (size before relaxing) + 0x0000000040151a44 BTM_BleEnableBatchScan + *fill* 0x0000000040151b52 0x2 + .text.BTM_BleDisableBatchScan + 0x0000000040151b54 0x3e esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x4a (size before relaxing) + 0x0000000040151b54 BTM_BleDisableBatchScan + *fill* 0x0000000040151b92 0x2 + .text.BTM_BleReadScanReports + 0x0000000040151b94 0x88 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x98 (size before relaxing) + 0x0000000040151b94 BTM_BleReadScanReports + .text.BTM_BleTrackAdvertiser + 0x0000000040151c1c 0x31 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x35 (size before relaxing) + 0x0000000040151c1c BTM_BleTrackAdvertiser + *fill* 0x0000000040151c4d 0x3 + .text.btm_ble_batchscan_cleanup + 0x0000000040151c50 0x80 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x0000000040151c50 btm_ble_batchscan_cleanup + .text.background_connections_lazy_init + 0x0000000040151cd0 0x37 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + *fill* 0x0000000040151d07 0x1 + .text.background_connection_add + 0x0000000040151d08 0x55 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x5d (size before relaxing) + *fill* 0x0000000040151d5d 0x3 + .text.bdaddr_equality_fn + 0x0000000040151d60 0x11 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + *fill* 0x0000000040151d71 0x3 + .text.background_connection_remove + 0x0000000040151d74 0x22 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + *fill* 0x0000000040151d96 0x2 + .text.background_connections_clear + 0x0000000040151d98 0xf esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x12 (size before relaxing) + *fill* 0x0000000040151da7 0x1 + .text.background_connections_pending + 0x0000000040151da8 0x1d esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x21 (size before relaxing) + *fill* 0x0000000040151dc5 0x3 + .text.background_connections_pending_cb + 0x0000000040151dc8 0x18 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .text.btm_update_scanner_filter_policy + 0x0000000040151de0 0x5b esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x5e (size before relaxing) + 0x0000000040151de0 btm_update_scanner_filter_policy + *fill* 0x0000000040151e3b 0x1 + .text.btm_add_dev_to_controller + 0x0000000040151e3c 0x2d esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x0000000040151e3c btm_add_dev_to_controller + *fill* 0x0000000040151e69 0x3 + .text.btm_execute_wl_dev_operation + 0x0000000040151e6c 0x63 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x0000000040151e6c btm_execute_wl_dev_operation + *fill* 0x0000000040151ecf 0x1 + .text.btm_wl_update_to_controller + 0x0000000040151ed0 0x8 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0xb (size before relaxing) + *fill* 0x0000000040151ed8 0x0 + .text.btm_enq_wl_dev_operation + 0x0000000040151ed8 0x64 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x0000000040151ed8 btm_enq_wl_dev_operation + .text.btm_ble_clear_white_list + 0x0000000040151f3c 0xb esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x11 (size before relaxing) + 0x0000000040151f3c btm_ble_clear_white_list + *fill* 0x0000000040151f47 0x1 + .text.btm_ble_clear_white_list_complete + 0x0000000040151f48 0x1e esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x22 (size before relaxing) + 0x0000000040151f48 btm_ble_clear_white_list_complete + *fill* 0x0000000040151f66 0x2 + .text.btm_ble_white_list_init + 0x0000000040151f68 0x10 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x0000000040151f68 btm_ble_white_list_init + .text.btm_ble_add_2_white_list_complete + 0x0000000040151f78 0x24 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x0000000040151f78 btm_ble_add_2_white_list_complete + .text.btm_ble_remove_from_white_list_complete + 0x0000000040151f9c 0x27 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x0000000040151f9c btm_ble_remove_from_white_list_complete + *fill* 0x0000000040151fc3 0x1 + .text.btm_ble_start_select_conn + 0x0000000040151fc4 0x104 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x11c (size before relaxing) + 0x0000000040151fc4 btm_ble_start_select_conn + .text.btm_ble_initiate_select_conn + 0x00000000401520c8 0x14 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x00000000401520c8 btm_ble_initiate_select_conn + .text.btm_ble_get_conn_st + 0x00000000401520dc 0x10 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x00000000401520dc btm_ble_get_conn_st + .text.btm_ble_set_conn_st + 0x00000000401520ec 0x2b esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x2e (size before relaxing) + 0x00000000401520ec btm_ble_set_conn_st + *fill* 0x0000000040152117 0x1 + .text.btm_ble_start_auto_conn + 0x0000000040152118 0x104 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x118 (size before relaxing) + 0x0000000040152118 btm_ble_start_auto_conn + .text.btm_suspend_wl_activity + 0x000000004015221c 0x20 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x27 (size before relaxing) + *fill* 0x000000004015223c 0x0 + .text.btm_update_dev_to_white_list + 0x000000004015223c 0x113 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x123 (size before relaxing) + 0x000000004015223c btm_update_dev_to_white_list + *fill* 0x000000004015234f 0x1 + .text.btm_ble_suspend_bg_conn + 0x0000000040152350 0x36 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x0000000040152350 btm_ble_suspend_bg_conn + *fill* 0x0000000040152386 0x2 + .text.btm_ble_resume_bg_conn + 0x0000000040152388 0x42 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x46 (size before relaxing) + 0x0000000040152388 btm_ble_resume_bg_conn + *fill* 0x00000000401523ca 0x2 + .text.btm_ble_enqueue_direct_conn_req + 0x00000000401523cc 0x1e esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x22 (size before relaxing) + 0x00000000401523cc btm_ble_enqueue_direct_conn_req + *fill* 0x00000000401523ea 0x2 + .text.btm_send_pending_direct_conn + 0x00000000401523ec 0x2c esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x34 (size before relaxing) + 0x00000000401523ec btm_send_pending_direct_conn + .text.GAP_Init + 0x0000000040152418 0x35 esp-idf/bt/libbt.a(gap_api.c.obj) + 0x39 (size before relaxing) + 0x0000000040152418 GAP_Init + *fill* 0x000000004015244d 0x3 + .text.GAP_Deinit + 0x0000000040152450 0x1a esp-idf/bt/libbt.a(gap_api.c.obj) + 0x0000000040152450 GAP_Deinit + *fill* 0x000000004015246a 0x2 + .text.attp_build_mtu_cmd + 0x000000004015246c 0x2d esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x000000004015246c attp_build_mtu_cmd + *fill* 0x0000000040152499 0x3 + .text.attp_build_exec_write_cmd + 0x000000004015249c 0x35 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x000000004015249c attp_build_exec_write_cmd + *fill* 0x00000000401524d1 0x3 + .text.attp_build_err_cmd + 0x00000000401524d4 0x38 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x00000000401524d4 attp_build_err_cmd + .text.attp_build_browse_cmd + 0x000000004015250c 0x66 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x6a (size before relaxing) + 0x000000004015250c attp_build_browse_cmd + *fill* 0x0000000040152572 0x2 + .text.attp_build_read_by_type_value_cmd + 0x0000000040152574 0x9b esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x9f (size before relaxing) + 0x0000000040152574 attp_build_read_by_type_value_cmd + *fill* 0x000000004015260f 0x1 + .text.attp_build_read_multi_cmd + 0x0000000040152610 0x69 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x0000000040152610 attp_build_read_multi_cmd + *fill* 0x0000000040152679 0x3 + .text.attp_build_handle_cmd + 0x000000004015267c 0x41 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x000000004015267c attp_build_handle_cmd + *fill* 0x00000000401526bd 0x3 + .text.attp_build_opcode_cmd + 0x00000000401526c0 0x21 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x00000000401526c0 attp_build_opcode_cmd + *fill* 0x00000000401526e1 0x3 + .text.attp_build_value_cmd + 0x00000000401526e4 0xec esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x00000000401526e4 attp_build_value_cmd + .text.attp_send_msg_to_l2cap + 0x00000000401527d0 0x29 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x2d (size before relaxing) + 0x00000000401527d0 attp_send_msg_to_l2cap + *fill* 0x00000000401527f9 0x3 + .text.attp_build_sr_msg + 0x00000000401527fc 0x8e esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x92 (size before relaxing) + 0x00000000401527fc attp_build_sr_msg + *fill* 0x000000004015288a 0x2 + .text.attp_send_sr_msg + 0x000000004015288c 0x29 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x000000004015288c attp_send_sr_msg + *fill* 0x00000000401528b5 0x3 + .text.attp_cl_send_cmd + 0x00000000401528b8 0xa0 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0xa8 (size before relaxing) + 0x00000000401528b8 attp_cl_send_cmd + .text.attp_send_cl_msg + 0x0000000040152958 0x193 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x1af (size before relaxing) + 0x0000000040152958 attp_send_cl_msg + *fill* 0x0000000040152aeb 0x1 + .text.gatt_profile_find_clcb_by_conn_id + 0x0000000040152aec 0x31 esp-idf/bt/libbt.a(gatt_attr.c.obj) + *fill* 0x0000000040152b1d 0x3 + .text.gatt_disc_res_cback + 0x0000000040152b20 0x5a esp-idf/bt/libbt.a(gatt_attr.c.obj) + *fill* 0x0000000040152b7a 0x2 + .text.gatt_cl_start_config_ccc + 0x0000000040152b7c 0xbe esp-idf/bt/libbt.a(gatt_attr.c.obj) + *fill* 0x0000000040152c3a 0x2 + .text.gatt_disc_cmpl_cback + 0x0000000040152c3c 0x2a esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x2e (size before relaxing) + *fill* 0x0000000040152c66 0x2 + .text.gatt_profile_find_clcb_by_bd_addr + 0x0000000040152c68 0x42 esp-idf/bt/libbt.a(gatt_attr.c.obj) + *fill* 0x0000000040152caa 0x2 + .text.gatt_profile_find_conn_id_by_bd_addr + 0x0000000040152cac 0x21 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x25 (size before relaxing) + 0x0000000040152cac gatt_profile_find_conn_id_by_bd_addr + *fill* 0x0000000040152ccd 0x3 + .text.gatt_profile_clcb_alloc + 0x0000000040152cd0 0x4e esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x0000000040152cd0 gatt_profile_clcb_alloc + *fill* 0x0000000040152d1e 0x2 + .text.gatt_profile_clcb_dealloc + 0x0000000040152d20 0x12 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x0000000040152d20 gatt_profile_clcb_dealloc + *fill* 0x0000000040152d32 0x2 + .text.gatt_connect_cback + 0x0000000040152d34 0x60 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x68 (size before relaxing) + .text.gatt_proc_read + 0x0000000040152d94 0x4c esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x50 (size before relaxing) + 0x0000000040152d94 gatt_proc_read + .text.gatt_proc_write_req + 0x0000000040152de0 0x24 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x0000000040152de0 gatt_proc_write_req + .text.gatt_request_cback + 0x0000000040152e04 0x8b esp-idf/bt/libbt.a(gatt_attr.c.obj) + *fill* 0x0000000040152e8f 0x1 + .text.gatt_profile_db_init + 0x0000000040152e90 0xee esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x102 (size before relaxing) + 0x0000000040152e90 gatt_profile_db_init + *fill* 0x0000000040152f7e 0x2 + .text.add_round_key + 0x0000000040152f80 0xf esp-idf/bt/libbt.a(aes.c.obj) + *fill* 0x0000000040152f8f 0x1 + .text.shift_sub_rows + 0x0000000040152f90 0xb8 esp-idf/bt/libbt.a(aes.c.obj) + .text.mix_sub_columns + 0x0000000040153048 0x1fb esp-idf/bt/libbt.a(aes.c.obj) + *fill* 0x0000000040153243 0x1 + .text.aes_set_key + 0x0000000040153244 0x139 esp-idf/bt/libbt.a(aes.c.obj) + 0x0000000040153244 aes_set_key + *fill* 0x000000004015337d 0x3 + .text.bluedroid_aes_encrypt + 0x0000000040153380 0x56 esp-idf/bt/libbt.a(aes.c.obj) + 0x5e (size before relaxing) + 0x0000000040153380 bluedroid_aes_encrypt + *fill* 0x00000000401533d6 0x2 + .text.p_256_init_curve + 0x00000000401533d8 0xd6 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + 0x00000000401533d8 p_256_init_curve + *fill* 0x00000000401534ae 0x2 + .text.p_256_init_point + 0x00000000401534b0 0x12 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + *fill* 0x00000000401534c2 0x2 + .text.ECC_NAF 0x00000000401534c4 0x83 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + *fill* 0x0000000040153547 0x1 + .text.ECC_Double + 0x0000000040153548 0x108 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x144 (size before relaxing) + .text.p_256_copy_point + 0x0000000040153650 0x12 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + *fill* 0x0000000040153662 0x2 + .text.ECC_Add 0x0000000040153664 0x150 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x194 (size before relaxing) + .text.ECC_PointMult_Bin_NAF + 0x00000000401537b4 0x142 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x172 (size before relaxing) + 0x00000000401537b4 ECC_PointMult_Bin_NAF + *fill* 0x00000000401538f6 0x2 + .text.ECC_CheckPointIsInElliCur_P256 + 0x00000000401538f8 0xb4 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0xc4 (size before relaxing) + 0x00000000401538f8 ECC_CheckPointIsInElliCur_P256 + .text.multiprecision_most_signbits + 0x00000000401539ac 0x30 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401539ac multiprecision_most_signbits + .text.multiprecision_add_mod + 0x00000000401539dc 0x5f esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401539dc multiprecision_add_mod + *fill* 0x0000000040153a3b 0x1 + .text.multiprecision_sub_mod + 0x0000000040153a3c 0x3c esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x0000000040153a3c multiprecision_sub_mod + .text.multiprecision_lshift_mod + 0x0000000040153a78 0x5b esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x0000000040153a78 multiprecision_lshift_mod + *fill* 0x0000000040153ad3 0x1 + .text.multiprecision_mult + 0x0000000040153ad4 0x68 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x0000000040153ad4 multiprecision_mult + .text.multiprecision_fast_mod + 0x0000000040153b3c 0x1ef esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x0000000040153b3c multiprecision_fast_mod + *fill* 0x0000000040153d2b 0x1 + .text.multiprecision_fast_mod_P256 + 0x0000000040153d2c 0x4e7 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x0000000040153d2c multiprecision_fast_mod_P256 + *fill* 0x0000000040154213 0x1 + .text.multiprecision_mersenns_mult_mod + 0x0000000040154214 0x28 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x33 (size before relaxing) + 0x0000000040154214 multiprecision_mersenns_mult_mod + *fill* 0x000000004015423c 0x0 + .text.multiprecision_mersenns_squa_mod + 0x000000004015423c 0x13 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x000000004015423c multiprecision_mersenns_squa_mod + *fill* 0x000000004015424f 0x1 + .text.multiprecision_inv_mod + 0x0000000040154250 0x197 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x19b (size before relaxing) + 0x0000000040154250 multiprecision_inv_mod + *fill* 0x00000000401543e7 0x1 + .text.lmp_version_below + 0x00000000401543e8 0x2c esp-idf/bt/libbt.a(smp_act.c.obj) + 0x30 (size before relaxing) + .text.smp_send_app_cback + 0x0000000040154414 0x166 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x172 (size before relaxing) + 0x0000000040154414 smp_send_app_cback + *fill* 0x000000004015457a 0x2 + .text.smp_send_pair_fail + 0x000000004015457c 0x2a esp-idf/bt/libbt.a(smp_act.c.obj) + 0x000000004015457c smp_send_pair_fail + *fill* 0x00000000401545a6 0x2 + .text.smp_send_pair_req + 0x00000000401545a8 0x18 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x20 (size before relaxing) + 0x00000000401545a8 smp_send_pair_req + .text.smp_send_confirm + 0x00000000401545c0 0xf esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401545c0 smp_send_confirm + *fill* 0x00000000401545cf 0x1 + .text.smp_send_rand + 0x00000000401545d0 0xf esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401545d0 smp_send_rand + *fill* 0x00000000401545df 0x1 + .text.smp_send_pair_public_key + 0x00000000401545e0 0xf esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401545e0 smp_send_pair_public_key + *fill* 0x00000000401545ef 0x1 + .text.smp_send_commitment + 0x00000000401545f0 0xf esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401545f0 smp_send_commitment + *fill* 0x00000000401545ff 0x1 + .text.smp_send_dhkey_check + 0x0000000040154600 0xf esp-idf/bt/libbt.a(smp_act.c.obj) + 0x0000000040154600 smp_send_dhkey_check + *fill* 0x000000004015460f 0x1 + .text.smp_send_keypress_notification + 0x0000000040154610 0x18 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x0000000040154610 smp_send_keypress_notification + .text.smp_send_ltk_reply + 0x0000000040154628 0x12 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x0000000040154628 smp_send_ltk_reply + *fill* 0x000000004015463a 0x2 + .text.smp_proc_sec_req + 0x000000004015463c 0x8a esp-idf/bt/libbt.a(smp_act.c.obj) + 0x8e (size before relaxing) + 0x000000004015463c smp_proc_sec_req + *fill* 0x00000000401546c6 0x2 + .text.smp_proc_sec_grant + 0x00000000401546c8 0x1f esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401546c8 smp_proc_sec_grant + *fill* 0x00000000401546e7 0x1 + .text.smp_proc_confirm + 0x00000000401546e8 0x48 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x50 (size before relaxing) + 0x00000000401546e8 smp_proc_confirm + .text.smp_proc_rand + 0x0000000040154730 0x37 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x3f (size before relaxing) + 0x0000000040154730 smp_proc_rand + *fill* 0x0000000040154767 0x1 + .text.smp_process_pairing_commitment + 0x0000000040154768 0x4a esp-idf/bt/libbt.a(smp_act.c.obj) + 0x52 (size before relaxing) + 0x0000000040154768 smp_process_pairing_commitment + *fill* 0x00000000401547b2 0x2 + .text.smp_process_dhkey_check + 0x00000000401547b4 0x49 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x51 (size before relaxing) + 0x00000000401547b4 smp_process_dhkey_check + *fill* 0x00000000401547fd 0x3 + .text.smp_process_keypress_notification + 0x0000000040154800 0x43 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x47 (size before relaxing) + 0x0000000040154800 smp_process_keypress_notification + *fill* 0x0000000040154843 0x1 + .text.smp_proc_compare + 0x0000000040154844 0x6a esp-idf/bt/libbt.a(smp_act.c.obj) + 0x72 (size before relaxing) + 0x0000000040154844 smp_proc_compare + *fill* 0x00000000401548ae 0x2 + .text.smp_proc_sl_key + 0x00000000401548b0 0x30 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x38 (size before relaxing) + 0x00000000401548b0 smp_proc_sl_key + .text.smp_start_enc + 0x00000000401548e0 0x37 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x3f (size before relaxing) + 0x00000000401548e0 smp_start_enc + *fill* 0x0000000040154917 0x1 + .text.smp_proc_discard + 0x0000000040154918 0x10 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x13 (size before relaxing) + 0x0000000040154918 smp_proc_discard + *fill* 0x0000000040154928 0x0 + .text.smp_enc_cmpl + 0x0000000040154928 0x22 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x0000000040154928 smp_enc_cmpl + *fill* 0x000000004015494a 0x2 + .text.smp_check_auth_req + 0x000000004015494c 0xd3 esp-idf/bt/libbt.a(smp_act.c.obj) + 0xd7 (size before relaxing) + 0x000000004015494c smp_check_auth_req + *fill* 0x0000000040154a1f 0x1 + .text.smp_key_pick_key + 0x0000000040154a20 0x46 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x0000000040154a20 smp_key_pick_key + *fill* 0x0000000040154a66 0x2 + .text.smp_decide_association_model + 0x0000000040154a68 0x8e esp-idf/bt/libbt.a(smp_act.c.obj) + 0x0000000040154a68 smp_decide_association_model + *fill* 0x0000000040154af6 0x2 + .text.smp_send_pair_rsp + 0x0000000040154af8 0x48 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x4c (size before relaxing) + 0x0000000040154af8 smp_send_pair_rsp + .text.smp_proc_pair_cmd + 0x0000000040154b40 0x210 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x240 (size before relaxing) + 0x0000000040154b40 smp_proc_pair_cmd + .text.smp_process_io_response + 0x0000000040154d50 0xca esp-idf/bt/libbt.a(smp_act.c.obj) + 0xd2 (size before relaxing) + 0x0000000040154d50 smp_process_io_response + *fill* 0x0000000040154e1a 0x2 + .text.smp_pairing_cmpl + 0x0000000040154e1c 0x12 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x16 (size before relaxing) + 0x0000000040154e1c smp_pairing_cmpl + *fill* 0x0000000040154e2e 0x2 + .text.smp_pair_terminate + 0x0000000040154e30 0x12 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x0000000040154e30 smp_pair_terminate + *fill* 0x0000000040154e42 0x2 + .text.smp_idle_terminate + 0x0000000040154e44 0x18 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x0000000040154e44 smp_idle_terminate + .text.smp_both_have_public_keys + 0x0000000040154e5c 0x26 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x2a (size before relaxing) + 0x0000000040154e5c smp_both_have_public_keys + *fill* 0x0000000040154e82 0x2 + .text.smp_process_local_nonce + 0x0000000040154e84 0xa4 esp-idf/bt/libbt.a(smp_act.c.obj) + 0xb8 (size before relaxing) + 0x0000000040154e84 smp_process_local_nonce + .text.smp_process_peer_nonce + 0x0000000040154f28 0x102 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x11e (size before relaxing) + 0x0000000040154f28 smp_process_peer_nonce + *fill* 0x000000004015502a 0x2 + .text.smp_match_dhkey_checks + 0x000000004015502c 0x72 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x76 (size before relaxing) + 0x000000004015502c smp_match_dhkey_checks + *fill* 0x000000004015509e 0x2 + .text.smp_move_to_secure_connections_phase2 + 0x00000000401550a0 0xe esp-idf/bt/libbt.a(smp_act.c.obj) + 0x12 (size before relaxing) + 0x00000000401550a0 smp_move_to_secure_connections_phase2 + *fill* 0x00000000401550ae 0x2 + .text.smp_phase_2_dhkey_checks_are_present + 0x00000000401550b0 0x17 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401550b0 smp_phase_2_dhkey_checks_are_present + *fill* 0x00000000401550c7 0x1 + .text.smp_wait_for_both_public_keys + 0x00000000401550c8 0x3a esp-idf/bt/libbt.a(smp_act.c.obj) + 0x3e (size before relaxing) + 0x00000000401550c8 smp_wait_for_both_public_keys + *fill* 0x0000000040155102 0x2 + .text.smp_process_pairing_public_key + 0x0000000040155104 0xab esp-idf/bt/libbt.a(smp_act.c.obj) + 0xbb (size before relaxing) + 0x0000000040155104 smp_process_pairing_public_key + *fill* 0x00000000401551af 0x1 + .text.smp_start_passkey_verification + 0x00000000401551b0 0x42 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x46 (size before relaxing) + 0x00000000401551b0 smp_start_passkey_verification + *fill* 0x00000000401551f2 0x2 + .text.smp_process_secure_connection_oob_data + 0x00000000401551f4 0xda esp-idf/bt/libbt.a(smp_act.c.obj) + 0xde (size before relaxing) + 0x00000000401551f4 smp_process_secure_connection_oob_data + *fill* 0x00000000401552ce 0x2 + .text.smp_start_secure_connection_phase1 + 0x00000000401552d0 0x74 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x78 (size before relaxing) + 0x00000000401552d0 smp_start_secure_connection_phase1 + .text.smp_set_local_oob_keys + 0x0000000040155344 0x2e esp-idf/bt/libbt.a(smp_act.c.obj) + 0x32 (size before relaxing) + 0x0000000040155344 smp_set_local_oob_keys + *fill* 0x0000000040155372 0x2 + .text.smp_set_local_oob_random_commitment + 0x0000000040155374 0x3e esp-idf/bt/libbt.a(smp_act.c.obj) + 0x46 (size before relaxing) + 0x0000000040155374 smp_set_local_oob_random_commitment + *fill* 0x00000000401553b2 0x2 + .text.smp_link_encrypted + 0x00000000401553b4 0xc0 esp-idf/bt/libbt.a(smp_act.c.obj) + 0xcc (size before relaxing) + 0x00000000401553b4 smp_link_encrypted + .text.smp_proc_ltk_request + 0x0000000040155474 0x81 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x85 (size before relaxing) + 0x0000000040155474 smp_proc_ltk_request + *fill* 0x00000000401554f5 0x3 + .text.smp_derive_link_key_from_long_term_key + 0x00000000401554f8 0x1c esp-idf/bt/libbt.a(smp_act.c.obj) + 0x20 (size before relaxing) + 0x00000000401554f8 smp_derive_link_key_from_long_term_key + .text.smp_key_distribution + 0x0000000040155514 0x66 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x6e (size before relaxing) + 0x0000000040155514 smp_key_distribution + *fill* 0x000000004015557a 0x2 + .text.smp_send_enc_info + 0x000000004015557c 0x68 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x74 (size before relaxing) + 0x000000004015557c smp_send_enc_info + .text.smp_proc_enc_info + 0x00000000401555e4 0x2a esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401555e4 smp_proc_enc_info + *fill* 0x000000004015560e 0x2 + .text.smp_proc_master_id + 0x0000000040155610 0x7c esp-idf/bt/libbt.a(smp_act.c.obj) + 0x80 (size before relaxing) + 0x0000000040155610 smp_proc_master_id + .text.smp_process_secure_connection_long_term_key + 0x000000004015568c 0x24 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x28 (size before relaxing) + 0x000000004015568c smp_process_secure_connection_long_term_key + .text.smp_set_derive_link_key + 0x00000000401556b0 0x20 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401556b0 smp_set_derive_link_key + .text.smp_key_distribution_by_transport + 0x00000000401556d0 0x14 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401556d0 smp_key_distribution_by_transport + .text.smp_send_id_info + 0x00000000401556e4 0x4a esp-idf/bt/libbt.a(smp_act.c.obj) + 0x52 (size before relaxing) + 0x00000000401556e4 smp_send_id_info + *fill* 0x000000004015572e 0x2 + .text.smp_send_csrk_info + 0x0000000040155730 0x52 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x5e (size before relaxing) + 0x0000000040155730 smp_send_csrk_info + *fill* 0x0000000040155782 0x2 + .text.smp_proc_id_info + 0x0000000040155784 0x2c esp-idf/bt/libbt.a(smp_act.c.obj) + 0x0000000040155784 smp_proc_id_info + .text.smp_proc_id_addr + 0x00000000401557b0 0x82 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x86 (size before relaxing) + 0x00000000401557b0 smp_proc_id_addr + *fill* 0x0000000040155832 0x2 + .text.smp_proc_srk_info + 0x0000000040155834 0x50 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x54 (size before relaxing) + 0x0000000040155834 smp_proc_srk_info + .text.cmac_prepare_last_block + 0x0000000040155884 0x4a esp-idf/bt/libbt.a(smp_cmac.c.obj) + *fill* 0x00000000401558ce 0x2 + .text.cmac_aes_k_calculate + 0x00000000401558d0 0x8d esp-idf/bt/libbt.a(smp_cmac.c.obj) + *fill* 0x000000004015595d 0x3 + .text.cmac_subkey_cont + 0x0000000040155960 0x6a esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x6e (size before relaxing) + *fill* 0x00000000401559ca 0x2 + .text.cmac_generate_subkey + 0x00000000401559cc 0x2a esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x2e (size before relaxing) + *fill* 0x00000000401559f6 0x2 + .text.cmac_aes_cleanup + 0x00000000401559f8 0x1b esp-idf/bt/libbt.a(smp_cmac.c.obj) + *fill* 0x0000000040155a13 0x1 + .text.aes_cipher_msg_auth_code + 0x0000000040155a14 0x97 esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x9f (size before relaxing) + 0x0000000040155a14 aes_cipher_msg_auth_code + *fill* 0x0000000040155aab 0x1 + .text.bta_dm_eir_cfg_init + 0x0000000040155aac 0x36 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x0000000040155ae2 0x2 + .text.bta_dm_local_name_cback + 0x0000000040155ae4 0x1b esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x0000000040155aff 0x1 + .text.bta_dm_bond_cancel_complete_cback + 0x0000000040155b00 0x26 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x0000000040155b26 0x2 + .text.bta_dm_encrypt_cback + 0x0000000040155b28 0xae esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040155b28 bta_dm_encrypt_cback + *fill* 0x0000000040155bd6 0x2 + .text.bta_dm_observe_cmpl_cb + 0x0000000040155bd8 0x1c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .text.bta_dm_observe_discard_cb + 0x0000000040155bf4 0x18 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .text.bta_dm_ble_id_key_cback + 0x0000000040155c0c 0x32 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x0000000040155c3e 0x2 + .text.bta_ble_scan_cfg_cmpl + 0x0000000040155c40 0x2a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x0000000040155c6a 0x2 + .text.bta_ble_energy_info_cmpl + 0x0000000040155c6c 0x2a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x0000000040155c96 0x2 + .text.bta_dm_get_remname + 0x0000000040155c98 0x1f esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x0000000040155cb7 0x1 + .text.bta_dm_authorize_cback + 0x0000000040155cb8 0x8c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .text.bta_dm_remove_sec_dev_entry + 0x0000000040155d44 0xa6 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xb2 (size before relaxing) + *fill* 0x0000000040155dea 0x2 + .text.bta_dm_ble_smp_cback + 0x0000000040155dec 0x288 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x294 (size before relaxing) + .text.bta_dm_process_remove_device + 0x0000000040156074 0x6e esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x76 (size before relaxing) + *fill* 0x00000000401560e2 0x2 + .text.bta_dm_authentication_complete_cback + 0x00000000401560e4 0x7d esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x81 (size before relaxing) + *fill* 0x0000000040156161 0x3 + .text.bta_dm_new_link_key_cback + 0x0000000040156164 0x96 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x00000000401561fa 0x2 + .text.bta_dm_bl_change_cback + 0x00000000401561fc 0xe6 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x00000000401562e2 0x2 + .text.bta_dm_disable_conn_down_timer_cback + 0x00000000401562e4 0x30 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x34 (size before relaxing) + .text.bta_dm_policy_cback + 0x0000000040156314 0xbc esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xc0 (size before relaxing) + .text.bta_dm_check_av + 0x00000000401563d0 0x84 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .text.bta_dm_adjust_roles + 0x0000000040156454 0x11f esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x12e (size before relaxing) + *fill* 0x0000000040156573 0x1 + .text.bta_dm_rm_cback + 0x0000000040156574 0xca esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xd2 (size before relaxing) + *fill* 0x000000004015663e 0x2 + .text.bta_dm_delay_role_switch_cback + 0x0000000040156640 0xa esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004015664a 0x2 + .text.bta_dm_eir_cfg_deinit + 0x000000004015664c 0x40 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .text.bta_dm_disable_timer_cback + 0x000000004015668c 0x82 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x86 (size before relaxing) + *fill* 0x000000004015670e 0x2 + .text.bta_dm_inq_results_cb + 0x0000000040156710 0x8a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8e (size before relaxing) + *fill* 0x000000004015679a 0x2 + .text.bta_dm_observe_results_cb + 0x000000004015679c 0x8f esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x93 (size before relaxing) + *fill* 0x000000004015682b 0x1 + .text.bta_dm_discover_next_device + 0x000000004015682c 0x4c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .text.bta_dm_search_timer_cback + 0x0000000040156878 0x18 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .text.bta_dm_enable + 0x0000000040156890 0x60 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040156890 bta_dm_enable + .text.bta_dm_init_cb + 0x00000000401568f0 0x16 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401568f0 bta_dm_init_cb + *fill* 0x0000000040156906 0x2 + .text.bta_dm_deinit_cb + 0x0000000040156908 0x3a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x42 (size before relaxing) + 0x0000000040156908 bta_dm_deinit_cb + *fill* 0x0000000040156942 0x2 + .text.bta_dm_sys_hw_cback + 0x0000000040156944 0x11d esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x149 (size before relaxing) + *fill* 0x0000000040156a61 0x3 + .text.bta_dm_set_dev_name + 0x0000000040156a64 0xa esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xe (size before relaxing) + 0x0000000040156a64 bta_dm_set_dev_name + *fill* 0x0000000040156a6e 0x2 + .text.bta_dm_ble_set_channels + 0x0000000040156a70 0xf esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040156a70 bta_dm_ble_set_channels + *fill* 0x0000000040156a7f 0x1 + .text.bta_dm_update_white_list + 0x0000000040156a80 0x12 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x16 (size before relaxing) + 0x0000000040156a80 bta_dm_update_white_list + *fill* 0x0000000040156a92 0x2 + .text.bta_dm_clear_white_list + 0x0000000040156a94 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xb (size before relaxing) + 0x0000000040156a94 bta_dm_clear_white_list + *fill* 0x0000000040156a9c 0x0 + .text.bta_dm_ble_read_adv_tx_power + 0x0000000040156a9c 0xc esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xf (size before relaxing) + 0x0000000040156a9c bta_dm_ble_read_adv_tx_power + *fill* 0x0000000040156aa8 0x0 + .text.bta_dm_read_rssi + 0x0000000040156aa8 0x14 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040156aa8 bta_dm_read_rssi + .text.bta_dm_set_visibility + 0x0000000040156abc 0x10c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x118 (size before relaxing) + 0x0000000040156abc bta_dm_set_visibility + .text.bta_dm_remove_device + 0x0000000040156bc8 0x93 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x9b (size before relaxing) + 0x0000000040156bc8 bta_dm_remove_device + *fill* 0x0000000040156c5b 0x1 + .text.bta_dm_add_device + 0x0000000040156c5c 0xa2 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xa6 (size before relaxing) + 0x0000000040156c5c bta_dm_add_device + *fill* 0x0000000040156cfe 0x2 + .text.bta_dm_close_acl + 0x0000000040156d00 0x9c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xa8 (size before relaxing) + 0x0000000040156d00 bta_dm_close_acl + .text.bta_dm_remove_all_acl + 0x0000000040156d9c 0x9e esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040156d9c bta_dm_remove_all_acl + *fill* 0x0000000040156e3a 0x2 + .text.bta_dm_bond + 0x0000000040156e3c 0xa6 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xae (size before relaxing) + 0x0000000040156e3c bta_dm_bond + *fill* 0x0000000040156ee2 0x2 + .text.bta_dm_bond_cancel + 0x0000000040156ee4 0x23 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x27 (size before relaxing) + 0x0000000040156ee4 bta_dm_bond_cancel + *fill* 0x0000000040156f07 0x1 + .text.bta_dm_confirm + 0x0000000040156f08 0x1a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040156f08 bta_dm_confirm + *fill* 0x0000000040156f22 0x2 + .text.bta_dm_loc_oob + 0x0000000040156f24 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xb (size before relaxing) + 0x0000000040156f24 bta_dm_loc_oob + *fill* 0x0000000040156f2c 0x0 + .text.bta_dm_oob_reply + 0x0000000040156f2c 0x14 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040156f2c bta_dm_oob_reply + .text.bta_dm_ci_io_req_act + 0x0000000040156f40 0x1f esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040156f40 bta_dm_ci_io_req_act + *fill* 0x0000000040156f5f 0x1 + .text.bta_dm_ci_rmt_oob_act + 0x0000000040156f60 0x1e esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040156f60 bta_dm_ci_rmt_oob_act + *fill* 0x0000000040156f7e 0x2 + .text.bta_dm_inq_cmpl + 0x0000000040156f80 0x58 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x5c (size before relaxing) + 0x0000000040156f80 bta_dm_inq_cmpl + .text.bta_dm_rmt_name + 0x0000000040156fd8 0x18 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040156fd8 bta_dm_rmt_name + .text.bta_dm_disc_rmt_name + 0x0000000040156ff0 0x16 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x1a (size before relaxing) + 0x0000000040156ff0 bta_dm_disc_rmt_name + *fill* 0x0000000040157006 0x2 + .text.bta_dm_search_cmpl + 0x0000000040157008 0x1c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157008 bta_dm_search_cmpl + .text.bta_dm_disc_result + 0x0000000040157024 0x38 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157024 bta_dm_disc_result + .text.bta_dm_search_result + 0x000000004015705c 0x58 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x000000004015705c bta_dm_search_result + .text.bta_dm_queue_search + 0x00000000401570b4 0x30 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401570b4 bta_dm_queue_search + .text.bta_dm_search_clear_queue + 0x00000000401570e4 0x20 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401570e4 bta_dm_search_clear_queue + .text.bta_dm_search_cancel_cmpl + 0x0000000040157104 0x1c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x20 (size before relaxing) + 0x0000000040157104 bta_dm_search_cancel_cmpl + .text.bta_dm_search_cancel_notify + 0x0000000040157120 0x23 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x26 (size before relaxing) + 0x0000000040157120 bta_dm_search_cancel_notify + *fill* 0x0000000040157143 0x1 + .text.bta_dm_inq_cmpl_cb + 0x0000000040157144 0x5c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x60 (size before relaxing) + .text.bta_dm_search_start + 0x00000000401571a0 0x66 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x72 (size before relaxing) + 0x00000000401571a0 bta_dm_search_start + *fill* 0x0000000040157206 0x2 + .text.bta_dm_rs_cback + 0x0000000040157208 0x2b esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x0000000040157233 0x1 + .text.bta_dm_search_cancel + 0x0000000040157234 0x8c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x9f (size before relaxing) + 0x0000000040157234 bta_dm_search_cancel + *fill* 0x00000000401572c0 0x0 + .text.bta_dm_disable_search_and_disc + 0x00000000401572c0 0x17 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + *fill* 0x00000000401572d7 0x1 + .text.bta_dm_disable + 0x00000000401572d8 0x74 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x94 (size before relaxing) + 0x00000000401572d8 bta_dm_disable + .text.bta_dm_acl_change + 0x000000004015734c 0x43b esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x46a (size before relaxing) + 0x000000004015734c bta_dm_acl_change + *fill* 0x0000000040157787 0x1 + .text.bta_dm_eir_update_uuid + 0x0000000040157788 0x40 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x48 (size before relaxing) + 0x0000000040157788 bta_dm_eir_update_uuid + .text.bta_dm_enable_test_mode + 0x00000000401577c8 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xb (size before relaxing) + 0x00000000401577c8 bta_dm_enable_test_mode + *fill* 0x00000000401577d0 0x0 + .text.bta_dm_disable_test_mode + 0x00000000401577d0 0xa esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xe (size before relaxing) + 0x00000000401577d0 bta_dm_disable_test_mode + *fill* 0x00000000401577da 0x2 + .text.bta_dm_set_encryption + 0x00000000401577dc 0xb0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401577dc bta_dm_set_encryption + .text.bta_dm_add_blekey + 0x000000004015788c 0x10 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x13 (size before relaxing) + 0x000000004015788c bta_dm_add_blekey + *fill* 0x000000004015789c 0x0 + .text.bta_dm_add_ble_device + 0x000000004015789c 0x17 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x000000004015789c bta_dm_add_ble_device + *fill* 0x00000000401578b3 0x1 + .text.bta_dm_ble_passkey_reply + 0x00000000401578b4 0x26 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401578b4 bta_dm_ble_passkey_reply + *fill* 0x00000000401578da 0x2 + .text.bta_dm_ble_set_static_passkey + 0x00000000401578dc 0xd esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + 0x00000000401578dc bta_dm_ble_set_static_passkey + *fill* 0x00000000401578e9 0x3 + .text.bta_dm_ble_confirm_reply + 0x00000000401578ec 0x20 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x24 (size before relaxing) + 0x00000000401578ec bta_dm_ble_confirm_reply + .text.bta_dm_security_grant + 0x000000004015790c 0xd esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + 0x000000004015790c bta_dm_security_grant + *fill* 0x0000000040157919 0x3 + .text.bta_dm_ble_set_bg_conn_type + 0x000000004015791c 0xd esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + 0x000000004015791c bta_dm_ble_set_bg_conn_type + *fill* 0x0000000040157929 0x3 + .text.bta_dm_ble_set_conn_params + 0x000000004015792c 0x25 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x2c (size before relaxing) + 0x000000004015792c bta_dm_ble_set_conn_params + *fill* 0x0000000040157951 0x3 + .text.bta_dm_ble_set_scan_params + 0x0000000040157954 0x17 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157954 bta_dm_ble_set_scan_params + *fill* 0x000000004015796b 0x1 + .text.bta_dm_ble_set_scan_fil_params + 0x000000004015796c 0x34 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x000000004015796c bta_dm_ble_set_scan_fil_params + .text.bta_dm_ble_set_conn_scan_params + 0x00000000401579a0 0xe esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x11 (size before relaxing) + 0x00000000401579a0 bta_dm_ble_set_conn_scan_params + *fill* 0x00000000401579ae 0x2 + .text.bta_dm_ble_update_conn_params + 0x00000000401579b0 0x16 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x1a (size before relaxing) + 0x00000000401579b0 bta_dm_ble_update_conn_params + *fill* 0x00000000401579c6 0x2 + .text.bta_dm_ble_disconnect + 0x00000000401579c8 0xf esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401579c8 bta_dm_ble_disconnect + *fill* 0x00000000401579d7 0x1 + .text.bta_dm_ble_set_rand_address + 0x00000000401579d8 0x2a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401579d8 bta_dm_ble_set_rand_address + *fill* 0x0000000040157a02 0x2 + .text.bta_dm_ble_clear_rand_address + 0x0000000040157a04 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xb (size before relaxing) + 0x0000000040157a04 bta_dm_ble_clear_rand_address + *fill* 0x0000000040157a0c 0x0 + .text.bta_dm_ble_stop_advertising + 0x0000000040157a0c 0x8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xb (size before relaxing) + 0x0000000040157a0c bta_dm_ble_stop_advertising + *fill* 0x0000000040157a14 0x0 + .text.bta_dm_ble_config_local_privacy + 0x0000000040157a14 0xd esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x10 (size before relaxing) + 0x0000000040157a14 bta_dm_ble_config_local_privacy + *fill* 0x0000000040157a21 0x3 + .text.bta_dm_ble_config_local_icon + 0x0000000040157a24 0xb esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0xe (size before relaxing) + 0x0000000040157a24 bta_dm_ble_config_local_icon + *fill* 0x0000000040157a2f 0x1 + .text.bta_dm_ble_observe + 0x0000000040157a30 0x62 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157a30 bta_dm_ble_observe + *fill* 0x0000000040157a92 0x2 + .text.bta_dm_ble_scan + 0x0000000040157a94 0x64 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x68 (size before relaxing) + 0x0000000040157a94 bta_dm_ble_scan + .text.bta_dm_ble_set_adv_params + 0x0000000040157af8 0x12 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x16 (size before relaxing) + 0x0000000040157af8 bta_dm_ble_set_adv_params + *fill* 0x0000000040157b0a 0x2 + .text.bta_dm_ble_set_adv_params_all + 0x0000000040157b0c 0x43 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x47 (size before relaxing) + 0x0000000040157b0c bta_dm_ble_set_adv_params_all + *fill* 0x0000000040157b4f 0x1 + .text.bta_dm_ble_update_duplicate_exceptional_list + 0x0000000040157b50 0x12 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x16 (size before relaxing) + 0x0000000040157b50 bta_dm_ble_update_duplicate_exceptional_list + *fill* 0x0000000040157b62 0x2 + .text.bta_dm_ble_set_adv_config + 0x0000000040157b64 0x1a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157b64 bta_dm_ble_set_adv_config + *fill* 0x0000000040157b7e 0x2 + .text.bta_dm_ble_set_long_adv + 0x0000000040157b80 0x1b esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157b80 bta_dm_ble_set_long_adv + *fill* 0x0000000040157b9b 0x1 + .text.bta_dm_ble_set_adv_config_raw + 0x0000000040157b9c 0x1a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157b9c bta_dm_ble_set_adv_config_raw + *fill* 0x0000000040157bb6 0x2 + .text.bta_dm_ble_set_scan_rsp + 0x0000000040157bb8 0x1a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157bb8 bta_dm_ble_set_scan_rsp + *fill* 0x0000000040157bd2 0x2 + .text.bta_dm_ble_set_scan_rsp_raw + 0x0000000040157bd4 0x1a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157bd4 bta_dm_ble_set_scan_rsp_raw + *fill* 0x0000000040157bee 0x2 + .text.bta_dm_ble_set_data_length + 0x0000000040157bf0 0x8e esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x92 (size before relaxing) + 0x0000000040157bf0 bta_dm_ble_set_data_length + *fill* 0x0000000040157c7e 0x2 + .text.bta_dm_ble_broadcast + 0x0000000040157c80 0x1b esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157c80 bta_dm_ble_broadcast + *fill* 0x0000000040157c9b 0x1 + .text.bta_dm_ble_multi_adv_enb + 0x0000000040157c9c 0x36 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x3e (size before relaxing) + 0x0000000040157c9c bta_dm_ble_multi_adv_enb + *fill* 0x0000000040157cd2 0x2 + .text.bta_dm_ble_multi_adv_upd_param + 0x0000000040157cd4 0x3f esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x47 (size before relaxing) + 0x0000000040157cd4 bta_dm_ble_multi_adv_upd_param + *fill* 0x0000000040157d13 0x1 + .text.bta_dm_ble_multi_adv_data + 0x0000000040157d14 0x43 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4b (size before relaxing) + 0x0000000040157d14 bta_dm_ble_multi_adv_data + *fill* 0x0000000040157d57 0x1 + .text.btm_dm_ble_multi_adv_disable + 0x0000000040157d58 0x3c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x44 (size before relaxing) + 0x0000000040157d58 btm_dm_ble_multi_adv_disable + .text.bta_dm_ble_track_advertiser + 0x0000000040157d94 0x47 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4f (size before relaxing) + 0x0000000040157d94 bta_dm_ble_track_advertiser + *fill* 0x0000000040157ddb 0x1 + .text.bta_ble_scan_setup_cb + 0x0000000040157ddc 0x32 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x0000000040157ddc bta_ble_scan_setup_cb + *fill* 0x0000000040157e0e 0x2 + .text.bta_dm_ble_setup_storage + 0x0000000040157e10 0x3c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x40 (size before relaxing) + 0x0000000040157e10 bta_dm_ble_setup_storage + .text.bta_dm_ble_enable_batch_scan + 0x0000000040157e4c 0x38 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x3c (size before relaxing) + 0x0000000040157e4c bta_dm_ble_enable_batch_scan + .text.bta_dm_ble_disable_batch_scan + 0x0000000040157e84 0x2c esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x30 (size before relaxing) + 0x0000000040157e84 bta_dm_ble_disable_batch_scan + .text.bta_dm_ble_read_scan_reports + 0x0000000040157eb0 0x2e esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x32 (size before relaxing) + 0x0000000040157eb0 bta_dm_ble_read_scan_reports + *fill* 0x0000000040157ede 0x2 + .text.bta_dm_cfg_filter_cond + 0x0000000040157ee0 0x44 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x4c (size before relaxing) + 0x0000000040157ee0 bta_dm_cfg_filter_cond + .text.bta_dm_enable_scan_filter + 0x0000000040157f24 0x38 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x40 (size before relaxing) + 0x0000000040157f24 bta_dm_enable_scan_filter + .text.bta_dm_scan_filter_param_setup + 0x0000000040157f5c 0x42 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x46 (size before relaxing) + 0x0000000040157f5c bta_dm_scan_filter_param_setup + *fill* 0x0000000040157f9e 0x2 + .text.bta_dm_ble_get_energy_info + 0x0000000040157fa0 0x26 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x2e (size before relaxing) + 0x0000000040157fa0 bta_dm_ble_get_energy_info + *fill* 0x0000000040157fc6 0x2 + .text.bta_gattc_enable + 0x0000000040157fc8 0x1f esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + *fill* 0x0000000040157fe7 0x1 + .text.bta_gattc_cmpl_sendmsg + 0x0000000040157fe8 0x44 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x47 (size before relaxing) + *fill* 0x000000004015802c 0x0 + .text.bta_gattc_cong_cback + 0x000000004015802c 0x10 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x13 (size before relaxing) + *fill* 0x000000004015803c 0x0 + .text.bta_gattc_enc_cmpl_cback + 0x000000004015803c 0x62 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + *fill* 0x000000004015809e 0x2 + .text.bta_gattc_conn_cback + 0x00000000401580a0 0xb2 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xb6 (size before relaxing) + *fill* 0x0000000040158152 0x2 + .text.bta_gattc_deregister_cmpl + 0x0000000040158154 0x53 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x5a (size before relaxing) + *fill* 0x00000000401581a7 0x1 + .text.bta_gattc_pop_command_to_send + 0x00000000401581a8 0x66 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x7a (size before relaxing) + *fill* 0x000000004015820e 0x2 + .text.bta_gattc_register_service_change_notify + 0x0000000040158210 0x26d esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x299 (size before relaxing) + *fill* 0x000000004015847d 0x3 + .text.bta_gattc_register + 0x0000000040158480 0x12e esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x13a (size before relaxing) + 0x0000000040158480 bta_gattc_register + *fill* 0x00000000401585ae 0x2 + .text.bta_gattc_start_if + 0x00000000401585b0 0x14 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x1a (size before relaxing) + 0x00000000401585b0 bta_gattc_start_if + *fill* 0x00000000401585c4 0x0 + .text.bta_gattc_process_enc_cmpl + 0x00000000401585c4 0x4a esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x00000000401585c4 bta_gattc_process_enc_cmpl + *fill* 0x000000004015860e 0x2 + .text.bta_gattc_open_error + 0x0000000040158610 0x16 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x1a (size before relaxing) + 0x0000000040158610 bta_gattc_open_error + *fill* 0x0000000040158626 0x2 + .text.bta_gattc_open_fail + 0x0000000040158628 0x1e esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x22 (size before relaxing) + 0x0000000040158628 bta_gattc_open_fail + *fill* 0x0000000040158646 0x2 + .text.bta_gattc_open + 0x0000000040158648 0x84 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x90 (size before relaxing) + 0x0000000040158648 bta_gattc_open + .text.bta_gattc_init_bk_conn + 0x00000000401586cc 0x78 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8c (size before relaxing) + 0x00000000401586cc bta_gattc_init_bk_conn + .text.bta_gattc_process_api_open + 0x0000000040158744 0x54 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x5c (size before relaxing) + 0x0000000040158744 bta_gattc_process_api_open + .text.bta_gattc_cancel_bk_conn + 0x0000000040158798 0x44 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x48 (size before relaxing) + 0x0000000040158798 bta_gattc_cancel_bk_conn + .text.bta_gattc_process_api_open_cancel + 0x00000000401587dc 0x4b esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x56 (size before relaxing) + 0x00000000401587dc bta_gattc_process_api_open_cancel + *fill* 0x0000000040158827 0x1 + .text.bta_gattc_cancel_open_ok + 0x0000000040158828 0x1f esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x22 (size before relaxing) + 0x0000000040158828 bta_gattc_cancel_open_ok + *fill* 0x0000000040158847 0x1 + .text.bta_gattc_cancel_open + 0x0000000040158848 0x37 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x3b (size before relaxing) + 0x0000000040158848 bta_gattc_cancel_open + *fill* 0x000000004015887f 0x1 + .text.bta_gattc_conncback + 0x0000000040158880 0x26 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x0000000040158880 bta_gattc_conncback + *fill* 0x00000000401588a6 0x2 + .text.bta_gattc_disconncback + 0x00000000401588a8 0x23 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x00000000401588a8 bta_gattc_disconncback + *fill* 0x00000000401588cb 0x1 + .text.bta_gattc_close_fail + 0x00000000401588cc 0x58 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x00000000401588cc bta_gattc_close_fail + .text.bta_gattc_close + 0x0000000040158924 0x9a esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xa2 (size before relaxing) + 0x0000000040158924 bta_gattc_close + *fill* 0x00000000401589be 0x2 + .text.bta_gattc_deregister + 0x00000000401589c0 0xe7 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xee (size before relaxing) + 0x00000000401589c0 bta_gattc_deregister + *fill* 0x0000000040158aa7 0x1 + .text.bta_gattc_disable + 0x0000000040158aa8 0x62 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x0000000040158aa8 bta_gattc_disable + *fill* 0x0000000040158b0a 0x2 + .text.bta_gattc_reset_discover_st + 0x0000000040158b0c 0x58 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x0000000040158b0c bta_gattc_reset_discover_st + .text.bta_gattc_disc_close + 0x0000000040158b64 0x2b esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x2f (size before relaxing) + 0x0000000040158b64 bta_gattc_disc_close + *fill* 0x0000000040158b8f 0x1 + .text.bta_gattc_set_discover_st + 0x0000000040158b90 0x4e esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x0000000040158b90 bta_gattc_set_discover_st + *fill* 0x0000000040158bde 0x2 + .text.bta_gattc_cfg_mtu + 0x0000000040158be0 0x4f esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x57 (size before relaxing) + 0x0000000040158be0 bta_gattc_cfg_mtu + *fill* 0x0000000040158c2f 0x1 + .text.bta_gattc_start_discover + 0x0000000040158c30 0x9e esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xa6 (size before relaxing) + 0x0000000040158c30 bta_gattc_start_discover + *fill* 0x0000000040158cce 0x2 + .text.bta_gattc_conn + 0x0000000040158cd0 0xb2 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xba (size before relaxing) + 0x0000000040158cd0 bta_gattc_conn + *fill* 0x0000000040158d82 0x2 + .text.bta_gattc_disc_cmpl + 0x0000000040158d84 0x84 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x8f (size before relaxing) + 0x0000000040158d84 bta_gattc_disc_cmpl + *fill* 0x0000000040158e08 0x0 + .text.bta_gattc_read + 0x0000000040158e08 0x57 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x5f (size before relaxing) + 0x0000000040158e08 bta_gattc_read + *fill* 0x0000000040158e5f 0x1 + .text.bta_gattc_read_by_type + 0x0000000040158e60 0x6b esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x73 (size before relaxing) + 0x0000000040158e60 bta_gattc_read_by_type + *fill* 0x0000000040158ecb 0x1 + .text.bta_gattc_read_multi + 0x0000000040158ecc 0x66 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x6e (size before relaxing) + 0x0000000040158ecc bta_gattc_read_multi + *fill* 0x0000000040158f32 0x2 + .text.bta_gattc_write + 0x0000000040158f34 0x6a esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x6e (size before relaxing) + 0x0000000040158f34 bta_gattc_write + *fill* 0x0000000040158f9e 0x2 + .text.bta_gattc_execute + 0x0000000040158fa0 0x3a esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x42 (size before relaxing) + 0x0000000040158fa0 bta_gattc_execute + *fill* 0x0000000040158fda 0x2 + .text.bta_gattc_confirm + 0x0000000040158fdc 0x2e esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x36 (size before relaxing) + 0x0000000040158fdc bta_gattc_confirm + *fill* 0x000000004015900a 0x2 + .text.bta_gattc_search + 0x000000004015900c 0x43 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x000000004015900c bta_gattc_search + *fill* 0x000000004015904f 0x1 + .text.bta_gattc_q_cmd + 0x0000000040159050 0xf esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x0000000040159050 bta_gattc_q_cmd + *fill* 0x000000004015905f 0x1 + .text.bta_gattc_free_command_data + 0x0000000040159060 0x7a esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x86 (size before relaxing) + 0x0000000040159060 bta_gattc_free_command_data + *fill* 0x00000000401590da 0x2 + .text.bta_gattc_read_cmpl + 0x00000000401590dc 0x82 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x86 (size before relaxing) + 0x00000000401590dc bta_gattc_read_cmpl + *fill* 0x000000004015915e 0x2 + .text.bta_gattc_write_cmpl + 0x0000000040159160 0x9f esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xa7 (size before relaxing) + 0x0000000040159160 bta_gattc_write_cmpl + *fill* 0x00000000401591ff 0x1 + .text.bta_gattc_exec_cmpl + 0x0000000040159200 0x2e esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x32 (size before relaxing) + 0x0000000040159200 bta_gattc_exec_cmpl + *fill* 0x000000004015922e 0x2 + .text.bta_gattc_cfg_mtu_cmpl + 0x0000000040159230 0x46 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x4a (size before relaxing) + 0x0000000040159230 bta_gattc_cfg_mtu_cmpl + *fill* 0x0000000040159276 0x2 + .text.bta_gattc_op_cmpl + 0x0000000040159278 0xb7 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x0000000040159278 bta_gattc_op_cmpl + *fill* 0x000000004015932f 0x1 + .text.bta_gattc_process_api_refresh + 0x0000000040159330 0x68 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x6c (size before relaxing) + 0x0000000040159330 bta_gattc_process_api_refresh + .text.bta_gattc_process_api_cache_assoc + 0x0000000040159398 0xb2 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0xba (size before relaxing) + 0x0000000040159398 bta_gattc_process_api_cache_assoc + *fill* 0x000000004015944a 0x2 + .text.bta_gattc_process_api_cache_get_addr_list + 0x000000004015944c 0x6a esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x72 (size before relaxing) + 0x000000004015944c bta_gattc_process_api_cache_get_addr_list + *fill* 0x00000000401594b6 0x2 + .text.bta_gattc_process_api_cache_clean + 0x00000000401594b8 0x1c esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x20 (size before relaxing) + 0x00000000401594b8 bta_gattc_process_api_cache_clean + .text.bta_gattc_process_srvc_chg_ind + 0x00000000401594d4 0x166 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x17a (size before relaxing) + 0x00000000401594d4 bta_gattc_process_srvc_chg_ind + *fill* 0x000000004015963a 0x2 + .text.bta_gattc_proc_other_indication + 0x000000004015963c 0x5a esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x000000004015963c bta_gattc_proc_other_indication + *fill* 0x0000000040159696 0x2 + .text.bta_gattc_process_indicate + 0x0000000040159698 0xf0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x117 (size before relaxing) + 0x0000000040159698 bta_gattc_process_indicate + *fill* 0x0000000040159788 0x0 + .text.bta_gattc_cmpl_cback + 0x0000000040159788 0x5a esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x62 (size before relaxing) + *fill* 0x00000000401597e2 0x2 + .text.bta_gattc_init_clcb_conn + 0x00000000401597e4 0x4c esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x54 (size before relaxing) + 0x00000000401597e4 bta_gattc_init_clcb_conn + .text.bta_gattc_process_listen_all + 0x0000000040159830 0x3c esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x40 (size before relaxing) + 0x0000000040159830 bta_gattc_process_listen_all + .text.bta_gattc_listen + 0x000000004015986c 0x84 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x97 (size before relaxing) + 0x000000004015986c bta_gattc_listen + *fill* 0x00000000401598f0 0x0 + .text.bta_gattc_broadcast + 0x00000000401598f0 0x2e esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x32 (size before relaxing) + 0x00000000401598f0 bta_gattc_broadcast + *fill* 0x000000004015991e 0x2 + .text.bta_gatts_nv_srv_chg_cback + 0x0000000040159920 0x14 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .text.bta_gatts_nv_save_cback + 0x0000000040159934 0x10 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .text.bta_gatts_cong_cback + 0x0000000040159944 0x10 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x13 (size before relaxing) + *fill* 0x0000000040159954 0x0 + .text.bta_gatts_send_request_cback + 0x0000000040159954 0x6c esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x78 (size before relaxing) + .text.bta_gatts_conn_cback + 0x00000000401599c0 0xc7 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0xd2 (size before relaxing) + *fill* 0x0000000040159a87 0x1 + .text.bta_gatts_enable + 0x0000000040159a88 0x5b esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x5f (size before relaxing) + 0x0000000040159a88 bta_gatts_enable + *fill* 0x0000000040159ae3 0x1 + .text.bta_gatts_api_disable + 0x0000000040159ae4 0x3c esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x40 (size before relaxing) + 0x0000000040159ae4 bta_gatts_api_disable + .text.bta_gatts_register + 0x0000000040159b20 0x10c esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x11c (size before relaxing) + 0x0000000040159b20 bta_gatts_register + .text.bta_gatts_start_if + 0x0000000040159c2c 0x14 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x1a (size before relaxing) + 0x0000000040159c2c bta_gatts_start_if + *fill* 0x0000000040159c40 0x0 + .text.bta_gatts_deregister + 0x0000000040159c40 0x5e esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x0000000040159c40 bta_gatts_deregister + *fill* 0x0000000040159c9e 0x2 + .text.bta_gatts_create_srvc + 0x0000000040159ca0 0xfc esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x100 (size before relaxing) + 0x0000000040159ca0 bta_gatts_create_srvc + .text.bta_gatts_add_include_srvc + 0x0000000040159d9c 0x4c esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x50 (size before relaxing) + 0x0000000040159d9c bta_gatts_add_include_srvc + .text.bta_gatts_add_char + 0x0000000040159de8 0x8e esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x0000000040159de8 bta_gatts_add_char + *fill* 0x0000000040159e76 0x2 + .text.bta_gatts_add_char_descr + 0x0000000040159e78 0x8a esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x0000000040159e78 bta_gatts_add_char_descr + *fill* 0x0000000040159f02 0x2 + .text.bta_gatts_set_attr_value + 0x0000000040159f04 0x4f esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x0000000040159f04 bta_gatts_set_attr_value + *fill* 0x0000000040159f53 0x1 + .text.bta_gatts_delete_service + 0x0000000040159f54 0x54 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x58 (size before relaxing) + 0x0000000040159f54 bta_gatts_delete_service + .text.bta_gatts_start_service + 0x0000000040159fa8 0x4c esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x0000000040159fa8 bta_gatts_start_service + .text.bta_gatts_stop_service + 0x0000000040159ff4 0x37 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x0000000040159ff4 bta_gatts_stop_service + *fill* 0x000000004015a02b 0x1 + .text.bta_gatts_send_rsp + 0x000000004015a02c 0x12 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x16 (size before relaxing) + 0x000000004015a02c bta_gatts_send_rsp + *fill* 0x000000004015a03e 0x2 + .text.bta_gatts_indicate_handle + 0x000000004015a040 0xf2 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x106 (size before relaxing) + 0x000000004015a040 bta_gatts_indicate_handle + *fill* 0x000000004015a132 0x2 + .text.bta_gatts_open + 0x000000004015a134 0x63 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x6b (size before relaxing) + 0x000000004015a134 bta_gatts_open + *fill* 0x000000004015a197 0x1 + .text.bta_gatts_cancel_open + 0x000000004015a198 0x44 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x48 (size before relaxing) + 0x000000004015a198 bta_gatts_cancel_open + .text.bta_gatts_close + 0x000000004015a1dc 0x54 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x60 (size before relaxing) + 0x000000004015a1dc bta_gatts_close + .text.bta_gatts_send_service_change_indication + 0x000000004015a230 0x68 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x000000004015a230 bta_gatts_send_service_change_indication + .text.bta_gatts_listen + 0x000000004015a298 0x37 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x3b (size before relaxing) + 0x000000004015a298 bta_gatts_listen + *fill* 0x000000004015a2cf 0x1 + .text.interop_match + 0x000000004015a2d0 0x50 esp-idf/bt/libbt.a(interop.c.obj) + 0x000000004015a2d0 interop_match + .text.btm_ble_cont_energy_cmpl_cback + 0x000000004015a320 0x97 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + 0x000000004015a320 btm_ble_cont_energy_cmpl_cback + *fill* 0x000000004015a3b7 0x1 + .text.BTM_BleGetEnergyInfo + 0x000000004015a3b8 0x33 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + 0x37 (size before relaxing) + 0x000000004015a3b8 BTM_BleGetEnergyInfo + *fill* 0x000000004015a3eb 0x1 + .text 0x000000004015a3ec 0x13fa /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + 0x1692 (size before relaxing) + 0x000000004015a3ec register_chipv7_phy_empty + 0x000000004015a3f4 slv_ana_v7_init_empty + 0x000000004015a408 r_dump_data + 0x000000004015a464 API_btdm_get_version + 0x000000004015a470 r_get_stack_usage + 0x000000004015a488 r_platform_reset + 0x000000004015a4b8 btdm_lpclk_select_src + 0x000000004015a51c btdm_lpclk_set_div + 0x000000004015a570 btdm_wakeup_request + 0x000000004015a5e4 btdm_in_wakeup_requesting_set + 0x000000004015a620 btdm_app_ref_init + 0x000000004015a67c btdm_rom_ref_init + 0x000000004015a890 r_rw_schedule + 0x000000004015a9bc btdm_controller_task + 0x000000004015af50 r_rw_main + 0x000000004015af5c r_rw_stop + 0x000000004015af64 btdm_controller_enable + 0x000000004015afb0 btdm_controller_disable + 0x000000004015b008 btdm_controller_init + 0x000000004015b3b4 btdm_controller_deinit + 0x000000004015b4ac btdm_controller_get_mode + 0x000000004015b4bc btdm_controller_set_mode + 0x000000004015b4c8 btdm_controller_compile_version_check + 0x000000004015b4d4 btdm_controller_get_compile_version + 0x000000004015b4dc btdm_controller_enable_sleep + 0x000000004015b510 btdm_controller_set_sleep_mode + 0x000000004015b51c btdm_controller_get_sleep_mode + 0x000000004015b530 r_rwip_eif_get + 0x000000004015b564 btdm_controller_scan_duplicate_list_clear + 0x000000004015b590 esp_bt_controller_shutdown + *fill* 0x000000004015b7e6 0x2 + .text 0x000000004015b7e8 0x297 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + 0x2ef (size before relaxing) + 0x000000004015b86c coex_schm_wakeup_flag_get + 0x000000004015b87c coex_schm_process_in_active + 0x000000004015b934 coex_schm_process + 0x000000004015b960 coex_schm_btdm_callback + 0x000000004015b974 coex_wifi_channel_change_btdm_callback + 0x000000004015b998 coex_wifi_channel_change_btdm + 0x000000004015ba60 coex_schm_wifi_channel_change_btdm_set_afh + *fill* 0x000000004015ba7f 0x1 + .text 0x000000004015ba80 0xa6 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + 0x1ca (size before relaxing) + 0x000000004015ba84 config_funcs_reset + *fill* 0x000000004015bb26 0x2 + .text 0x000000004015bb28 0x14 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + 0x18 (size before relaxing) + 0x000000004015bb2c config_co_utils_funcs_reset + .text 0x000000004015bb3c 0x44 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + 0x4c (size before relaxing) + 0x000000004015bb40 r_dbg_init + 0x000000004015bb70 config_dbg_funcs_reset + .text 0x000000004015bb80 0x324 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + 0x394 (size before relaxing) + .text 0x000000004015bea4 0xfe /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + 0x106 (size before relaxing) + 0x000000004015bea8 r_ea_interval_duration_req + 0x000000004015bf68 config_ea_funcs_reset + *fill* 0x000000004015bfa2 0x2 + .text 0x000000004015bfa4 0xfb /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + 0x133 (size before relaxing) + 0x000000004015bfa4 r_eif_init + 0x000000004015bfc0 r_eif_deinit + 0x000000004015bfe4 r_eif_finish_transfers + 0x000000004015c008 r_eif_isr + 0x000000004015c02c r_eif_recv + 0x000000004015c054 r_eif_send + 0x000000004015c080 r_eif_flow_off + *fill* 0x000000004015c09f 0x1 + .text 0x000000004015c0a0 0xba /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + 0xbe (size before relaxing) + 0x000000004015c0b0 r_hci_look_for_cmd_desc_hack + 0x000000004015c100 patch_hci_look_for_dbg_evt_desc + 0x000000004015c11c hci_look_for_le_evt_desc_esp + 0x000000004015c13c config_hci_msg_funcs_reset + *fill* 0x000000004015c15a 0x2 + .text 0x000000004015c15c 0x214 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + 0x230 (size before relaxing) + 0x000000004015c16c r_hci_send_2_host_hack + 0x000000004015c344 config_hci_funcs_reset + .text 0x000000004015c370 0x77c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + 0x7f0 (size before relaxing) + 0x000000004015c944 r_hci_tl_send + 0x000000004015cabc hci_tl_tx_trigger_on_acl_fc + 0x000000004015cadc config_hci_tl_funcs_reset + .text 0x000000004015caec 0x5e5 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + 0x6c5 (size before relaxing) + 0x000000004015cb34 r_huart_init + 0x000000004015ce8c r_huart_deinit + 0x000000004015cff4 huart_write + *fill* 0x000000004015d0d1 0x3 + .text 0x000000004015d0d4 0x14 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + 0x18 (size before relaxing) + 0x000000004015d0d8 config_ke_msg_funcs_reset + .text 0x000000004015d0e8 0x40 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + 0x4c (size before relaxing) + 0x000000004015d0f0 r_ke_task_init + 0x000000004015d118 config_ke_task_funcs_reset + .text 0x000000004015d128 0x17c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + 0x1b8 (size before relaxing) + 0x000000004015d134 lc_lmp_tx_stored + 0x000000004015d1b0 r_lc_send_lmp + 0x000000004015d24c lc_lmp_tx_stored_send + 0x000000004015d284 lc_lmp_tx_stored_clear + 0x000000004015d294 config_lc_lmppdu_funcs_reset + .text 0x000000004015d2a4 0x9c3 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + 0xa57 (size before relaxing) + 0x000000004015d2ac r_lc_calc_link_key + 0x000000004015d420 r_lc_end_of_sniff_nego + 0x000000004015d538 r_lc_mutual_auth_end2 + 0x000000004015d708 r_lc_afh_start + 0x000000004015d77c r_lc_ptt_cmp + 0x000000004015d808 r_lc_init_hack + 0x000000004015d824 r_lc_reset_hack + 0x000000004015d840 r_lc_start_hack + 0x000000004015d894 r_lc_rem_sniff + 0x000000004015d9d0 r_lc_enter_sniff_mode + 0x000000004015db24 patch_lc_auth_cmp + 0x000000004015db90 lc_get_sniff_timing_control_flag + 0x000000004015dbd0 config_lc_funcs_reset + *fill* 0x000000004015dc67 0x1 + .text 0x000000004015dc68 0x139 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + 0x171 (size before relaxing) + 0x000000004015dc6c r_lc_sco_reset + 0x000000004015dcc8 r_lc_sco_init + 0x000000004015dd48 bredr_sco_datapath_set + 0x000000004015dd80 config_lc_sco_funcs_reset + *fill* 0x000000004015dda1 0x3 + .text 0x000000004015dda4 0x5c7 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + 0x5df (size before relaxing) + 0x000000004015ddb0 r_LM_AddSniff + 0x000000004015e358 config_lc_sniff_funcs_reset + *fill* 0x000000004015e36b 0x1 + .text 0x000000004015e36c 0x2d8b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + 0x2fa3 (size before relaxing) + 0x000000004015e370 lmp_enc_key_size_req_handler + 0x000000004015ef40 lmp_unsniff_req_handler + 0x000000004015f024 lmp_sniff_req_handler + 0x000000004015f1f8 lmp_ch_class_req_handler + 0x000000004015f2e8 lc_afh_update_ind_handler + 0x000000004015f364 lc_lmp_rx_handler + 0x000000004015f484 hci_refresh_enc_key_cmd_handler + 0x000000004015f594 lmp_combkey_handler + 0x000000004015f7f0 lmp_feats_res_ext_handler + 0x000000004015fa78 lmp_set_afh_handler + 0x000000004015fbc0 lc_acl_rx_ind_handler + 0x000000004015fce0 lmp_not_accepted_ext_handler + 0x00000000401601e4 hci_rd_rem_ext_feats_cmd_handler + 0x00000000401603bc lmp_aurand_handler_hack + 0x00000000401606f8 lc_sync_rx_ind_handler + 0x00000000401607bc lc_lmp_tx_cfm_handler + 0x0000000040160cc4 hci_create_con_cancel_cmd_handler + 0x0000000040160d24 hci_sniff_mode_cmd_handler + 0x0000000040160e40 hci_user_cfm_req_reply_cmd_handler + 0x0000000040160f04 hci_user_passkey_req_reply_cmd_handler + 0x0000000040160f9c lc_reset_lc_default_state_funcs + 0x0000000040161070 lc_reset_hci_cmd_handler_table_funcs + 0x00000000401610ec config_lc_task_funcs_reset + *fill* 0x00000000401610f7 0x1 + .text 0x00000000401610f8 0x11bc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + 0x12b4 (size before relaxing) + 0x000000004016110c r_ld_sco_stop + 0x00000000401611a0 r_ld_acl_slot_offset_get + 0x0000000040161308 r_ld_acl_data_tx + 0x0000000040161780 r_ld_acl_lmp_flush + 0x00000000401618b0 r_ld_acl_sniff_wrapper + 0x0000000040161a20 r_ld_acl_start + 0x00000000401620f4 r_ld_acl_stop + 0x00000000401621e4 ld_lmp_rx_flooding_search + 0x0000000040162234 config_ld_acl_funcs_reset + .text 0x00000000401622b4 0x5f /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + 0x63 (size before relaxing) + 0x00000000401622c8 config_ld_fm_funcs_reset + *fill* 0x0000000040162313 0x1 + .text 0x0000000040162314 0xd9 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + 0xf5 (size before relaxing) + 0x0000000040162358 r_ld_init_hark + 0x0000000040162390 r_ld_reset_hark + 0x00000000401623cc config_ld_funcs_reset + *fill* 0x00000000401623ed 0x3 + .text 0x00000000401623f0 0xfa /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + 0x11a (size before relaxing) + 0x00000000401623fc r_ld_pscan_stop + 0x00000000401624d8 config_ld_pscan_funcs_reset + *fill* 0x00000000401624ea 0x2 + .text 0x00000000401624ec 0x29 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + 0x2d (size before relaxing) + 0x00000000401624f4 config_ld_sched_funcs_reset + *fill* 0x0000000040162515 0x3 + .text 0x0000000040162518 0x4f /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + 0x57 (size before relaxing) + 0x000000004016251c r_ld_sscan_start_hark + 0x0000000040162554 config_ld_sscan_funcs_reset + *fill* 0x0000000040162567 0x1 + .text 0x0000000040162568 0x8a7 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + 0x917 (size before relaxing) + 0x0000000040162d94 config_llc_hci_funcs_reset + *fill* 0x0000000040162e0f 0x1 + .text 0x0000000040162e10 0x6b4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + 0x6d8 (size before relaxing) + 0x0000000040162e14 llcp_length_rsp_pre_handler + 0x0000000040163440 llcp_defalut_state_tab_reset + 0x00000000401634bc config_llc_llcp_funcs_reset + .text 0x00000000401634c4 0x381 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + 0x3c5 (size before relaxing) + 0x00000000401634c8 r_llc_common_nb_of_pkt_comp_evt_send + 0x0000000040163534 r_llc_stop_hack + 0x0000000040163550 llc_peer_conn_param_req_not_support_clear + 0x00000000401635a0 r_llc_start + 0x00000000401637bc llc_peer_conn_param_req_not_support_get + 0x00000000401637e4 llc_get_hci_pending_pkts + 0x00000000401637f4 llc_hci_pending_pkts_inc + 0x0000000040163818 config_llc_funcs_reset + *fill* 0x0000000040163845 0x3 + .text 0x0000000040163848 0x158 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + 0x174 (size before relaxing) + 0x0000000040163950 llc_defalut_state_tab_reset + 0x0000000040163998 config_llc_task_funcs_reset + .text 0x00000000401639a0 0x13b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + 0x15b (size before relaxing) + 0x00000000401639a0 r_llc_util_set_auth_payl_to_margin + 0x00000000401639cc r_llc_util_bw_mgt + 0x0000000040163a4c r_llc_util_get_free_conhdl + 0x0000000040163aac config_llc_util_funcs_reset + *fill* 0x0000000040163adb 0x1 + .text 0x0000000040163adc 0xfdd /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + 0x10a9 (size before relaxing) + 0x0000000040163af0 r_lld_evt_schedule_next + 0x0000000040163c30 r_lld_evt_update_create + 0x0000000040163e08 r_lld_evt_move_to_slave + 0x0000000040164264 r_lld_evt_elt_delete + 0x000000004016450c r_lld_evt_deffered_elt_handler + 0x0000000040164784 r_lld_evt_init_wrapper + 0x00000000401647a4 lld_evt_elt_remove + 0x00000000401647e8 lld_evt_adv_delay_time + 0x0000000040164804 btdm_disable_adv_delay + 0x0000000040164824 coex_ble_lld_last_active_evt_counter_set + 0x0000000040164864 coex_ble_lld_last_terminate_evt_wait_reset + 0x0000000040164894 coex_ble_scan_abort_set + 0x00000000401648b4 coex_schm_ble_scan_start + 0x0000000040164944 coex_schm_ble_scan_stop + 0x0000000040164a0c config_lld_evt_funcs_reset + *fill* 0x0000000040164ab9 0x3 + .text 0x0000000040164abc 0x2721 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + 0x2a1d (size before relaxing) + 0x0000000040164afc r_lld_move_to_master_hack + 0x0000000040164ce0 r_lld_con_update_after_param_req + 0x0000000040165080 r_lld_adv_start + 0x00000000401655f4 r_lld_init + 0x0000000040165d04 r_lld_con_start + 0x0000000040166824 r_lld_move_to_slave_hack + 0x0000000040166c54 r_lld_adv_stop_hack + 0x0000000040166c8c r_lld_scan_stop_hack + 0x0000000040166cc8 scan_channel_setting + 0x0000000040166d18 r_lld_scan_start + 0x00000000401670f4 r_lld_scan_start_hack + 0x0000000040167150 config_lld_funcs_reset + *fill* 0x00000000401671dd 0x3 + .text 0x00000000401671e0 0x349 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + 0x391 (size before relaxing) + 0x00000000401671e8 r_lld_pdu_check + 0x0000000040167430 lld_pdu_get_tx_flush_nb + 0x00000000401674ec config_lld_pdu_funcs_reset + *fill* 0x0000000040167529 0x3 + .text 0x000000004016752c 0x47 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + 0x4b (size before relaxing) + 0x000000004016752c r_lld_util_instant_get + 0x0000000040167560 config_lld_util_funcs_reset + *fill* 0x0000000040167573 0x1 + .text 0x0000000040167574 0xa7c /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + 0xb74 (size before relaxing) + 0x0000000040167e80 llm_hci_cmd_handler_tab_reset + 0x0000000040167fe8 config_llm_hci_funcs_reset + .text 0x0000000040167ff0 0x1f15 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + 0x21dd (size before relaxing) + 0x000000004016805c r_llm_set_scan_en + 0x00000000401681d8 r_llm_create_con + 0x000000004016839c r_llm_init_hack + 0x00000000401684d8 r_llm_le_adv_report_ind + 0x0000000040168d04 r_llm_con_req_tx_cfm + 0x0000000040168ed4 r_llm_set_adv_en + 0x00000000401690f0 r_llm_test_mode_start_tx + 0x000000004016939c r_llm_test_mode_start_rx + 0x0000000040169498 r_llm_set_scan_param + 0x0000000040169594 r_llm_set_adv_param + 0x0000000040169808 llm_update_duplicate_scan_exceptional_list + 0x0000000040169a24 r_llm_con_req_ind + 0x0000000040169cc8 llm_reset_scan_procedure + 0x0000000040169d04 llm_set_long_adv_data + 0x0000000040169dec llm_init_ble_adv_report_flow_contol + 0x0000000040169e20 llm_ble_update_adv_flow_control + 0x0000000040169e68 config_llm_funcs_reset + *fill* 0x0000000040169f05 0x3 + .text 0x0000000040169f08 0x174 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + 0x190 (size before relaxing) + 0x000000004016a038 llm_task_default_state_tab_reset + 0x000000004016a074 config_llm_task_funcs_reset + .text 0x000000004016a07c 0x2f9 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + 0x371 (size before relaxing) + 0x000000004016a080 r_llm_end_evt_defer + 0x000000004016a18c r_llm_pdu_defer + 0x000000004016a354 config_llm_util_funcs_reset + *fill* 0x000000004016a375 0x3 + .text 0x000000004016a378 0x193 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + 0x1c7 (size before relaxing) + 0x000000004016a37c r_lm_get_nb_acl + 0x000000004016a3dc r_lm_init_wrap + 0x000000004016a458 r_LM_GetLocalNameSeg + 0x000000004016a4c4 r_lm_err_data_rep_en_get + 0x000000004016a4dc config_lm_funcs_reset + *fill* 0x000000004016a50b 0x1 + .text 0x000000004016a50c 0xce7 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + 0xddf (size before relaxing) + 0x000000004016a50c hci_rd_clk_cmd_handler + 0x000000004016a5c0 hci_wr_scan_en_cmd_handler + 0x000000004016a78c hci_host_nb_cmp_pkts_cmd_handler + 0x000000004016a834 hci_set_afh_host_ch_class_cmd_handler + 0x000000004016a93c lm_page_end_ind_handler + 0x000000004016ad0c hci_create_con_cancel_cmd_handler_lm + 0x000000004016ae04 lm_inq_res_ind_handler + 0x000000004016b0a8 coex_schm_set_afh_ch_class + 0x000000004016b134 lm_reset_hci_cmd_handler_tab + 0x000000004016b1ac lm_reset_lm_default_state_funcs + 0x000000004016b1e8 config_lm_task_funcs_reset + *fill* 0x000000004016b1f3 0x1 + .text 0x000000004016b1f4 0xf4 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + 0x110 (size before relaxing) + 0x000000004016b220 r_nvds_init + 0x000000004016b2d8 config_nvds_funcs_reset + .text 0x000000004016b2e8 0x4a /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + 0x56 (size before relaxing) + 0x000000004016b2f4 btdm_osi_funcs_register + *fill* 0x000000004016b332 0x2 + .text 0x000000004016b334 0x8f0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + 0x9e0 (size before relaxing) + 0x000000004016b46c bredr_txpwr_set + 0x000000004016b4b4 bredr_txpwr_set_inter + 0x000000004016b524 bredr_txpwr_get + 0x000000004016b554 ble_txpwr_set + 0x000000004016b5bc ble_txpwr_set_inter + 0x000000004016b6b0 ble_txpwr_get + 0x000000004016b748 r_rf_rw_bt_init + 0x000000004016b914 r_rf_rw_le_init + 0x000000004016baa0 r_rf_rw_init + 0x000000004016bbd4 btdm_rf_bb_init_phase2 + 0x000000004016bc14 config_rf2_espressif_funcs_reset + .text 0x000000004016bc24 0x167 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + 0x16b (size before relaxing) + 0x000000004016bc28 esp_get_ble_isr_err_counter + 0x000000004016bd78 config_rwble_funcs_reset + *fill* 0x000000004016bd8b 0x1 + .text 0x000000004016bd8c 0x1a9 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + 0x1ad (size before relaxing) + 0x000000004016bd90 esp_get_bt_isr_err_counter + 0x000000004016bf14 config_rwbt_funcs_reset + *fill* 0x000000004016bf35 0x3 + .text 0x000000004016bf38 0x638 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + 0x6c0 (size before relaxing) + 0x000000004016bf54 r_rwip_init + 0x000000004016c120 r_rwip_reset_ext + 0x000000004016c198 r_rwip_sleep + 0x000000004016c4f4 btdm_power_state_active + 0x000000004016c508 btdm_get_prevent_sleep_flag + 0x000000004016c528 config_rwip_funcs_reset + .text 0x000000004016c570 0x62 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + 0x66 (size before relaxing) + 0x000000004016c574 sdk_config_set_mask + 0x000000004016c584 sdk_config_set_opts + 0x000000004016c59c sdk_config_set_bt_mode + 0x000000004016c5b0 sdk_config_set_bt_sleep_mode + 0x000000004016c5c4 sdk_config_set_bt_sleep_enable + *fill* 0x000000004016c5d2 0x2 + .text 0x000000004016c5d4 0xbe /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + 0xda (size before relaxing) + 0x000000004016c5d8 btdm_task_post + 0x000000004016c664 btdm_dispatch_work_to_controller + 0x000000004016c67c btdm_task_recycle + *fill* 0x000000004016c692 0x2 + .text 0x000000004016c694 0x126 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + 0x152 (size before relaxing) + 0x000000004016c6a0 r_flash_init + 0x000000004016c6d0 r_flash_identify + 0x000000004016c738 r_flash_erase + 0x000000004016c764 r_flash_write + 0x000000004016c790 r_flash_read + *fill* 0x000000004016c7ba 0x2 + .text 0x000000004016c7bc 0x354 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + 0x3d0 (size before relaxing) + 0x000000004016c7c0 vhci_notify_host_send_available + 0x000000004016c810 vhci_send + 0x000000004016c900 r_vhci_init + 0x000000004016c974 r_vhci_deinit + 0x000000004016c99c API_vhci_host_check_send_available + 0x000000004016c9c8 API_vhci_host_send_packet + 0x000000004016caf8 API_vhci_host_register_callback + .text 0x000000004016cb10 0x31f /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + 0x357 (size before relaxing) + 0x000000004016cb14 bt_util_buf_lmp_tx_stored_set + 0x000000004016cb98 bt_util_buf_lmp_tx_stored_get + 0x000000004016cbac bt_util_buf_lmp_tx_stored_clear + 0x000000004016cbf8 bt_util_buf_lmp_tx_stored_clear_all + 0x000000004016cc80 r_bt_util_buf_init + 0x000000004016ce20 config_bt_util_buf_funcs_reset + *fill* 0x000000004016ce2f 0x1 + .text 0x000000004016ce30 0x1d8 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + 0x214 (size before relaxing) + 0x000000004016ce40 r_lm_dhkey_calc_init + 0x000000004016cff8 config_bt_util_sp_funcs_reset + .text 0x000000004016d008 0x422 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + 0x48e (size before relaxing) + 0x000000004016d020 r_ecc_generate_key256_with_check + *fill* 0x000000004016d42a 0x2 + .text 0x000000004016d42c 0x13e /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + 0x16a (size before relaxing) + 0x000000004016d448 r_intc_init + *fill* 0x000000004016d56a 0x2 + .text._mdns_get_if_from_esp_netif + 0x000000004016d56c 0x23 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016d58f 0x1 + .text._mdns_can_add_more_services + 0x000000004016d590 0x28 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_get_service_instance_name + 0x000000004016d5b8 0x62 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016d61a 0x2 + .text._mdns_if_is_dup + 0x000000004016d61c 0x5e esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x62 (size before relaxing) + *fill* 0x000000004016d67a 0x2 + .text._mdns_get_next_pcb_packet + 0x000000004016d67c 0x21 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016d69d 0x3 + .text._mdns_search_add + 0x000000004016d6a0 0x14 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_alloc_answer + 0x000000004016d6b4 0x7c esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_search_finish + 0x000000004016d730 0x40 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_search_finish_done + 0x000000004016d770 0x25 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x28 (size before relaxing) + *fill* 0x000000004016d795 0x3 + .text._mdns_free_tx_packet + 0x000000004016d798 0x8a esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016d822 0x2 + .text._mdns_clear_pcb_tx_queue_head + 0x000000004016d824 0x49 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x4d (size before relaxing) + *fill* 0x000000004016d86d 0x3 + .text._mdns_clear_tx_queue_head + 0x000000004016d870 0x1e esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016d88e 0x2 + .text._mdns_dealloc_answer + 0x000000004016d890 0x5b esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016d8eb 0x1 + .text._mdns_remove_scheduled_answer + 0x000000004016d8ec 0x78 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_free_linked_txt + 0x000000004016d964 0x27 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016d98b 0x1 + .text._mdns_dealloc_scheduled_service_answers + 0x000000004016d98c 0x3f esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016d9cb 0x1 + .text._mdns_free_service + 0x000000004016d9cc 0x54 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_send_search_action + 0x000000004016da20 0x6e esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016da8e 0x2 + .text._mdns_search_result_add_txt + 0x000000004016da90 0xb0 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text.event_handler + 0x000000004016db40 0x82 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016dbc2 0x2 + .text._mdns_strdup_check + 0x000000004016dbc4 0x28 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_allocate_txt + 0x000000004016dbec 0x9f esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016dc8b 0x1 + .text._mdns_remove_scheduled_service_packets + 0x000000004016dc8c 0x272 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x27e (size before relaxing) + *fill* 0x000000004016defe 0x2 + .text._mdns_alloc_packet_default + 0x000000004016df00 0x7a esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016df7a 0x2 + .text._mdns_create_announce_packet + 0x000000004016df7c 0xb0 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xc4 (size before relaxing) + .text._mdns_create_probe_packet + 0x000000004016e02c 0x200 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x218 (size before relaxing) + .text._mdns_create_search_packet + 0x000000004016e22c 0x126 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x132 (size before relaxing) + *fill* 0x000000004016e352 0x2 + .text._mdns_create_announce_from_probe + 0x000000004016e354 0xa8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xbc (size before relaxing) + .text._mdns_result_txt_create + 0x000000004016e3fc 0x1b4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1b8 (size before relaxing) + .text._mdns_result_addr_create_ip + 0x000000004016e5b0 0x66 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016e616 0x2 + .text._mdns_name_is_discovery + 0x000000004016e618 0xb4 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_get_service_item + 0x000000004016e6cc 0x31 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016e6fd 0x3 + .text._mdns_name_is_ours + 0x000000004016e700 0x12e esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016e82e 0x2 + .text._mdns_search_result_add_srv + 0x000000004016e830 0xb3 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016e8e3 0x1 + .text._mdns_search_result_add_ptr + 0x000000004016e8e4 0xb6 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016e99a 0x2 + .text._mdns_search_find_from + 0x000000004016e99c 0x141 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016eadd 0x3 + .text._mdns_question_matches + 0x000000004016eae0 0x112 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x116 (size before relaxing) + *fill* 0x000000004016ebf2 0x2 + .text._mdns_remove_parsed_question + 0x000000004016ebf4 0x8b esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8f (size before relaxing) + *fill* 0x000000004016ec7f 0x1 + .text._mdns_read_fqdn + 0x000000004016ec80 0x154 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_result_add_ip + 0x000000004016edd4 0x42 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x46 (size before relaxing) + *fill* 0x000000004016ee16 0x2 + .text._mdns_search_result_add_ip + 0x000000004016ee18 0x10b esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016ef23 0x1 + .text._mdns_check_srv_collision + 0x000000004016ef24 0x171 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016f095 0x3 + .text._mdns_append_fqdn + 0x000000004016f098 0x1c6 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1ca (size before relaxing) + *fill* 0x000000004016f25e 0x2 + .text._mdns_append_question + 0x000000004016f260 0x10d esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016f36d 0x3 + .text._mdns_append_srv_record + 0x000000004016f370 0x2e1 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x2ed (size before relaxing) + *fill* 0x000000004016f651 0x3 + .text._mdns_schedule_tx_packet + 0x000000004016f654 0x42 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016f696 0x2 + .text._mdns_mangle_name + 0x000000004016f698 0xdc esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_init_pcb_probe_new_service + 0x000000004016f774 0x1d6 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1da (size before relaxing) + *fill* 0x000000004016f94a 0x2 + .text._mdns_init_pcb_probe + 0x000000004016f94c 0x11e esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016fa6a 0x2 + .text._mdns_probe_all_pcbs + 0x000000004016fa6c 0x9e esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016fb0a 0x2 + .text._mdns_restart_all_pcbs_no_instance + 0x000000004016fb0c 0x62 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016fb6e 0x2 + .text._mdns_restart_all_pcbs + 0x000000004016fb70 0x52 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x56 (size before relaxing) + *fill* 0x000000004016fbc2 0x2 + .text._mdns_announce_pcb + 0x000000004016fbc4 0x17c esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x19c (size before relaxing) + .text._mdns_dup_interface + 0x000000004016fd40 0x92 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x9a (size before relaxing) + *fill* 0x000000004016fdd2 0x2 + .text._mdns_announce_all_pcbs + 0x000000004016fdd4 0x2f esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016fe03 0x1 + .text._mdns_restart_pcb + 0x000000004016fe04 0x50 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_search_free + 0x000000004016fe54 0x2e esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004016fe82 0x2 + .text._mdns_scheduler_run + 0x000000004016fe84 0xc8 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_search_run + 0x000000004016ff4c 0x9e esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xa2 (size before relaxing) + *fill* 0x000000004016ffea 0x2 + .text._mdns_timer_cb + 0x000000004016ffec 0xb esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x11 (size before relaxing) + *fill* 0x000000004016fff7 0x1 + .text._mdns_free_action + 0x000000004016fff8 0xaf esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xb3 (size before relaxing) + *fill* 0x00000000401700a7 0x1 + .text._mdns_start_timer + 0x00000000401700a8 0x42 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x00000000401700ea 0x2 + .text._mdns_stop_timer + 0x00000000401700ec 0x30 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_service_task_start + 0x000000004017011c 0xb3 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xb7 (size before relaxing) + *fill* 0x00000000401701cf 0x1 + .text._mdns_service_task_stop + 0x00000000401701d0 0x6e esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x72 (size before relaxing) + *fill* 0x000000004017023e 0x2 + .text._mdns_create_service + 0x0000000040170240 0xca esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xce (size before relaxing) + *fill* 0x000000004017030a 0x2 + .text._mdns_parse_fqdn + 0x000000004017030c 0x9e esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x00000000401703aa 0x2 + .text._mdns_check_txt_collision + 0x00000000401703ac 0x151 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x155 (size before relaxing) + *fill* 0x00000000401704fd 0x3 + .text._mdns_append_sdptr_record + 0x0000000040170500 0x1b2 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1b6 (size before relaxing) + *fill* 0x00000000401706b2 0x2 + .text._mdns_append_ptr_record + 0x00000000401706b4 0x1b4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1b8 (size before relaxing) + .text._mdns_append_aaaa_record + 0x0000000040170868 0x1e1 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x0000000040170a49 0x3 + .text._mdns_append_txt_record + 0x0000000040170a4c 0x2ad esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x2b5 (size before relaxing) + *fill* 0x0000000040170cf9 0x3 + .text._mdns_append_a_record + 0x0000000040170cfc 0x22c esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x230 (size before relaxing) + .text._mdns_get_esp_netif + 0x0000000040170f28 0x5c esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x0000000040170f28 _mdns_get_esp_netif + .text._mdns_append_answer + 0x0000000040170f84 0x2aa esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x2da (size before relaxing) + *fill* 0x000000004017122e 0x2 + .text._mdns_dispatch_tx_packet + 0x0000000040171230 0xe8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xec (size before relaxing) + .text._mdns_pcb_send_bye + 0x0000000040171318 0x83 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x8f (size before relaxing) + *fill* 0x000000004017139b 0x1 + .text._mdns_send_bye + 0x000000004017139c 0x7f esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x000000004017141b 0x1 + .text._mdns_send_bye_all_pcbs_no_instance + 0x000000004017141c 0x5b esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x5e (size before relaxing) + *fill* 0x0000000040171477 0x1 + .text._mdns_send_final_bye + 0x0000000040171478 0x52 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x56 (size before relaxing) + *fill* 0x00000000401714ca 0x2 + .text._mdns_create_answer_from_parsed_packet + 0x00000000401714cc 0x2f4 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x338 (size before relaxing) + .text._mdns_search_send_pcb + 0x00000000401717c0 0x4a esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x52 (size before relaxing) + *fill* 0x000000004017180a 0x2 + .text._mdns_search_send + 0x000000004017180c 0x4c esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_tx_handle_packet + 0x0000000040171858 0x163 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x16e (size before relaxing) + *fill* 0x00000000401719bb 0x1 + .text._mdns_check_aaaa_collision + 0x00000000401719bc 0x8a esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x9a (size before relaxing) + *fill* 0x0000000040171a46 0x2 + .text._mdns_check_a_collision + 0x0000000040171a48 0x76 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x82 (size before relaxing) + *fill* 0x0000000040171abe 0x2 + .text._mdns_send_rx_action + 0x0000000040171ac0 0x6a esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x6e (size before relaxing) + 0x0000000040171ac0 _mdns_send_rx_action + *fill* 0x0000000040171b2a 0x2 + .text.mdns_parse_packet + 0x0000000040171b2c 0xe7f esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xeef (size before relaxing) + 0x0000000040171b2c mdns_parse_packet + *fill* 0x00000000401729ab 0x1 + .text._mdns_enable_pcb + 0x00000000401729ac 0x38 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x00000000401729ac _mdns_enable_pcb + .text._mdns_disable_pcb + 0x00000000401729e4 0x9b esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xa7 (size before relaxing) + 0x00000000401729e4 _mdns_disable_pcb + *fill* 0x0000000040172a7f 0x1 + .text._mdns_handle_system_event + 0x0000000040172a80 0x123 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x153 (size before relaxing) + *fill* 0x0000000040172ba3 0x1 + .text._mdns_execute_action + 0x0000000040172ba4 0x328 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x368 (size before relaxing) + .text._mdns_service_task + 0x0000000040172ecc 0x6e esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x72 (size before relaxing) + *fill* 0x0000000040172f3a 0x2 + .text.mdns_init + 0x0000000040172f3c 0x1b8 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1dc (size before relaxing) + 0x0000000040172f3c mdns_init + .text.mdns_hostname_set + 0x00000000401730f4 0xda esp-idf/mdns/libmdns.a(mdns.c.obj) + 0xde (size before relaxing) + 0x00000000401730f4 mdns_hostname_set + *fill* 0x00000000401731ce 0x2 + .text.mdns_service_add + 0x00000000401731d0 0x19a esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x1b6 (size before relaxing) + 0x00000000401731d0 mdns_service_add + *fill* 0x000000004017336a 0x2 + .text.mdns_service_remove_all + 0x000000004017336c 0x84 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x88 (size before relaxing) + 0x000000004017336c mdns_service_remove_all + .text.mdns_query_results_free + 0x00000000401733f0 0x6c esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x00000000401733f0 mdns_query_results_free + .text.mdns_free + 0x000000004017345c 0x10b esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x123 (size before relaxing) + 0x000000004017345c mdns_free + *fill* 0x0000000040173567 0x1 + .text._udp_pcb_is_in_use + 0x0000000040173568 0x3d esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + *fill* 0x00000000401735a5 0x3 + .text._udp_join_group + 0x00000000401735a8 0xa9 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0xb1 (size before relaxing) + *fill* 0x0000000040173651 0x3 + .text._udp_pcb_main_init + 0x0000000040173654 0xa9 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + *fill* 0x00000000401736fd 0x3 + .text._udp_pcb_init + 0x0000000040173700 0x7c esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x80 (size before relaxing) + .text._mdns_pcb_init_api + 0x000000004017377c 0x14 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .text._udp_recv + 0x0000000040173790 0x175 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x17d (size before relaxing) + *fill* 0x0000000040173905 0x3 + .text._udp_pcb_main_deinit + 0x0000000040173908 0x2a esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x2e (size before relaxing) + *fill* 0x0000000040173932 0x2 + .text._udp_pcb_deinit + 0x0000000040173934 0x60 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x68 (size before relaxing) + .text._mdns_pcb_deinit_api + 0x0000000040173994 0x15 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + *fill* 0x00000000401739a9 0x3 + .text._mdns_udp_pcb_write_api + 0x00000000401739ac 0x66 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x6a (size before relaxing) + *fill* 0x0000000040173a12 0x2 + .text._mdns_pcb_init + 0x0000000040173a14 0x22 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x0000000040173a14 _mdns_pcb_init + *fill* 0x0000000040173a36 0x2 + .text._mdns_pcb_deinit + 0x0000000040173a38 0x22 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x0000000040173a38 _mdns_pcb_deinit + *fill* 0x0000000040173a5a 0x2 + .text._mdns_udp_pcb_write + 0x0000000040173a5c 0x59 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x0000000040173a5c _mdns_udp_pcb_write + *fill* 0x0000000040173ab5 0x3 + .text.case_insensitive_strcmp + 0x0000000040173ab8 0x70 esp-idf/json/libjson.a(cJSON.c.obj) + .text.utf16_literal_to_utf8 + 0x0000000040173b28 0x116 esp-idf/json/libjson.a(cJSON.c.obj) + 0x11e (size before relaxing) + *fill* 0x0000000040173c3e 0x2 + .text.parse_string + 0x0000000040173c40 0x162 esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x0000000040173da2 0x2 + .text.cJSON_New_Item + 0x0000000040173da4 0x1a esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x0000000040173dbe 0x2 + .text.skip_utf8_bom + 0x0000000040173dc0 0x34 esp-idf/json/libjson.a(cJSON.c.obj) + .text.parse_number + 0x0000000040173df4 0xe6 esp-idf/json/libjson.a(cJSON.c.obj) + 0xea (size before relaxing) + *fill* 0x0000000040173eda 0x2 + .text.get_object_item + 0x0000000040173edc 0x5f esp-idf/json/libjson.a(cJSON.c.obj) + 0x63 (size before relaxing) + *fill* 0x0000000040173f3b 0x1 + .text.cJSON_Delete + 0x0000000040173f3c 0x49 esp-idf/json/libjson.a(cJSON.c.obj) + 0x0000000040173f3c cJSON_Delete + *fill* 0x0000000040173f85 0x3 + .text.parse_object + 0x0000000040173f88 0x14d esp-idf/json/libjson.a(cJSON.c.obj) + 0x169 (size before relaxing) + *fill* 0x00000000401740d5 0x3 + .text.parse_value + 0x00000000401740d8 0x136 esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x000000004017420e 0x2 + .text.parse_array + 0x0000000040174210 0xfe esp-idf/json/libjson.a(cJSON.c.obj) + 0x10e (size before relaxing) + *fill* 0x000000004017430e 0x2 + .text.cJSON_ParseWithLengthOpts + 0x0000000040174310 0xc0 esp-idf/json/libjson.a(cJSON.c.obj) + 0xd0 (size before relaxing) + 0x0000000040174310 cJSON_ParseWithLengthOpts + .text.cJSON_ParseWithOpts + 0x00000000401743d0 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + 0x20 (size before relaxing) + 0x00000000401743d0 cJSON_ParseWithOpts + .text.cJSON_Parse + 0x00000000401743ec 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + 0x14 (size before relaxing) + 0x00000000401743ec cJSON_Parse + .text.cJSON_GetArrayItem + 0x00000000401743fc 0x19 esp-idf/json/libjson.a(cJSON.c.obj) + 0x00000000401743fc cJSON_GetArrayItem + *fill* 0x0000000040174415 0x3 + .text.cJSON_GetObjectItem + 0x0000000040174418 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + 0x14 (size before relaxing) + 0x0000000040174418 cJSON_GetObjectItem + .text.create_string + 0x0000000040174428 0x54 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.set_if_config + 0x000000004017447c 0x28 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_check_cfg_conflict + 0x00000000401744a4 0x8c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_destroy_config + 0x0000000040174530 0xbf esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xc3 (size before relaxing) + *fill* 0x00000000401745ef 0x1 + .text.create_client_data + 0x00000000401745f0 0x1f9 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x225 (size before relaxing) + *fill* 0x00000000401747e9 0x3 + .text.esp_mqtt_set_cert_key_data + 0x00000000401747ec 0xad esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xb1 (size before relaxing) + *fill* 0x0000000040174899 0x3 + .text.esp_mqtt_set_ssl_transport_properties + 0x000000004017489c 0x174 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x184 (size before relaxing) + .text.esp_mqtt_dispatch_event + 0x0000000040174a10 0x44 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x48 (size before relaxing) + .text.esp_mqtt_dispatch_event_with_msgid + 0x0000000040174a54 0x18 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x1c (size before relaxing) + .text.esp_mqtt_client_dispatch_transport_error + 0x0000000040174a6c 0x36 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x42 (size before relaxing) + *fill* 0x0000000040174aa2 0x2 + .text.mqtt_message_receive + 0x0000000040174aa4 0x23a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x25e (size before relaxing) + *fill* 0x0000000040174cde 0x2 + .text.esp_mqtt_connect + 0x0000000040174ce0 0x1a4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x1b4 (size before relaxing) + .text.esp_mqtt_abort_connection + 0x0000000040174e84 0x44 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x4c (size before relaxing) + .text.deliver_suback + 0x0000000040174ec8 0x50 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x54 (size before relaxing) + .text.deliver_publish + 0x0000000040174f18 0x11c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x130 (size before relaxing) + .text.is_valid_mqtt_msg + 0x0000000040175034 0x2d esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x0000000040175061 0x3 + .text.mqtt_delete_expired_messages + 0x0000000040175064 0x2b esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x33 (size before relaxing) + *fill* 0x000000004017508f 0x1 + .text.mqtt_enqueue + 0x0000000040175090 0x50 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x54 (size before relaxing) + .text.mqtt_enqueue_oversized + 0x00000000401750e0 0x48 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x4c (size before relaxing) + .text.mqtt_write_data + 0x0000000040175128 0x95 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xa0 (size before relaxing) + *fill* 0x00000000401751bd 0x3 + .text.send_disconnect_msg + 0x00000000401751c0 0x5a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000004017521a 0x2 + .text.mqtt_process_receive + 0x000000004017521c 0x21c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x244 (size before relaxing) + .text.mqtt_resend_queued + 0x0000000040175438 0x98 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xa8 (size before relaxing) + .text.esp_mqtt_client_ping + 0x00000000401754d0 0x54 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x58 (size before relaxing) + .text.esp_mqtt_task + 0x0000000040175524 0x426 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x482 (size before relaxing) + *fill* 0x000000004017594a 0x2 + .text.esp_mqtt_client_set_uri + 0x000000004017594c 0x1bd esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x1d5 (size before relaxing) + 0x000000004017594c esp_mqtt_client_set_uri + *fill* 0x0000000040175b09 0x3 + .text.esp_mqtt_set_config + 0x0000000040175b0c 0x71d esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x741 (size before relaxing) + 0x0000000040175b0c esp_mqtt_set_config + *fill* 0x0000000040176229 0x3 + .text.esp_mqtt_client_start + 0x000000004017622c 0xac esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x000000004017622c esp_mqtt_client_start + .text.esp_mqtt_client_stop + 0x00000000401762d8 0xbd esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xc1 (size before relaxing) + 0x00000000401762d8 esp_mqtt_client_stop + *fill* 0x0000000040176395 0x3 + .text.esp_mqtt_client_destroy + 0x0000000040176398 0x6d esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x79 (size before relaxing) + 0x0000000040176398 esp_mqtt_client_destroy + *fill* 0x0000000040176405 0x3 + .text.esp_mqtt_client_init + 0x0000000040176408 0x18c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x1a0 (size before relaxing) + 0x0000000040176408 esp_mqtt_client_init + .text.esp_mqtt_client_subscribe + 0x0000000040176594 0x112 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x11e (size before relaxing) + 0x0000000040176594 esp_mqtt_client_subscribe + *fill* 0x00000000401766a6 0x2 + .text.esp_mqtt_client_unsubscribe + 0x00000000401766a8 0x10e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x116 (size before relaxing) + 0x00000000401766a8 esp_mqtt_client_unsubscribe + *fill* 0x00000000401767b6 0x2 + .text.esp_mqtt_client_publish + 0x00000000401767b8 0x1bc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x1d4 (size before relaxing) + 0x00000000401767b8 esp_mqtt_client_publish + .text.fini_message + 0x0000000040176974 0xc2 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + *fill* 0x0000000040176a36 0x2 + .text.append_string + 0x0000000040176a38 0x48 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text.append_message_id + 0x0000000040176a80 0x44 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text.mqtt_msg_init + 0x0000000040176ac4 0x16 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x0000000040176ac4 mqtt_msg_init + *fill* 0x0000000040176ada 0x2 + .text.mqtt_msg_connect + 0x0000000040176adc 0x208 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x234 (size before relaxing) + 0x0000000040176adc mqtt_msg_connect + .text.mqtt_msg_publish + 0x0000000040176ce4 0xdc esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0xe8 (size before relaxing) + 0x0000000040176ce4 mqtt_msg_publish + .text.mqtt_msg_puback + 0x0000000040176dc0 0x34 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x3c (size before relaxing) + 0x0000000040176dc0 mqtt_msg_puback + .text.mqtt_msg_pubrec + 0x0000000040176df4 0x34 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x3c (size before relaxing) + 0x0000000040176df4 mqtt_msg_pubrec + .text.mqtt_msg_pubrel + 0x0000000040176e28 0x34 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x3c (size before relaxing) + 0x0000000040176e28 mqtt_msg_pubrel + .text.mqtt_msg_pubcomp + 0x0000000040176e5c 0x34 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x3c (size before relaxing) + 0x0000000040176e5c mqtt_msg_pubcomp + .text.mqtt_msg_subscribe + 0x0000000040176e90 0x85 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x99 (size before relaxing) + 0x0000000040176e90 mqtt_msg_subscribe + *fill* 0x0000000040176f15 0x3 + .text.mqtt_msg_unsubscribe + 0x0000000040176f18 0x65 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x79 (size before relaxing) + 0x0000000040176f18 mqtt_msg_unsubscribe + *fill* 0x0000000040176f7d 0x3 + .text.mqtt_msg_pingreq + 0x0000000040176f80 0x1c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x20 (size before relaxing) + 0x0000000040176f80 mqtt_msg_pingreq + .text.mqtt_msg_disconnect + 0x0000000040176f9c 0x1c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x20 (size before relaxing) + 0x0000000040176f9c mqtt_msg_disconnect + .text.mqtt_has_valid_msg_hdr + 0x0000000040176fb8 0x74 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x0000000040176fb8 mqtt_has_valid_msg_hdr + .text.outbox_init + 0x000000004017702c 0x44 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x000000004017702c outbox_init + .text.outbox_enqueue + 0x0000000040177070 0xc9 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x0000000040177070 outbox_enqueue + *fill* 0x0000000040177139 0x3 + .text.outbox_delete_item + 0x000000004017713c 0x4d esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x000000004017713c outbox_delete_item + *fill* 0x0000000040177189 0x3 + .text.outbox_delete + 0x000000004017718c 0x5c esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x000000004017718c outbox_delete + .text.outbox_set_pending + 0x00000000401771e8 0x1a esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x00000000401771e8 outbox_set_pending + *fill* 0x0000000040177202 0x2 + .text.outbox_set_tick + 0x0000000040177204 0x1c esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x0000000040177204 outbox_set_tick + .text.outbox_delete_expired + 0x0000000040177220 0x70 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x0000000040177220 outbox_delete_expired + .text.outbox_delete_all_items + 0x0000000040177290 0x46 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x0000000040177290 outbox_delete_all_items + *fill* 0x00000000401772d6 0x2 + .text.outbox_destroy + 0x00000000401772d8 0x12 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x16 (size before relaxing) + 0x00000000401772d8 outbox_destroy + *fill* 0x00000000401772ea 0x2 + .text.platform_create_id_string + 0x00000000401772ec 0x5e esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x00000000401772ec platform_create_id_string + *fill* 0x000000004017734a 0x2 + .text.platform_random + 0x000000004017734c 0xe esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x000000004017734c platform_random + *fill* 0x000000004017735a 0x2 + .text.platform_tick_get_ms + 0x000000004017735c 0x43 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x000000004017735c platform_tick_get_ms + *fill* 0x000000004017739f 0x1 + .text.sntp_sync_time + 0x00000000401773a0 0xfe esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x00000000401773a0 sntp_sync_time + *fill* 0x000000004017749e 0x2 + .text.sntp_set_sync_interval + 0x00000000401774a0 0x13 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x00000000401774a0 sntp_set_sync_interval + *fill* 0x00000000401774b3 0x1 + .text.sntp_get_sync_interval + 0x00000000401774b4 0xa esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x00000000401774b4 sntp_get_sync_interval + *fill* 0x00000000401774be 0x2 + .text.sntp_set_system_time + 0x00000000401774c0 0xe esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x12 (size before relaxing) + 0x00000000401774c0 sntp_set_system_time + *fill* 0x00000000401774ce 0x2 + .text.lwip_gethostbyname + 0x00000000401774d0 0x6c esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x00000000401774d0 lwip_gethostbyname + .text.lwip_freeaddrinfo + 0x000000004017753c 0x19 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x000000004017753c lwip_freeaddrinfo + *fill* 0x0000000040177555 0x3 + .text.lwip_getaddrinfo + 0x0000000040177558 0x291 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x295 (size before relaxing) + 0x0000000040177558 lwip_getaddrinfo + *fill* 0x00000000401777e9 0x3 + .text.sntp_retry + 0x00000000401777ec 0x2a esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x0000000040177816 0x2 + .text.sntp_initialize_request + 0x0000000040177818 0x17 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000004017782f 0x1 + .text.sntp_send_request + 0x0000000040177830 0x84 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x88 (size before relaxing) + .text.sntp_request + 0x00000000401778b4 0xd8 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0xdc (size before relaxing) + .text.sntp_try_next_server + 0x000000004017798c 0xc3 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0xc7 (size before relaxing) + *fill* 0x0000000040177a4f 0x1 + .text.sntp_dns_found + 0x0000000040177a50 0x2e esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x35 (size before relaxing) + *fill* 0x0000000040177a7e 0x2 + .text.sntp_process + 0x0000000040177a80 0x27 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x2b (size before relaxing) + *fill* 0x0000000040177aa7 0x1 + .text.sntp_recv + 0x0000000040177aa8 0xe7 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0xef (size before relaxing) + *fill* 0x0000000040177b8f 0x1 + .text.sntp_init + 0x0000000040177b90 0x8e esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x92 (size before relaxing) + 0x0000000040177b90 sntp_init + *fill* 0x0000000040177c1e 0x2 + .text.sntp_stop + 0x0000000040177c20 0x4e esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x0000000040177c20 sntp_stop + *fill* 0x0000000040177c6e 0x2 + .text.sntp_setservername + 0x0000000040177c70 0x16 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x0000000040177c70 sntp_setservername + *fill* 0x0000000040177c86 0x2 + .text.sntp_getservername + 0x0000000040177c88 0x1a esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x0000000040177c88 sntp_getservername + *fill* 0x0000000040177ca2 0x2 + .text.esp_ping_send + 0x0000000040177ca4 0xa0 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .text.esp_ping_receive + 0x0000000040177d44 0x112 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x11a (size before relaxing) + *fill* 0x0000000040177e56 0x2 + .text.esp_ping_thread + 0x0000000040177e58 0x132 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x13e (size before relaxing) + *fill* 0x0000000040177f8a 0x2 + .text.esp_ping_new_session + 0x0000000040177f8c 0x308 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x0000000040177f8c esp_ping_new_session + .text.esp_ping_delete_session + 0x0000000040178294 0x3f esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x0000000040178294 esp_ping_delete_session + *fill* 0x00000000401782d3 0x1 + .text.esp_ping_start + 0x00000000401782d4 0x49 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x00000000401782d4 esp_ping_start + *fill* 0x000000004017831d 0x3 + .text.esp_ping_get_profile + 0x0000000040178320 0x10a esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x0000000040178320 esp_ping_get_profile + *fill* 0x000000004017842a 0x2 + .text.ssl_check_record_type + 0x000000004017842c 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x0000000040178442 0x2 + .text.ssl_extract_add_data_from_record + 0x0000000040178444 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_build_record_nonce + 0x0000000040178478 0x43 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x00000000401784bb 0x1 + .text.ssl_consume_current_message + 0x00000000401784bc 0x50 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_check_ctr_renegotiate + 0x000000004017850c 0x6a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x0000000040178576 0x2 + .text.mbedtls_ssl_encrypt_buf + 0x0000000040178578 0x37a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x3aa (size before relaxing) + 0x0000000040178578 mbedtls_ssl_encrypt_buf + *fill* 0x00000000401788f2 0x2 + .text.mbedtls_ssl_decrypt_buf + 0x00000000401788f4 0x40a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x446 (size before relaxing) + 0x00000000401788f4 mbedtls_ssl_decrypt_buf + *fill* 0x0000000040178cfe 0x2 + .text.ssl_prepare_record_content + 0x0000000040178d00 0x85 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x89 (size before relaxing) + *fill* 0x0000000040178d85 0x3 + .text.mbedtls_ssl_fetch_input + 0x0000000040178d88 0x98 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x0000000040178d88 mbedtls_ssl_fetch_input + .text.mbedtls_ssl_prepare_handshake_record + 0x0000000040178e20 0x2b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x0000000040178e20 mbedtls_ssl_prepare_handshake_record + *fill* 0x0000000040178e4b 0x1 + .text.mbedtls_ssl_handle_message_type + 0x0000000040178e4c 0x94 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x98 (size before relaxing) + 0x0000000040178e4c mbedtls_ssl_handle_message_type + .text.mbedtls_ssl_update_out_pointers + 0x0000000040178ee0 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x2b (size before relaxing) + 0x0000000040178ee0 mbedtls_ssl_update_out_pointers + *fill* 0x0000000040178f07 0x1 + .text.mbedtls_ssl_flush_output + 0x0000000040178f08 0x64 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x0000000040178f08 mbedtls_ssl_flush_output + .text.mbedtls_ssl_reset_in_out_pointers + 0x0000000040178f6c 0x23 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x27 (size before relaxing) + 0x0000000040178f6c mbedtls_ssl_reset_in_out_pointers + *fill* 0x0000000040178f8f 0x1 + .text.mbedtls_ssl_transform_free + 0x0000000040178f90 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x38 (size before relaxing) + 0x0000000040178f90 mbedtls_ssl_transform_free + .text.mbedtls_ssl_write_record + 0x0000000040178fbc 0x12c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x13c (size before relaxing) + 0x0000000040178fbc mbedtls_ssl_write_record + .text.mbedtls_ssl_write_handshake_msg + 0x00000000401790e8 0x8d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x00000000401790e8 mbedtls_ssl_write_handshake_msg + *fill* 0x0000000040179175 0x3 + .text.mbedtls_ssl_write_change_cipher_spec + 0x0000000040179178 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x0000000040179178 mbedtls_ssl_write_change_cipher_spec + *fill* 0x000000004017919d 0x3 + .text.mbedtls_ssl_send_alert_message + 0x00000000401791a0 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x40 (size before relaxing) + 0x00000000401791a0 mbedtls_ssl_send_alert_message + .text.ssl_write_real + 0x00000000401791dc 0x4c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x54 (size before relaxing) + .text.ssl_write_split + 0x0000000040179228 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x64 (size before relaxing) + .text.mbedtls_ssl_write + 0x0000000040179288 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x44 (size before relaxing) + 0x0000000040179288 mbedtls_ssl_write + .text.ssl_parse_record_header + 0x00000000401792c4 0x91 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x95 (size before relaxing) + *fill* 0x0000000040179355 0x3 + .text.ssl_get_next_record + 0x0000000040179358 0x8a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x9e (size before relaxing) + *fill* 0x00000000401793e2 0x2 + .text.mbedtls_ssl_read_record + 0x00000000401793e4 0x77 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x83 (size before relaxing) + 0x00000000401793e4 mbedtls_ssl_read_record + *fill* 0x000000004017945b 0x1 + .text.mbedtls_ssl_parse_change_cipher_spec + 0x000000004017945c 0x62 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x6a (size before relaxing) + 0x000000004017945c mbedtls_ssl_parse_change_cipher_spec + *fill* 0x00000000401794be 0x2 + .text.mbedtls_ssl_read + 0x00000000401794c0 0x20e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x21a (size before relaxing) + 0x00000000401794c0 mbedtls_ssl_read + *fill* 0x00000000401796ce 0x2 + .text.ssl_mfl_code_to_length + 0x00000000401796d0 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x00000000401796f9 0x3 + .text.tls_prf_get_type + 0x00000000401796fc 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040179725 0x3 + .text.ssl_set_handshake_prfs + 0x0000000040179728 0x68 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_parse_certificate_coordinate + 0x0000000040179790 0x4a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x00000000401797da 0x2 + .text.ssl_append_key_cert + 0x00000000401797dc 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040179815 0x3 + .text.ssl_conf_set_psk_identity + 0x0000000040179818 0x4d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x51 (size before relaxing) + *fill* 0x0000000040179865 0x3 + .text.ssl_key_cert_free + 0x0000000040179868 0x17 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017987f 0x1 + .text.tls_prf_generic + 0x0000000040179880 0x17a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1b2 (size before relaxing) + *fill* 0x00000000401799fa 0x2 + .text.tls_prf_sha256 + 0x00000000401799fc 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .text.tls_prf_sha384 + 0x0000000040179a18 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .text.tls1_prf + 0x0000000040179a34 0x272 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x2d2 (size before relaxing) + *fill* 0x0000000040179ca6 0x2 + .text.ssl_compute_master + 0x0000000040179ca8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x64 (size before relaxing) + .text.ssl_conf_remove_psk + 0x0000000040179d08 0x2f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x37 (size before relaxing) + *fill* 0x0000000040179d37 0x1 + .text.ssl_calc_finished_tls_sha256 + 0x0000000040179d38 0x5e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x6a (size before relaxing) + *fill* 0x0000000040179d96 0x2 + .text.ssl_calc_verify_tls_sha256 + 0x0000000040179d98 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x34 (size before relaxing) + .text.ssl_calc_finished_tls_sha384 + 0x0000000040179dc0 0x5e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x6a (size before relaxing) + *fill* 0x0000000040179e1e 0x2 + .text.ssl_calc_verify_tls_sha384 + 0x0000000040179e20 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x34 (size before relaxing) + .text.ssl_calc_finished_tls + 0x0000000040179e48 0x83 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x9f (size before relaxing) + *fill* 0x0000000040179ecb 0x1 + .text.ssl_calc_verify_tls + 0x0000000040179ecc 0x4b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x63 (size before relaxing) + *fill* 0x0000000040179f17 0x1 + .text.ssl_populate_transform + 0x0000000040179f18 0x310 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x340 (size before relaxing) + .text.ssl_write_hello_request + 0x000000004017a228 0x21 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017a249 0x3 + .text.ssl_clear_peer_cert + 0x000000004017a24c 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1e (size before relaxing) + *fill* 0x000000004017a266 0x2 + .text.ssl_srv_check_client_no_crt_notification + 0x000000004017a268 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017a2b6 0x2 + .text.ssl_check_peer_crt_unchanged + 0x000000004017a2b8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_parse_certificate_chain + 0x000000004017a2e0 0x15e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x176 (size before relaxing) + *fill* 0x000000004017a43e 0x2 + .text.ssl_update_checksum_sha256 + 0x000000004017a440 0x17 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017a457 0x1 + .text.ssl_update_checksum_sha384 + 0x000000004017a458 0x17 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017a46f 0x1 + .text.ssl_update_checksum_md5sha1 + 0x000000004017a470 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x2a (size before relaxing) + *fill* 0x000000004017a496 0x2 + .text.ssl_update_checksum_start + 0x000000004017a498 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x50 (size before relaxing) + .text.mbedtls_ssl_derive_keys + 0x000000004017a4dc 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xb8 (size before relaxing) + 0x000000004017a4dc mbedtls_ssl_derive_keys + .text.mbedtls_ssl_psk_derive_premaster + 0x000000004017a584 0x160 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x168 (size before relaxing) + 0x000000004017a584 mbedtls_ssl_psk_derive_premaster + .text.mbedtls_ssl_write_certificate + 0x000000004017a6e4 0x10b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10f (size before relaxing) + 0x000000004017a6e4 mbedtls_ssl_write_certificate + *fill* 0x000000004017a7ef 0x1 + .text.mbedtls_ssl_optimize_checksum + 0x000000004017a7f0 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a7f0 mbedtls_ssl_optimize_checksum + *fill* 0x000000004017a81e 0x2 + .text.mbedtls_ssl_write_finished + 0x000000004017a820 0xad esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a820 mbedtls_ssl_write_finished + *fill* 0x000000004017a8cd 0x3 + .text.mbedtls_ssl_parse_finished + 0x000000004017a8d0 0xce esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xd6 (size before relaxing) + 0x000000004017a8d0 mbedtls_ssl_parse_finished + *fill* 0x000000004017a99e 0x2 + .text.mbedtls_ssl_transform_init + 0x000000004017a9a0 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x38 (size before relaxing) + 0x000000004017a9a0 mbedtls_ssl_transform_init + .text.mbedtls_ssl_session_init + 0x000000004017a9cc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a9cc mbedtls_ssl_session_init + *fill* 0x000000004017a9de 0x2 + .text.mbedtls_ssl_init + 0x000000004017a9e0 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a9e0 mbedtls_ssl_init + *fill* 0x000000004017a9f2 0x2 + .text.mbedtls_ssl_conf_own_cert + 0x000000004017a9f4 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a9f4 mbedtls_ssl_conf_own_cert + *fill* 0x000000004017aa0a 0x2 + .text.mbedtls_ssl_conf_psk + 0x000000004017aa0c 0x61 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x6d (size before relaxing) + 0x000000004017aa0c mbedtls_ssl_conf_psk + *fill* 0x000000004017aa6d 0x3 + .text.mbedtls_ssl_conf_dh_param_bin + 0x000000004017aa70 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x44 (size before relaxing) + 0x000000004017aa70 mbedtls_ssl_conf_dh_param_bin + .text.mbedtls_ssl_set_hostname + 0x000000004017aaa8 0x76 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x7e (size before relaxing) + 0x000000004017aaa8 mbedtls_ssl_set_hostname + *fill* 0x000000004017ab1e 0x2 + .text.mbedtls_ssl_conf_alpn_protocols + 0x000000004017ab20 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017ab20 mbedtls_ssl_conf_alpn_protocols + .text.mbedtls_ssl_get_output_max_frag_len + 0x000000004017ab5c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x3b (size before relaxing) + 0x000000004017ab5c mbedtls_ssl_get_output_max_frag_len + *fill* 0x000000004017ab8c 0x0 + .text.mbedtls_ssl_get_max_out_record_payload + 0x000000004017ab8c 0x15 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x19 (size before relaxing) + 0x000000004017ab8c mbedtls_ssl_get_max_out_record_payload + *fill* 0x000000004017aba1 0x3 + .text.mbedtls_ssl_handshake_step + 0x000000004017aba4 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x44 (size before relaxing) + 0x000000004017aba4 mbedtls_ssl_handshake_step + .text.mbedtls_ssl_handshake + 0x000000004017abe0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017abe0 mbedtls_ssl_handshake + .text.mbedtls_ssl_handshake_free + 0x000000004017ac10 0x74 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x90 (size before relaxing) + 0x000000004017ac10 mbedtls_ssl_handshake_free + .text.mbedtls_ssl_handshake_wrapup_free_hs_transform + 0x000000004017ac84 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x3c (size before relaxing) + 0x000000004017ac84 mbedtls_ssl_handshake_wrapup_free_hs_transform + .text.mbedtls_ssl_session_free + 0x000000004017acb4 0x1b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x23 (size before relaxing) + 0x000000004017acb4 mbedtls_ssl_session_free + *fill* 0x000000004017accf 0x1 + .text.mbedtls_ssl_handshake_wrapup + 0x000000004017acd0 0x59 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x5d (size before relaxing) + 0x000000004017acd0 mbedtls_ssl_handshake_wrapup + *fill* 0x000000004017ad29 0x3 + .text.mbedtls_ssl_free + 0x000000004017ad2c 0x9b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xce (size before relaxing) + 0x000000004017ad2c mbedtls_ssl_free + *fill* 0x000000004017adc7 0x1 + .text.mbedtls_ssl_config_init + 0x000000004017adc8 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017adc8 mbedtls_ssl_config_init + *fill* 0x000000004017adda 0x2 + .text.mbedtls_ssl_config_defaults + 0x000000004017addc 0xde esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xea (size before relaxing) + 0x000000004017addc mbedtls_ssl_config_defaults + *fill* 0x000000004017aeba 0x2 + .text.mbedtls_ssl_config_free + 0x000000004017aebc 0x5f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x6f (size before relaxing) + 0x000000004017aebc mbedtls_ssl_config_free + *fill* 0x000000004017af1b 0x1 + .text.mbedtls_ssl_sig_from_pk + 0x000000004017af1c 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x29 (size before relaxing) + 0x000000004017af1c mbedtls_ssl_sig_from_pk + *fill* 0x000000004017af41 0x3 + .text.ssl_handshake_params_init + 0x000000004017af44 0x73 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x97 (size before relaxing) + *fill* 0x000000004017afb7 0x1 + .text.ssl_handshake_init + 0x000000004017afb8 0x9d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xb5 (size before relaxing) + *fill* 0x000000004017b055 0x3 + .text.mbedtls_ssl_setup + 0x000000004017b058 0x7d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8d (size before relaxing) + 0x000000004017b058 mbedtls_ssl_setup + *fill* 0x000000004017b0d5 0x3 + .text.mbedtls_ssl_start_renegotiation + 0x000000004017b0d8 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x22 (size before relaxing) + 0x000000004017b0d8 mbedtls_ssl_start_renegotiation + *fill* 0x000000004017b0f6 0x2 + .text.mbedtls_ssl_renegotiate + 0x000000004017b0f8 0x75 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x7d (size before relaxing) + 0x000000004017b0f8 mbedtls_ssl_renegotiate + *fill* 0x000000004017b16d 0x3 + .text.mbedtls_ssl_md_alg_from_hash + 0x000000004017b170 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017b170 mbedtls_ssl_md_alg_from_hash + *fill* 0x000000004017b1a9 0x3 + .text.mbedtls_ssl_hash_from_md_alg + 0x000000004017b1ac 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017b1ac mbedtls_ssl_hash_from_md_alg + *fill* 0x000000004017b1e5 0x3 + .text.mbedtls_ssl_check_cert_usage + 0x000000004017b1e8 0x72 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017b1e8 mbedtls_ssl_check_cert_usage + *fill* 0x000000004017b25a 0x2 + .text.ssl_parse_certificate_verify + 0x000000004017b25c 0x15e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x16a (size before relaxing) + *fill* 0x000000004017b3ba 0x2 + .text.mbedtls_ssl_parse_certificate + 0x000000004017b3bc 0xbc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xd8 (size before relaxing) + 0x000000004017b3bc mbedtls_ssl_parse_certificate + .text.mbedtls_ssl_set_calc_verify_md + 0x000000004017b478 0x49 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017b478 mbedtls_ssl_set_calc_verify_md + *fill* 0x000000004017b4c1 0x3 + .text.mbedtls_ssl_get_key_exchange_md_ssl_tls + 0x000000004017b4c4 0x9b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc3 (size before relaxing) + 0x000000004017b4c4 mbedtls_ssl_get_key_exchange_md_ssl_tls + *fill* 0x000000004017b55f 0x1 + .text.mbedtls_ssl_get_key_exchange_md_tls1_2 + 0x000000004017b560 0x6a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x86 (size before relaxing) + 0x000000004017b560 mbedtls_ssl_get_key_exchange_md_tls1_2 + *fill* 0x000000004017b5ca 0x2 + .text.mbedtls_ssl_ciphersuite_from_id + 0x000000004017b5cc 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000004017b5cc mbedtls_ssl_ciphersuite_from_id + *fill* 0x000000004017b5e6 0x2 + .text.mbedtls_ssl_list_ciphersuites + 0x000000004017b5e8 0x45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x49 (size before relaxing) + 0x000000004017b5e8 mbedtls_ssl_list_ciphersuites + *fill* 0x000000004017b62d 0x3 + .text.mbedtls_ssl_get_ciphersuite_sig_pk_alg + 0x000000004017b630 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000004017b630 mbedtls_ssl_get_ciphersuite_sig_pk_alg + *fill* 0x000000004017b655 0x3 + .text.ssl_write_supported_point_formats_ext + 0x000000004017b658 0x3d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017b695 0x3 + .text.ssl_write_max_fragment_length_ext + 0x000000004017b698 0x48 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .text.ssl_write_truncated_hmac_ext + 0x000000004017b6e0 0x45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017b725 0x3 + .text.ssl_write_encrypt_then_mac_ext + 0x000000004017b728 0x4d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017b775 0x3 + .text.ssl_write_extended_ms_ext + 0x000000004017b778 0x4d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017b7c5 0x3 + .text.ssl_parse_server_psk_hint + 0x000000004017b7c8 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017b801 0x3 + .text.ssl_write_renegotiation_ext + 0x000000004017b804 0x65 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017b869 0x3 + .text.ssl_write_session_ticket_ext + 0x000000004017b86c 0x70 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .text.ssl_generate_random + 0x000000004017b8dc 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .text.ssl_validate_ciphersuite + 0x000000004017b918 0x3b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x3f (size before relaxing) + *fill* 0x000000004017b953 0x1 + .text.ssl_write_hostname_ext + 0x000000004017b954 0x75 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017b9c9 0x3 + .text.ssl_write_alpn_ext + 0x000000004017b9cc 0xa9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017ba75 0x3 + .text.ssl_write_signature_algorithms_ext + 0x000000004017ba78 0xd7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0xdb (size before relaxing) + *fill* 0x000000004017bb4f 0x1 + .text.ssl_write_supported_elliptic_curves_ext + 0x000000004017bb50 0xd5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017bc25 0x3 + .text.ssl_write_client_hello + 0x000000004017bc28 0x37c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x3ac (size before relaxing) + .text.ssl_parse_max_fragment_length_ext + 0x000000004017bfa4 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017bfce 0x2 + .text.ssl_parse_truncated_hmac_ext + 0x000000004017bfd0 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017bff9 0x3 + .text.ssl_parse_encrypt_then_mac_ext + 0x000000004017bffc 0x2b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x2f (size before relaxing) + *fill* 0x000000004017c027 0x1 + .text.ssl_parse_extended_ms_ext + 0x000000004017c028 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x30 (size before relaxing) + .text.ssl_parse_session_ticket_ext + 0x000000004017c054 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x2c (size before relaxing) + .text.ssl_parse_supported_point_formats_ext + 0x000000004017c07c 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017c0ca 0x2 + .text.ssl_parse_certificate_request + 0x000000004017c0cc 0xfc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x108 (size before relaxing) + .text.ssl_parse_server_hello_done + 0x000000004017c1c8 0x4a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x000000004017c212 0x2 + .text.ssl_parse_alpn_ext + 0x000000004017c214 0xac esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0xb4 (size before relaxing) + .text.ssl_parse_renegotiation_info + 0x000000004017c2c0 0x6f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x73 (size before relaxing) + *fill* 0x000000004017c32f 0x1 + .text.ssl_parse_server_hello + 0x000000004017c330 0x426 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x456 (size before relaxing) + *fill* 0x000000004017c756 0x2 + .text.ssl_check_server_ecdh_params + 0x000000004017c758 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x2e (size before relaxing) + *fill* 0x000000004017c782 0x2 + .text.ssl_get_ecdh_params_from_cert + 0x000000004017c784 0x4d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x55 (size before relaxing) + *fill* 0x000000004017c7d1 0x3 + .text.ssl_parse_server_dh_params + 0x000000004017c7d4 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x32 (size before relaxing) + *fill* 0x000000004017c802 0x2 + .text.ssl_parse_server_ecdh_params + 0x000000004017c804 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x2b (size before relaxing) + *fill* 0x000000004017c82b 0x1 + .text.ssl_parse_signature_algorithm + 0x000000004017c82c 0x65 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x6d (size before relaxing) + *fill* 0x000000004017c891 0x3 + .text.ssl_parse_server_key_exchange + 0x000000004017c894 0x2e8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x324 (size before relaxing) + .text.ssl_write_encrypted_pms + 0x000000004017cb7c 0xcc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0xd8 (size before relaxing) + .text.ssl_write_client_key_exchange + 0x000000004017cc48 0x22d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x255 (size before relaxing) + *fill* 0x000000004017ce75 0x3 + .text.ssl_write_certificate_verify + 0x000000004017ce78 0x184 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x190 (size before relaxing) + .text.ssl_parse_new_session_ticket + 0x000000004017cffc 0x125 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x141 (size before relaxing) + *fill* 0x000000004017d121 0x3 + .text.mbedtls_ssl_handshake_client_step + 0x000000004017d124 0x11e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x132 (size before relaxing) + 0x000000004017d124 mbedtls_ssl_handshake_client_step + *fill* 0x000000004017d242 0x2 + .text.ssl_parse_servername_ext + 0x000000004017d244 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xbe (size before relaxing) + *fill* 0x000000004017d2f6 0x2 + .text.ssl_parse_supported_point_formats + 0x000000004017d2f8 0x41 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004017d339 0x3 + .text.ssl_parse_max_fragment_length_ext + 0x000000004017d33c 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004017d363 0x1 + .text.ssl_parse_truncated_hmac_ext + 0x000000004017d364 0x2d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004017d391 0x3 + .text.ssl_parse_encrypt_then_mac_ext + 0x000000004017d394 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004017d3ca 0x2 + .text.ssl_parse_extended_ms_ext + 0x000000004017d3cc 0x38 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .text.ssl_write_renegotiation_ext + 0x000000004017d404 0x7e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004017d482 0x2 + .text.ssl_parse_renegotiation_info + 0x000000004017d484 0x5b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004017d4df 0x1 + .text.ssl_parse_client_psk_identity + 0x000000004017d4e0 0x91 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x99 (size before relaxing) + *fill* 0x000000004017d571 0x3 + .text.ssl_parse_signature_algorithms_ext + 0x000000004017d574 0x76 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x86 (size before relaxing) + *fill* 0x000000004017d5ea 0x2 + .text.ssl_parse_supported_elliptic_curves + 0x000000004017d5ec 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xd6 (size before relaxing) + *fill* 0x000000004017d6b2 0x2 + .text.ssl_handle_id_based_session_resumption + 0x000000004017d6b4 0x83 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x8a (size before relaxing) + *fill* 0x000000004017d737 0x1 + .text.ssl_parse_session_ticket_ext + 0x000000004017d738 0x84 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x94 (size before relaxing) + .text.ssl_write_alpn_ext + 0x000000004017d7bc 0x66 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004017d822 0x2 + .text.ssl_parse_alpn_ext + 0x000000004017d824 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xe4 (size before relaxing) + .text.ssl_pick_cert + 0x000000004017d904 0x91 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xa1 (size before relaxing) + *fill* 0x000000004017d995 0x3 + .text.ssl_ciphersuite_match + 0x000000004017d998 0x94 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xa4 (size before relaxing) + .text.ssl_parse_client_hello + 0x000000004017da2c 0x564 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x5a8 (size before relaxing) + .text.ssl_write_server_hello_done + 0x000000004017df90 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x28 (size before relaxing) + .text.ssl_write_new_session_ticket + 0x000000004017dfb4 0x7d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004017e031 0x3 + .text.ssl_write_encrypt_then_mac_ext + 0x000000004017e034 0x4a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x4e (size before relaxing) + *fill* 0x000000004017e07e 0x2 + .text.ssl_write_server_hello + 0x000000004017e080 0x1b4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x1e0 (size before relaxing) + .text.ssl_get_ecdh_params_from_cert + 0x000000004017e234 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x000000004017e282 0x2 + .text.ssl_prepare_server_key_exchange + 0x000000004017e284 0x268 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x28c (size before relaxing) + .text.ssl_write_server_key_exchange + 0x000000004017e4ec 0xa9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xad (size before relaxing) + *fill* 0x000000004017e595 0x3 + .text.ssl_write_certificate_request + 0x000000004017e598 0x169 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x16d (size before relaxing) + *fill* 0x000000004017e701 0x3 + .text.ssl_parse_client_dh_public + 0x000000004017e704 0x49 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x4d (size before relaxing) + *fill* 0x000000004017e74d 0x3 + .text.ssl_decrypt_encrypted_pms + 0x000000004017e750 0xb1 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xb9 (size before relaxing) + *fill* 0x000000004017e801 0x3 + .text.ssl_parse_encrypted_pms + 0x000000004017e804 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0xe0 (size before relaxing) + .text.ssl_parse_client_key_exchange + 0x000000004017e8dc 0x1f4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x228 (size before relaxing) + .text.ssl_parse_certificate_verify + 0x000000004017ead0 0x17c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x190 (size before relaxing) + .text.mbedtls_ssl_handshake_server_step + 0x000000004017ec4c 0x11c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x128 (size before relaxing) + 0x000000004017ec4c mbedtls_ssl_handshake_server_step + .text.mbedtls_asn1_write_len + 0x000000004017ed68 0x127 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004017ed68 mbedtls_asn1_write_len + *fill* 0x000000004017ee8f 0x1 + .text.mbedtls_asn1_write_mpi + 0x000000004017ee90 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x88 (size before relaxing) + 0x000000004017ee90 mbedtls_asn1_write_mpi + .text.mbedtls_clz + 0x000000004017ef10 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000004017ef2d 0x3 + .text.mbedtls_int_div_int + 0x000000004017ef30 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_zeroize + 0x000000004017ef7c 0xd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004017ef89 0x3 + .text.mpi_uint_bigendian_to_host + 0x000000004017ef8c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mpi_bigendian_to_host + 0x000000004017ef9c 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x32 (size before relaxing) + *fill* 0x000000004017efca 0x2 + .text.mpi_fill_random_internal + 0x000000004017efcc 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x66 (size before relaxing) + *fill* 0x000000004017f02e 0x2 + .text.mbedtls_mpi_free + 0x000000004017f030 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x26 (size before relaxing) + 0x000000004017f030 mbedtls_mpi_free + *fill* 0x000000004017f052 0x2 + .text.mbedtls_mpi_grow + 0x000000004017f054 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x58 (size before relaxing) + 0x000000004017f054 mbedtls_mpi_grow + .text.mbedtls_mpi_resize_clear + 0x000000004017f0a0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x44 (size before relaxing) + .text.mbedtls_mpi_shrink + 0x000000004017f0e0 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x7a (size before relaxing) + 0x000000004017f0e0 mbedtls_mpi_shrink + *fill* 0x000000004017f152 0x2 + .text.mbedtls_mpi_copy + 0x000000004017f154 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x86 (size before relaxing) + 0x000000004017f154 mbedtls_mpi_copy + *fill* 0x000000004017f1d6 0x2 + .text.mbedtls_mpi_lset + 0x000000004017f1d8 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f1d8 mbedtls_mpi_lset + .text.mbedtls_mpi_set_bit + 0x000000004017f210 0x67 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f210 mbedtls_mpi_set_bit + *fill* 0x000000004017f277 0x1 + .text.mbedtls_mpi_bitlen + 0x000000004017f278 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f278 mbedtls_mpi_bitlen + *fill* 0x000000004017f2b2 0x2 + .text.mbedtls_mpi_size + 0x000000004017f2b4 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x13 (size before relaxing) + 0x000000004017f2b4 mbedtls_mpi_size + *fill* 0x000000004017f2c3 0x1 + .text.mbedtls_mpi_read_binary_le + 0x000000004017f2c4 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f2c4 mbedtls_mpi_read_binary_le + .text.mbedtls_mpi_read_binary + 0x000000004017f30c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x44 (size before relaxing) + 0x000000004017f30c mbedtls_mpi_read_binary + .text.mbedtls_mpi_write_binary_le + 0x000000004017f34c 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f34c mbedtls_mpi_write_binary_le + .text.mbedtls_mpi_write_binary + 0x000000004017f3cc 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f3cc mbedtls_mpi_write_binary + .text.mbedtls_mpi_shift_l + 0x000000004017f448 0xb1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xb9 (size before relaxing) + 0x000000004017f448 mbedtls_mpi_shift_l + *fill* 0x000000004017f4f9 0x3 + .text.mbedtls_mpi_shift_r + 0x000000004017f4fc 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f4fc mbedtls_mpi_shift_r + *fill* 0x000000004017f5a2 0x2 + .text.mbedtls_mpi_cmp_abs + 0x000000004017f5a4 0x85 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f5a4 mbedtls_mpi_cmp_abs + *fill* 0x000000004017f629 0x3 + .text.mbedtls_mpi_cmp_mpi + 0x000000004017f62c 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f62c mbedtls_mpi_cmp_mpi + *fill* 0x000000004017f6d2 0x2 + .text.mbedtls_mpi_cmp_int + 0x000000004017f6d4 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f6d4 mbedtls_mpi_cmp_int + *fill* 0x000000004017f6fe 0x2 + .text.mbedtls_mpi_add_abs + 0x000000004017f700 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xb2 (size before relaxing) + 0x000000004017f700 mbedtls_mpi_add_abs + *fill* 0x000000004017f7ae 0x2 + .text.mbedtls_mpi_sub_abs + 0x000000004017f7b0 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f7b0 mbedtls_mpi_sub_abs + .text.mbedtls_mpi_add_mpi + 0x000000004017f868 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x5a (size before relaxing) + 0x000000004017f868 mbedtls_mpi_add_mpi + *fill* 0x000000004017f8ba 0x2 + .text.mbedtls_mpi_sub_mpi + 0x000000004017f8bc 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x5a (size before relaxing) + 0x000000004017f8bc mbedtls_mpi_sub_mpi + *fill* 0x000000004017f90e 0x2 + .text.mbedtls_mpi_add_int + 0x000000004017f910 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f910 mbedtls_mpi_add_int + .text.mbedtls_mpi_sub_int + 0x000000004017f93c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017f93c mbedtls_mpi_sub_int + .text.mbedtls_mpi_div_mpi + 0x000000004017f968 0x360 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x3cc (size before relaxing) + 0x000000004017f968 mbedtls_mpi_div_mpi + .text.mbedtls_mpi_div_int + 0x000000004017fcc8 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017fcc8 mbedtls_mpi_div_int + *fill* 0x000000004017fcf6 0x2 + .text.mbedtls_mpi_mod_mpi + 0x000000004017fcf8 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x6c (size before relaxing) + 0x000000004017fcf8 mbedtls_mpi_mod_mpi + .text.mbedtls_mpi_mod_int + 0x000000004017fd5c 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017fd5c mbedtls_mpi_mod_int + *fill* 0x000000004017fdda 0x2 + .text.mpi_check_small_factors + 0x000000004017fddc 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x54 (size before relaxing) + .text.mbedtls_mpi_gcd + 0x000000004017fe2c 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x130 (size before relaxing) + 0x000000004017fe2c mbedtls_mpi_gcd + .text.mbedtls_mpi_fill_random + 0x000000004017ff1c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x30 (size before relaxing) + 0x000000004017ff1c mbedtls_mpi_fill_random + .text.mpi_miller_rabin + 0x000000004017ff48 0x1b5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x205 (size before relaxing) + *fill* 0x00000000401800fd 0x3 + .text.mbedtls_mpi_random + 0x0000000040180100 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xec (size before relaxing) + 0x0000000040180100 mbedtls_mpi_random + .text.mbedtls_mpi_inv_mod + 0x00000000401801d0 0x2a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x334 (size before relaxing) + 0x00000000401801d0 mbedtls_mpi_inv_mod + .text.mbedtls_mpi_is_prime_ext + 0x0000000040180474 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x64 (size before relaxing) + 0x0000000040180474 mbedtls_mpi_is_prime_ext + .text.get_pkcs_padding + 0x00000000401804cc 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x0000000040180542 0x2 + .text.get_one_and_zeros_padding + 0x0000000040180544 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x00000000401805b2 0x2 + .text.get_zeros_and_len_padding + 0x00000000401805b4 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.get_zeros_padding + 0x0000000040180628 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x000000004018067e 0x2 + .text.get_no_padding + 0x0000000040180680 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x00000000401806a9 0x3 + .text.mbedtls_cipher_aead_encrypt + 0x00000000401806ac 0x6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x71 (size before relaxing) + *fill* 0x0000000040180719 0x3 + .text.mbedtls_cipher_aead_decrypt + 0x000000004018071c 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x76 (size before relaxing) + *fill* 0x000000004018078a 0x2 + .text.mbedtls_cipher_info_from_type + 0x000000004018078c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004018078c mbedtls_cipher_info_from_type + *fill* 0x00000000401807a5 0x3 + .text.mbedtls_cipher_info_from_values + 0x00000000401807a8 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x00000000401807a8 mbedtls_cipher_info_from_values + *fill* 0x00000000401807cd 0x3 + .text.mbedtls_cipher_init + 0x00000000401807d0 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x00000000401807d0 mbedtls_cipher_init + *fill* 0x00000000401807e2 0x2 + .text.mbedtls_cipher_free + 0x00000000401807e4 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x1e (size before relaxing) + 0x00000000401807e4 mbedtls_cipher_free + *fill* 0x00000000401807ff 0x1 + .text.mbedtls_cipher_setkey + 0x0000000040180800 0x61 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040180800 mbedtls_cipher_setkey + *fill* 0x0000000040180861 0x3 + .text.mbedtls_cipher_set_iv + 0x0000000040180864 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040180864 mbedtls_cipher_set_iv + *fill* 0x00000000401808ae 0x2 + .text.mbedtls_cipher_reset + 0x00000000401808b0 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x00000000401808b0 mbedtls_cipher_reset + *fill* 0x00000000401808c5 0x3 + .text.mbedtls_cipher_update + 0x00000000401808c8 0x224 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x00000000401808c8 mbedtls_cipher_update + .text.mbedtls_cipher_finish + 0x0000000040180aec 0x124 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040180aec mbedtls_cipher_finish + .text.mbedtls_cipher_set_padding_mode + 0x0000000040180c10 0x7d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040180c10 mbedtls_cipher_set_padding_mode + *fill* 0x0000000040180c8d 0x3 + .text.mbedtls_cipher_setup + 0x0000000040180c90 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040180c90 mbedtls_cipher_setup + *fill* 0x0000000040180cc9 0x3 + .text.mbedtls_cipher_crypt + 0x0000000040180ccc 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4c (size before relaxing) + 0x0000000040180ccc mbedtls_cipher_crypt + .text.mbedtls_cipher_auth_encrypt_ext + 0x0000000040180d0c 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040180d0c mbedtls_cipher_auth_encrypt_ext + *fill* 0x0000000040180d51 0x3 + .text.mbedtls_cipher_auth_decrypt_ext + 0x0000000040180d54 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040180d54 mbedtls_cipher_auth_decrypt_ext + *fill* 0x0000000040180d9f 0x1 + .text.ccm_ctx_free + 0x0000000040180da0 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x0000000040180db2 0x2 + .text.ccm_ctx_alloc + 0x0000000040180db4 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040180dca 0x2 + .text.ccm_aes_setkey_wrap + 0x0000000040180dcc 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040180de1 0x3 + .text.gcm_ctx_free + 0x0000000040180de4 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x0000000040180df6 0x2 + .text.gcm_ctx_alloc + 0x0000000040180df8 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040180e0e 0x2 + .text.gcm_aes_setkey_wrap + 0x0000000040180e10 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040180e25 0x3 + .text.xts_aes_ctx_free + 0x0000000040180e28 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x17 (size before relaxing) + *fill* 0x0000000040180e3b 0x1 + .text.xts_aes_ctx_alloc + 0x0000000040180e3c 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040180e52 0x2 + .text.xts_aes_setkey_dec_wrap + 0x0000000040180e54 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.xts_aes_setkey_enc_wrap + 0x0000000040180e64 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.aes_crypt_xts_wrap + 0x0000000040180e74 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text.aes_ctx_free + 0x0000000040180e98 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x0000000040180eaa 0x2 + .text.aes_ctx_alloc + 0x0000000040180eac 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040180ec2 0x2 + .text.aes_setkey_dec_wrap + 0x0000000040180ec4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.aes_setkey_enc_wrap + 0x0000000040180ed4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.aes_crypt_ctr_wrap + 0x0000000040180ee4 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040180f01 0x3 + .text.aes_crypt_ofb_wrap + 0x0000000040180f04 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040180f1d 0x3 + .text.aes_crypt_cfb128_wrap + 0x0000000040180f20 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040180f3d 0x3 + .text.aes_crypt_cbc_wrap + 0x0000000040180f40 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040180f59 0x3 + .text.aes_crypt_ecb_wrap + 0x0000000040180f5c 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040180f71 0x3 + .text.mbedtls_ct_size_mask_lt + 0x0000000040180f74 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x13 (size before relaxing) + *fill* 0x0000000040180f84 0x0 + .text.mbedtls_ct_size_mask_ge + 0x0000000040180f84 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x0000000040180f84 mbedtls_ct_size_mask_ge + .text.mbedtls_ct_uint_if + 0x0000000040180f98 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x17 (size before relaxing) + 0x0000000040180f98 mbedtls_ct_uint_if + *fill* 0x0000000040180fab 0x1 + .text.mbedtls_ct_mem_move_to_left + 0x0000000040180fac 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x74 (size before relaxing) + .text.mbedtls_ct_base64_enc_char + 0x000000004018101c 0x6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x7d (size before relaxing) + 0x000000004018101c mbedtls_ct_base64_enc_char + *fill* 0x0000000040181089 0x3 + .text.mbedtls_ct_base64_dec_value + 0x000000004018108c 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x87 (size before relaxing) + 0x000000004018108c mbedtls_ct_base64_dec_value + *fill* 0x0000000040181103 0x1 + .text.mbedtls_ct_memcpy_if_eq + 0x0000000040181104 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x3e (size before relaxing) + 0x0000000040181104 mbedtls_ct_memcpy_if_eq + *fill* 0x000000004018113e 0x2 + .text.mbedtls_ct_memcpy_offset + 0x0000000040181140 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x0000000040181140 mbedtls_ct_memcpy_offset + *fill* 0x000000004018115d 0x3 + .text.mbedtls_ct_hmac + 0x0000000040181160 0x11a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x155 (size before relaxing) + 0x0000000040181160 mbedtls_ct_hmac + *fill* 0x000000004018127a 0x2 + .text.mbedtls_mpi_safe_cond_assign + 0x000000004018127c 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x5e (size before relaxing) + 0x000000004018127c mbedtls_mpi_safe_cond_assign + *fill* 0x00000000401812ce 0x2 + .text.mbedtls_mpi_safe_cond_swap + 0x00000000401812d0 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x98 (size before relaxing) + 0x00000000401812d0 mbedtls_mpi_safe_cond_swap + .text.mbedtls_mpi_lt_mpi_ct + 0x0000000040181358 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0xa4 (size before relaxing) + 0x0000000040181358 mbedtls_mpi_lt_mpi_ct + .text.mbedtls_ct_rsaes_pkcs1_v15_unpadding + 0x00000000401813f8 0x156 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x17a (size before relaxing) + 0x00000000401813f8 mbedtls_ct_rsaes_pkcs1_v15_unpadding + *fill* 0x000000004018154e 0x2 + .text.block_cipher_df + 0x0000000040181550 0x1a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x1ba (size before relaxing) + *fill* 0x00000000401816f6 0x2 + .text.ctr_drbg_update_internal + 0x00000000401816f8 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_reseed_internal + 0x000000004018179c 0xcb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0xd7 (size before relaxing) + *fill* 0x0000000040181867 0x1 + .text.mbedtls_ctr_drbg_init + 0x0000000040181868 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x0000000040181868 mbedtls_ctr_drbg_init + *fill* 0x0000000040181883 0x1 + .text.mbedtls_ctr_drbg_free + 0x0000000040181884 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x23 (size before relaxing) + 0x0000000040181884 mbedtls_ctr_drbg_free + *fill* 0x00000000401818a3 0x1 + .text.mbedtls_ctr_drbg_reseed + 0x00000000401818a4 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x00000000401818a4 mbedtls_ctr_drbg_reseed + *fill* 0x00000000401818b9 0x3 + .text.mbedtls_ctr_drbg_seed + 0x00000000401818bc 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x64 (size before relaxing) + 0x00000000401818bc mbedtls_ctr_drbg_seed + .text.mbedtls_ctr_drbg_random_with_add + 0x0000000040181918 0xf3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x103 (size before relaxing) + 0x0000000040181918 mbedtls_ctr_drbg_random_with_add + *fill* 0x0000000040181a0b 0x1 + .text.mbedtls_ctr_drbg_random + 0x0000000040181a0c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x18 (size before relaxing) + 0x0000000040181a0c mbedtls_ctr_drbg_random + .text.dhm_read_bignum + 0x0000000040181a20 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x4d (size before relaxing) + *fill* 0x0000000040181a69 0x3 + .text.dhm_check_range + 0x0000000040181a6c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x4f (size before relaxing) + *fill* 0x0000000040181aac 0x0 + .text.dhm_random_below + 0x0000000040181aac 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x26 (size before relaxing) + *fill* 0x0000000040181ace 0x2 + .text.dhm_make_common + 0x0000000040181ad0 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x88 (size before relaxing) + .text.dhm_update_blinding + 0x0000000040181b48 0x11a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x152 (size before relaxing) + *fill* 0x0000000040181c62 0x2 + .text.mbedtls_dhm_init + 0x0000000040181c64 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x0000000040181c64 mbedtls_dhm_init + *fill* 0x0000000040181c76 0x2 + .text.mbedtls_dhm_read_params + 0x0000000040181c78 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x56 (size before relaxing) + 0x0000000040181c78 mbedtls_dhm_read_params + *fill* 0x0000000040181cbe 0x2 + .text.mbedtls_dhm_make_params + 0x0000000040181cc0 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0xc0 (size before relaxing) + 0x0000000040181cc0 mbedtls_dhm_make_params + .text.mbedtls_dhm_set_group + 0x0000000040181d68 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x38 (size before relaxing) + 0x0000000040181d68 mbedtls_dhm_set_group + .text.mbedtls_dhm_read_public + 0x0000000040181d9c 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x32 (size before relaxing) + 0x0000000040181d9c mbedtls_dhm_read_public + *fill* 0x0000000040181dca 0x2 + .text.mbedtls_dhm_make_public + 0x0000000040181dcc 0x61 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x65 (size before relaxing) + 0x0000000040181dcc mbedtls_dhm_make_public + *fill* 0x0000000040181e2d 0x3 + .text.mbedtls_dhm_calc_secret + 0x0000000040181e30 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0xe6 (size before relaxing) + 0x0000000040181e30 mbedtls_dhm_calc_secret + *fill* 0x0000000040181ef6 0x2 + .text.mbedtls_dhm_free + 0x0000000040181ef8 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0x6e (size before relaxing) + 0x0000000040181ef8 mbedtls_dhm_free + *fill* 0x0000000040181f43 0x1 + .text.ecdh_gen_public_restartable + 0x0000000040181f44 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x2c (size before relaxing) + .text.ecdh_compute_shared_restartable + 0x0000000040181f6c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x53 (size before relaxing) + *fill* 0x0000000040181fb0 0x0 + .text.ecdh_init_internal + 0x0000000040181fb0 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x3a (size before relaxing) + *fill* 0x0000000040181fda 0x2 + .text.ecdh_setup_internal + 0x0000000040181fdc 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + *fill* 0x0000000040181ff2 0x2 + .text.ecdh_free_internal + 0x0000000040181ff4 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x3a (size before relaxing) + *fill* 0x000000004018201e 0x2 + .text.ecdh_read_params_internal + 0x0000000040182020 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x1c (size before relaxing) + .text.ecdh_read_public_internal + 0x0000000040182038 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x28 (size before relaxing) + .text.ecdh_get_params_internal + 0x000000004018205c 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x46 (size before relaxing) + *fill* 0x0000000040182096 0x2 + .text.mbedtls_ecdh_gen_public + 0x0000000040182098 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040182098 mbedtls_ecdh_gen_public + *fill* 0x00000000401820b1 0x3 + .text.ecdh_make_params_internal + 0x00000000401820b4 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x5c (size before relaxing) + .text.ecdh_make_public_internal + 0x0000000040182108 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x40 (size before relaxing) + .text.mbedtls_ecdh_compute_shared + 0x0000000040182140 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040182140 mbedtls_ecdh_compute_shared + *fill* 0x000000004018215d 0x3 + .text.ecdh_calc_secret_internal + 0x0000000040182160 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8c (size before relaxing) + .text.mbedtls_ecdh_init + 0x00000000401821dc 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x37 (size before relaxing) + 0x00000000401821dc mbedtls_ecdh_init + *fill* 0x0000000040182203 0x1 + .text.mbedtls_ecdh_setup + 0x0000000040182204 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040182204 mbedtls_ecdh_setup + *fill* 0x0000000040182215 0x3 + .text.mbedtls_ecdh_free + 0x0000000040182218 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x32 (size before relaxing) + 0x0000000040182218 mbedtls_ecdh_free + *fill* 0x000000004018223e 0x2 + .text.mbedtls_ecdh_make_params + 0x0000000040182240 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040182240 mbedtls_ecdh_make_params + .text.mbedtls_ecdh_read_params + 0x0000000040182260 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x30 (size before relaxing) + 0x0000000040182260 mbedtls_ecdh_read_params + .text.mbedtls_ecdh_get_params + 0x0000000040182288 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x3b (size before relaxing) + 0x0000000040182288 mbedtls_ecdh_get_params + *fill* 0x00000000401822bb 0x1 + .text.mbedtls_ecdh_make_public + 0x00000000401822bc 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x00000000401822bc mbedtls_ecdh_make_public + .text.mbedtls_ecdh_read_public + 0x00000000401822dc 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x14 (size before relaxing) + 0x00000000401822dc mbedtls_ecdh_read_public + .text.mbedtls_ecdh_calc_secret + 0x00000000401822ec 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x00000000401822ec mbedtls_ecdh_calc_secret + *fill* 0x0000000040182309 0x3 + .text.derive_mpi + 0x000000004018230c 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000004018235a 0x2 + .text.ecdsa_signature_to_asn1 + 0x000000004018235c 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x7e (size before relaxing) + *fill* 0x00000000401823ce 0x2 + .text.ecdsa_sign_restartable + 0x00000000401823d0 0x1be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x20e (size before relaxing) + *fill* 0x000000004018258e 0x2 + .text.ecdsa_sign_det_restartable + 0x0000000040182590 0x13f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x16f (size before relaxing) + *fill* 0x00000000401826cf 0x1 + .text.ecdsa_verify_restartable + 0x00000000401826d0 0x142 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x18e (size before relaxing) + *fill* 0x0000000040182812 0x2 + .text.mbedtls_ecdsa_write_signature_restartable + 0x0000000040182814 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x68 (size before relaxing) + 0x0000000040182814 mbedtls_ecdsa_write_signature_restartable + *fill* 0x000000004018286a 0x2 + .text.mbedtls_ecdsa_write_signature + 0x000000004018286c 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004018286c mbedtls_ecdsa_write_signature + *fill* 0x0000000040182891 0x3 + .text.mbedtls_ecdsa_read_signature_restartable + 0x0000000040182894 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0xac (size before relaxing) + 0x0000000040182894 mbedtls_ecdsa_read_signature_restartable + *fill* 0x000000004018292a 0x2 + .text.mbedtls_ecdsa_read_signature + 0x000000004018292c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004018292c mbedtls_ecdsa_read_signature + *fill* 0x0000000040182945 0x3 + .text.mbedtls_ecdsa_init + 0x0000000040182948 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0xe (size before relaxing) + 0x0000000040182948 mbedtls_ecdsa_init + *fill* 0x0000000040182952 0x2 + .text.mbedtls_ecdsa_free + 0x0000000040182954 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0xf (size before relaxing) + 0x0000000040182954 mbedtls_ecdsa_free + *fill* 0x0000000040182960 0x0 + .text.mbedtls_ecdsa_from_keypair + 0x0000000040182960 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x3f (size before relaxing) + 0x0000000040182960 mbedtls_ecdsa_from_keypair + *fill* 0x0000000040182994 0x0 + .text.ecp_drbg_random + 0x0000000040182994 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x14 (size before relaxing) + .text.ecp_drbg_seed + 0x00000000401829a4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x50 (size before relaxing) + .text.mbedtls_mpi_sub_mod + 0x00000000401829e8 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + *fill* 0x0000000040182a26 0x2 + .text.ecp_modp + 0x0000000040182a28 0x93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x9b (size before relaxing) + *fill* 0x0000000040182abb 0x1 + .text.mbedtls_mpi_mul_mod + 0x0000000040182abc 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2c (size before relaxing) + .text.mbedtls_ecp_gen_privkey_sw + 0x0000000040182ae0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x20 (size before relaxing) + .text.mbedtls_mpi_shift_l_mod + 0x0000000040182afc 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3a (size before relaxing) + *fill* 0x0000000040182b32 0x2 + .text.ecp_safe_invert_jac + 0x0000000040182b34 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x48 (size before relaxing) + *fill* 0x0000000040182b6d 0x3 + .text.ecp_select_comb + 0x0000000040182b70 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x60 (size before relaxing) + .text.ecp_comb_recode_core + 0x0000000040182bc8 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8e (size before relaxing) + *fill* 0x0000000040182c52 0x2 + .text.ecp_comb_recode_scalar + 0x0000000040182c54 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x91 (size before relaxing) + *fill* 0x0000000040182cc9 0x3 + .text.ecp_check_bad_points_mx + 0x0000000040182ccc 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xab (size before relaxing) + *fill* 0x0000000040182d60 0x0 + .text.ecp_check_pubkey_mx + 0x0000000040182d60 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x41 (size before relaxing) + *fill* 0x0000000040182d99 0x3 + .text.mbedtls_ecp_gen_privkey_mx + 0x0000000040182d9c 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x6e (size before relaxing) + *fill* 0x0000000040182df6 0x2 + .text.ecp_normalize_mxz + 0x0000000040182df8 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x48 (size before relaxing) + .text.ecp_randomize_mxz + 0x0000000040182e34 0x73 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x87 (size before relaxing) + *fill* 0x0000000040182ea7 0x1 + .text.ecp_check_pubkey_sw + 0x0000000040182ea8 0x173 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x1a7 (size before relaxing) + *fill* 0x000000004018301b 0x1 + .text.ecp_normalize_jac + 0x000000004018301c 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x108 (size before relaxing) + .text.ecp_normalize_jac_many + 0x00000000401830f0 0x249 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2a5 (size before relaxing) + *fill* 0x0000000040183339 0x3 + .text.ecp_randomize_jac + 0x000000004018333c 0xea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x122 (size before relaxing) + *fill* 0x0000000040183426 0x2 + .text.ecp_double_add_mxz + 0x0000000040183428 0x311 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x399 (size before relaxing) + *fill* 0x0000000040183739 0x3 + .text.ecp_double_jac + 0x000000004018373c 0x3f2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4a2 (size before relaxing) + *fill* 0x0000000040183b2e 0x2 + .text.mbedtls_ecp_curve_list + 0x0000000040183b30 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040183b30 mbedtls_ecp_curve_list + .text.mbedtls_ecp_grp_id_list + 0x0000000040183b38 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040183b38 mbedtls_ecp_grp_id_list + *fill* 0x0000000040183b79 0x3 + .text.mbedtls_ecp_curve_info_from_grp_id + 0x0000000040183b7c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040183b7c mbedtls_ecp_curve_info_from_grp_id + .text.mbedtls_ecp_curve_info_from_tls_id + 0x0000000040183b98 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + 0x0000000040183b98 mbedtls_ecp_curve_info_from_tls_id + .text.mbedtls_ecp_point_init + 0x0000000040183bb8 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x1f (size before relaxing) + 0x0000000040183bb8 mbedtls_ecp_point_init + *fill* 0x0000000040183bcf 0x1 + .text.mbedtls_ecp_group_init + 0x0000000040183bd0 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x51 (size before relaxing) + 0x0000000040183bd0 mbedtls_ecp_group_init + *fill* 0x0000000040183c11 0x3 + .text.mbedtls_ecp_keypair_init + 0x0000000040183c14 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x22 (size before relaxing) + 0x0000000040183c14 mbedtls_ecp_keypair_init + *fill* 0x0000000040183c2e 0x2 + .text.mbedtls_ecp_point_free + 0x0000000040183c30 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x20 (size before relaxing) + 0x0000000040183c30 mbedtls_ecp_point_free + .text.mbedtls_ecp_group_free + 0x0000000040183c48 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x77 (size before relaxing) + 0x0000000040183c48 mbedtls_ecp_group_free + *fill* 0x0000000040183cab 0x1 + .text.mbedtls_ecp_keypair_free + 0x0000000040183cac 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x23 (size before relaxing) + 0x0000000040183cac mbedtls_ecp_keypair_free + *fill* 0x0000000040183cc7 0x1 + .text.mbedtls_ecp_copy + 0x0000000040183cc8 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2c (size before relaxing) + 0x0000000040183cc8 mbedtls_ecp_copy + .text.ecp_mul_mxz + 0x0000000040183cec 0x168 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x1b8 (size before relaxing) + .text.mbedtls_ecp_group_copy + 0x0000000040183e54 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040183e54 mbedtls_ecp_group_copy + *fill* 0x0000000040183e65 0x3 + .text.mbedtls_ecp_set_zero + 0x0000000040183e68 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2a (size before relaxing) + 0x0000000040183e68 mbedtls_ecp_set_zero + *fill* 0x0000000040183e8a 0x2 + .text.ecp_add_mixed + 0x0000000040183e8c 0x31d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3c1 (size before relaxing) + *fill* 0x00000000401841a9 0x3 + .text.ecp_precompute_comb + 0x00000000401841ac 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x124 (size before relaxing) + .text.ecp_mul_comb_core + 0x00000000401842cc 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xa0 (size before relaxing) + .text.ecp_mul_comb_after_precomp + 0x0000000040184354 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x72 (size before relaxing) + *fill* 0x00000000401843b6 0x2 + .text.ecp_mul_comb + 0x00000000401843b8 0x171 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x18c (size before relaxing) + *fill* 0x0000000040184529 0x3 + .text.mbedtls_ecp_is_zero + 0x000000004018452c 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004018452c mbedtls_ecp_is_zero + *fill* 0x0000000040184543 0x1 + .text.mbedtls_ecp_point_cmp + 0x0000000040184544 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3f (size before relaxing) + 0x0000000040184544 mbedtls_ecp_point_cmp + *fill* 0x000000004018457b 0x1 + .text.mbedtls_ecp_point_write_binary + 0x000000004018457c 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xf8 (size before relaxing) + 0x000000004018457c mbedtls_ecp_point_write_binary + .text.mbedtls_ecp_point_read_binary + 0x0000000040184658 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xf4 (size before relaxing) + 0x0000000040184658 mbedtls_ecp_point_read_binary + .text.mbedtls_ecp_tls_read_point + 0x0000000040184734 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040184734 mbedtls_ecp_tls_read_point + *fill* 0x0000000040184771 0x3 + .text.mbedtls_ecp_tls_write_point + 0x0000000040184774 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x32 (size before relaxing) + 0x0000000040184774 mbedtls_ecp_tls_write_point + *fill* 0x00000000401847a2 0x2 + .text.mbedtls_ecp_tls_read_group_id + 0x00000000401847a4 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000401847a4 mbedtls_ecp_tls_read_group_id + *fill* 0x00000000401847f1 0x3 + .text.mbedtls_ecp_tls_write_group + 0x00000000401847f4 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x39 (size before relaxing) + 0x00000000401847f4 mbedtls_ecp_tls_write_group + *fill* 0x0000000040184829 0x3 + .text.mbedtls_ecp_check_pubkey + 0x000000004018482c 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x49 (size before relaxing) + 0x000000004018482c mbedtls_ecp_check_pubkey + *fill* 0x0000000040184869 0x3 + .text.mbedtls_ecp_check_privkey + 0x000000004018486c 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8e (size before relaxing) + 0x000000004018486c mbedtls_ecp_check_privkey + *fill* 0x00000000401848e6 0x2 + .text.mbedtls_ecp_mul_restartable + 0x00000000401848e8 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x72 (size before relaxing) + 0x00000000401848e8 mbedtls_ecp_mul_restartable + *fill* 0x000000004018494a 0x2 + .text.mbedtls_ecp_mul + 0x000000004018494c 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004018494c mbedtls_ecp_mul + *fill* 0x0000000040184969 0x3 + .text.mbedtls_ecp_mul_shortcuts + 0x000000004018496c 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8e (size before relaxing) + *fill* 0x00000000401849e6 0x2 + .text.mbedtls_ecp_muladd_restartable + 0x00000000401849e8 0x5b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x73 (size before relaxing) + 0x00000000401849e8 mbedtls_ecp_muladd_restartable + *fill* 0x0000000040184a43 0x1 + .text.mbedtls_ecp_muladd + 0x0000000040184a44 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040184a44 mbedtls_ecp_muladd + *fill* 0x0000000040184a61 0x3 + .text.mbedtls_ecp_gen_privkey + 0x0000000040184a64 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x41 (size before relaxing) + 0x0000000040184a64 mbedtls_ecp_gen_privkey + *fill* 0x0000000040184aa1 0x3 + .text.mbedtls_ecp_check_pub_priv + 0x0000000040184aa4 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xbc (size before relaxing) + 0x0000000040184aa4 mbedtls_ecp_check_pub_priv + .text.ecp_mod_p255 + 0x0000000040184b3c 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xac (size before relaxing) + .text.ecp_mod_p521 + 0x0000000040184bd8 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x0000000040184c4a 0x2 + .text.ecp_mod_p384 + 0x0000000040184c4c 0x7fd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x0000000040185449 0x3 + .text.ecp_mod_p256 + 0x000000004018544c 0x625 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x0000000040185a71 0x3 + .text.ecp_mod_p224 + 0x0000000040185a74 0x2f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x2f9 (size before relaxing) + *fill* 0x0000000040185d69 0x3 + .text.ecp_mod_p192 + 0x0000000040185d6c 0x221 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x0000000040185f8d 0x3 + .text.ecp_group_load + 0x0000000040185f90 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x7e (size before relaxing) + *fill* 0x0000000040186006 0x2 + .text.ecp_use_curve25519 + 0x0000000040186008 0x93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xb7 (size before relaxing) + *fill* 0x000000004018609b 0x1 + .text.ecp_mod_p256k1 + 0x000000004018609c 0x10d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x115 (size before relaxing) + *fill* 0x00000000401861a9 0x3 + .text.ecp_mod_p224k1 + 0x00000000401861ac 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x116 (size before relaxing) + *fill* 0x00000000401862ba 0x2 + .text.ecp_mod_p192k1 + 0x00000000401862bc 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x116 (size before relaxing) + *fill* 0x00000000401863ca 0x2 + .text.mbedtls_ecp_group_load + 0x00000000401863cc 0x282 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x28a (size before relaxing) + 0x00000000401863cc mbedtls_ecp_group_load + *fill* 0x000000004018664e 0x2 + .text.entropy_update + 0x0000000040186650 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x6a (size before relaxing) + *fill* 0x00000000401866b2 0x2 + .text.entropy_gather_internal + 0x00000000401866b4 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x9c (size before relaxing) + .text.mbedtls_entropy_free + 0x0000000040186748 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x2a (size before relaxing) + 0x0000000040186748 mbedtls_entropy_free + *fill* 0x000000004018676e 0x2 + .text.mbedtls_entropy_init + 0x0000000040186770 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x36 (size before relaxing) + 0x0000000040186770 mbedtls_entropy_init + *fill* 0x00000000401867a2 0x2 + .text.mbedtls_entropy_func + 0x00000000401867a4 0x114 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x124 (size before relaxing) + 0x00000000401867a4 mbedtls_entropy_func + .text.gcm_mult + 0x00000000401868b8 0x138 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.gcm_gen_table + 0x00000000401869f0 0x17c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .text.mbedtls_gcm_init + 0x0000000040186b6c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x0000000040186b6c mbedtls_gcm_init + *fill* 0x0000000040186b7e 0x2 + .text.mbedtls_gcm_setkey + 0x0000000040186b80 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x58 (size before relaxing) + 0x0000000040186b80 mbedtls_gcm_setkey + .text.mbedtls_gcm_starts + 0x0000000040186bc8 0x16e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x172 (size before relaxing) + 0x0000000040186bc8 mbedtls_gcm_starts + *fill* 0x0000000040186d36 0x2 + .text.mbedtls_gcm_update + 0x0000000040186d38 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x10c (size before relaxing) + 0x0000000040186d38 mbedtls_gcm_update + .text.mbedtls_gcm_finish + 0x0000000040186e40 0x105 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x0000000040186e40 mbedtls_gcm_finish + *fill* 0x0000000040186f45 0x3 + .text.mbedtls_gcm_crypt_and_tag + 0x0000000040186f48 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x38 (size before relaxing) + 0x0000000040186f48 mbedtls_gcm_crypt_and_tag + .text.mbedtls_gcm_auth_decrypt + 0x0000000040186f78 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x0000000040186f78 mbedtls_gcm_auth_decrypt + .text.mbedtls_gcm_free + 0x0000000040186fdc 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x1a (size before relaxing) + 0x0000000040186fdc mbedtls_gcm_free + *fill* 0x0000000040186ff2 0x2 + .text.mbedtls_hmac_drbg_init + 0x0000000040186ff4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x0000000040186ff4 mbedtls_hmac_drbg_init + .text.mbedtls_hmac_drbg_update_ret + 0x000000004018700c 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xe0 (size before relaxing) + 0x000000004018700c mbedtls_hmac_drbg_update_ret + .text.hmac_drbg_reseed_core + 0x00000000401870d4 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xca (size before relaxing) + *fill* 0x000000004018719a 0x2 + .text.mbedtls_hmac_drbg_seed_buf + 0x000000004018719c 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4e (size before relaxing) + 0x000000004018719c mbedtls_hmac_drbg_seed_buf + *fill* 0x00000000401871da 0x2 + .text.mbedtls_hmac_drbg_reseed + 0x00000000401871dc 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x00000000401871dc mbedtls_hmac_drbg_reseed + *fill* 0x00000000401871f1 0x3 + .text.mbedtls_hmac_drbg_random_with_add + 0x00000000401871f4 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xdc (size before relaxing) + 0x00000000401871f4 mbedtls_hmac_drbg_random_with_add + .text.mbedtls_hmac_drbg_random + 0x00000000401872c0 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x18 (size before relaxing) + 0x00000000401872c0 mbedtls_hmac_drbg_random + .text.mbedtls_hmac_drbg_free + 0x00000000401872d4 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x20 (size before relaxing) + 0x00000000401872d4 mbedtls_hmac_drbg_free + .text.mbedtls_md_list + 0x00000000401872f0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401872f0 mbedtls_md_list + .text.mbedtls_md_info_from_type + 0x00000000401872f8 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401872f8 mbedtls_md_info_from_type + *fill* 0x0000000040187336 0x2 + .text.mbedtls_md_free + 0x0000000040187338 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x78 (size before relaxing) + 0x0000000040187338 mbedtls_md_free + .text.mbedtls_md_clone + 0x00000000401873a4 0x95 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401873a4 mbedtls_md_clone + *fill* 0x0000000040187439 0x3 + .text.mbedtls_md_setup + 0x000000004018743c 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xf8 (size before relaxing) + 0x000000004018743c mbedtls_md_setup + .text.mbedtls_md_starts + 0x000000004018751c 0x8b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004018751c mbedtls_md_starts + *fill* 0x00000000401875a7 0x1 + .text.mbedtls_md_update + 0x00000000401875a8 0x79 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401875a8 mbedtls_md_update + *fill* 0x0000000040187621 0x3 + .text.mbedtls_md_finish + 0x0000000040187624 0x71 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x0000000040187624 mbedtls_md_finish + *fill* 0x0000000040187695 0x3 + .text.mbedtls_md + 0x0000000040187698 0x91 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x9d (size before relaxing) + 0x0000000040187698 mbedtls_md + *fill* 0x0000000040187729 0x3 + .text.mbedtls_md_hmac_starts + 0x000000004018772c 0xc7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xdb (size before relaxing) + 0x000000004018772c mbedtls_md_hmac_starts + *fill* 0x00000000401877f3 0x1 + .text.mbedtls_md_hmac_update + 0x00000000401877f4 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401877f4 mbedtls_md_hmac_update + *fill* 0x0000000040187829 0x3 + .text.mbedtls_md_hmac_finish + 0x000000004018782c 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x78 (size before relaxing) + 0x000000004018782c mbedtls_md_hmac_finish + .text.mbedtls_md_hmac_reset + 0x0000000040187894 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x44 (size before relaxing) + 0x0000000040187894 mbedtls_md_hmac_reset + .text.mbedtls_md5_ret + 0x00000000401878d0 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x40 (size before relaxing) + 0x00000000401878d0 mbedtls_md5_ret + *fill* 0x0000000040187901 0x3 + .text.mbedtls_md5 + 0x0000000040187904 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x12 (size before relaxing) + 0x0000000040187904 mbedtls_md5 + *fill* 0x0000000040187912 0x2 + .text.oid_x509_ext_from_asn1 + 0x0000000040187914 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004018794b 0x1 + .text.oid_sig_alg_from_asn1 + 0x000000004018794c 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x0000000040187983 0x1 + .text.oid_pk_alg_from_asn1 + 0x0000000040187984 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x00000000401879ba 0x2 + .text.oid_grp_id_from_asn1 + 0x00000000401879bc 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x00000000401879f3 0x1 + .text.oid_cipher_alg_from_asn1 + 0x00000000401879f4 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x0000000040187a2b 0x1 + .text.oid_md_alg_from_asn1 + 0x0000000040187a2c 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x0000000040187a5f 0x1 + .text.oid_md_hmac_from_asn1 + 0x0000000040187a60 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x0000000040187a97 0x1 + .text.oid_pkcs12_pbe_alg_from_asn1 + 0x0000000040187a98 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x0000000040187acf 0x1 + .text.mbedtls_oid_get_x509_ext_type + 0x0000000040187ad0 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x0000000040187ad0 mbedtls_oid_get_x509_ext_type + *fill* 0x0000000040187ae9 0x3 + .text.mbedtls_oid_get_sig_alg + 0x0000000040187aec 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x20 (size before relaxing) + 0x0000000040187aec mbedtls_oid_get_sig_alg + .text.mbedtls_oid_get_pk_alg + 0x0000000040187b08 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x0000000040187b08 mbedtls_oid_get_pk_alg + *fill* 0x0000000040187b21 0x3 + .text.mbedtls_oid_get_ec_grp + 0x0000000040187b24 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x0000000040187b24 mbedtls_oid_get_ec_grp + *fill* 0x0000000040187b3d 0x3 + .text.mbedtls_oid_get_cipher_alg + 0x0000000040187b40 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x0000000040187b40 mbedtls_oid_get_cipher_alg + *fill* 0x0000000040187b59 0x3 + .text.mbedtls_oid_get_md_alg + 0x0000000040187b5c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x0000000040187b5c mbedtls_oid_get_md_alg + *fill* 0x0000000040187b75 0x3 + .text.mbedtls_oid_get_oid_by_md + 0x0000000040187b78 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x0000000040187b78 mbedtls_oid_get_oid_by_md + *fill* 0x0000000040187b9e 0x2 + .text.mbedtls_oid_get_md_hmac + 0x0000000040187ba0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1c (size before relaxing) + 0x0000000040187ba0 mbedtls_oid_get_md_hmac + .text.mbedtls_oid_get_pkcs12_pbe_alg + 0x0000000040187bb8 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x21 (size before relaxing) + 0x0000000040187bb8 mbedtls_oid_get_pkcs12_pbe_alg + *fill* 0x0000000040187bd5 0x3 + .text.pem_get_iv + 0x0000000040187bd8 0x6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + *fill* 0x0000000040187c45 0x3 + .text.pem_pbkdf1 + 0x0000000040187c48 0xcf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0xef (size before relaxing) + *fill* 0x0000000040187d17 0x1 + .text.pem_aes_decrypt + 0x0000000040187d18 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x61 (size before relaxing) + *fill* 0x0000000040187d65 0x3 + .text.mbedtls_pem_read_buffer + 0x0000000040187d68 0x2c9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x2e5 (size before relaxing) + 0x0000000040187d68 mbedtls_pem_read_buffer + *fill* 0x0000000040188031 0x3 + .text.mbedtls_pem_free + 0x0000000040188034 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x2c (size before relaxing) + 0x0000000040188034 mbedtls_pem_free + .text.mbedtls_pk_free + 0x0000000040188058 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040188058 mbedtls_pk_free + .text.mbedtls_pk_info_from_type + 0x0000000040188074 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040188074 mbedtls_pk_info_from_type + *fill* 0x00000000401880ad 0x3 + .text.mbedtls_pk_setup + 0x00000000401880b0 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x00000000401880b0 mbedtls_pk_setup + *fill* 0x00000000401880db 0x1 + .text.mbedtls_pk_verify_restartable + 0x00000000401880dc 0x65 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x69 (size before relaxing) + 0x00000000401880dc mbedtls_pk_verify_restartable + *fill* 0x0000000040188141 0x3 + .text.mbedtls_pk_verify + 0x0000000040188144 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040188144 mbedtls_pk_verify + *fill* 0x0000000040188161 0x3 + .text.mbedtls_pk_sign_restartable + 0x0000000040188164 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x72 (size before relaxing) + 0x0000000040188164 mbedtls_pk_sign_restartable + *fill* 0x00000000401881d2 0x2 + .text.mbedtls_pk_sign + 0x00000000401881d4 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x00000000401881d4 mbedtls_pk_sign + *fill* 0x00000000401881f9 0x3 + .text.mbedtls_pk_decrypt + 0x00000000401881fc 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x00000000401881fc mbedtls_pk_decrypt + *fill* 0x000000004018822e 0x2 + .text.mbedtls_pk_encrypt + 0x0000000040188230 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x0000000040188230 mbedtls_pk_encrypt + *fill* 0x0000000040188265 0x3 + .text.mbedtls_pk_verify_ext + 0x0000000040188268 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0xb2 (size before relaxing) + 0x0000000040188268 mbedtls_pk_verify_ext + *fill* 0x000000004018830e 0x2 + .text.rsa_debug + 0x0000000040188310 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004018832e 0x2 + .text.eckey_debug + 0x0000000040188330 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x0000000040188345 0x3 + .text.rsa_free_wrap + 0x0000000040188348 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004018835a 0x2 + .text.rsa_alloc_wrap + 0x000000004018835c 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x1e (size before relaxing) + *fill* 0x0000000040188376 0x2 + .text.rsa_check_pair_wrap + 0x0000000040188378 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x0000000040188389 0x3 + .text.rsa_get_bitlen + 0x000000004018838c 0xd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x11 (size before relaxing) + *fill* 0x0000000040188399 0x3 + .text.rsa_encrypt_wrap + 0x000000004018839c 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x31 (size before relaxing) + *fill* 0x00000000401883c9 0x3 + .text.rsa_decrypt_wrap + 0x00000000401883cc 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x31 (size before relaxing) + *fill* 0x00000000401883f9 0x3 + .text.rsa_sign_wrap + 0x00000000401883fc 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x28 (size before relaxing) + .text.rsa_verify_wrap + 0x0000000040188420 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x3f (size before relaxing) + *fill* 0x0000000040188457 0x1 + .text.eckey_free_wrap + 0x0000000040188458 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004018846a 0x2 + .text.eckey_alloc_wrap + 0x000000004018846c 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040188482 0x2 + .text.eckey_check_pair + 0x0000000040188484 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x0000000040188495 0x3 + .text.ecdsa_alloc_wrap + 0x0000000040188498 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x00000000401884ae 0x2 + .text.ecdsa_free_wrap + 0x00000000401884b0 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x00000000401884c2 0x2 + .text.ecdsa_sign_wrap + 0x00000000401884c4 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x00000000401884e5 0x3 + .text.eckey_sign_wrap + 0x00000000401884e8 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x47 (size before relaxing) + *fill* 0x0000000040188524 0x0 + .text.ecdsa_verify_wrap + 0x0000000040188524 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x21 (size before relaxing) + *fill* 0x0000000040188541 0x3 + .text.eckey_verify_wrap + 0x0000000040188544 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x38 (size before relaxing) + *fill* 0x0000000040188571 0x3 + .text.pkcs5_parse_pbkdf2_params + 0x0000000040188574 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0xaf (size before relaxing) + *fill* 0x000000004018861f 0x1 + .text.mbedtls_pkcs5_pbkdf2_hmac + 0x0000000040188620 0x11c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x138 (size before relaxing) + 0x0000000040188620 mbedtls_pkcs5_pbkdf2_hmac + .text.mbedtls_pkcs5_pbes2 + 0x000000004018873c 0x1ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x1f6 (size before relaxing) + 0x000000004018873c mbedtls_pkcs5_pbes2 + *fill* 0x0000000040188906 0x2 + .text.pk_get_ecparams + 0x0000000040188908 0x5d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x0000000040188965 0x3 + .text.pk_get_pk_alg + 0x0000000040188968 0x83 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x87 (size before relaxing) + *fill* 0x00000000401889eb 0x1 + .text.pk_get_rsapubkey + 0x00000000401889ec 0xdd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xe9 (size before relaxing) + *fill* 0x0000000040188ac9 0x3 + .text.pk_group_from_specified + 0x0000000040188acc 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x212 (size before relaxing) + *fill* 0x0000000040188cae 0x2 + .text.pk_group_id_from_group + 0x0000000040188cb0 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xd2 (size before relaxing) + *fill* 0x0000000040188d62 0x2 + .text.pk_group_id_from_specified + 0x0000000040188d64 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x30 (size before relaxing) + *fill* 0x0000000040188d89 0x3 + .text.pk_use_ecparams + 0x0000000040188d8c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x48 (size before relaxing) + .text.pk_get_ecpubkey + 0x0000000040188dd0 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x2a (size before relaxing) + *fill* 0x0000000040188df6 0x2 + .text.asn1_get_nonzero_mpi + 0x0000000040188df8 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x27 (size before relaxing) + *fill* 0x0000000040188e17 0x1 + .text.pk_parse_key_pkcs1_der + 0x0000000040188e18 0x17e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x1b6 (size before relaxing) + *fill* 0x0000000040188f96 0x2 + .text.pk_parse_key_sec1_der + 0x0000000040188f98 0x183 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x19f (size before relaxing) + *fill* 0x000000004018911b 0x1 + .text.pk_parse_key_pkcs8_unencrypted_der + 0x000000004018911c 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xfa (size before relaxing) + *fill* 0x00000000401891fe 0x2 + .text.pk_parse_key_pkcs8_encrypted_der + 0x0000000040189200 0x136 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x13e (size before relaxing) + *fill* 0x0000000040189336 0x2 + .text.mbedtls_pk_parse_subpubkey + 0x0000000040189338 0xc6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xde (size before relaxing) + 0x0000000040189338 mbedtls_pk_parse_subpubkey + *fill* 0x00000000401893fe 0x2 + .text.mbedtls_pk_parse_key + 0x0000000040189400 0x26a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x2d2 (size before relaxing) + 0x0000000040189400 mbedtls_pk_parse_key + *fill* 0x000000004018966a 0x2 + .text.mbedtls_calloc + 0x000000004018966c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x000000004018966c mbedtls_calloc + .text.mbedtls_free + 0x0000000040189680 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x0000000040189680 mbedtls_free + *fill* 0x000000004018968f 0x1 + .text.mbedtls_platform_zeroize + 0x0000000040189690 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x0000000040189690 mbedtls_platform_zeroize + .text.mbedtls_platform_gmtime_r + 0x00000000401896a8 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x00000000401896a8 mbedtls_platform_gmtime_r + *fill* 0x00000000401896ca 0x2 + .text.rsa_check_context + 0x00000000401896cc 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xec (size before relaxing) + .text.rsa_prepare_blinding + 0x0000000040189798 0x117 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x142 (size before relaxing) + *fill* 0x00000000401898af 0x1 + .text.mgf_mask + 0x00000000401898b0 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xac (size before relaxing) + .text.rsa_rsassa_pkcs1_v15_encode + 0x000000004018994c 0x14e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x156 (size before relaxing) + *fill* 0x0000000040189a9a 0x2 + .text.mbedtls_rsa_import + 0x0000000040189a9c 0x65 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x75 (size before relaxing) + 0x0000000040189a9c mbedtls_rsa_import + *fill* 0x0000000040189b01 0x3 + .text.mbedtls_rsa_import_raw + 0x0000000040189b04 0x81 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x89 (size before relaxing) + 0x0000000040189b04 mbedtls_rsa_import_raw + *fill* 0x0000000040189b85 0x3 + .text.mbedtls_rsa_complete + 0x0000000040189b88 0x1f1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x211 (size before relaxing) + 0x0000000040189b88 mbedtls_rsa_complete + *fill* 0x0000000040189d79 0x3 + .text.mbedtls_rsa_init + 0x0000000040189d7c 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x0000000040189d7c mbedtls_rsa_init + *fill* 0x0000000040189d9a 0x2 + .text.mbedtls_rsa_check_pubkey + 0x0000000040189d9c 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x65 (size before relaxing) + 0x0000000040189d9c mbedtls_rsa_check_pubkey + *fill* 0x0000000040189ded 0x3 + .text.mbedtls_rsa_check_privkey + 0x0000000040189df0 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x6b (size before relaxing) + 0x0000000040189df0 mbedtls_rsa_check_privkey + *fill* 0x0000000040189e53 0x1 + .text.mbedtls_rsa_check_pub_priv + 0x0000000040189e54 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x41 (size before relaxing) + 0x0000000040189e54 mbedtls_rsa_check_pub_priv + *fill* 0x0000000040189e8d 0x3 + .text.mbedtls_rsa_public + 0x0000000040189e90 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x82 (size before relaxing) + 0x0000000040189e90 mbedtls_rsa_public + *fill* 0x0000000040189f02 0x2 + .text.mbedtls_rsa_private + 0x0000000040189f04 0x27c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x308 (size before relaxing) + 0x0000000040189f04 mbedtls_rsa_private + .text.rsa_rsassa_pss_sign + 0x000000004018a180 0x1d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x201 (size before relaxing) + *fill* 0x000000004018a359 0x3 + .text.mbedtls_rsa_rsaes_oaep_encrypt + 0x000000004018a35c 0x14e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x162 (size before relaxing) + 0x000000004018a35c mbedtls_rsa_rsaes_oaep_encrypt + *fill* 0x000000004018a4aa 0x2 + .text.mbedtls_rsa_rsaes_pkcs1_v15_encrypt + 0x000000004018a4ac 0xfb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004018a4ac mbedtls_rsa_rsaes_pkcs1_v15_encrypt + *fill* 0x000000004018a5a7 0x1 + .text.mbedtls_rsa_pkcs1_encrypt + 0x000000004018a5a8 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004018a5a8 mbedtls_rsa_pkcs1_encrypt + .text.mbedtls_rsa_rsaes_oaep_decrypt + 0x000000004018a5f4 0x201 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x229 (size before relaxing) + 0x000000004018a5f4 mbedtls_rsa_rsaes_oaep_decrypt + *fill* 0x000000004018a7f5 0x3 + .text.mbedtls_rsa_rsaes_pkcs1_v15_decrypt + 0x000000004018a7f8 0x71 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x79 (size before relaxing) + 0x000000004018a7f8 mbedtls_rsa_rsaes_pkcs1_v15_decrypt + *fill* 0x000000004018a869 0x3 + .text.mbedtls_rsa_pkcs1_decrypt + 0x000000004018a86c 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x54 (size before relaxing) + 0x000000004018a86c mbedtls_rsa_pkcs1_decrypt + .text.mbedtls_rsa_rsassa_pss_sign + 0x000000004018a8bc 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004018a8bc mbedtls_rsa_rsassa_pss_sign + *fill* 0x000000004018a8e1 0x3 + .text.mbedtls_rsa_rsassa_pkcs1_v15_sign + 0x000000004018a8e4 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xec (size before relaxing) + 0x000000004018a8e4 mbedtls_rsa_rsassa_pkcs1_v15_sign + .text.mbedtls_rsa_pkcs1_sign + 0x000000004018a9b0 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004018a9b0 mbedtls_rsa_pkcs1_sign + *fill* 0x000000004018a9fd 0x3 + .text.mbedtls_rsa_rsassa_pss_verify_ext + 0x000000004018aa00 0x21e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x242 (size before relaxing) + 0x000000004018aa00 mbedtls_rsa_rsassa_pss_verify_ext + *fill* 0x000000004018ac1e 0x2 + .text.mbedtls_rsa_rsassa_pss_verify + 0x000000004018ac20 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004018ac20 mbedtls_rsa_rsassa_pss_verify + *fill* 0x000000004018ac4e 0x2 + .literal.mbedtls_rsa_free + 0x000000004018ac50 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_rsa_deduce_primes + 0x000000004018ac50 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x74 (size before relaxing) + .literal.mbedtls_rsa_deduce_private_exponent + 0x000000004018ac58 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_rsa_validate_crt + 0x000000004018ac58 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x48 (size before relaxing) + .literal.mbedtls_rsa_validate_params + 0x000000004018ac60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x68 (size before relaxing) + .literal.mbedtls_rsa_deduce_crt + 0x000000004018ac60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_sha1_ret + 0x000000004018ac60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha256_ret + 0x000000004018ac60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha512_ret + 0x000000004018ac60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_hardware_poll + 0x000000004018ac60 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .literal.esp_aes_xts_init + 0x000000004018ac64 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x8 (size before relaxing) + .literal.esp_aes_xts_free + 0x000000004018ac64 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x8 (size before relaxing) + .literal.esp_aes_xts_setkey_enc + 0x000000004018ac64 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_xts_setkey_dec + 0x000000004018ac64 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_crypt_xts + 0x000000004018ac64 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x18 (size before relaxing) + .literal.esp_aes_init + 0x000000004018ac68 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .literal.esp_aes_free + 0x000000004018ac6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_setkey + 0x000000004018ac6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_block + 0x000000004018ac6c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x14 (size before relaxing) + .literal.esp_aes_acquire_hardware + 0x000000004018ac70 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .literal.esp_aes_release_hardware + 0x000000004018ac7c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_crypt_ecb + 0x000000004018ac84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x14 (size before relaxing) + .literal.esp_aes_crypt_cbc + 0x000000004018ac84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x24 (size before relaxing) + .literal.esp_aes_crypt_cfb128 + 0x000000004018ac84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x18 (size before relaxing) + .literal.esp_aes_crypt_ctr + 0x000000004018ac84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x14 (size before relaxing) + .literal.esp_aes_crypt_ofb + 0x000000004018ac84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x14 (size before relaxing) + .literal.mpi_words + 0x000000004018ac84 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .literal.modular_inverse + 0x000000004018ac88 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .literal.calculate_rinv + 0x000000004018ac8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x10 (size before relaxing) + .literal.mpi_montgomery_exp_calc + 0x000000004018ac8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x3c (size before relaxing) + .literal.esp_mpi_exp_mod + 0x000000004018ac8c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x3c (size before relaxing) + .literal.mpi_mult_mpi_failover_mod_mult + 0x000000004018ac90 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x18 (size before relaxing) + .literal.esp_mpi_mul_mpi_mod + 0x000000004018ac90 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_mpi_exp_mod + 0x000000004018ac90 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_mul_mpi + 0x000000004018ac90 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x40 (size before relaxing) + .literal.mpi_mult_mpi_overlong + 0x000000004018ac94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_mpi_mul_int + 0x000000004018ac94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x4 (size before relaxing) + .literal.esp_mpi_enable_hardware_hw_op + 0x000000004018ac94 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14 (size before relaxing) + .literal.esp_mpi_disable_hardware_hw_op + 0x000000004018aca4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + .literal.esp_mpi_read_result_hw_op + 0x000000004018aca8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.esp_mpi_mul_mpi_mod_hw_op + 0x000000004018acc4 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x1c (size before relaxing) + .literal.esp_mpi_mul_mpi_hw_op + 0x000000004018acd8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x18 (size before relaxing) + .literal.esp_mont_hw_op + 0x000000004018acdc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x3c (size before relaxing) + .literal.esp_mpi_mult_mpi_failover_mod_mult_hw_op + 0x000000004018acdc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_sha1_software_process + 0x000000004018ace0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .literal.mbedtls_sha1_init + 0x000000004018acf0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_sha1_free + 0x000000004018acf0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha1_clone + 0x000000004018acf0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha1_starts_ret + 0x000000004018acf0 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_internal_sha1_process + 0x000000004018ad04 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_sha1_update_ret + 0x000000004018ad04 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_sha1_finish_ret + 0x000000004018ad04 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha256_software_process + 0x000000004018ad08 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_sha256_init + 0x000000004018ad0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_sha256_free + 0x000000004018ad0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha256_clone + 0x000000004018ad0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha256_starts_ret + 0x000000004018ad0c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x44 (size before relaxing) + .literal.mbedtls_internal_sha256_process + 0x000000004018ad4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_sha256_update_ret + 0x000000004018ad4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_sha256_finish_ret + 0x000000004018ad4c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha512_software_process + 0x000000004018ad50 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .literal.mbedtls_sha512_init + 0x000000004018ad54 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_sha512_free + 0x000000004018ad54 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha512_clone + 0x000000004018ad54 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha512_starts_ret + 0x000000004018ad54 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x8c (size before relaxing) + .literal.mbedtls_internal_sha512_process + 0x000000004018ad98 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_sha512_update_ret + 0x000000004018ad98 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_sha512_finish_ret + 0x000000004018ad98 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x14 (size before relaxing) + .literal.esp_md5_finish_ret + 0x000000004018ad9c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .literal.esp_md5_update_ret + 0x000000004018ada0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .literal.esp_md5_init_ret + 0x000000004018ada4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .literal.esp_md5_init + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4 (size before relaxing) + .literal.esp_md5_free + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4 (size before relaxing) + .literal.esp_md5_clone + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4 (size before relaxing) + .literal.asn1_get_sequence_of_cb + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_tag + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.asn1_get_tagged_int + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_bool + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_int + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_mpi + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_get_bitstring + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_traverse_sequence_of + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_get_bitstring_null + 0x000000004018ada8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_sequence_of + 0x000000004018ada8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_asn1_get_alg + 0x000000004018adac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_asn1_get_alg_null + 0x000000004018adac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_base64_encode + 0x000000004018adac 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_base64_decode + 0x000000004018adb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x8 (size before relaxing) + .literal.ccm_auth_crypt + 0x000000004018adb0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x40 (size before relaxing) + .literal.mbedtls_ccm_init + 0x000000004018adb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_setkey + 0x000000004018adb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ccm_free + 0x000000004018adb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ccm_star_encrypt_and_tag + 0x000000004018adb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_encrypt_and_tag + 0x000000004018adb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_star_auth_decrypt + 0x000000004018adb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ccm_auth_decrypt + 0x000000004018adb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.pkcs12_parse_pbe_params + 0x000000004018adb4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x14 (size before relaxing) + .literal.pkcs12_fill_buffer + 0x000000004018adc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pkcs12_pbe_sha1_rc4_128 + 0x000000004018adc0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .literal.mbedtls_pkcs12_derivation + 0x000000004018adc4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x58 (size before relaxing) + .literal.pkcs12_pbe_derive_key_iv + 0x000000004018adc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_pkcs12_pbe + 0x000000004018adc8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x3c (size before relaxing) + .literal.sha_get_engine_state + 0x000000004018adcc 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x20 (size before relaxing) + .literal.esp_sha_lock_engine_common + 0x000000004018ade8 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x2c (size before relaxing) + .literal.esp_sha_lock_memory_block + 0x000000004018adfc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x8 (size before relaxing) + .literal.esp_sha_unlock_memory_block + 0x000000004018ae00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x8 (size before relaxing) + .literal.esp_sha_try_lock_engine + 0x000000004018ae00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4 (size before relaxing) + .literal.esp_sha_unlock_engine + 0x000000004018ae00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x1c (size before relaxing) + .literal.esp_sha_read_digest_state + 0x000000004018ae00 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x28 (size before relaxing) + .literal.esp_sha_block + 0x000000004018ae0c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x28 (size before relaxing) + .literal.x509_get_uid + 0x000000004018ae10 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_certificate_policies + 0x000000004018ae14 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x2c (size before relaxing) + .literal.x509_string_cmp + 0x000000004018ae2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_name_cmp + 0x000000004018ae2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_check_ee_locally_trusted + 0x000000004018ae2c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_version + 0x000000004018ae2c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x10 (size before relaxing) + .literal.x509_get_dates + 0x000000004018ae30 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x10 (size before relaxing) + .literal.x509_get_basic_constraints + 0x000000004018ae34 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x1c (size before relaxing) + .literal.x509_get_key_usage + 0x000000004018ae3c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_ns_cert_type + 0x000000004018ae3c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_ext_key_usage + 0x000000004018ae3c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_other_name + 0x000000004018ae3c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x34 (size before relaxing) + .literal.x509_profile_check_key + 0x000000004018ae44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_check_wildcard + 0x000000004018ae44 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_check_cn + 0x000000004018ae48 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_check_san + 0x000000004018ae48 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.x509_crt_verify_name + 0x000000004018ae48 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x14 (size before relaxing) + .literal.x509_crt_check_signature + 0x000000004018ae4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_x509_parse_subject_alt_name + 0x000000004018ae4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x18 (size before relaxing) + .literal.x509_get_subject_alt_name + 0x000000004018ae4c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x2c (size before relaxing) + .literal.x509_get_crt_ext + 0x000000004018ae54 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4c (size before relaxing) + .literal.mbedtls_x509_crt_verify_info + 0x000000004018ae58 0x14 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_x509_crt_check_key_usage + 0x000000004018ae6c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xc (size before relaxing) + .literal.x509_crt_check_parent + 0x000000004018ae74 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_find_parent_in + 0x000000004018ae74 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x10 (size before relaxing) + .literal.x509_crt_find_parent + 0x000000004018ae74 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_check_extended_key_usage + 0x000000004018ae74 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_x509_crt_is_revoked + 0x000000004018ae78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.x509_crt_verifycrl + 0x000000004018ae78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x3c (size before relaxing) + .literal.x509_crt_verify_chain + 0x000000004018ae78 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x34 (size before relaxing) + .literal.x509_crt_verify_restartable_ca_cb + 0x000000004018ae80 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_x509_crt_verify_restartable + 0x000000004018ae84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_init + 0x000000004018ae84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_free + 0x000000004018ae84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x40 (size before relaxing) + .literal.x509_crt_parse_der_core + 0x000000004018ae84 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xb8 (size before relaxing) + .literal.mbedtls_x509_crt_parse_der_internal + 0x000000004018ae94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_x509_crt_parse_der + 0x000000004018ae94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_parse + 0x000000004018ae94 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x38 (size before relaxing) + .literal.x509_parse_int + 0x000000004018aeac 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.x509_date_is_valid + 0x000000004018aeb0 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x10 (size before relaxing) + .literal.x509_parse_time + 0x000000004018aebc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x20 (size before relaxing) + .literal.x509_get_attr_type_value + 0x000000004018aebc 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1c (size before relaxing) + .literal.x509_get_hash_alg + 0x000000004018aecc 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x18 (size before relaxing) + .literal.x509_get_current_time + 0x000000004018aed8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_x509_get_serial + 0x000000004018aedc 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_x509_get_alg_null + 0x000000004018aee8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_get_alg + 0x000000004018aee8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_get_rsassa_pss_params + 0x000000004018aee8 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x40 (size before relaxing) + .literal.mbedtls_x509_get_name + 0x000000004018aef4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_x509_get_time + 0x000000004018aef4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_x509_get_sig + 0x000000004018aefc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_x509_get_sig_alg + 0x000000004018af04 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_x509_get_ext + 0x000000004018af04 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_x509_time_is_past + 0x000000004018af04 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_x509_time_is_future + 0x000000004018af04 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x8 (size before relaxing) + .literal.should_map + 0x000000004018af04 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.verify_segment_header + 0x000000004018af14 0x1c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x28 (size before relaxing) + .literal.process_appended_hash + 0x000000004018af30 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x18 (size before relaxing) + .literal.process_checksum + 0x000000004018af38 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x1c (size before relaxing) + .literal.verify_image_header + 0x000000004018af3c 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x24 (size before relaxing) + .literal.process_image_header + 0x000000004018af44 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x14 (size before relaxing) + .literal.should_load + 0x000000004018af44 0x18 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x1c (size before relaxing) + .literal.process_segment_data + 0x000000004018af5c 0xc esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x24 (size before relaxing) + .literal.process_segment + 0x000000004018af68 0xc esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x38 (size before relaxing) + .literal.process_segments + 0x000000004018af74 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x18 (size before relaxing) + .literal.verify_simple_hash + 0x000000004018af78 0xc esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x2c (size before relaxing) + .literal.image_load + 0x000000004018af84 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x44 (size before relaxing) + .literal.esp_image_verify + 0x000000004018af8c 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x4 (size before relaxing) + .literal.bootloader_sha256_start + 0x000000004018af8c 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0xc (size before relaxing) + .literal.bootloader_sha256_data + 0x000000004018af90 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x1c (size before relaxing) + .literal.bootloader_sha256_finish + 0x000000004018afa0 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x24 (size before relaxing) + .literal.bootloader_common_ota_select_crc + 0x000000004018afa8 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.bootloader_common_ota_select_valid + 0x000000004018afac 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x8 (size before relaxing) + .literal.bootloader_common_check_chip_validity + 0x000000004018afac 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x20 (size before relaxing) + .literal.bootloader_common_get_active_otadata + 0x000000004018afbc 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0xc (size before relaxing) + .literal.get_ota_ops_entry + 0x000000004018afbc 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.image_validate + 0x000000004018afc0 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x8 (size before relaxing) + .literal.get_ota_partition_count + 0x000000004018afc4 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x14 (size before relaxing) + .literal.find_default_boot_partition + 0x000000004018afd4 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x1c (size before relaxing) + .literal.read_otadata + 0x000000004018afdc 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x30 (size before relaxing) + .literal.rewrite_ota_seq + 0x000000004018afec 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x10 (size before relaxing) + .literal.esp_rewrite_ota_data + 0x000000004018aff4 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x1c (size before relaxing) + .literal.esp_ota_get_running_partition + 0x000000004018aff4 0x28 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x38 (size before relaxing) + .literal.esp_ota_begin + 0x000000004018b01c 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x2c (size before relaxing) + .literal.esp_ota_write + 0x000000004018b030 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x50 (size before relaxing) + .literal.esp_ota_abort + 0x000000004018b040 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x8 (size before relaxing) + .literal.esp_ota_end + 0x000000004018b040 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x14 (size before relaxing) + .literal.esp_ota_set_boot_partition + 0x000000004018b040 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x14 (size before relaxing) + .literal.esp_ota_get_boot_partition + 0x000000004018b040 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x30 (size before relaxing) + .literal.esp_ota_get_next_update_partition + 0x000000004018b044 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x1c (size before relaxing) + .literal.esp_eth_ioctl + 0x000000004018b04c 0x48 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + 0xc0 (size before relaxing) + .literal.wps_rxq_dequeue + 0x000000004018b094 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_rxq_enqueue + 0x000000004018b0a4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x10 (size before relaxing) + .literal.wps_rxq_init + 0x000000004018b0a4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x10 (size before relaxing) + .literal.wps_rxq_deinit + 0x000000004018b0a4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x18 (size before relaxing) + .literal.wps_sendto_wrapper + 0x000000004018b0a4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wps_build_ic_appie_wps_ar + 0x000000004018b0a4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xc (size before relaxing) + .literal.wps_get_type + 0x000000004018b0a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wps_build_ic_appie_wps_pr + 0x000000004018b0a8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x2c (size before relaxing) + .literal.wps_set_type + 0x000000004018b0b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wps_get_status + 0x000000004018b0b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wps_parse_scan_result + 0x000000004018b0b0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x50 (size before relaxing) + .literal.wps_set_status + 0x000000004018b0b8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wifi_wps_scan_done + 0x000000004018b0b8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x44 (size before relaxing) + .literal.wps_post + 0x000000004018b0c8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x2c (size before relaxing) + .literal.wps_sm_rx_eapol + 0x000000004018b0d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x20 (size before relaxing) + .literal.wifi_station_wps_timeout + 0x000000004018b0d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wifi_station_wps_msg_timeout + 0x000000004018b0d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wifi_station_wps_success + 0x000000004018b0d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wifi_station_wps_eapol_start_handle + 0x000000004018b0d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wifi_wps_scan + 0x000000004018b0d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wps_sm_alloc_eapol + 0x000000004018b0d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xc (size before relaxing) + .literal.wps_sm_free_eapol + 0x000000004018b0d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wps_init + 0x000000004018b0d0 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x5c (size before relaxing) + .literal.wps_send_eap_identity_rsp + 0x000000004018b0e0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x2c (size before relaxing) + .literal.wps_send_frag_ack + 0x000000004018b0e4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x30 (size before relaxing) + .literal.wps_enrollee_process_msg_frag + 0x000000004018b0e8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x20 (size before relaxing) + .literal.wps_process_wps_mX_req + 0x000000004018b0ec 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x24 (size before relaxing) + .literal.wps_send_wps_mX_rsp + 0x000000004018b0f0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x40 (size before relaxing) + .literal.wps_tx_start + 0x000000004018b0f0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x28 (size before relaxing) + .literal.wps_start_pending + 0x000000004018b0f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x8 (size before relaxing) + .literal.wps_stop_process + 0x000000004018b0f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x28 (size before relaxing) + .literal.wps_add_discard_ap + 0x000000004018b0f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xc (size before relaxing) + .literal.wps_finish + 0x000000004018b0f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x50 (size before relaxing) + .literal.wps_start_msg_timer + 0x000000004018b0f4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x18 (size before relaxing) + .literal.wps_sm_rx_eapol_internal + 0x000000004018b0f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x3c (size before relaxing) + .literal.wps_set_default_factory + 0x000000004018b0f8 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x28 (size before relaxing) + .literal.wps_set_factory_info + 0x000000004018b10c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x18 (size before relaxing) + .literal.wps_dev_init + 0x000000004018b10c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x5c (size before relaxing) + .literal.wps_dev_deinit + 0x000000004018b110 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x1c (size before relaxing) + .literal.wps_deinit + 0x000000004018b110 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x24 (size before relaxing) + .literal.wifi_station_wps_timeout_internal + 0x000000004018b110 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x14 (size before relaxing) + .literal.wifi_station_wps_msg_timeout_internal + 0x000000004018b110 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x1c (size before relaxing) + .literal.wifi_station_wps_success_internal + 0x000000004018b110 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x1c (size before relaxing) + .literal.wifi_station_wps_eapol_start_handle_internal + 0x000000004018b110 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wifi_station_wps_init + 0x000000004018b110 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xac (size before relaxing) + .literal.wps_delete_timer + 0x000000004018b13c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x30 (size before relaxing) + .literal.wifi_station_wps_deinit + 0x000000004018b140 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x20 (size before relaxing) + .literal.wps_sm_get + 0x000000004018b140 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4 (size before relaxing) + .literal.wifi_station_wps_start + 0x000000004018b140 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x28 (size before relaxing) + .literal.wps_ssid_save + 0x000000004018b144 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x14 (size before relaxing) + .literal.wps_key_save + 0x000000004018b144 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x14 (size before relaxing) + .literal.wifi_wps_scan_internal + 0x000000004018b144 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xc (size before relaxing) + .literal.wps_task_deinit + 0x000000004018b148 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x28 (size before relaxing) + .literal.wps_task_init + 0x000000004018b150 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x50 (size before relaxing) + .literal.wps_post_block + 0x000000004018b168 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xc (size before relaxing) + .literal.wps_check_wifi_mode + 0x000000004018b168 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xc (size before relaxing) + .literal.esp_wifi_wps_enable + 0x000000004018b16c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x34 (size before relaxing) + .literal.wifi_wps_enable_internal + 0x000000004018b174 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x1c (size before relaxing) + .literal.wifi_wps_disable_internal + 0x000000004018b178 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x8 (size before relaxing) + .literal.wps_task + 0x000000004018b178 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x6c (size before relaxing) + .literal.esp_wifi_wps_disable + 0x000000004018b184 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x38 (size before relaxing) + .literal.esp_wifi_wps_start + 0x000000004018b184 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x48 (size before relaxing) + .literal.wps_is_selected_pbc_registrar + 0x000000004018b18c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0x10 (size before relaxing) + .literal.wps_is_addr_authorized + 0x000000004018b18c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0x20 (size before relaxing) + .literal.wps_build_assoc_req_ie + 0x000000004018b190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0x20 (size before relaxing) + .literal.wps_build_probe_req_ie + 0x000000004018b190 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0x4c (size before relaxing) + .literal.wps_build_public_key + 0x000000004018b190 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x34 (size before relaxing) + .literal.wps_build_req_type + 0x000000004018b198 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xc (size before relaxing) + .literal.wps_build_config_methods + 0x000000004018b198 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xc (size before relaxing) + .literal.wps_build_uuid_e + 0x000000004018b198 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_dev_password_id + 0x000000004018b198 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xc (size before relaxing) + .literal.wps_build_config_error + 0x000000004018b198 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xc (size before relaxing) + .literal.wps_build_authenticator + 0x000000004018b198 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x14 (size before relaxing) + .literal.wps_build_version + 0x000000004018b19c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xc (size before relaxing) + .literal.wps_build_wfa_ext + 0x000000004018b19c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x38 (size before relaxing) + .literal.wps_build_msg_type + 0x000000004018b19c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xc (size before relaxing) + .literal.wps_build_enrollee_nonce + 0x000000004018b19c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_registrar_nonce + 0x000000004018b19c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_auth_type_flags + 0x000000004018b19c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xc (size before relaxing) + .literal.wps_build_encr_type_flags + 0x000000004018b19c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xc (size before relaxing) + .literal.wps_build_conn_type_flags + 0x000000004018b19c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xc (size before relaxing) + .literal.wps_build_assoc_state + 0x000000004018b19c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xc (size before relaxing) + .literal.wps_build_key_wrap_auth + 0x000000004018b19c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x14 (size before relaxing) + .literal.wps_build_encr_settings + 0x000000004018b1a0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x28 (size before relaxing) + .literal.wps_ie_encapsulate + 0x000000004018b1a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x20 (size before relaxing) + .literal.wps_set_vendor_ext_wfa_subelem + 0x000000004018b1a8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .literal.wps_parse_vendor_ext_wfa + 0x000000004018b1ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + 0x4 (size before relaxing) + .literal.wps_parse_vendor_ext + 0x000000004018b1ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + 0x8 (size before relaxing) + .literal.wps_set_attr + 0x000000004018b1ac 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + 0xc (size before relaxing) + .literal.wps_parse_msg + 0x000000004018b1b0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + 0x10 (size before relaxing) + .literal.wps_kdf + 0x000000004018b1b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x10 (size before relaxing) + .literal.wps_derive_keys + 0x000000004018b1b4 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x2c (size before relaxing) + .literal.wps_derive_psk + 0x000000004018b1bc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x10 (size before relaxing) + .literal.wps_decrypt_encr_settings + 0x000000004018b1bc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x1c (size before relaxing) + .literal.wps_pin_checksum + 0x000000004018b1c0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x8 (size before relaxing) + .literal.wps_generate_pin + 0x000000004018b1c4 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x10 (size before relaxing) + .literal.wps_fail_event + 0x000000004018b1cc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x10 (size before relaxing) + .literal.wps_pwd_auth_fail_event + 0x000000004018b1cc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x10 (size before relaxing) + .literal.uuid_gen_mac_addr + 0x000000004018b1cc 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0xc (size before relaxing) + .literal.wps_build_wsc_ack + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x1c (size before relaxing) + .literal.wps_build_wsc_nack + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x20 (size before relaxing) + .literal.wps_build_serial_number + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x1c (size before relaxing) + .literal.wps_process_primary_dev_type + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x4 (size before relaxing) + .literal.wps_process_manufacturer + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0xc (size before relaxing) + .literal.wps_process_model_name + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0xc (size before relaxing) + .literal.wps_process_model_number + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0xc (size before relaxing) + .literal.wps_process_serial_number + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0xc (size before relaxing) + .literal.wps_process_dev_name + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0xc (size before relaxing) + .literal.wps_build_manufacturer + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x1c (size before relaxing) + .literal.wps_build_model_name + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x1c (size before relaxing) + .literal.wps_build_model_number + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x1c (size before relaxing) + .literal.wps_build_primary_dev_type + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_secondary_dev_type + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_req_dev_type + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_dev_name + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x1c (size before relaxing) + .literal.wps_build_device_attrs + 0x000000004018b1d4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x18 (size before relaxing) + .literal.wps_build_os_version + 0x000000004018b1d4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_vendor_ext_m1 + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_rf_bands + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0xc (size before relaxing) + .literal.wps_process_device_attrs + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x18 (size before relaxing) + .literal.wps_build_cred_auth_type + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xc (size before relaxing) + .literal.wps_build_cred_encr_type + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xc (size before relaxing) + .literal.wps_build_wps_state + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xc (size before relaxing) + .literal.wps_process_registrar_nonce + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x4 (size before relaxing) + .literal.wps_process_uuid_r + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x4 (size before relaxing) + .literal.wps_process_r_hash1 + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x4 (size before relaxing) + .literal.wps_process_r_hash2 + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x4 (size before relaxing) + .literal.wps_build_e_hash + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x24 (size before relaxing) + .literal.wps_build_m3 + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x24 (size before relaxing) + .literal.wps_build_wsc_done + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x20 (size before relaxing) + .literal.wps_process_wsc_start + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x8 (size before relaxing) + .literal.wps_process_enrollee_nonce + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x4 (size before relaxing) + .literal.wps_process_wsc_ack + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x18 (size before relaxing) + .literal.wps_process_wsc_nack + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x20 (size before relaxing) + .literal.wps_process_pubkey + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xc (size before relaxing) + .literal.wps_process_m2 + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x18 (size before relaxing) + .literal.wps_process_r_snonce1 + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xc (size before relaxing) + .literal.wps_process_m4 + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x30 (size before relaxing) + .literal.wps_process_r_snonce2 + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xc (size before relaxing) + .literal.wps_process_m6 + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x28 (size before relaxing) + .literal.wps_process_cred_e + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x1c (size before relaxing) + .literal.wps_process_creds + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x4 (size before relaxing) + .literal.wps_process_ap_settings_e + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xc (size before relaxing) + .literal.wps_process_m8 + 0x000000004018b1d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x2c (size before relaxing) + .literal.wps_process_wsc_msg + 0x000000004018b1d8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x3c (size before relaxing) + .literal.wps_build_e_snonce2 + 0x000000004018b1dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_mac_addr + 0x000000004018b1dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_m1 + 0x000000004018b1dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x58 (size before relaxing) + .literal.wps_build_e_snonce1 + 0x000000004018b1dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_m5 + 0x000000004018b1dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x38 (size before relaxing) + .literal.wps_build_cred_mac_addr + 0x000000004018b1dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_cred_ssid + 0x000000004018b1dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_cred_network_key + 0x000000004018b1dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x10 (size before relaxing) + .literal.wps_build_ap_settings + 0x000000004018b1dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x1c (size before relaxing) + .literal.wps_build_m7 + 0x000000004018b1dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x40 (size before relaxing) + .literal.wps_enrollee_get_msg + 0x000000004018b1dc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x2c (size before relaxing) + .literal.wps_enrollee_process_msg + 0x000000004018b1e0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x18 (size before relaxing) + .literal.wps_device_get + 0x000000004018b1e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + 0x4 (size before relaxing) + .literal.wps_device_clone_data + 0x000000004018b1e4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + 0x30 (size before relaxing) + .literal.wps_device_store + 0x000000004018b1e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + 0x10 (size before relaxing) + .literal.dh5_init + 0x000000004018b1e8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + 0xc (size before relaxing) + .literal.dh5_derive_shared + 0x000000004018b1f0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + 0x8 (size before relaxing) + .literal.wps_process_cred_ssid + 0x000000004018b1f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x4 (size before relaxing) + .literal.wps_process_cred_network_key + 0x000000004018b1f4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x8 (size before relaxing) + .literal.wps_process_cred_mac_addr + 0x000000004018b1f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x4 (size before relaxing) + .literal.wps_process_authenticator + 0x000000004018b1f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x8 (size before relaxing) + .literal.wps_process_key_wrap_auth + 0x000000004018b1f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x8 (size before relaxing) + .literal.wps_process_cred + 0x000000004018b1f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x34 (size before relaxing) + .literal.wps_process_ap_settings + 0x000000004018b1f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_rsa_rsassa_pkcs1_v15_verify + 0x000000004018b1f8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_verify + 0x000000004018b1fc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .text.mbedtls_rsa_rsassa_pkcs1_v15_verify + 0x000000004018b200 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc0 (size before relaxing) + 0x000000004018b200 mbedtls_rsa_rsassa_pkcs1_v15_verify + .text.mbedtls_rsa_pkcs1_verify + 0x000000004018b2ac 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4d (size before relaxing) + 0x000000004018b2ac mbedtls_rsa_pkcs1_verify + *fill* 0x000000004018b2f5 0x3 + .text.mbedtls_rsa_free + 0x000000004018b2f8 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x82 (size before relaxing) + 0x000000004018b2f8 mbedtls_rsa_free + *fill* 0x000000004018b356 0x2 + .text.mbedtls_rsa_deduce_primes + 0x000000004018b358 0x1d4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x224 (size before relaxing) + 0x000000004018b358 mbedtls_rsa_deduce_primes + .text.mbedtls_rsa_deduce_private_exponent + 0x000000004018b52c 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0xc8 (size before relaxing) + 0x000000004018b52c mbedtls_rsa_deduce_private_exponent + .text.mbedtls_rsa_validate_crt + 0x000000004018b5cc 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x16a (size before relaxing) + 0x000000004018b5cc mbedtls_rsa_validate_crt + *fill* 0x000000004018b706 0x2 + .text.mbedtls_rsa_validate_params + 0x000000004018b708 0x1dc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x228 (size before relaxing) + 0x000000004018b708 mbedtls_rsa_validate_params + .text.mbedtls_rsa_deduce_crt + 0x000000004018b8e4 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x7a (size before relaxing) + 0x000000004018b8e4 mbedtls_rsa_deduce_crt + *fill* 0x000000004018b952 0x2 + .text.mbedtls_sha1_ret + 0x000000004018b954 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x40 (size before relaxing) + 0x000000004018b954 mbedtls_sha1_ret + *fill* 0x000000004018b985 0x3 + .text.mbedtls_sha256_ret + 0x000000004018b988 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x42 (size before relaxing) + 0x000000004018b988 mbedtls_sha256_ret + *fill* 0x000000004018b9bb 0x1 + .text.mbedtls_sha512_ret + 0x000000004018b9bc 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x42 (size before relaxing) + 0x000000004018b9bc mbedtls_sha512_ret + *fill* 0x000000004018b9ef 0x1 + .text.mbedtls_hardware_poll + 0x000000004018b9f0 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x000000004018b9f0 mbedtls_hardware_poll + *fill* 0x000000004018ba03 0x1 + .text.esp_aes_xts_init + 0x000000004018ba04 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x17 (size before relaxing) + 0x000000004018ba04 esp_aes_xts_init + *fill* 0x000000004018ba14 0x0 + .text.esp_aes_xts_free + 0x000000004018ba14 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x17 (size before relaxing) + 0x000000004018ba14 esp_aes_xts_free + *fill* 0x000000004018ba24 0x0 + .text.esp_aes_xts_setkey_enc + 0x000000004018ba24 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x36 (size before relaxing) + 0x000000004018ba24 esp_aes_xts_setkey_enc + *fill* 0x000000004018ba52 0x2 + .text.esp_aes_xts_setkey_dec + 0x000000004018ba54 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x36 (size before relaxing) + 0x000000004018ba54 esp_aes_xts_setkey_dec + *fill* 0x000000004018ba82 0x2 + .text.esp_aes_crypt_xts + 0x000000004018ba84 0x182 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x186 (size before relaxing) + 0x000000004018ba84 esp_aes_crypt_xts + *fill* 0x000000004018bc06 0x2 + .text.esp_aes_init + 0x000000004018bc08 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x000000004018bc08 esp_aes_init + *fill* 0x000000004018bc1a 0x2 + .text.esp_aes_free + 0x000000004018bc1c 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x000000004018bc1c esp_aes_free + *fill* 0x000000004018bc2f 0x1 + .text.esp_aes_setkey + 0x000000004018bc30 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x000000004018bc30 esp_aes_setkey + *fill* 0x000000004018bc75 0x3 + .text.esp_aes_block + 0x000000004018bc78 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x7e (size before relaxing) + *fill* 0x000000004018bcf2 0x2 + .text.esp_aes_acquire_hardware + 0x000000004018bcf4 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x000000004018bcf4 esp_aes_acquire_hardware + *fill* 0x000000004018bd0a 0x2 + .text.esp_aes_release_hardware + 0x000000004018bd0c 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x000000004018bd0c esp_aes_release_hardware + *fill* 0x000000004018bd23 0x1 + .text.esp_aes_crypt_ecb + 0x000000004018bd24 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x4c (size before relaxing) + 0x000000004018bd24 esp_aes_crypt_ecb + .text.esp_aes_crypt_cbc + 0x000000004018bd60 0xe6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0xf2 (size before relaxing) + 0x000000004018bd60 esp_aes_crypt_cbc + *fill* 0x000000004018be46 0x2 + .text.esp_aes_crypt_cfb128 + 0x000000004018be48 0xb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0xba (size before relaxing) + 0x000000004018be48 esp_aes_crypt_cfb128 + *fill* 0x000000004018befa 0x2 + .text.esp_aes_crypt_ctr + 0x000000004018befc 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0xa4 (size before relaxing) + 0x000000004018befc esp_aes_crypt_ctr + .text.esp_aes_crypt_ofb + 0x000000004018bf98 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0xe6 (size before relaxing) + 0x000000004018bf98 esp_aes_crypt_ofb + *fill* 0x000000004018c076 0x2 + .text.mpi_words + 0x000000004018c078 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + *fill* 0x000000004018c099 0x3 + .text.modular_inverse + 0x000000004018c09c 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.calculate_rinv + 0x000000004018c118 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x36 (size before relaxing) + *fill* 0x000000004018c143 0x1 + .text.mpi_montgomery_exp_calc + 0x000000004018c144 0xe5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x115 (size before relaxing) + *fill* 0x000000004018c229 0x3 + .text.esp_mpi_exp_mod + 0x000000004018c22c 0xec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x11c (size before relaxing) + .text.mpi_mult_mpi_failover_mod_mult + 0x000000004018c318 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x4c (size before relaxing) + *fill* 0x000000004018c351 0x3 + .text.esp_mpi_mul_mpi_mod + 0x000000004018c354 0x95 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0xbd (size before relaxing) + 0x000000004018c354 esp_mpi_mul_mpi_mod + *fill* 0x000000004018c3e9 0x3 + .text.mbedtls_mpi_exp_mod + 0x000000004018c3ec 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x18 (size before relaxing) + 0x000000004018c3ec mbedtls_mpi_exp_mod + .text.mbedtls_mpi_mul_mpi + 0x000000004018c400 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x13c (size before relaxing) + 0x000000004018c400 mbedtls_mpi_mul_mpi + .text.mpi_mult_mpi_overlong + 0x000000004018c520 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x72 (size before relaxing) + *fill* 0x000000004018c582 0x2 + .text.mbedtls_mpi_mul_int + 0x000000004018c584 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x20 (size before relaxing) + 0x000000004018c584 mbedtls_mpi_mul_int + .text.esp_mpi_enable_hardware_hw_op + 0x000000004018c5a0 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004018c5a0 esp_mpi_enable_hardware_hw_op + *fill* 0x000000004018c5d5 0x3 + .text.esp_mpi_disable_hardware_hw_op + 0x000000004018c5d8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004018c5d8 esp_mpi_disable_hardware_hw_op + .text.esp_mpi_read_result_hw_op + 0x000000004018c600 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004018c600 esp_mpi_read_result_hw_op + *fill* 0x000000004018c655 0x3 + .text.esp_mpi_mul_mpi_mod_hw_op + 0x000000004018c658 0x125 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004018c658 esp_mpi_mul_mpi_mod_hw_op + *fill* 0x000000004018c77d 0x3 + .text.esp_mpi_mul_mpi_hw_op + 0x000000004018c780 0x99 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004018c780 esp_mpi_mul_mpi_hw_op + *fill* 0x000000004018c819 0x3 + .text.esp_mont_hw_op + 0x000000004018c81c 0x14a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x152 (size before relaxing) + 0x000000004018c81c esp_mont_hw_op + *fill* 0x000000004018c966 0x2 + .text.esp_mpi_mult_mpi_failover_mod_mult_hw_op + 0x000000004018c968 0xf9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004018c968 esp_mpi_mult_mpi_failover_mod_mult_hw_op + *fill* 0x000000004018ca61 0x3 + .text.mbedtls_sha1_software_process + 0x000000004018ca64 0x1118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.mbedtls_sha1_init + 0x000000004018db7c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x000000004018db7c mbedtls_sha1_init + *fill* 0x000000004018db8e 0x2 + .text.mbedtls_sha1_free + 0x000000004018db90 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x22 (size before relaxing) + 0x000000004018db90 mbedtls_sha1_free + *fill* 0x000000004018dbab 0x1 + .text.mbedtls_sha1_clone + 0x000000004018dbac 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x000000004018dbac mbedtls_sha1_clone + *fill* 0x000000004018dbd3 0x1 + .text.mbedtls_sha1_starts_ret + 0x000000004018dbd4 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x000000004018dbd4 mbedtls_sha1_starts_ret + *fill* 0x000000004018dc0d 0x3 + .text.mbedtls_internal_sha1_process + 0x000000004018dc10 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x000000004018dc10 mbedtls_internal_sha1_process + *fill* 0x000000004018dc59 0x3 + .text.mbedtls_sha1_update_ret + 0x000000004018dc5c 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x000000004018dc5c mbedtls_sha1_update_ret + .text.mbedtls_sha1_finish_ret + 0x000000004018dcf0 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x118 (size before relaxing) + 0x000000004018dcf0 mbedtls_sha1_finish_ret + .text.mbedtls_sha256_software_process + 0x000000004018ddf8 0x9ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + *fill* 0x000000004018e7a5 0x3 + .text.mbedtls_sha256_init + 0x000000004018e7a8 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000004018e7a8 mbedtls_sha256_init + *fill* 0x000000004018e7ba 0x2 + .text.mbedtls_sha256_free + 0x000000004018e7bc 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x22 (size before relaxing) + 0x000000004018e7bc mbedtls_sha256_free + *fill* 0x000000004018e7d7 0x1 + .text.mbedtls_sha256_clone + 0x000000004018e7d8 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000004018e7d8 mbedtls_sha256_clone + *fill* 0x000000004018e7ff 0x1 + .text.mbedtls_sha256_starts_ret + 0x000000004018e800 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000004018e800 mbedtls_sha256_starts_ret + *fill* 0x000000004018e87a 0x2 + .text.mbedtls_internal_sha256_process + 0x000000004018e87c 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000004018e87c mbedtls_internal_sha256_process + *fill* 0x000000004018e8ce 0x2 + .text.mbedtls_sha256_update_ret + 0x000000004018e8d0 0x93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x000000004018e8d0 mbedtls_sha256_update_ret + *fill* 0x000000004018e963 0x1 + .text.mbedtls_sha256_finish_ret + 0x000000004018e964 0x155 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x165 (size before relaxing) + 0x000000004018e964 mbedtls_sha256_finish_ret + *fill* 0x000000004018eab9 0x3 + .text.mbedtls_sha512_software_process + 0x000000004018eabc 0xe93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + *fill* 0x000000004018f94f 0x1 + .text.mbedtls_sha512_init + 0x000000004018f950 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x000000004018f950 mbedtls_sha512_init + *fill* 0x000000004018f962 0x2 + .text.mbedtls_sha512_free + 0x000000004018f964 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x2a (size before relaxing) + 0x000000004018f964 mbedtls_sha512_free + *fill* 0x000000004018f98b 0x1 + .text.mbedtls_sha512_clone + 0x000000004018f98c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x000000004018f98c mbedtls_sha512_clone + .text.mbedtls_sha512_starts_ret + 0x000000004018f9b4 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0xe1 (size before relaxing) + 0x000000004018f9b4 mbedtls_sha512_starts_ret + *fill* 0x000000004018fa92 0x2 + .text.mbedtls_internal_sha512_process + 0x000000004018fa94 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x5e (size before relaxing) + 0x000000004018fa94 mbedtls_internal_sha512_process + *fill* 0x000000004018faee 0x2 + .text.mbedtls_sha512_update_ret + 0x000000004018faf0 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0xc0 (size before relaxing) + 0x000000004018faf0 mbedtls_sha512_update_ret + .text.mbedtls_sha512_finish_ret + 0x000000004018fbac 0x274 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x27c (size before relaxing) + 0x000000004018fbac mbedtls_sha512_finish_ret + .text.esp_md5_finish_ret + 0x000000004018fe20 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x000000004018fe20 esp_md5_finish_ret + *fill* 0x000000004018fe31 0x3 + .text.esp_md5_update_ret + 0x000000004018fe34 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x000000004018fe34 esp_md5_update_ret + .text.esp_md5_init_ret + 0x000000004018fe48 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x000000004018fe48 esp_md5_init_ret + .text.esp_md5_init + 0x000000004018fe58 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0xe (size before relaxing) + 0x000000004018fe58 esp_md5_init + *fill* 0x000000004018fe62 0x2 + .text.esp_md5_free + 0x000000004018fe64 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x12 (size before relaxing) + 0x000000004018fe64 esp_md5_free + *fill* 0x000000004018fe72 0x2 + .text.esp_md5_clone + 0x000000004018fe74 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x000000004018fe74 esp_md5_clone + *fill* 0x000000004018fe86 0x2 + .text.asn1_get_sequence_of_cb + 0x000000004018fe88 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x30 (size before relaxing) + .text.mbedtls_asn1_get_tag + 0x000000004018feb4 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x000000004018feb4 mbedtls_asn1_get_tag + *fill* 0x000000004018fee9 0x3 + .text.asn1_get_tagged_int + 0x000000004018feec 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_get_bool + 0x000000004018ff80 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x000000004018ff80 mbedtls_asn1_get_bool + .text.mbedtls_asn1_get_int + 0x000000004018ffb8 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x000000004018ffb8 mbedtls_asn1_get_int + *fill* 0x000000004018ffcd 0x3 + .text.mbedtls_asn1_get_mpi + 0x000000004018ffd0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x2c (size before relaxing) + 0x000000004018ffd0 mbedtls_asn1_get_mpi + .text.mbedtls_asn1_get_bitstring + 0x000000004018fff8 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x000000004018fff8 mbedtls_asn1_get_bitstring + .text.mbedtls_asn1_traverse_sequence_of + 0x0000000040190048 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x94 (size before relaxing) + 0x0000000040190048 mbedtls_asn1_traverse_sequence_of + .text.mbedtls_asn1_get_bitstring_null + 0x00000000401900d4 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x00000000401900d4 mbedtls_asn1_get_bitstring_null + .text.mbedtls_asn1_get_sequence_of + 0x000000004019010c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x36 (size before relaxing) + 0x000000004019010c mbedtls_asn1_get_sequence_of + *fill* 0x000000004019013e 0x2 + .text.mbedtls_asn1_get_alg + 0x0000000040190140 0x89 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x91 (size before relaxing) + 0x0000000040190140 mbedtls_asn1_get_alg + *fill* 0x00000000401901c9 0x3 + .text.mbedtls_asn1_get_alg_null + 0x00000000401901cc 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x00000000401901cc mbedtls_asn1_get_alg_null + *fill* 0x0000000040190211 0x3 + .text.mbedtls_base64_encode + 0x0000000040190214 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x14e (size before relaxing) + 0x0000000040190214 mbedtls_base64_encode + *fill* 0x000000004019034e 0x2 + .text.mbedtls_base64_decode + 0x0000000040190350 0x171 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x0000000040190350 mbedtls_base64_decode + *fill* 0x00000000401904c1 0x3 + .text.ccm_auth_crypt + 0x00000000401904c4 0x3da esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x3e6 (size before relaxing) + *fill* 0x000000004019089e 0x2 + .text.mbedtls_ccm_init + 0x00000000401908a0 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x00000000401908a0 mbedtls_ccm_init + *fill* 0x00000000401908b2 0x2 + .text.mbedtls_ccm_setkey + 0x00000000401908b4 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4c (size before relaxing) + 0x00000000401908b4 mbedtls_ccm_setkey + .text.mbedtls_ccm_free + 0x00000000401908f4 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x1a (size before relaxing) + 0x00000000401908f4 mbedtls_ccm_free + *fill* 0x000000004019090a 0x2 + .text.mbedtls_ccm_star_encrypt_and_tag + 0x000000004019090c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x30 (size before relaxing) + 0x000000004019090c mbedtls_ccm_star_encrypt_and_tag + .text.mbedtls_ccm_encrypt_and_tag + 0x0000000040190938 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x31 (size before relaxing) + 0x0000000040190938 mbedtls_ccm_encrypt_and_tag + *fill* 0x0000000040190965 0x3 + .text.mbedtls_ccm_star_auth_decrypt + 0x0000000040190968 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x68 (size before relaxing) + 0x0000000040190968 mbedtls_ccm_star_auth_decrypt + .text.mbedtls_ccm_auth_decrypt + 0x00000000401909cc 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x31 (size before relaxing) + 0x00000000401909cc mbedtls_ccm_auth_decrypt + *fill* 0x00000000401909f9 0x3 + .text.pkcs12_parse_pbe_params + 0x00000000401909fc 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + *fill* 0x0000000040190a5f 0x1 + .text.pkcs12_fill_buffer + 0x0000000040190a60 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + *fill* 0x0000000040190a96 0x2 + .text.mbedtls_pkcs12_pbe_sha1_rc4_128 + 0x0000000040190a98 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x0000000040190a98 mbedtls_pkcs12_pbe_sha1_rc4_128 + .text.mbedtls_pkcs12_derivation + 0x0000000040190aa0 0x2e7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x317 (size before relaxing) + 0x0000000040190aa0 mbedtls_pkcs12_derivation + *fill* 0x0000000040190d87 0x1 + .text.pkcs12_pbe_derive_key_iv + 0x0000000040190d88 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0xbc (size before relaxing) + .text.mbedtls_pkcs12_pbe + 0x0000000040190e40 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x116 (size before relaxing) + 0x0000000040190e40 mbedtls_pkcs12_pbe + *fill* 0x0000000040190f32 0x2 + .text.sha_get_engine_state + 0x0000000040190f34 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x0000000040190fab 0x1 + .text.esp_sha_lock_engine_common + 0x0000000040190fac 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x6c (size before relaxing) + .text.esp_sha_lock_memory_block + 0x0000000040191014 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x0000000040191014 esp_sha_lock_memory_block + *fill* 0x0000000040191022 0x2 + .text.esp_sha_unlock_memory_block + 0x0000000040191024 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x0000000040191024 esp_sha_unlock_memory_block + *fill* 0x0000000040191032 0x2 + .text.esp_sha_try_lock_engine + 0x0000000040191034 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x0000000040191034 esp_sha_try_lock_engine + *fill* 0x0000000040191045 0x3 + .text.esp_sha_unlock_engine + 0x0000000040191048 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4a (size before relaxing) + 0x0000000040191048 esp_sha_unlock_engine + *fill* 0x000000004019108e 0x2 + .text.esp_sha_read_digest_state + 0x0000000040191090 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x44 (size before relaxing) + 0x0000000040191090 esp_sha_read_digest_state + .text.esp_sha_block + 0x00000000401910c4 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x64 (size before relaxing) + 0x00000000401910c4 esp_sha_block + .text.x509_get_uid + 0x000000004019111c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x48 (size before relaxing) + .text.x509_get_certificate_policies + 0x0000000040191160 0x11e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x122 (size before relaxing) + *fill* 0x000000004019127e 0x2 + .text.x509_string_cmp + 0x0000000040191280 0x74 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x78 (size before relaxing) + .text.x509_name_cmp + 0x00000000401912f4 0x8c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x90 (size before relaxing) + .text.x509_crt_check_ee_locally_trusted + 0x0000000040191380 0x3a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x00000000401913ba 0x2 + .text.x509_get_version + 0x00000000401913bc 0x50 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_dates + 0x000000004019140c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x48 (size before relaxing) + .text.x509_get_basic_constraints + 0x0000000040191450 0x92 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x96 (size before relaxing) + *fill* 0x00000000401914e2 0x2 + .text.x509_get_key_usage + 0x00000000401914e4 0x58 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_ns_cert_type + 0x000000004019153c 0x37 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x0000000040191573 0x1 + .text.x509_get_ext_key_usage + 0x0000000040191574 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_other_name + 0x0000000040191598 0x10f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x11b (size before relaxing) + *fill* 0x00000000401916a7 0x1 + .text.x509_profile_check_key + 0x00000000401916a8 0x83 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x87 (size before relaxing) + *fill* 0x000000004019172b 0x1 + .text.x509_check_wildcard + 0x000000004019172c 0x70 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_cn + 0x000000004019179c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_san + 0x00000000401917c4 0x21 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x00000000401917e5 0x3 + .text.x509_crt_verify_name + 0x00000000401917e8 0x78 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_signature + 0x0000000040191860 0x59 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x69 (size before relaxing) + *fill* 0x00000000401918b9 0x3 + .text.mbedtls_x509_parse_subject_alt_name + 0x00000000401918bc 0x6e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x00000000401918bc mbedtls_x509_parse_subject_alt_name + *fill* 0x000000004019192a 0x2 + .text.x509_get_subject_alt_name + 0x000000004019192c 0x119 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x121 (size before relaxing) + *fill* 0x0000000040191a45 0x3 + .text.x509_get_crt_ext + 0x0000000040191a48 0x260 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x268 (size before relaxing) + .text.mbedtls_x509_crt_verify_info + 0x0000000040191ca8 0x85 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040191ca8 mbedtls_x509_crt_verify_info + *fill* 0x0000000040191d2d 0x3 + .text.mbedtls_x509_crt_check_key_usage + 0x0000000040191d30 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040191d30 mbedtls_x509_crt_check_key_usage + .text.x509_crt_check_parent + 0x0000000040191d70 0x3d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x41 (size before relaxing) + *fill* 0x0000000040191dad 0x3 + .text.x509_crt_find_parent_in + 0x0000000040191db0 0x9c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xa8 (size before relaxing) + .text.x509_crt_find_parent + 0x0000000040191e4c 0x46 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x0000000040191e92 0x2 + .text.mbedtls_x509_crt_check_extended_key_usage + 0x0000000040191e94 0x4a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040191e94 mbedtls_x509_crt_check_extended_key_usage + *fill* 0x0000000040191ede 0x2 + .text.mbedtls_x509_crt_is_revoked + 0x0000000040191ee0 0x35 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040191ee0 mbedtls_x509_crt_is_revoked + *fill* 0x0000000040191f15 0x3 + .text.x509_crt_verifycrl + 0x0000000040191f18 0x119 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x129 (size before relaxing) + *fill* 0x0000000040192031 0x3 + .text.x509_crt_verify_chain + 0x0000000040192034 0x161 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x16d (size before relaxing) + *fill* 0x0000000040192195 0x3 + .text.x509_crt_verify_restartable_ca_cb + 0x0000000040192198 0xca esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xde (size before relaxing) + *fill* 0x0000000040192262 0x2 + .text.mbedtls_x509_crt_verify_restartable + 0x0000000040192264 0x2c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040192264 mbedtls_x509_crt_verify_restartable + .text.mbedtls_x509_crt_init + 0x0000000040192290 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040192290 mbedtls_x509_crt_init + *fill* 0x00000000401922a2 0x2 + .text.mbedtls_x509_crt_free + 0x00000000401922a4 0xd7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xff (size before relaxing) + 0x00000000401922a4 mbedtls_x509_crt_free + *fill* 0x000000004019237b 0x1 + .text.x509_crt_parse_der_core + 0x000000004019237c 0x324 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x378 (size before relaxing) + .text.mbedtls_x509_crt_parse_der_internal + 0x00000000401926a0 0x8c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x98 (size before relaxing) + .text.mbedtls_x509_crt_parse_der + 0x000000004019272c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000004019272c mbedtls_x509_crt_parse_der + *fill* 0x0000000040192745 0x3 + .text.mbedtls_x509_crt_parse + 0x0000000040192748 0xfc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x108 (size before relaxing) + 0x0000000040192748 mbedtls_x509_crt_parse + .text.x509_parse_int + 0x0000000040192844 0x49 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + *fill* 0x000000004019288d 0x3 + .text.x509_date_is_valid + 0x0000000040192890 0xd9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + *fill* 0x0000000040192969 0x3 + .text.x509_parse_time + 0x000000004019296c 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xc8 (size before relaxing) + .text.x509_get_attr_type_value + 0x0000000040192a1c 0xdb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xdf (size before relaxing) + *fill* 0x0000000040192af7 0x1 + .text.x509_get_hash_alg + 0x0000000040192af8 0x87 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x8b (size before relaxing) + *fill* 0x0000000040192b7f 0x1 + .text.x509_get_current_time + 0x0000000040192b80 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x44 (size before relaxing) + .text.mbedtls_x509_get_serial + 0x0000000040192bc0 0x5f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040192bc0 mbedtls_x509_get_serial + *fill* 0x0000000040192c1f 0x1 + .text.mbedtls_x509_get_alg_null + 0x0000000040192c20 0x15 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x19 (size before relaxing) + 0x0000000040192c20 mbedtls_x509_get_alg_null + *fill* 0x0000000040192c35 0x3 + .text.mbedtls_x509_get_alg + 0x0000000040192c38 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040192c38 mbedtls_x509_get_alg + *fill* 0x0000000040192c52 0x2 + .text.mbedtls_x509_get_rsassa_pss_params + 0x0000000040192c54 0x1c2 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1da (size before relaxing) + 0x0000000040192c54 mbedtls_x509_get_rsassa_pss_params + *fill* 0x0000000040192e16 0x2 + .text.mbedtls_x509_get_name + 0x0000000040192e18 0x6d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x71 (size before relaxing) + 0x0000000040192e18 mbedtls_x509_get_name + *fill* 0x0000000040192e85 0x3 + .text.mbedtls_x509_get_time + 0x0000000040192e88 0x57 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040192e88 mbedtls_x509_get_time + *fill* 0x0000000040192edf 0x1 + .text.mbedtls_x509_get_sig + 0x0000000040192ee0 0x3c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040192ee0 mbedtls_x509_get_sig + .text.mbedtls_x509_get_sig_alg + 0x0000000040192f1c 0x87 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x8f (size before relaxing) + 0x0000000040192f1c mbedtls_x509_get_sig_alg + *fill* 0x0000000040192fa3 0x1 + .text.mbedtls_x509_get_ext + 0x0000000040192fa4 0x4c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x50 (size before relaxing) + 0x0000000040192fa4 mbedtls_x509_get_ext + .text.mbedtls_x509_time_is_past + 0x0000000040192ff0 0x1d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x21 (size before relaxing) + 0x0000000040192ff0 mbedtls_x509_time_is_past + *fill* 0x000000004019300d 0x3 + .text.mbedtls_x509_time_is_future + 0x0000000040193010 0x1d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x21 (size before relaxing) + 0x0000000040193010 mbedtls_x509_time_is_future + *fill* 0x000000004019302d 0x3 + .text.should_map + 0x0000000040193030 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_segment_header + 0x0000000040193060 0x74 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x78 (size before relaxing) + .text.process_appended_hash + 0x00000000401930d4 0x69 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x000000004019313d 0x3 + .text.process_checksum + 0x0000000040193140 0xc4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_image_header + 0x0000000040193204 0x74 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_image_header + 0x0000000040193278 0x64 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x68 (size before relaxing) + .text.should_load + 0x00000000401932dc 0x4c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x50 (size before relaxing) + .text.process_segment_data + 0x0000000040193328 0xb8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segment + 0x00000000401933e0 0xf5 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0xf9 (size before relaxing) + *fill* 0x00000000401934d5 0x3 + .text.process_segments + 0x00000000401934d8 0x91 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x95 (size before relaxing) + *fill* 0x0000000040193569 0x3 + .text.verify_simple_hash + 0x000000004019356c 0x64 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x6c (size before relaxing) + .text.image_load + 0x00000000401935d0 0x11e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x12a (size before relaxing) + *fill* 0x00000000401936ee 0x2 + .text.esp_image_verify + 0x00000000401936f0 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x14 (size before relaxing) + 0x00000000401936f0 esp_image_verify + .text.bootloader_sha256_start + 0x0000000040193700 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x26 (size before relaxing) + 0x0000000040193700 bootloader_sha256_start + *fill* 0x0000000040193722 0x2 + .text.bootloader_sha256_data + 0x0000000040193724 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x0000000040193724 bootloader_sha256_data + *fill* 0x000000004019375b 0x1 + .text.bootloader_sha256_finish + 0x000000004019375c 0x43 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x47 (size before relaxing) + 0x000000004019375c bootloader_sha256_finish + *fill* 0x000000004019379f 0x1 + .text.bootloader_common_ota_select_crc + 0x00000000401937a0 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x00000000401937a0 bootloader_common_ota_select_crc + .text.bootloader_common_ota_select_valid + 0x00000000401937b4 0x25 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x29 (size before relaxing) + 0x00000000401937b4 bootloader_common_ota_select_valid + *fill* 0x00000000401937d9 0x3 + .text.bootloader_common_check_chip_validity + 0x00000000401937dc 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x00000000401937dc bootloader_common_check_chip_validity + .text.bootloader_common_get_active_otadata + 0x0000000040193854 0x29 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x31 (size before relaxing) + 0x0000000040193854 bootloader_common_get_active_otadata + *fill* 0x000000004019387d 0x3 + .text.get_ota_ops_entry + 0x0000000040193880 0x1a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000004019389a 0x2 + .text.image_validate + 0x000000004019389c 0x21 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x25 (size before relaxing) + *fill* 0x00000000401938bd 0x3 + .text.get_ota_partition_count + 0x00000000401938c0 0x40 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.find_default_boot_partition + 0x0000000040193900 0x5c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.read_otadata + 0x000000004019395c 0x92 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x00000000401939ee 0x2 + .text.rewrite_ota_seq + 0x00000000401939f0 0x5a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x0000000040193a4a 0x2 + .text.esp_rewrite_ota_data + 0x0000000040193a4c 0x87 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x97 (size before relaxing) + *fill* 0x0000000040193ad3 0x1 + .text.esp_ota_get_running_partition + 0x0000000040193ad4 0x8f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x0000000040193ad4 esp_ota_get_running_partition + *fill* 0x0000000040193b63 0x1 + .text.esp_ota_begin + 0x0000000040193b64 0xda esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0xde (size before relaxing) + 0x0000000040193b64 esp_ota_begin + *fill* 0x0000000040193c3e 0x2 + .text.esp_ota_write + 0x0000000040193c40 0x192 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x0000000040193c40 esp_ota_write + *fill* 0x0000000040193dd2 0x2 + .text.esp_ota_abort + 0x0000000040193dd4 0x29 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x2d (size before relaxing) + 0x0000000040193dd4 esp_ota_abort + *fill* 0x0000000040193dfd 0x3 + .text.esp_ota_end + 0x0000000040193e00 0x89 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x8d (size before relaxing) + 0x0000000040193e00 esp_ota_end + *fill* 0x0000000040193e89 0x3 + .text.esp_ota_set_boot_partition + 0x0000000040193e8c 0x59 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x61 (size before relaxing) + 0x0000000040193e8c esp_ota_set_boot_partition + *fill* 0x0000000040193ee5 0x3 + .text.esp_ota_get_boot_partition + 0x0000000040193ee8 0x76 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x82 (size before relaxing) + 0x0000000040193ee8 esp_ota_get_boot_partition + *fill* 0x0000000040193f5e 0x2 + .text.esp_ota_get_next_update_partition + 0x0000000040193f60 0x60 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x64 (size before relaxing) + 0x0000000040193f60 esp_ota_get_next_update_partition + .text.esp_eth_ioctl + 0x0000000040193fc0 0x2f2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + 0x0000000040193fc0 esp_eth_ioctl + *fill* 0x00000000401942b2 0x2 + .text.wps_rxq_dequeue + 0x00000000401942b4 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + *fill* 0x00000000401942ea 0x2 + .text.wps_rxq_enqueue + 0x00000000401942ec 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + *fill* 0x0000000040194316 0x2 + .text.wps_rxq_init + 0x0000000040194318 0x23 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + *fill* 0x000000004019433b 0x1 + .text.wps_rxq_deinit + 0x000000004019433c 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + *fill* 0x0000000040194382 0x2 + .text.wps_sendto_wrapper + 0x0000000040194384 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x12 (size before relaxing) + *fill* 0x0000000040194392 0x2 + .text.wps_build_ic_appie_wps_ar + 0x0000000040194394 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000401943b6 0x2 + .text.wps_get_type + 0x00000000401943b8 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xd (size before relaxing) + 0x00000000401943b8 wps_get_type + *fill* 0x00000000401943c2 0x2 + .text.wps_build_ic_appie_wps_pr + 0x00000000401943c4 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xa6 (size before relaxing) + *fill* 0x0000000040194456 0x2 + .text.wps_set_type + 0x0000000040194458 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x10 (size before relaxing) + 0x0000000040194458 wps_set_type + .text.wps_get_status + 0x0000000040194464 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xd (size before relaxing) + 0x0000000040194464 wps_get_status + *fill* 0x000000004019446e 0x2 + .text.wps_parse_scan_result + 0x0000000040194470 0x1de esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x1fa (size before relaxing) + *fill* 0x000000004019464e 0x2 + .text.wps_set_status + 0x0000000040194650 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x10 (size before relaxing) + 0x0000000040194650 wps_set_status + .text.wifi_wps_scan_done + 0x000000004019465c 0xcb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xe7 (size before relaxing) + 0x000000004019465c wifi_wps_scan_done + *fill* 0x0000000040194727 0x1 + .text.wps_post + 0x0000000040194728 0xa5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040194728 wps_post + *fill* 0x00000000401947cd 0x3 + .text.wps_sm_rx_eapol + 0x00000000401947d0 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x72 (size before relaxing) + 0x00000000401947d0 wps_sm_rx_eapol + *fill* 0x000000004019483e 0x2 + .text.wifi_station_wps_timeout + 0x0000000040194840 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040194840 wifi_station_wps_timeout + *fill* 0x000000004019484f 0x1 + .text.wifi_station_wps_msg_timeout + 0x0000000040194850 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040194850 wifi_station_wps_msg_timeout + *fill* 0x000000004019485f 0x1 + .text.wifi_station_wps_success + 0x0000000040194860 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040194860 wifi_station_wps_success + *fill* 0x000000004019486f 0x1 + .text.wifi_station_wps_eapol_start_handle + 0x0000000040194870 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040194870 wifi_station_wps_eapol_start_handle + *fill* 0x000000004019487f 0x1 + .text.wifi_wps_scan + 0x0000000040194880 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040194880 wifi_wps_scan + *fill* 0x000000004019488f 0x1 + .text.wps_sm_alloc_eapol + 0x0000000040194890 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040194890 wps_sm_alloc_eapol + .text.wps_sm_free_eapol + 0x0000000040194908 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040194908 wps_sm_free_eapol + .text.wps_init + 0x0000000040194918 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x146 (size before relaxing) + 0x0000000040194918 wps_init + *fill* 0x0000000040194a4e 0x2 + .text.wps_send_eap_identity_rsp + 0x0000000040194a50 0xbe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xce (size before relaxing) + 0x0000000040194a50 wps_send_eap_identity_rsp + *fill* 0x0000000040194b0e 0x2 + .text.wps_send_frag_ack + 0x0000000040194b10 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xd0 (size before relaxing) + 0x0000000040194b10 wps_send_frag_ack + .text.wps_enrollee_process_msg_frag + 0x0000000040194bcc 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xb4 (size before relaxing) + 0x0000000040194bcc wps_enrollee_process_msg_frag + .text.wps_process_wps_mX_req + 0x0000000040194c78 0xda esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xe2 (size before relaxing) + 0x0000000040194c78 wps_process_wps_mX_req + *fill* 0x0000000040194d52 0x2 + .text.wps_send_wps_mX_rsp + 0x0000000040194d54 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x10c (size before relaxing) + 0x0000000040194d54 wps_send_wps_mX_rsp + .text.wps_tx_start + 0x0000000040194e40 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x92 (size before relaxing) + 0x0000000040194e40 wps_tx_start + *fill* 0x0000000040194ec6 0x2 + .text.wps_start_pending + 0x0000000040194ec8 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040194ec8 wps_start_pending + *fill* 0x0000000040194ee1 0x3 + .text.wps_stop_process + 0x0000000040194ee4 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xa8 (size before relaxing) + 0x0000000040194ee4 wps_stop_process + .text.wps_add_discard_ap + 0x0000000040194f80 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040194f80 wps_add_discard_ap + *fill* 0x0000000040194ffe 0x2 + .text.wps_finish + 0x0000000040195000 0x124 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x138 (size before relaxing) + 0x0000000040195000 wps_finish + .text.wps_start_msg_timer + 0x0000000040195124 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040195124 wps_start_msg_timer + .text.wps_sm_rx_eapol_internal + 0x0000000040195184 0x19e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x1b6 (size before relaxing) + 0x0000000040195184 wps_sm_rx_eapol_internal + *fill* 0x0000000040195322 0x2 + .text.wps_set_default_factory + 0x0000000040195324 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040195324 wps_set_default_factory + *fill* 0x0000000040195391 0x3 + .text.wps_set_factory_info + 0x0000000040195394 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x74 (size before relaxing) + 0x0000000040195394 wps_set_factory_info + .text.wps_dev_init + 0x0000000040195404 0x18a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x196 (size before relaxing) + 0x0000000040195404 wps_dev_init + *fill* 0x000000004019558e 0x2 + .text.wps_dev_deinit + 0x0000000040195590 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040195590 wps_dev_deinit + .text.wps_deinit + 0x00000000401955e8 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x56 (size before relaxing) + 0x00000000401955e8 wps_deinit + *fill* 0x000000004019563a 0x2 + .text.wifi_station_wps_timeout_internal + 0x000000004019563c 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x2e (size before relaxing) + 0x000000004019563c wifi_station_wps_timeout_internal + *fill* 0x0000000040195666 0x2 + .text.wifi_station_wps_msg_timeout_internal + 0x0000000040195668 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x7e (size before relaxing) + 0x0000000040195668 wifi_station_wps_msg_timeout_internal + *fill* 0x00000000401956d6 0x2 + .text.wifi_station_wps_success_internal + 0x00000000401956d8 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x00000000401956d8 wifi_station_wps_success_internal + *fill* 0x000000004019577e 0x2 + .text.wifi_station_wps_eapol_start_handle_internal + 0x0000000040195780 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xb (size before relaxing) + 0x0000000040195780 wifi_station_wps_eapol_start_handle_internal + *fill* 0x0000000040195788 0x0 + .text.wifi_station_wps_init + 0x0000000040195788 0x1c6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x1f2 (size before relaxing) + 0x0000000040195788 wifi_station_wps_init + *fill* 0x000000004019594e 0x2 + .text.wps_delete_timer + 0x0000000040195950 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x80 (size before relaxing) + 0x0000000040195950 wps_delete_timer + .text.wifi_station_wps_deinit + 0x00000000401959cc 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x6c (size before relaxing) + 0x00000000401959cc wifi_station_wps_deinit + .text.wps_sm_get + 0x0000000040195a28 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040195a28 wps_sm_get + *fill* 0x0000000040195a32 0x2 + .text.wifi_station_wps_start + 0x0000000040195a34 0x89 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x95 (size before relaxing) + 0x0000000040195a34 wifi_station_wps_start + *fill* 0x0000000040195abd 0x3 + .text.wps_ssid_save + 0x0000000040195ac0 0x7d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040195ac0 wps_ssid_save + *fill* 0x0000000040195b3d 0x3 + .text.wps_key_save + 0x0000000040195b40 0x77 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040195b40 wps_key_save + *fill* 0x0000000040195bb7 0x1 + .text.wifi_wps_scan_internal + 0x0000000040195bb8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040195bb8 wifi_wps_scan_internal + .text.wps_task_deinit + 0x0000000040195bd8 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x0000000040195bd8 wps_task_deinit + .text.wps_task_init + 0x0000000040195c40 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xab (size before relaxing) + 0x0000000040195c40 wps_task_init + *fill* 0x0000000040195ce0 0x0 + .text.wps_post_block + 0x0000000040195ce0 0x31 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x35 (size before relaxing) + 0x0000000040195ce0 wps_post_block + *fill* 0x0000000040195d11 0x3 + .text.wps_check_wifi_mode + 0x0000000040195d14 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x52 (size before relaxing) + 0x0000000040195d14 wps_check_wifi_mode + *fill* 0x0000000040195d62 0x2 + .text.esp_wifi_wps_enable + 0x0000000040195d64 0xa5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xad (size before relaxing) + 0x0000000040195d64 esp_wifi_wps_enable + *fill* 0x0000000040195e09 0x3 + .text.wifi_wps_enable_internal + 0x0000000040195e0c 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x48 (size before relaxing) + 0x0000000040195e0c wifi_wps_enable_internal + .text.wifi_wps_disable_internal + 0x0000000040195e44 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x16 (size before relaxing) + 0x0000000040195e44 wifi_wps_disable_internal + *fill* 0x0000000040195e56 0x2 + .text.wps_task + 0x0000000040195e58 0x13f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x147 (size before relaxing) + 0x0000000040195e58 wps_task + *fill* 0x0000000040195f97 0x1 + .text.esp_wifi_wps_disable + 0x0000000040195f98 0x89 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x99 (size before relaxing) + 0x0000000040195f98 esp_wifi_wps_disable + *fill* 0x0000000040196021 0x3 + .text.esp_wifi_wps_start + 0x0000000040196024 0xa9 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0xb9 (size before relaxing) + 0x0000000040196024 esp_wifi_wps_start + *fill* 0x00000000401960cd 0x3 + .text.wps_is_selected_pbc_registrar + 0x00000000401960d0 0x5f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0x00000000401960d0 wps_is_selected_pbc_registrar + *fill* 0x000000004019612f 0x1 + .text.wps_is_addr_authorized + 0x0000000040196130 0x9f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0xa7 (size before relaxing) + 0x0000000040196130 wps_is_addr_authorized + *fill* 0x00000000401961cf 0x1 + .text.wps_build_assoc_req_ie + 0x00000000401961d0 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0x8a (size before relaxing) + 0x00000000401961d0 wps_build_assoc_req_ie + *fill* 0x000000004019624a 0x2 + .text.wps_build_probe_req_ie + 0x000000004019624c 0xd3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0x10a (size before relaxing) + 0x000000004019624c wps_build_probe_req_ie + *fill* 0x000000004019631f 0x1 + .text.wps_build_public_key + 0x0000000040196320 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x124 (size before relaxing) + 0x0000000040196320 wps_build_public_key + .text.wps_build_req_type + 0x0000000040196438 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x3f (size before relaxing) + 0x0000000040196438 wps_build_req_type + *fill* 0x000000004019646f 0x1 + .text.wps_build_config_methods + 0x0000000040196470 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x45 (size before relaxing) + 0x0000000040196470 wps_build_config_methods + *fill* 0x00000000401964ad 0x3 + .text.wps_build_uuid_e + 0x00000000401964b0 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x44 (size before relaxing) + 0x00000000401964b0 wps_build_uuid_e + .text.wps_build_dev_password_id + 0x00000000401964ec 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x45 (size before relaxing) + 0x00000000401964ec wps_build_dev_password_id + *fill* 0x0000000040196529 0x3 + .text.wps_build_config_error + 0x000000004019652c 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x45 (size before relaxing) + 0x000000004019652c wps_build_config_error + *fill* 0x0000000040196569 0x3 + .text.wps_build_authenticator + 0x000000004019656c 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x75 (size before relaxing) + 0x000000004019656c wps_build_authenticator + *fill* 0x00000000401965d9 0x3 + .text.wps_build_version + 0x00000000401965dc 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x3c (size before relaxing) + 0x00000000401965dc wps_build_version + .text.wps_build_wfa_ext + 0x0000000040196610 0xf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x11e (size before relaxing) + 0x0000000040196610 wps_build_wfa_ext + *fill* 0x0000000040196706 0x2 + .text.wps_build_msg_type + 0x0000000040196708 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x3f (size before relaxing) + 0x0000000040196708 wps_build_msg_type + *fill* 0x000000004019673f 0x1 + .text.wps_build_enrollee_nonce + 0x0000000040196740 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x46 (size before relaxing) + 0x0000000040196740 wps_build_enrollee_nonce + *fill* 0x000000004019677e 0x2 + .text.wps_build_registrar_nonce + 0x0000000040196780 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x46 (size before relaxing) + 0x0000000040196780 wps_build_registrar_nonce + *fill* 0x00000000401967be 0x2 + .text.wps_build_auth_type_flags + 0x00000000401967c0 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x41 (size before relaxing) + 0x00000000401967c0 wps_build_auth_type_flags + *fill* 0x00000000401967f9 0x3 + .text.wps_build_encr_type_flags + 0x00000000401967fc 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x40 (size before relaxing) + 0x00000000401967fc wps_build_encr_type_flags + .text.wps_build_conn_type_flags + 0x0000000040196834 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x3c (size before relaxing) + 0x0000000040196834 wps_build_conn_type_flags + .text.wps_build_assoc_state + 0x0000000040196868 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x3e (size before relaxing) + 0x0000000040196868 wps_build_assoc_state + *fill* 0x000000004019689e 0x2 + .text.wps_build_key_wrap_auth + 0x00000000401968a0 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x56 (size before relaxing) + 0x00000000401968a0 wps_build_key_wrap_auth + *fill* 0x00000000401968ee 0x2 + .text.wps_build_encr_settings + 0x00000000401968f0 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xb6 (size before relaxing) + 0x00000000401968f0 wps_build_encr_settings + *fill* 0x000000004019698e 0x2 + .text.wps_ie_encapsulate + 0x0000000040196990 0x8f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x9b (size before relaxing) + 0x0000000040196990 wps_ie_encapsulate + *fill* 0x0000000040196a1f 0x1 + .text.wps_set_vendor_ext_wfa_subelem + 0x0000000040196a20 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + *fill* 0x0000000040196a82 0x2 + .text.wps_parse_vendor_ext_wfa + 0x0000000040196a84 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_parse_vendor_ext + 0x0000000040196ab8 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + *fill* 0x0000000040196b2a 0x2 + .text.wps_set_attr + 0x0000000040196b2c 0x44e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + *fill* 0x0000000040196f7a 0x2 + .text.wps_parse_msg + 0x0000000040196f7c 0xb1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + 0xb5 (size before relaxing) + 0x0000000040196f7c wps_parse_msg + *fill* 0x000000004019702d 0x3 + .text.wps_kdf 0x0000000040197030 0x9f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x0000000040197030 wps_kdf + *fill* 0x00000000401970cf 0x1 + .text.wps_derive_keys + 0x00000000401970d0 0xf4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x100 (size before relaxing) + 0x00000000401970d0 wps_derive_keys + .text.wps_derive_psk + 0x00000000401971c4 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x00000000401971c4 wps_derive_psk + .text.wps_decrypt_encr_settings + 0x0000000040197210 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0xb8 (size before relaxing) + 0x0000000040197210 wps_decrypt_encr_settings + .text.wps_pin_checksum + 0x00000000401972c4 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x00000000401972c4 wps_pin_checksum + .text.wps_generate_pin + 0x0000000040197334 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x0000000040197334 wps_generate_pin + .text.wps_fail_event + 0x0000000040197370 0x53 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x0000000040197370 wps_fail_event + *fill* 0x00000000401973c3 0x1 + .text.wps_pwd_auth_fail_event + 0x00000000401973c4 0x47 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x00000000401973c4 wps_pwd_auth_fail_event + *fill* 0x000000004019740b 0x1 + .text.uuid_gen_mac_addr + 0x000000004019740c 0x5f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x000000004019740c uuid_gen_mac_addr + *fill* 0x000000004019746b 0x1 + .text.wps_build_wsc_ack + 0x000000004019746c 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x5c (size before relaxing) + 0x000000004019746c wps_build_wsc_ack + .text.wps_build_wsc_nack + 0x00000000401974b8 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x6e (size before relaxing) + 0x00000000401974b8 wps_build_wsc_nack + *fill* 0x0000000040197512 0x2 + .text.wps_build_serial_number + 0x0000000040197514 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x7e (size before relaxing) + *fill* 0x0000000040197586 0x2 + .text.wps_process_primary_dev_type + 0x0000000040197588 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_manufacturer + 0x00000000401975a4 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_model_name + 0x00000000401975e0 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_model_number + 0x000000004019761c 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_serial_number + 0x0000000040197658 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_dev_name + 0x0000000040197694 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_manufacturer + 0x00000000401976d0 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x7e (size before relaxing) + 0x00000000401976d0 wps_build_manufacturer + *fill* 0x0000000040197742 0x2 + .text.wps_build_model_name + 0x0000000040197744 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x7e (size before relaxing) + 0x0000000040197744 wps_build_model_name + *fill* 0x00000000401977b6 0x2 + .text.wps_build_model_number + 0x00000000401977b8 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x7e (size before relaxing) + 0x00000000401977b8 wps_build_model_number + *fill* 0x000000004019782a 0x2 + .text.wps_build_primary_dev_type + 0x000000004019782c 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x48 (size before relaxing) + 0x000000004019782c wps_build_primary_dev_type + .text.wps_build_secondary_dev_type + 0x000000004019786c 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x5c (size before relaxing) + 0x000000004019786c wps_build_secondary_dev_type + .text.wps_build_req_dev_type + 0x00000000401978bc 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x57 (size before relaxing) + 0x00000000401978bc wps_build_req_dev_type + *fill* 0x000000004019790b 0x1 + .text.wps_build_dev_name + 0x000000004019790c 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x7e (size before relaxing) + 0x000000004019790c wps_build_dev_name + *fill* 0x000000004019797e 0x2 + .text.wps_build_device_attrs + 0x0000000040197980 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x52 (size before relaxing) + 0x0000000040197980 wps_build_device_attrs + *fill* 0x00000000401979c2 0x2 + .text.wps_build_os_version + 0x00000000401979c4 0x51 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x59 (size before relaxing) + 0x00000000401979c4 wps_build_os_version + *fill* 0x0000000040197a15 0x3 + .text.wps_build_vendor_ext_m1 + 0x0000000040197a18 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x5a (size before relaxing) + 0x0000000040197a18 wps_build_vendor_ext_m1 + *fill* 0x0000000040197a6a 0x2 + .text.wps_build_rf_bands + 0x0000000040197a6c 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x3f (size before relaxing) + 0x0000000040197a6c wps_build_rf_bands + *fill* 0x0000000040197aa3 0x1 + .text.wps_process_device_attrs + 0x0000000040197aa4 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x68 (size before relaxing) + 0x0000000040197aa4 wps_process_device_attrs + .text.wps_build_cred_auth_type + 0x0000000040197af8 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x69 (size before relaxing) + *fill* 0x0000000040197b59 0x3 + .text.wps_build_cred_encr_type + 0x0000000040197b5c 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x75 (size before relaxing) + *fill* 0x0000000040197bc9 0x3 + .text.wps_build_wps_state + 0x0000000040197bcc 0x43 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x4b (size before relaxing) + *fill* 0x0000000040197c0f 0x1 + .text.wps_process_registrar_nonce + 0x0000000040197c10 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_uuid_r + 0x0000000040197c2c 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_r_hash1 + 0x0000000040197c48 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + *fill* 0x0000000040197c65 0x3 + .text.wps_process_r_hash2 + 0x0000000040197c68 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + *fill* 0x0000000040197c85 0x3 + .text.wps_build_e_hash + 0x0000000040197c88 0xdc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xf0 (size before relaxing) + .text.wps_build_m3 + 0x0000000040197d64 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x82 (size before relaxing) + *fill* 0x0000000040197dd2 0x2 + .text.wps_build_wsc_done + 0x0000000040197dd4 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x78 (size before relaxing) + .text.wps_process_wsc_start + 0x0000000040197e3c 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_enrollee_nonce + 0x0000000040197e58 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + *fill* 0x0000000040197e7a 0x2 + .text.wps_process_wsc_ack + 0x0000000040197e7c 0xa7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xab (size before relaxing) + *fill* 0x0000000040197f23 0x1 + .text.wps_process_wsc_nack + 0x0000000040197f24 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xba (size before relaxing) + *fill* 0x0000000040197fd6 0x2 + .text.wps_process_pubkey + 0x0000000040197fd8 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x54 (size before relaxing) + .text.wps_process_m2 + 0x0000000040198028 0x99 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xa9 (size before relaxing) + *fill* 0x00000000401980c1 0x3 + .text.wps_process_r_snonce1 + 0x00000000401980c4 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x72 (size before relaxing) + *fill* 0x0000000040198132 0x2 + .text.wps_process_m4 + 0x0000000040198134 0xba esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xce (size before relaxing) + *fill* 0x00000000401981ee 0x2 + .text.wps_process_r_snonce2 + 0x00000000401981f0 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x72 (size before relaxing) + *fill* 0x000000004019825e 0x2 + .text.wps_process_m6 + 0x0000000040198260 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xcc (size before relaxing) + .text.wps_process_cred_e + 0x000000004019831c 0xcf esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xdb (size before relaxing) + *fill* 0x00000000401983eb 0x1 + .text.wps_process_creds + 0x00000000401983ec 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_ap_settings_e + 0x0000000040198454 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xaa (size before relaxing) + *fill* 0x00000000401984fa 0x2 + .text.wps_process_m8 + 0x00000000401984fc 0xee esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xfe (size before relaxing) + *fill* 0x00000000401985ea 0x2 + .text.wps_process_wsc_msg + 0x00000000401985ec 0x16e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x182 (size before relaxing) + *fill* 0x000000004019875a 0x2 + .text.wps_build_e_snonce2 + 0x000000004019875c 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x48 (size before relaxing) + .text.wps_build_mac_addr + 0x000000004019879c 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x48 (size before relaxing) + .text.wps_build_m1 + 0x00000000401987dc 0x124 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x168 (size before relaxing) + .text.wps_build_e_snonce1 + 0x0000000040198900 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x46 (size before relaxing) + *fill* 0x000000004019893e 0x2 + .text.wps_build_m5 + 0x0000000040198940 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xba (size before relaxing) + *fill* 0x00000000401989e2 0x2 + .text.wps_build_cred_mac_addr + 0x00000000401989e4 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x4a (size before relaxing) + *fill* 0x0000000040198a26 0x2 + .text.wps_build_cred_ssid + 0x0000000040198a28 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x54 (size before relaxing) + .text.wps_build_cred_network_key + 0x0000000040198a74 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x54 (size before relaxing) + .text.wps_build_ap_settings + 0x0000000040198ac0 0x75 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x85 (size before relaxing) + *fill* 0x0000000040198b35 0x3 + .text.wps_build_m7 + 0x0000000040198b38 0xda esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0xf6 (size before relaxing) + *fill* 0x0000000040198c12 0x2 + .text.wps_enrollee_get_msg + 0x0000000040198c14 0xd1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x0000000040198c14 wps_enrollee_get_msg + *fill* 0x0000000040198ce5 0x3 + .text.wps_enrollee_process_msg + 0x0000000040198ce8 0x71 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x75 (size before relaxing) + 0x0000000040198ce8 wps_enrollee_process_msg + *fill* 0x0000000040198d59 0x3 + .text.wps_device_get + 0x0000000040198d5c 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + *fill* 0x0000000040198d7a 0x2 + .text.wps_device_clone_data + 0x0000000040198d7c 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .text.wps_device_store + 0x0000000040198e00 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + 0x0000000040198e00 wps_device_store + *fill* 0x0000000040198e4a 0x2 + .text.dh5_init + 0x0000000040198e4c 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + 0x0000000040198e4c dh5_init + *fill* 0x0000000040198e72 0x2 + .text.dh5_derive_shared + 0x0000000040198e74 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + 0x0000000040198e74 dh5_derive_shared + .text.wps_process_cred_ssid + 0x0000000040198e90 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_network_key + 0x0000000040198ec8 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + *fill* 0x0000000040198efd 0x3 + .text.wps_process_cred_mac_addr + 0x0000000040198f00 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + *fill* 0x0000000040198f1b 0x1 + .text.wps_process_authenticator + 0x0000000040198f1c 0x57 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x0000000040198f1c wps_process_authenticator + *fill* 0x0000000040198f73 0x1 + .text.wps_process_key_wrap_auth + 0x0000000040198f74 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x0000000040198f74 wps_process_key_wrap_auth + *fill* 0x0000000040198fba 0x2 + .text.wps_process_cred + 0x0000000040198fbc 0xa1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0xc9 (size before relaxing) + 0x0000000040198fbc wps_process_cred + *fill* 0x000000004019905d 0x3 + .text.wps_process_ap_settings + 0x0000000040199060 0x65 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x79 (size before relaxing) + 0x0000000040199060 wps_process_ap_settings + *fill* 0x00000000401990c5 0x3 + .text.esp_coex_adapter_register + 0x00000000401990c8 0x59 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x65 (size before relaxing) + 0x00000000401990dc esp_coex_adapter_register + *fill* 0x0000000040199121 0x3 + .text.coex_event_duration_get + 0x0000000040199124 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x15 (size before relaxing) + 0x0000000040199124 coex_event_duration_get + *fill* 0x0000000040199135 0x3 + .text.coex_wifi_request + 0x0000000040199138 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x000000004019913c coex_wifi_request + *fill* 0x0000000040199151 0x3 + .text.coex_condition_set + 0x0000000040199154 0xd ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x14 (size before relaxing) + 0x0000000040199154 coex_condition_set + *fill* 0x0000000040199161 0x3 + .text.coex_pre_init + 0x0000000040199164 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x11 (size before relaxing) + 0x0000000040199164 coex_pre_init + *fill* 0x000000004019916e 0x2 + .text.coex_init + 0x0000000040199170 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x11 (size before relaxing) + 0x0000000040199170 coex_init + *fill* 0x000000004019917a 0x2 + .text.coex_deinit + 0x000000004019917c 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0xf (size before relaxing) + 0x000000004019917c coex_deinit + *fill* 0x0000000040199184 0x0 + .text.coex_enable + 0x0000000040199184 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x11 (size before relaxing) + 0x0000000040199184 coex_enable + *fill* 0x000000004019918e 0x2 + .text.coex_disable + 0x0000000040199190 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0xf (size before relaxing) + 0x0000000040199190 coex_disable + *fill* 0x0000000040199198 0x0 + .text.coex_register_bt_cb + 0x0000000040199198 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x15 (size before relaxing) + 0x0000000040199198 coex_register_bt_cb + *fill* 0x00000000401991a9 0x3 + .text.coex_core_event_duration_get + 0x00000000401991ac 0x41 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x00000000401991b0 coex_core_event_duration_get + *fill* 0x00000000401991ed 0x3 + .text.coex_core_condition_set + 0x00000000401991f0 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x00000000401991f4 coex_core_condition_set + *fill* 0x0000000040199207 0x1 + .text.coex_core_condition_check + 0x0000000040199208 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x37 (size before relaxing) + 0x000000004019920c coex_core_condition_check + *fill* 0x0000000040199233 0x1 + .text.coex_core_pre_init + 0x0000000040199234 0xb4 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0xd4 (size before relaxing) + 0x0000000040199248 coex_core_pre_init + .text.coex_core_enable + 0x00000000401992e8 0x100 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x140 (size before relaxing) + 0x0000000040199304 coex_core_enable + .text.coex_core_disable + 0x00000000401993e8 0xb2 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0xe6 (size before relaxing) + 0x00000000401993f8 coex_core_disable + *fill* 0x000000004019949a 0x2 + .text.coex_core_register_cb + 0x000000004019949c 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x41 (size before relaxing) + 0x000000004019949c coex_core_register_cb + *fill* 0x00000000401994d1 0x3 + .text.coex_schm_status_change + 0x00000000401994d4 0x57b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + *fill* 0x0000000040199a4f 0x1 + .text.coex_schm_status_bit_set + 0x0000000040199a50 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x96 (size before relaxing) + 0x0000000040199a50 coex_schm_status_bit_set + *fill* 0x0000000040199aca 0x2 + .text.coex_schm_status_bit_clear + 0x0000000040199acc 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x96 (size before relaxing) + 0x0000000040199acc coex_schm_status_bit_clear + *fill* 0x0000000040199b46 0x2 + .text.coex_schm_curr_phase_idx_set + 0x0000000040199b48 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x50 (size before relaxing) + 0x0000000040199b48 coex_schm_curr_phase_idx_set + .text.coex_schm_interval_get + 0x0000000040199b88 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x27 (size before relaxing) + 0x0000000040199b88 coex_schm_interval_get + *fill* 0x0000000040199b9f 0x1 + .text.coex_schm_curr_period_get + 0x0000000040199ba0 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x2c (size before relaxing) + 0x0000000040199ba0 coex_schm_curr_period_get + .text.coex_schm_curr_phase_get + 0x0000000040199bc0 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x3c (size before relaxing) + 0x0000000040199bc0 coex_schm_curr_phase_get + .text.coex_schm_register_btdm_callback + 0x0000000040199bec 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x30 (size before relaxing) + 0x0000000040199bec coex_schm_register_btdm_callback + .text.coex_wifi_channel_set + 0x0000000040199c0c 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x46 (size before relaxing) + 0x0000000040199c0c coex_wifi_channel_set + *fill* 0x0000000040199c42 0x2 + .text.coex_wifi_channel_get + 0x0000000040199c44 0x6a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x82 (size before relaxing) + 0x0000000040199c4c coex_wifi_channel_get + *fill* 0x0000000040199cae 0x2 + .text.coex_register_wifi_channel_change_callback + 0x0000000040199cb0 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x30 (size before relaxing) + 0x0000000040199cb0 coex_register_wifi_channel_change_callback + .text.coex_schm_init + 0x0000000040199cd0 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x4e (size before relaxing) + 0x0000000040199cd4 coex_schm_init + *fill* 0x0000000040199d12 0x2 + .text.coex_timer_init + 0x0000000040199d14 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x50 (size before relaxing) + 0x0000000040199d28 coex_timer_init + .text.coex_timer_deinit + 0x0000000040199d60 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + 0x2c (size before relaxing) + 0x0000000040199d60 coex_timer_deinit + .text.coex_arbit_init + 0x0000000040199d80 0xce ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + 0xd6 (size before relaxing) + 0x0000000040199d9c coex_arbit_init + *fill* 0x0000000040199e4e 0x2 + .text.coex_arbit_deinit + 0x0000000040199e50 0x10a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + 0x12a (size before relaxing) + 0x0000000040199e64 coex_arbit_deinit + *fill* 0x0000000040199f5a 0x2 + .text.wifi_softap_get_config_local + 0x0000000040199f5c 0x15a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x18e (size before relaxing) + *fill* 0x000000004019a0b6 0x2 + .text.esp_wifi_internal_reg_netstack_buf_cb_local + 0x000000004019a0b8 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x16 (size before relaxing) + 0x000000004019a0b8 esp_wifi_internal_reg_netstack_buf_cb_local + *fill* 0x000000004019a0c6 0x2 + .text.esp_wifi_send_deauth_local + 0x000000004019a0c8 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x14 (size before relaxing) + 0x000000004019a0c8 esp_wifi_send_deauth_local + *fill* 0x000000004019a0d5 0x3 + .text.wifi_station_get_config_local$part$1 + 0x000000004019a0d8 0xfc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x118 (size before relaxing) + .text.wifi_get_init_state + 0x000000004019a1d4 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000004019a1d8 wifi_get_init_state + *fill* 0x000000004019a1e2 0x2 + .text.wifi_is_stop_in_progress + 0x000000004019a1e4 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000004019a1e8 wifi_is_stop_in_progress + *fill* 0x000000004019a1f3 0x1 + .text.wifi_api_lock + 0x000000004019a1f4 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x5a (size before relaxing) + 0x000000004019a200 wifi_api_lock + *fill* 0x000000004019a246 0x2 + .text.wifi_api_unlock + 0x000000004019a248 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x2d (size before relaxing) + 0x000000004019a248 wifi_api_unlock + *fill* 0x000000004019a269 0x3 + .text.wifi_init_completed + 0x000000004019a26c 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x3a (size before relaxing) + 0x000000004019a26c wifi_init_completed + *fill* 0x000000004019a28f 0x1 + .text.wifi_softap_deauth + 0x000000004019a290 0x78 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x94 (size before relaxing) + 0x000000004019a298 wifi_softap_deauth + .text.wifi_check_chan_param + 0x000000004019a308 0x5c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x6c (size before relaxing) + 0x000000004019a308 wifi_check_chan_param + .text.wifi_deinit_in_caller_task + 0x000000004019a364 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x45 (size before relaxing) + 0x000000004019a368 wifi_deinit_in_caller_task + *fill* 0x000000004019a391 0x3 + .text.wifi_init_in_caller_task + 0x000000004019a394 0x85 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xb4 (size before relaxing) + 0x000000004019a39c wifi_init_in_caller_task + *fill* 0x000000004019a419 0x3 + .text.wifi_osi_funcs_register + 0x000000004019a41c 0x51 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x65 (size before relaxing) + 0x000000004019a428 wifi_osi_funcs_register + *fill* 0x000000004019a46d 0x3 + .text.esp_wifi_init_internal + 0x000000004019a470 0xf5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x161 (size before relaxing) + 0x000000004019a484 esp_wifi_init_internal + *fill* 0x000000004019a565 0x3 + .text.esp_wifi_deinit_internal + 0x000000004019a568 0xe0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x150 (size before relaxing) + 0x000000004019a57c esp_wifi_deinit_internal + .text.esp_wifi_set_mode + 0x000000004019a648 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x54 (size before relaxing) + 0x000000004019a64c esp_wifi_set_mode + .text.esp_wifi_get_mode + 0x000000004019a688 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x33 (size before relaxing) + 0x000000004019a688 esp_wifi_get_mode + *fill* 0x000000004019a6ab 0x1 + .text.esp_wifi_start + 0x000000004019a6ac 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x50 (size before relaxing) + 0x000000004019a6b0 esp_wifi_start + .text.esp_wifi_stop + 0x000000004019a6e4 0x18f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x1e6 (size before relaxing) + 0x000000004019a70c esp_wifi_stop + *fill* 0x000000004019a873 0x1 + .text.esp_wifi_connect + 0x000000004019a874 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x68 (size before relaxing) + 0x000000004019a878 esp_wifi_connect + .text.esp_wifi_disconnect + 0x000000004019a8bc 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x68 (size before relaxing) + 0x000000004019a8c0 esp_wifi_disconnect + .text.esp_wifi_deauth_sta + 0x000000004019a904 0x5c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x7c (size before relaxing) + 0x000000004019a908 esp_wifi_deauth_sta + .text.esp_wifi_promiscuous_scan_start + 0x000000004019a960 0x90 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xac (size before relaxing) + 0x000000004019a964 esp_wifi_promiscuous_scan_start + .text.get_total_scan_time + 0x000000004019a9f0 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xe4 (size before relaxing) + 0x000000004019a9f0 get_total_scan_time + .text.esp_wifi_scan_start + 0x000000004019aab0 0x158 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x1a0 (size before relaxing) + 0x000000004019aac0 esp_wifi_scan_start + .text.esp_wifi_scan_stop + 0x000000004019ac08 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x68 (size before relaxing) + 0x000000004019ac0c esp_wifi_scan_stop + .text.esp_wifi_scan_get_ap_num + 0x000000004019ac50 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x64 (size before relaxing) + 0x000000004019ac54 esp_wifi_scan_get_ap_num + .text.esp_wifi_scan_get_ap_records + 0x000000004019ac94 0x90 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xb0 (size before relaxing) + 0x000000004019aca0 esp_wifi_scan_get_ap_records + .text.esp_wifi_set_config + 0x000000004019ad24 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x8a (size before relaxing) + 0x000000004019ad2c esp_wifi_set_config + *fill* 0x000000004019ad96 0x2 + .text.esp_wifi_get_config + 0x000000004019ad98 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x48 (size before relaxing) + 0x000000004019ad98 esp_wifi_get_config + .text.esp_wifi_ap_get_sta_list + 0x000000004019adc8 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x6a (size before relaxing) + 0x000000004019adcc esp_wifi_ap_get_sta_list + *fill* 0x000000004019ae1e 0x2 + .text.esp_wifi_set_ps + 0x000000004019ae20 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x58 (size before relaxing) + 0x000000004019ae24 esp_wifi_set_ps + .text.esp_wifi_get_ps + 0x000000004019ae64 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x30 (size before relaxing) + 0x000000004019ae64 esp_wifi_get_ps + .text.esp_wifi_set_protocol + 0x000000004019ae84 0x76 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x8e (size before relaxing) + 0x000000004019ae88 esp_wifi_set_protocol + *fill* 0x000000004019aefa 0x2 + .text.esp_wifi_get_protocol + 0x000000004019aefc 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x72 (size before relaxing) + 0x000000004019af00 esp_wifi_get_protocol + *fill* 0x000000004019af52 0x2 + .text.esp_wifi_set_channel + 0x000000004019af54 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x5a (size before relaxing) + 0x000000004019af58 esp_wifi_set_channel + *fill* 0x000000004019af96 0x2 + .text.esp_wifi_set_country + 0x000000004019af98 0x4e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x66 (size before relaxing) + 0x000000004019af9c esp_wifi_set_country + *fill* 0x000000004019afe6 0x2 + .text.esp_wifi_get_country + 0x000000004019afe8 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x6a (size before relaxing) + 0x000000004019afec esp_wifi_get_country + *fill* 0x000000004019b03e 0x2 + .text.esp_wifi_set_mac + 0x000000004019b040 0x6c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x88 (size before relaxing) + 0x000000004019b044 esp_wifi_set_mac + .text.esp_wifi_get_mac + 0x000000004019b0ac 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x3a (size before relaxing) + 0x000000004019b0ac esp_wifi_get_mac + *fill* 0x000000004019b0d2 0x2 + .text.esp_wifi_sta_get_ap_info + 0x000000004019b0d4 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x6a (size before relaxing) + 0x000000004019b0d8 esp_wifi_sta_get_ap_info + *fill* 0x000000004019b12a 0x2 + .text.esp_wifi_set_promiscuous_filter + 0x000000004019b12c 0x4e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x62 (size before relaxing) + 0x000000004019b130 esp_wifi_set_promiscuous_filter + *fill* 0x000000004019b17a 0x2 + .text.esp_wifi_set_promiscuous + 0x000000004019b17c 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x84 (size before relaxing) + 0x000000004019b180 esp_wifi_set_promiscuous + .text.esp_wifi_set_promiscuous_rx_cb + 0x000000004019b1ec 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x28 (size before relaxing) + 0x000000004019b1ec esp_wifi_set_promiscuous_rx_cb + .text.esp_wifi_get_promiscuous + 0x000000004019b204 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x41 (size before relaxing) + 0x000000004019b204 esp_wifi_get_promiscuous + *fill* 0x000000004019b235 0x3 + .text.esp_wifi_set_storage + 0x000000004019b238 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x58 (size before relaxing) + 0x000000004019b238 esp_wifi_set_storage + .text.esp_wifi_internal_reg_rxcb + 0x000000004019b278 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x6a (size before relaxing) + 0x000000004019b27c esp_wifi_internal_reg_rxcb + *fill* 0x000000004019b2ca 0x2 + .text.esp_wifi_internal_set_sta_ip + 0x000000004019b2cc 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x41 (size before relaxing) + 0x000000004019b2cc esp_wifi_internal_set_sta_ip + *fill* 0x000000004019b2f9 0x3 + .text.wifi_set_event_handler + 0x000000004019b2fc 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000004019b300 wifi_set_event_handler + *fill* 0x000000004019b30f 0x1 + .text.wifi_event_post + 0x000000004019b310 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x29 (size before relaxing) + 0x000000004019b310 wifi_event_post + *fill* 0x000000004019b331 0x3 + .text.wifi_mesh_event_post + 0x000000004019b334 0x3f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x4b (size before relaxing) + 0x000000004019b33c wifi_mesh_event_post + *fill* 0x000000004019b373 0x1 + .text.esp_wifi_vnd_lora_enable + 0x000000004019b374 0xae ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xc6 (size before relaxing) + 0x000000004019b374 esp_wifi_vnd_lora_enable + *fill* 0x000000004019b422 0x2 + .text.esp_wifi_vnd_lora_disable + 0x000000004019b424 0x45 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x51 (size before relaxing) + 0x000000004019b424 esp_wifi_vnd_lora_disable + *fill* 0x000000004019b469 0x3 + .text.esp_wifi_set_max_tx_power + 0x000000004019b46c 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x7e (size before relaxing) + 0x000000004019b470 esp_wifi_set_max_tx_power + *fill* 0x000000004019b4ce 0x2 + .text.esp_wifi_get_max_tx_power + 0x000000004019b4d0 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x4b (size before relaxing) + 0x000000004019b4d0 esp_wifi_get_max_tx_power + *fill* 0x000000004019b503 0x1 + .text.esp_wifi_get_event_mask + 0x000000004019b504 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x2f (size before relaxing) + 0x000000004019b508 esp_wifi_get_event_mask + *fill* 0x000000004019b52b 0x1 + .text.esp_wifi_ipc_internal + 0x000000004019b52c 0x126 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x152 (size before relaxing) + 0x000000004019b534 esp_wifi_ipc_internal + *fill* 0x000000004019b652 0x2 + .text.esp_wifi_internal_set_log_level + 0x000000004019b654 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000004019b658 esp_wifi_internal_set_log_level + *fill* 0x000000004019b667 0x1 + .text.esp_wifi_internal_reg_netstack_buf_cb + 0x000000004019b668 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x2d (size before relaxing) + 0x000000004019b66c esp_wifi_internal_reg_netstack_buf_cb + *fill* 0x000000004019b691 0x3 + .text.esp_wifi_internal_issue_disconnect + 0x000000004019b694 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x30 (size before relaxing) + 0x000000004019b698 esp_wifi_internal_issue_disconnect + .text.esp_mesh_map_deauth + 0x000000004019b6c0 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x7a (size before relaxing) + 0x000000004019b6c4 esp_mesh_map_deauth + *fill* 0x000000004019b71a 0x2 + .text.esp_phy_apply_phy_init_data + 0x000000004019b71c 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x24 (size before relaxing) + 0x000000004019b71c esp_phy_apply_phy_init_data + .text.esp_mesh_get_running_active_duty_cycle + 0x000000004019b734 0x4d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x59 (size before relaxing) + 0x000000004019b738 esp_mesh_get_running_active_duty_cycle + *fill* 0x000000004019b781 0x3 + .text.ieee80211_freedom_inside_cb + 0x000000004019b784 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x38 (size before relaxing) + 0x000000004019b784 ieee80211_freedom_inside_cb + .text.ieee80211_rate_ref_init + 0x000000004019b7b8 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x22 (size before relaxing) + 0x000000004019b7b8 ieee80211_rate_ref_init + *fill* 0x000000004019b7d6 0x2 + .text.ieee80211_freedom_init + 0x000000004019b7d8 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x32 (size before relaxing) + 0x000000004019b7dc ieee80211_freedom_init + *fill* 0x000000004019b802 0x2 + .text.ieee80211_user_ie_init + 0x000000004019b804 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x43 (size before relaxing) + 0x000000004019b808 ieee80211_user_ie_init + *fill* 0x000000004019b83f 0x1 + .text.ieee80211_ifattach + 0x000000004019b840 0xbf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x113 (size before relaxing) + 0x000000004019b840 ieee80211_ifattach + *fill* 0x000000004019b8ff 0x1 + .text.ieee80211_ifdetach + 0x000000004019b900 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x1b (size before relaxing) + 0x000000004019b900 ieee80211_ifdetach + *fill* 0x000000004019b90f 0x1 + .text.wifi_create_softap + 0x000000004019b910 0xba ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0xea (size before relaxing) + 0x000000004019b914 wifi_create_softap + *fill* 0x000000004019b9ca 0x2 + .text.wifi_destroy_softap + 0x000000004019b9cc 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x80 (size before relaxing) + 0x000000004019b9cc wifi_destroy_softap + .text.wifi_create_sta + 0x000000004019ba30 0xc8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x108 (size before relaxing) + 0x000000004019ba38 wifi_create_sta + .text.wifi_destroy_sta + 0x000000004019baf8 0x6a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x96 (size before relaxing) + 0x000000004019baf8 wifi_destroy_sta + *fill* 0x000000004019bb62 0x2 + .text.wifi_mode_set + 0x000000004019bb64 0x119 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x151 (size before relaxing) + 0x000000004019bb74 wifi_mode_set + *fill* 0x000000004019bc7d 0x3 + .text.ieee80211_crypto_encap + 0x000000004019bc80 0x79 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x85 (size before relaxing) + 0x000000004019bc88 ieee80211_crypto_encap + *fill* 0x000000004019bcf9 0x3 + .text.ieee80211_crypto_decap + 0x000000004019bcfc 0x89 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x9d (size before relaxing) + 0x000000004019bd00 ieee80211_crypto_decap + *fill* 0x000000004019bd85 0x3 + .text.ieee80211_crypto_aes_128_cmac_decrypt + 0x000000004019bd88 0x155 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x181 (size before relaxing) + 0x000000004019bd9c ieee80211_crypto_aes_128_cmac_decrypt + *fill* 0x000000004019bedd 0x3 + .text.wifi_log + 0x000000004019bee0 0xbc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0xc4 (size before relaxing) + 0x000000004019bef4 wifi_log + .text.unlikely.is_non_esp_oui + 0x000000004019bf9c 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000004019bfce 0x2 + .text.unlikely.is_esp_manufacturer_oui + 0x000000004019bfd0 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .text.ieee80211_hostap_send_beacon + 0x000000004019c00c 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x16 (size before relaxing) + *fill* 0x000000004019c01a 0x2 + .text.hostap_handle_timer + 0x000000004019c01c 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x16 (size before relaxing) + 0x000000004019c01c hostap_handle_timer + *fill* 0x000000004019c02a 0x2 + .text.ieee80211_hostapd_ps_txcb + 0x000000004019c02c 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x30 (size before relaxing) + 0x000000004019c030 ieee80211_hostapd_ps_txcb + .text.unlikely.hostap_auth_open + 0x000000004019c054 0x195 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x1dd (size before relaxing) + *fill* 0x000000004019c1e9 0x3 + .text.ieee80211_hostap_send_beacon_process + 0x000000004019c1ec 0x352 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x3b6 (size before relaxing) + 0x000000004019c220 ieee80211_hostap_send_beacon_process + *fill* 0x000000004019c53e 0x2 + .text.ieee80211_hostap_attach + 0x000000004019c540 0x1a8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x224 (size before relaxing) + 0x000000004019c55c ieee80211_hostap_attach + .text.hostap_handle_timer_process + 0x000000004019c6e8 0x16b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x1c6 (size before relaxing) + 0x000000004019c708 hostap_handle_timer_process + *fill* 0x000000004019c853 0x1 + .text.wifi_ap_reg_rxcb + 0x000000004019c854 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000004019c858 wifi_ap_reg_rxcb + *fill* 0x000000004019c865 0x3 + .text.hostap_input + 0x000000004019c868 0x1186 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x135e (size before relaxing) + 0x000000004019c8bc hostap_input + *fill* 0x000000004019d9ee 0x2 + .text.ap_rx_cb + 0x000000004019d9f0 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x22 (size before relaxing) + 0x000000004019d9f0 ap_rx_cb + *fill* 0x000000004019da0a 0x2 + .text.wifi_softap_start + 0x000000004019da0c 0x344 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x3f4 (size before relaxing) + 0x000000004019da34 wifi_softap_start + .text.ieee80211_hostapd_beacon_txcb + 0x000000004019dd50 0xae ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0xf2 (size before relaxing) + 0x000000004019dd50 ieee80211_hostapd_beacon_txcb + *fill* 0x000000004019ddfe 0x2 + .text.wifi_softap_stop + 0x000000004019de00 0x144 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x1a4 (size before relaxing) + 0x000000004019de04 wifi_softap_stop + .text.addba_stop_timeout + 0x000000004019df44 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x22 (size before relaxing) + *fill* 0x000000004019df62 0x2 + .text.ieee80211_ampdu_init_age_timer + 0x000000004019df64 0x43 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x4b (size before relaxing) + *fill* 0x000000004019dfa7 0x1 + .text.ht_send_action_ba_addba + 0x000000004019dfa8 0x188 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1b0 (size before relaxing) + .text.ieee80211_ampdu_timeout + 0x000000004019e130 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x16 (size before relaxing) + *fill* 0x000000004019e13e 0x2 + .text.addba_timeout + 0x000000004019e140 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x16 (size before relaxing) + *fill* 0x000000004019e14e 0x2 + .text.ieee80211_add_htinfo_body + 0x000000004019e150 0x145 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x15d (size before relaxing) + *fill* 0x000000004019e295 0x3 + .text.ieee80211_ampdu_stop_age_timer$part$0 + 0x000000004019e298 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x30 (size before relaxing) + .text.ieee80211_add_htcap_body + 0x000000004019e2bc 0x1f9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x20d (size before relaxing) + *fill* 0x000000004019e4b5 0x3 + .text.ieee80211_ampdu_deinit_age_timer + 0x000000004019e4b8 0x54 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x70 (size before relaxing) + .text.ht_recv_action_ba_addba_response + 0x000000004019e50c 0x141 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x179 (size before relaxing) + *fill* 0x000000004019e64d 0x3 + .text.ampdu_tx_stop + 0x000000004019e650 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x77 (size before relaxing) + *fill* 0x000000004019e6af 0x1 + .text.ht_send_action_ba_delba + 0x000000004019e6b0 0x111 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x141 (size before relaxing) + *fill* 0x000000004019e7c1 0x3 + .text.addba_response_txcb + 0x000000004019e7c4 0x14f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x16f (size before relaxing) + *fill* 0x000000004019e913 0x1 + .text.ieee80211_ht_attach + 0x000000004019e914 0x1bc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x230 (size before relaxing) + 0x000000004019e954 ieee80211_ht_attach + .text.ampdu_free_rx_ba_index + 0x000000004019ead0 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x3f (size before relaxing) + 0x000000004019ead4 ampdu_free_rx_ba_index + *fill* 0x000000004019eb07 0x1 + .text.ampdu_rx_stop + 0x000000004019eb08 0xc5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xe1 (size before relaxing) + *fill* 0x000000004019ebcd 0x3 + .text.ht_recv_action_ba_delba + 0x000000004019ebd0 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x61 (size before relaxing) + *fill* 0x000000004019ec1a 0x2 + .text.ampdu_alloc_rx_ba_index + 0x000000004019ec1c 0x6a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x7a (size before relaxing) + 0x000000004019ec20 ampdu_alloc_rx_ba_index + *fill* 0x000000004019ec86 0x2 + .text.ht_recv_action_ba_addba_request + 0x000000004019ec88 0x1ac ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1e4 (size before relaxing) + .text.ieee80211_ht_deattach + 0x000000004019ee34 0x43 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x5e (size before relaxing) + 0x000000004019ee38 ieee80211_ht_deattach + *fill* 0x000000004019ee77 0x1 + .text.ieee80211_ampdu_enable + 0x000000004019ee78 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x5a (size before relaxing) + 0x000000004019ee78 ieee80211_ampdu_enable + *fill* 0x000000004019eebe 0x2 + .text.addba_timeout_process + 0x000000004019eec0 0x59 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x5d (size before relaxing) + 0x000000004019eec0 addba_timeout_process + *fill* 0x000000004019ef19 0x3 + .text.ieee80211_ampdu_request + 0x000000004019ef1c 0x240 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x274 (size before relaxing) + 0x000000004019ef44 ieee80211_ampdu_request + .text.ieee80211_ampdu_age_bss + 0x000000004019f15c 0x119 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x135 (size before relaxing) + *fill* 0x000000004019f275 0x3 + .text.ieee80211_ampdu_start_age_timer + 0x000000004019f278 0x4d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x69 (size before relaxing) + 0x000000004019f27c ieee80211_ampdu_start_age_timer + *fill* 0x000000004019f2c5 0x3 + .text.ieee80211_ampdu_age_all + 0x000000004019f2c8 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x96 (size before relaxing) + 0x000000004019f2c8 ieee80211_ampdu_age_all + *fill* 0x000000004019f33a 0x2 + .text.ieee80211_recv_bar + 0x000000004019f33c 0x73 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x87 (size before relaxing) + 0x000000004019f340 ieee80211_recv_bar + *fill* 0x000000004019f3af 0x1 + .text.ieee80211_ht_node_cleanup + 0x000000004019f3b0 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x42 (size before relaxing) + 0x000000004019f3b0 ieee80211_ht_node_cleanup + *fill* 0x000000004019f3e2 0x2 + .text.ieee80211_ht_node_init + 0x000000004019f3e4 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x8a (size before relaxing) + 0x000000004019f3f0 ieee80211_ht_node_init + *fill* 0x000000004019f456 0x2 + .text.ieee80211_parse_htcap + 0x000000004019f458 0xf6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x10a (size before relaxing) + 0x000000004019f464 ieee80211_parse_htcap + *fill* 0x000000004019f54e 0x2 + .text.ieee80211_has_ht40_bss + 0x000000004019f550 0xa8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xb0 (size before relaxing) + 0x000000004019f550 ieee80211_has_ht40_bss + .text.ieee80211_update_channel + 0x000000004019f5f8 0x2d2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x326 (size before relaxing) + 0x000000004019f610 ieee80211_update_channel + *fill* 0x000000004019f8ca 0x2 + .text.ieee80211_ht_updatehtcap + 0x000000004019f8cc 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x40 (size before relaxing) + 0x000000004019f8cc ieee80211_ht_updatehtcap + *fill* 0x000000004019f8fd 0x3 + .text.ieee80211_ht_updateparams + 0x000000004019f900 0x1c7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1ff (size before relaxing) + 0x000000004019f92c ieee80211_ht_updateparams + *fill* 0x000000004019fac7 0x1 + .text.ieee80211_setup_htrates + 0x000000004019fac8 0xb9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xd1 (size before relaxing) + 0x000000004019facc ieee80211_setup_htrates + *fill* 0x000000004019fb81 0x3 + .text.ieee80211_setup_basic_htrates + 0x000000004019fb84 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xa8 (size before relaxing) + 0x000000004019fb8c ieee80211_setup_basic_htrates + .text.ieee80211_add_htcap + 0x000000004019fc18 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x54 (size before relaxing) + 0x000000004019fc20 ieee80211_add_htcap + .text.ieee80211_add_htcap_vendor + 0x000000004019fc5c 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x3c (size before relaxing) + 0x000000004019fc5c ieee80211_add_htcap_vendor + .text.ieee80211_add_htinfo + 0x000000004019fc90 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x54 (size before relaxing) + 0x000000004019fc98 ieee80211_add_htinfo + .text.ieee80211_add_htinfo_vendor + 0x000000004019fcd4 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x6a (size before relaxing) + 0x000000004019fcdc ieee80211_add_htinfo_vendor + *fill* 0x000000004019fd2e 0x2 + .text.ieee80211_decap1 + 0x000000004019fd30 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x000000004019fd34 ieee80211_decap1 + *fill* 0x000000004019fd9f 0x1 + .text.ieee80211_decap_amsdu + 0x000000004019fda0 0x108 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x134 (size before relaxing) + 0x000000004019fda4 ieee80211_decap_amsdu + .text.ieee80211_add_ie_vendor_esp_head + 0x000000004019fea8 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + 0x000000004019feac ieee80211_add_ie_vendor_esp_head + .text.ieee80211_add_ie_vendor_esp_manufacturer + 0x000000004019fee0 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + 0x52 (size before relaxing) + 0x000000004019fee0 ieee80211_add_ie_vendor_esp_manufacturer + *fill* 0x000000004019ff26 0x2 + .text.wpa_cipher + 0x000000004019ff28 0x7b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x83 (size before relaxing) + *fill* 0x000000004019ffa3 0x1 + .text.rsn_cipher + 0x000000004019ffa4 0x98 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .text.rsn_keymgmt_to_bitfield + 0x00000000401a003c 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x90 (size before relaxing) + .text.ieee80211_decap + 0x00000000401a00b8 0x1cf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x1f3 (size before relaxing) + 0x00000000401a00cc ieee80211_decap + *fill* 0x00000000401a0287 0x1 + .text.ieee80211_setup_rates + 0x00000000401a0288 0xdc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xe4 (size before relaxing) + 0x00000000401a0288 ieee80211_setup_rates + .text.ieee80211_set_max_rate + 0x00000000401a0364 0x114 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x130 (size before relaxing) + 0x00000000401a0370 ieee80211_set_max_rate + .text.ieee80211_setup_phy_mode + 0x00000000401a0478 0xe6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xf6 (size before relaxing) + 0x00000000401a0484 ieee80211_setup_phy_mode + *fill* 0x00000000401a055e 0x2 + .text.ieee80211_setup_lr_rates + 0x00000000401a0560 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x73 (size before relaxing) + 0x00000000401a0560 ieee80211_setup_lr_rates + *fill* 0x00000000401a05cf 0x1 + .text.ieee80211_alloc_challenge + 0x00000000401a05d0 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x4a (size before relaxing) + 0x00000000401a05d4 ieee80211_alloc_challenge + *fill* 0x00000000401a060e 0x2 + .text.ieee80211_parse_beacon + 0x00000000401a0610 0x5ea ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x62e (size before relaxing) + 0x00000000401a0630 ieee80211_parse_beacon + *fill* 0x00000000401a0bfa 0x2 + .text.ieee80211_parse_wpa + 0x00000000401a0bfc 0x108 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x120 (size before relaxing) + 0x00000000401a0bfc ieee80211_parse_wpa + .text.ieee80211_rsn_cipher_priority + 0x00000000401a0d04 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x00000000401a0d08 ieee80211_rsn_cipher_priority + *fill* 0x00000000401a0d37 0x1 + .text.ieee80211_better_rsn_pairwise_cipher + 0x00000000401a0d38 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x35 (size before relaxing) + 0x00000000401a0d38 ieee80211_better_rsn_pairwise_cipher + *fill* 0x00000000401a0d5d 0x3 + .text.ieee80211_amsdu_negotiate + 0x00000000401a0d60 0xc2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xce (size before relaxing) + 0x00000000401a0d6c ieee80211_amsdu_negotiate + *fill* 0x00000000401a0e22 0x2 + .text.ieee80211_parse_rsn + 0x00000000401a0e24 0x55f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x5b3 (size before relaxing) + 0x00000000401a0eac ieee80211_parse_rsn + *fill* 0x00000000401a1383 0x1 + .text.ieee80211_match_security + 0x00000000401a1384 0x269 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x2a5 (size before relaxing) + 0x00000000401a139c ieee80211_match_security + *fill* 0x00000000401a15ed 0x3 + .text.ieee80211_is_ht_cipher + 0x00000000401a15f0 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x2b (size before relaxing) + 0x00000000401a15f0 ieee80211_is_ht_cipher + *fill* 0x00000000401a1617 0x1 + .text.ieee80211_parse_wapi + 0x00000000401a1618 0x90 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x9c (size before relaxing) + 0x00000000401a161c ieee80211_parse_wapi + .text.ieee80211_parse_action + 0x00000000401a16a8 0xd2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xda (size before relaxing) + 0x00000000401a16a8 ieee80211_parse_action + *fill* 0x00000000401a177a 0x2 + .text.wifi_wps_stop + 0x00000000401a177c 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x00000000401a1795 0x3 + .text.wifi_wps_start + 0x00000000401a1798 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x19 (size before relaxing) + *fill* 0x00000000401a17ad 0x3 + .text.wifi_pmk_is_valid + 0x00000000401a17b0 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2d (size before relaxing) + *fill* 0x00000000401a17d5 0x3 + .text.ieee80211_ioctl_process + 0x00000000401a17d8 0xe2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x106 (size before relaxing) + 0x00000000401a17e0 ieee80211_ioctl_process + *fill* 0x00000000401a18ba 0x2 + .text.wifi_station_set_config_local_2 + 0x00000000401a18bc 0x342 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3de (size before relaxing) + *fill* 0x00000000401a1bfe 0x2 + .text.current_task_is_wifi_task + 0x00000000401a1c00 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x27 (size before relaxing) + 0x00000000401a1c04 current_task_is_wifi_task + *fill* 0x00000000401a1c23 0x1 + .text._do_wifi_stop + 0x00000000401a1c24 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x43 (size before relaxing) + 0x00000000401a1c24 _do_wifi_stop + *fill* 0x00000000401a1c54 0x0 + .text._do_wifi_start + 0x00000000401a1c54 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x96 (size before relaxing) + 0x00000000401a1c5c _do_wifi_start + *fill* 0x00000000401a1cce 0x2 + .text.ieee80211_set_phy_bw + 0x00000000401a1cd0 0x1b7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1ff (size before relaxing) + 0x00000000401a1cd0 ieee80211_set_phy_bw + *fill* 0x00000000401a1e87 0x1 + .text.ieee80211_set_phy_mode + 0x00000000401a1e88 0x1ca ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x236 (size before relaxing) + 0x00000000401a1e88 ieee80211_set_phy_mode + *fill* 0x00000000401a2052 0x2 + .text.wifi_station_save_ap_channel + 0x00000000401a2054 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x82 (size before relaxing) + 0x00000000401a2054 wifi_station_save_ap_channel + *fill* 0x00000000401a20b6 0x2 + .text.ieee80211_sta_connect + 0x00000000401a20b8 0xd0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x108 (size before relaxing) + 0x00000000401a20cc ieee80211_sta_connect + .text._do_wifi_connect + 0x00000000401a2188 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x4a (size before relaxing) + *fill* 0x00000000401a21bf 0x1 + .text.ieee80211_sta_disconnect + 0x00000000401a21c0 0x96 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xc6 (size before relaxing) + 0x00000000401a21c0 ieee80211_sta_disconnect + *fill* 0x00000000401a2256 0x2 + .text._do_wifi_disconnect + 0x00000000401a2258 0x82 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xaa (size before relaxing) + *fill* 0x00000000401a22da 0x2 + .text.ieee80211_sta_scan + 0x00000000401a22dc 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x42 (size before relaxing) + 0x00000000401a22e4 ieee80211_sta_scan + *fill* 0x00000000401a2316 0x2 + .text.wifi_set_mac_process + 0x00000000401a2318 0xce ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x116 (size before relaxing) + 0x00000000401a231c wifi_set_mac_process + *fill* 0x00000000401a23e6 0x2 + .text.wifi_set_promis_filter_process + 0x00000000401a23e8 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x13 (size before relaxing) + 0x00000000401a23e8 wifi_set_promis_filter_process + *fill* 0x00000000401a23f7 0x1 + .text.wifi_get_macaddr + 0x00000000401a23f8 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x32 (size before relaxing) + 0x00000000401a23f8 wifi_get_macaddr + *fill* 0x00000000401a241e 0x2 + .text.chip_enable + 0x00000000401a2420 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x00000000401a2424 chip_enable + .text.chip_disable + 0x00000000401a2440 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x00000000401a2444 chip_disable + .text.wifi_reset_mac + 0x00000000401a2460 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x68 (size before relaxing) + 0x00000000401a2470 wifi_reset_mac + .text.wifi_hw_start + 0x00000000401a24c0 0x11b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x16a (size before relaxing) + 0x00000000401a24d4 wifi_hw_start + *fill* 0x00000000401a25db 0x1 + .text.wifi_txq_empty + 0x00000000401a25dc 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x00000000401a25dc wifi_txq_empty + .text.wifi_stop_sw_txq + 0x00000000401a2600 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x4c (size before relaxing) + 0x00000000401a2604 wifi_stop_sw_txq + .text.wifi_hw_stop + 0x00000000401a262c 0x114 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x16c (size before relaxing) + 0x00000000401a2638 wifi_hw_stop + .text.wifi_set_promis_process + 0x00000000401a2740 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x92 (size before relaxing) + 0x00000000401a2748 wifi_set_promis_process + *fill* 0x00000000401a27b2 0x2 + .text.wifi_set_mode_process + 0x00000000401a27b4 0x15d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1c5 (size before relaxing) + 0x00000000401a27b4 wifi_set_mode_process + *fill* 0x00000000401a2911 0x3 + .text.wifi_menuconfig_init + 0x00000000401a2914 0x19f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1af (size before relaxing) + 0x00000000401a2948 wifi_menuconfig_init + *fill* 0x00000000401a2ab3 0x1 + .text.wpa_crypto_funcs_init + 0x00000000401a2ab4 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x43 (size before relaxing) + 0x00000000401a2abc wpa_crypto_funcs_init + *fill* 0x00000000401a2aeb 0x1 + .text.wifi_crypto_init + 0x00000000401a2aec 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x14 (size before relaxing) + 0x00000000401a2aec wifi_crypto_init + .text.wifi_hmac_init + 0x00000000401a2af8 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x54 (size before relaxing) + 0x00000000401a2b00 wifi_hmac_init + .text.wifi_lmac_init + 0x00000000401a2b24 0xd2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x126 (size before relaxing) + 0x00000000401a2b44 wifi_lmac_init + *fill* 0x00000000401a2bf6 0x2 + .text.wifi_deinit + 0x00000000401a2bf8 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3a (size before relaxing) + 0x00000000401a2bf8 wifi_deinit + *fill* 0x00000000401a2c1a 0x2 + .text.wifi_init_process + 0x00000000401a2c1c 0xbe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x10d (size before relaxing) + 0x00000000401a2c20 wifi_init_process + *fill* 0x00000000401a2cda 0x2 + .text.wifi_deinit_process + 0x00000000401a2cdc 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x11 (size before relaxing) + 0x00000000401a2cdc wifi_deinit_process + *fill* 0x00000000401a2ce6 0x2 + .text.wifi_start_process + 0x00000000401a2ce8 0x73 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xa3 (size before relaxing) + 0x00000000401a2cec wifi_start_process + *fill* 0x00000000401a2d5b 0x1 + .text.wifi_stop_process + 0x00000000401a2d5c 0x9c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xe8 (size before relaxing) + 0x00000000401a2d64 wifi_stop_process + .text.wifi_connect_process + 0x00000000401a2df8 0x43 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x5b (size before relaxing) + 0x00000000401a2e00 wifi_connect_process + *fill* 0x00000000401a2e3b 0x1 + .text.wifi_disconnect_process + 0x00000000401a2e3c 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x80 (size before relaxing) + 0x00000000401a2e44 wifi_disconnect_process + .text.wifi_scan_start_process + 0x00000000401a2e9c 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x7f (size before relaxing) + 0x00000000401a2ea4 wifi_scan_start_process + *fill* 0x00000000401a2f04 0x0 + .text.wifi_scan_stop_process + 0x00000000401a2f04 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x39 (size before relaxing) + 0x00000000401a2f08 wifi_scan_stop_process + *fill* 0x00000000401a2f29 0x3 + .text.wifi_get_ap_list_process + 0x00000000401a2f2c 0x277 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2c7 (size before relaxing) + 0x00000000401a2f3c wifi_get_ap_list_process + *fill* 0x00000000401a31a3 0x1 + .text.wifi_get_ap_info_process + 0x00000000401a31a4 0x166 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x186 (size before relaxing) + 0x00000000401a31b0 wifi_get_ap_info_process + *fill* 0x00000000401a330a 0x2 + .text.wifi_get_sta_list_process + 0x00000000401a330c 0x140 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x15c (size before relaxing) + 0x00000000401a330c wifi_get_sta_list_process + .text.wifi_set_config_process + 0x00000000401a344c 0x764 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x89c (size before relaxing) + 0x00000000401a3470 wifi_set_config_process + .text.wifi_set_protocol_process + 0x00000000401a3bb0 0xb9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xdd (size before relaxing) + 0x00000000401a3bb0 wifi_set_protocol_process + *fill* 0x00000000401a3c69 0x3 + .text.wifi_get_protocol_process + 0x00000000401a3c6c 0x63 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x6b (size before relaxing) + 0x00000000401a3c6c wifi_get_protocol_process + *fill* 0x00000000401a3ccf 0x1 + .text.wifi_set_channel_process + 0x00000000401a3cd0 0x106 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x126 (size before relaxing) + 0x00000000401a3cd4 wifi_set_channel_process + *fill* 0x00000000401a3dd6 0x2 + .text.wifi_set_chan_range + 0x00000000401a3dd8 0x5d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x99 (size before relaxing) + 0x00000000401a3dd8 wifi_set_chan_range + *fill* 0x00000000401a3e35 0x3 + .text.wifi_set_ps_process + 0x00000000401a3e38 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x14 (size before relaxing) + 0x00000000401a3e38 wifi_set_ps_process + *fill* 0x00000000401a3e45 0x3 + .text.wifi_set_country + 0x00000000401a3e48 0x134 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x190 (size before relaxing) + 0x00000000401a3e54 wifi_set_country + .text.wifi_get_country + 0x00000000401a3f7c 0x55 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x61 (size before relaxing) + 0x00000000401a3f7c wifi_get_country + *fill* 0x00000000401a3fd1 0x3 + .text.wifi_set_rxcb_process + 0x00000000401a3fd4 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2c (size before relaxing) + 0x00000000401a3fd4 wifi_set_rxcb_process + .text.wifi_set_max_tpw + 0x00000000401a3ff8 0x4b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x6f (size before relaxing) + 0x00000000401a3ff8 wifi_set_max_tpw + *fill* 0x00000000401a4043 0x1 + .text.wifi_deauth_sta_process + 0x00000000401a4044 0xcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x103 (size before relaxing) + 0x00000000401a4048 wifi_deauth_sta_process + *fill* 0x00000000401a410f 0x1 + .text.wifi_wps_is_started + 0x00000000401a4110 0xb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xf (size before relaxing) + 0x00000000401a4110 wifi_wps_is_started + *fill* 0x00000000401a411b 0x1 + .text.wifi_set_wps_start_flag + 0x00000000401a411c 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x00000000401a4124 wifi_set_wps_start_flag + .text.wifi_wpa2_is_started + 0x00000000401a4148 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x00000000401a414c wifi_wpa2_is_started + *fill* 0x00000000401a4157 0x1 + .text.wifi_wpa2_ent_disable_process + 0x00000000401a4158 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x48 (size before relaxing) + 0x00000000401a415c wifi_wpa2_ent_disable_process + .text.wifi_set_wps_type_process + 0x00000000401a4198 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3b (size before relaxing) + 0x00000000401a41a0 wifi_set_wps_type_process + *fill* 0x00000000401a41cb 0x1 + .text.wifi_set_wps_status_process + 0x00000000401a41cc 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x37 (size before relaxing) + 0x00000000401a41d0 wifi_set_wps_status_process + *fill* 0x00000000401a41fb 0x1 + .text.wifi_ipc_process + 0x00000000401a41fc 0x59 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x65 (size before relaxing) + 0x00000000401a4200 wifi_ipc_process + *fill* 0x00000000401a4255 0x3 + .text.ieee80211_set_appie + 0x00000000401a4258 0x155 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x169 (size before relaxing) + 0x00000000401a4260 ieee80211_set_appie + *fill* 0x00000000401a43ad 0x3 + .text.wifi_set_appie_process + 0x00000000401a43b0 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1c (size before relaxing) + 0x00000000401a43b0 wifi_set_appie_process + .text.wifi_set_wps_cb_process + 0x00000000401a43c8 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2c (size before relaxing) + 0x00000000401a43c8 wifi_set_wps_cb_process + .text.wifi_mesh_map_deauth_progress + 0x00000000401a43ec 0x7b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x97 (size before relaxing) + 0x00000000401a43ec wifi_mesh_map_deauth_progress + *fill* 0x00000000401a4467 0x1 + .text.wifi_mesh_ps_duty_cycle_get_process + 0x00000000401a4468 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2d (size before relaxing) + 0x00000000401a4468 wifi_mesh_ps_duty_cycle_get_process + *fill* 0x00000000401a448d 0x3 + .text.ieee80211_ioctl_init + 0x00000000401a4490 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3f (size before relaxing) + 0x00000000401a4498 ieee80211_ioctl_init + *fill* 0x00000000401a44b7 0x1 + .text.ieee80211_ioctl_deinit + 0x00000000401a44b8 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x13 (size before relaxing) + 0x00000000401a44b8 ieee80211_ioctl_deinit + *fill* 0x00000000401a44c7 0x1 + .text.ieee80211_ioctl + 0x00000000401a44c8 0x18a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1e6 (size before relaxing) + 0x00000000401a44d8 ieee80211_ioctl + *fill* 0x00000000401a4652 0x2 + .text.is_esp_mesh_assoc + 0x00000000401a4654 0xd4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0xd8 (size before relaxing) + 0x00000000401a4660 is_esp_mesh_assoc + .text.wifi_nvs_cfg_item_init + 0x00000000401a4728 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x98 (size before relaxing) + 0x00000000401a4734 wifi_nvs_cfg_item_init + .text.wifi_nvs_cfg_init + 0x00000000401a47b0 0x620 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x760 (size before relaxing) + 0x00000000401a48f0 wifi_nvs_cfg_init + .text.wifi_nvs_get + 0x00000000401a4dd0 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0xe (size before relaxing) + 0x00000000401a4dd0 wifi_nvs_get + *fill* 0x00000000401a4dda 0x2 + .text.wifi_nvs_commit + 0x00000000401a4ddc 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x4a (size before relaxing) + 0x00000000401a4ddc wifi_nvs_commit + *fill* 0x00000000401a4e16 0x2 + .text.wifi_nvs_set + 0x00000000401a4e18 0x182 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x1b2 (size before relaxing) + 0x00000000401a4e30 wifi_nvs_set + *fill* 0x00000000401a4f9a 0x2 + .text.ieee80211_adjust_2nd_chan + 0x00000000401a4f9c 0x5c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x74 (size before relaxing) + 0x00000000401a4f9c ieee80211_adjust_2nd_chan + .text.wifi_nvs_compare_cfg_diff + 0x00000000401a4ff8 0x18a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x1a2 (size before relaxing) + 0x00000000401a4ffc wifi_nvs_compare_cfg_diff + *fill* 0x00000000401a5182 0x2 + .text.wifi_set_default_ssid + 0x00000000401a5184 0x51 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x61 (size before relaxing) + 0x00000000401a5188 wifi_set_default_ssid + *fill* 0x00000000401a51d5 0x3 + .text.wifi_nvs_validate_ap_ssid + 0x00000000401a51d8 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x22 (size before relaxing) + 0x00000000401a51d8 wifi_nvs_validate_ap_ssid + *fill* 0x00000000401a51f2 0x2 + .text.wifi_nvs_validate_ap_password + 0x00000000401a51f4 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x48 (size before relaxing) + 0x00000000401a51f4 wifi_nvs_validate_ap_password + .text.wifi_nvs_validate_sta_password + 0x00000000401a522c 0x41 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x51 (size before relaxing) + 0x00000000401a522c wifi_nvs_validate_sta_password + *fill* 0x00000000401a526d 0x3 + .text.wifi_nvs_validate_country + 0x00000000401a5270 0x54 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x58 (size before relaxing) + 0x00000000401a5270 wifi_nvs_validate_country + .text.wifi_nvs_validate_ap_chan + 0x00000000401a52c4 0x4b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x6b (size before relaxing) + 0x00000000401a52c4 wifi_nvs_validate_ap_chan + *fill* 0x00000000401a530f 0x1 + .text.wifi_nvs_validate_ap_num + 0x00000000401a5310 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x21 (size before relaxing) + 0x00000000401a5310 wifi_nvs_validate_ap_num + *fill* 0x00000000401a532d 0x3 + .text.wifi_nvs_validate_sta_listen_interval + 0x00000000401a5330 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x20 (size before relaxing) + 0x00000000401a5330 wifi_nvs_validate_sta_listen_interval + .text.wifi_nvs_load + 0x00000000401a534c 0x2cc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x350 (size before relaxing) + .text.wifi_nvs_get_sta_listen_interval + 0x00000000401a5618 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x11 (size before relaxing) + 0x00000000401a5618 wifi_nvs_get_sta_listen_interval + *fill* 0x00000000401a5625 0x3 + .text.wifi_nvs_reset_current_ap_info + 0x00000000401a5628 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x84 (size before relaxing) + 0x00000000401a5628 wifi_nvs_reset_current_ap_info + .text.wifi_nvs_deinit + 0x00000000401a5690 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x59 (size before relaxing) + 0x00000000401a5690 wifi_nvs_deinit + *fill* 0x00000000401a56d9 0x3 + .text.wifi_nvs_init + 0x00000000401a56dc 0x75 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0xa1 (size before relaxing) + 0x00000000401a56e8 wifi_nvs_init + *fill* 0x00000000401a5751 0x3 + .text.add_appie + 0x00000000401a5754 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1b (size before relaxing) + *fill* 0x00000000401a576b 0x1 + .text.ieee80211_amsdu_adjust_head + 0x00000000401a576c 0xe8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xf8 (size before relaxing) + .text.ieee80211_add_wme_param$isra$2 + 0x00000000401a5854 0x8c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x90 (size before relaxing) + .text.ieee80211_add_extended_caps + 0x00000000401a58e0 0x3d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x45 (size before relaxing) + *fill* 0x00000000401a591d 0x3 + .text.ieee80211_vnd_ie_size$part$11 + 0x00000000401a5920 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x35 (size before relaxing) + *fill* 0x00000000401a5951 0x3 + .text.ieee80211_reg_netstack_buf_cb + 0x00000000401a5954 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x00000000401a595c ieee80211_reg_netstack_buf_cb + *fill* 0x00000000401a596e 0x2 + .text.ieee80211_set_hmac_stop + 0x00000000401a5970 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x3f (size before relaxing) + 0x00000000401a5970 ieee80211_set_hmac_stop + *fill* 0x00000000401a59a3 0x1 + .text.ieee80211_alloc_tx_buf + 0x00000000401a59a4 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x72 (size before relaxing) + 0x00000000401a59a4 ieee80211_alloc_tx_buf + *fill* 0x00000000401a59fe 0x2 + .text.ieee80211_recycle_cache_eb + 0x00000000401a5a00 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2f (size before relaxing) + 0x00000000401a5a00 ieee80211_recycle_cache_eb + *fill* 0x00000000401a5a24 0x0 + .text.ieee80211_empty_txq + 0x00000000401a5a24 0x85 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x95 (size before relaxing) + 0x00000000401a5a28 ieee80211_empty_txq + *fill* 0x00000000401a5aa9 0x3 + .text.ieee80211_post_hmac_tx + 0x00000000401a5aac 0x66 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x8e (size before relaxing) + 0x00000000401a5ab4 ieee80211_post_hmac_tx + *fill* 0x00000000401a5b12 0x2 + .text.ieee80211_output_pending_eb + 0x00000000401a5b14 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x4c (size before relaxing) + 0x00000000401a5b1c ieee80211_output_pending_eb + .text.ieee80211_copy_eb_header + 0x00000000401a5b58 0x89 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x95 (size before relaxing) + 0x00000000401a5b58 ieee80211_copy_eb_header + *fill* 0x00000000401a5be1 0x3 + .text.ieee80211_output_init + 0x00000000401a5be4 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x39 (size before relaxing) + 0x00000000401a5bf0 ieee80211_output_init + *fill* 0x00000000401a5c15 0x3 + .text.ieee80211_send_setup + 0x00000000401a5c18 0x141 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x169 (size before relaxing) + 0x00000000401a5c24 ieee80211_send_setup + *fill* 0x00000000401a5d59 0x3 + .text.ieee80211_tx_mgt_cb + 0x00000000401a5d5c 0xb2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xca (size before relaxing) + 0x00000000401a5d5c ieee80211_tx_mgt_cb + *fill* 0x00000000401a5e0e 0x2 + .text.ieee80211_align_eb + 0x00000000401a5e10 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x72 (size before relaxing) + 0x00000000401a5e1c ieee80211_align_eb + *fill* 0x00000000401a5e7e 0x2 + .text.ieee80211_classify + 0x00000000401a5e80 0xfc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x108 (size before relaxing) + 0x00000000401a5e94 ieee80211_classify + .text.ieee80211_add_rates + 0x00000000401a5f7c 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x34 (size before relaxing) + 0x00000000401a5f7c ieee80211_add_rates + .text.ieee80211_add_dsparams + 0x00000000401a5fac 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2a (size before relaxing) + 0x00000000401a5fac ieee80211_add_dsparams + *fill* 0x00000000401a5fd2 0x2 + .text.ieee80211_add_xrates + 0x00000000401a5fd4 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x32 (size before relaxing) + 0x00000000401a5fd4 ieee80211_add_xrates + *fill* 0x00000000401a6002 0x2 + .text.ieee80211_vnd_ie_set + 0x00000000401a6004 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x40 (size before relaxing) + 0x00000000401a6004 ieee80211_vnd_ie_set + .text.ieee80211_vnd_lora_ie_size + 0x00000000401a603c 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1c (size before relaxing) + 0x00000000401a603c ieee80211_vnd_lora_ie_size + .text.ieee80211_vnd_lora_ie_set + 0x00000000401a6054 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x3a (size before relaxing) + 0x00000000401a6054 ieee80211_vnd_lora_ie_set + *fill* 0x00000000401a6086 0x2 + .text.ieee80211_setup_robust_mgmtframe + 0x00000000401a6088 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x58 (size before relaxing) + 0x00000000401a6088 ieee80211_setup_robust_mgmtframe + .text.ieee80211_mgmt_output + 0x00000000401a60d8 0x124 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x160 (size before relaxing) + 0x00000000401a60dc ieee80211_mgmt_output + .text.ieee80211_getcapinfo + 0x00000000401a61fc 0x93 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xaf (size before relaxing) + 0x00000000401a6204 ieee80211_getcapinfo + *fill* 0x00000000401a628f 0x1 + .text.ieee80211_search_node + 0x00000000401a6290 0xd1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xf1 (size before relaxing) + 0x00000000401a62a8 ieee80211_search_node + *fill* 0x00000000401a6361 0x3 + .text.ieee80211_output_do + 0x00000000401a6364 0x1d0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x204 (size before relaxing) + .text.ieee80211_output + 0x00000000401a6534 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1d (size before relaxing) + 0x00000000401a6534 ieee80211_output + *fill* 0x00000000401a654d 0x3 + .text.esp_wifi_internal_tx + 0x00000000401a6550 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1d (size before relaxing) + 0x00000000401a6550 esp_wifi_internal_tx + *fill* 0x00000000401a6569 0x3 + .text.ieee80211_encap_amsdu + 0x00000000401a656c 0x2b2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x30a (size before relaxing) + 0x00000000401a6574 ieee80211_encap_amsdu + *fill* 0x00000000401a681e 0x2 + .text.ieee80211_alloc_proberesp + 0x00000000401a6820 0x2a6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x346 (size before relaxing) + 0x00000000401a6830 ieee80211_alloc_proberesp + *fill* 0x00000000401a6ac6 0x2 + .text.ieee80211_alloc_deauth + 0x00000000401a6ac8 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x56 (size before relaxing) + 0x00000000401a6acc ieee80211_alloc_deauth + *fill* 0x00000000401a6b12 0x2 + .text.ieee80211_output_raw_process + 0x00000000401a6b14 0x1bc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x214 (size before relaxing) + 0x00000000401a6b20 ieee80211_output_raw_process + .text.ieee80211_set_tx_desc + 0x00000000401a6cd0 0x11d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x149 (size before relaxing) + 0x00000000401a6cd4 ieee80211_set_tx_desc + *fill* 0x00000000401a6ded 0x3 + .text.ieee80211_send_nulldata + 0x00000000401a6df0 0x124 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x168 (size before relaxing) + 0x00000000401a6df8 ieee80211_send_nulldata + .text.ieee80211_send_probereq + 0x00000000401a6f14 0x22c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2b0 (size before relaxing) + 0x00000000401a6f1c ieee80211_send_probereq + .text.ieee80211_send_mgmt + 0x00000000401a7140 0x9af ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xb33 (size before relaxing) + 0x00000000401a7178 ieee80211_send_mgmt + *fill* 0x00000000401a7aef 0x1 + .text.ieee80211_send_proberesp + 0x00000000401a7af0 0xe0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x130 (size before relaxing) + 0x00000000401a7af8 ieee80211_send_proberesp + .text.ieee80211_send_deauth + 0x00000000401a7bd0 0xfd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x145 (size before relaxing) + 0x00000000401a7bd8 ieee80211_send_deauth + *fill* 0x00000000401a7ccd 0x3 + .text.ieee80211_beacon_alloc + 0x00000000401a7cd0 0x499 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x56d (size before relaxing) + 0x00000000401a7cf0 ieee80211_beacon_alloc + *fill* 0x00000000401a8169 0x3 + .text.ieee80211_encap_null_data + 0x00000000401a816c 0x10b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x143 (size before relaxing) + 0x00000000401a8174 ieee80211_encap_null_data + *fill* 0x00000000401a8277 0x1 + .text.ieee80211_pm_tx_null_process + 0x00000000401a8278 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x32 (size before relaxing) + 0x00000000401a8278 ieee80211_pm_tx_null_process + *fill* 0x00000000401a829e 0x2 + .text.ieee80211_phy_deinit + 0x00000000401a82a0 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x11 (size before relaxing) + 0x00000000401a82a0 ieee80211_phy_deinit + *fill* 0x00000000401a82aa 0x2 + .text.ieee80211_phy_type_get + 0x00000000401a82ac 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x5f (size before relaxing) + 0x00000000401a82ac ieee80211_phy_type_get + *fill* 0x00000000401a8307 0x1 + .text.ieee80211_phy_mode_show + 0x00000000401a8308 0x7d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x00000000401a8328 ieee80211_phy_mode_show + *fill* 0x00000000401a8385 0x3 + .text.ieee80211_setup_ratetable + 0x00000000401a8388 0x111 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x135 (size before relaxing) + 0x00000000401a839c ieee80211_setup_ratetable + *fill* 0x00000000401a8499 0x3 + .text.ieee80211_phy_init + 0x00000000401a849c 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0xda (size before relaxing) + 0x00000000401a84a0 ieee80211_phy_init + *fill* 0x00000000401a8530 0x0 + .text.ieee80211_psq_init + 0x00000000401a8530 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x1d (size before relaxing) + 0x00000000401a8530 ieee80211_psq_init + *fill* 0x00000000401a8549 0x3 + .text.ieee80211_gpsq_init + 0x00000000401a854c 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x5a (size before relaxing) + 0x00000000401a8550 ieee80211_gpsq_init + *fill* 0x00000000401a858a 0x2 + .text.ieee80211_psq_find_max_bss + 0x00000000401a858c 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x3b (size before relaxing) + 0x00000000401a858c ieee80211_psq_find_max_bss + *fill* 0x00000000401a85bf 0x1 + .text.ieee80211_set_tim + 0x00000000401a85c0 0x7f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x87 (size before relaxing) + 0x00000000401a85c0 ieee80211_set_tim + *fill* 0x00000000401a863f 0x1 + .text.ieee80211_psq_take_head + 0x00000000401a8640 0x41 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x45 (size before relaxing) + 0x00000000401a8640 ieee80211_psq_take_head + *fill* 0x00000000401a8681 0x3 + .text.ieee80211_psq_drop_one_pkt + 0x00000000401a8684 0x4f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x6b (size before relaxing) + 0x00000000401a8684 ieee80211_psq_drop_one_pkt + *fill* 0x00000000401a86d3 0x1 + .text.ieee80211_psq_send_one_pkt + 0x00000000401a86d4 0x5d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x79 (size before relaxing) + 0x00000000401a86d4 ieee80211_psq_send_one_pkt + *fill* 0x00000000401a8731 0x3 + .text.ieee80211_psq_is_buff_pkt + 0x00000000401a8734 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x4c (size before relaxing) + 0x00000000401a8734 ieee80211_psq_is_buff_pkt + *fill* 0x00000000401a8769 0x3 + .text.ieee80211_pwrsave + 0x00000000401a876c 0x6c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x80 (size before relaxing) + 0x00000000401a876c ieee80211_pwrsave + .text.pwrsave_flushq + 0x00000000401a87d8 0xfa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x122 (size before relaxing) + 0x00000000401a87d8 pwrsave_flushq + *fill* 0x00000000401a88d2 0x2 + .text.ieee80211_node_pwrsave + 0x00000000401a88d4 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x7a (size before relaxing) + 0x00000000401a88d4 ieee80211_node_pwrsave + *fill* 0x00000000401a8936 0x2 + .text.ieee80211_pwrsave_node_cleanup + 0x00000000401a8938 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x47 (size before relaxing) + 0x00000000401a8938 ieee80211_pwrsave_node_cleanup + *fill* 0x00000000401a896f 0x1 + .text.ieee80211_pwrsave_txcb + 0x00000000401a8970 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x3a (size before relaxing) + 0x00000000401a8970 ieee80211_pwrsave_txcb + *fill* 0x00000000401a89a2 0x2 + .text.ieee80211_proto_attach + 0x00000000401a89a4 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x2f (size before relaxing) + 0x00000000401a89ac ieee80211_proto_attach + *fill* 0x00000000401a89cf 0x1 + .text.ieee80211_wme_updateparams + 0x00000000401a89d0 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x4a (size before relaxing) + 0x00000000401a89d4 ieee80211_wme_updateparams + *fill* 0x00000000401a8a0e 0x2 + .text.ieee80211_mlme_connect_bss + 0x00000000401a8a10 0xf7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x11f (size before relaxing) + 0x00000000401a8a20 ieee80211_mlme_connect_bss + *fill* 0x00000000401a8b07 0x1 + .text.get_country_chan_info + 0x00000000401a8b08 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + 0x30 (size before relaxing) + .text.ieee80211_is_40mhz_valid_bw + 0x00000000401a8b34 0x54 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + 0x64 (size before relaxing) + 0x00000000401a8b3c ieee80211_is_40mhz_valid_bw + .text.ieee80211_regdomain_max_tx_power + 0x00000000401a8b88 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x3c (size before relaxing) + 0x00000000401a8b8c ieee80211_regdomain_max_tx_power + .text.ieee80211_regdomain_get_country + 0x00000000401a8bc0 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x38 (size before relaxing) + 0x00000000401a8bc0 ieee80211_regdomain_get_country + .text.ieee80211_update_phy_country + 0x00000000401a8bf0 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x30 (size before relaxing) + 0x00000000401a8bf0 ieee80211_update_phy_country + .text.ieee80211_regdomain_update + 0x00000000401a8c14 0x111 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x129 (size before relaxing) + 0x00000000401a8c18 ieee80211_regdomain_update + *fill* 0x00000000401a8d25 0x3 + .text.ieee80211_regdomain_update_in_scan + 0x00000000401a8d28 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x16 (size before relaxing) + 0x00000000401a8d28 ieee80211_regdomain_update_in_scan + *fill* 0x00000000401a8d3a 0x2 + .text.ieee80211_regdomain_update_in_connect + 0x00000000401a8d3c 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x18 (size before relaxing) + 0x00000000401a8d3c ieee80211_regdomain_update_in_connect + .text.ieee80211_add_countryie + 0x00000000401a8d50 0x83 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x93 (size before relaxing) + 0x00000000401a8d54 ieee80211_add_countryie + *fill* 0x00000000401a8dd3 0x1 + .text.ieee80211_regdomain_max_chan + 0x00000000401a8dd4 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x1c (size before relaxing) + 0x00000000401a8dd4 ieee80211_regdomain_max_chan + .text.ieee80211_regdomain_min_chan + 0x00000000401a8dec 0xb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x12 (size before relaxing) + 0x00000000401a8dec ieee80211_regdomain_min_chan + *fill* 0x00000000401a8df7 0x1 + .text.ieee80211_regdomain_chan_num + 0x00000000401a8df8 0xb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x12 (size before relaxing) + 0x00000000401a8df8 ieee80211_regdomain_chan_num + *fill* 0x00000000401a8e03 0x1 + .text.ieee80211_regdomain_policy + 0x00000000401a8e04 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x11 (size before relaxing) + 0x00000000401a8e04 ieee80211_regdomain_policy + *fill* 0x00000000401a8e0e 0x2 + .text.ieee80211_regdomain_chan_in_range + 0x00000000401a8e10 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x2e (size before relaxing) + 0x00000000401a8e10 ieee80211_regdomain_chan_in_range + *fill* 0x00000000401a8e2e 0x2 + .text.ieee80211_regdomain_is_active_scan + 0x00000000401a8e30 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x3d (size before relaxing) + 0x00000000401a8e30 ieee80211_regdomain_is_active_scan + *fill* 0x00000000401a8e5a 0x2 + .text.ieee80211_rfid_locp_recv_reset + 0x00000000401a8e5c 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + 0x14 (size before relaxing) + 0x00000000401a8e5c ieee80211_rfid_locp_recv_reset + .text.ieee80211_rfid_locp_recv + 0x00000000401a8e6c 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + 0x20 (size before relaxing) + 0x00000000401a8e6c ieee80211_rfid_locp_recv + .text.scan_enter_oper_channel + 0x00000000401a8e88 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x16 (size before relaxing) + *fill* 0x00000000401a8e96 0x2 + .text.scan_inter_channel_timeout + 0x00000000401a8e98 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x16 (size before relaxing) + *fill* 0x00000000401a8ea6 0x2 + .text.scan_op_start + 0x00000000401a8ea8 0x1d6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x232 (size before relaxing) + *fill* 0x00000000401a907e 0x2 + .text.ieee80211_scan_attach + 0x00000000401a9080 0xa3 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xb3 (size before relaxing) + 0x00000000401a9090 ieee80211_scan_attach + *fill* 0x00000000401a9123 0x1 + .text.ieee80211_scan_deattach + 0x00000000401a9124 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x2c (size before relaxing) + 0x00000000401a9124 ieee80211_scan_deattach + .text.scan_get_apnum + 0x00000000401a9148 0xb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xf (size before relaxing) + 0x00000000401a9148 scan_get_apnum + *fill* 0x00000000401a9153 0x1 + .text.scan_freq_cal + 0x00000000401a9154 0xa1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xa5 (size before relaxing) + 0x00000000401a9160 scan_freq_cal + *fill* 0x00000000401a91f5 0x3 + .text.scan_flush_all_tx_buf + 0x00000000401a91f8 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x84 (size before relaxing) + 0x00000000401a9200 scan_flush_all_tx_buf + .text.scan_cancel + 0x00000000401a9260 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x94 (size before relaxing) + 0x00000000401a9264 scan_cancel + .text.scan_add_bssid + 0x00000000401a92dc 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x2d (size before relaxing) + 0x00000000401a92dc scan_add_bssid + *fill* 0x00000000401a9301 0x3 + .text.scan_remove_bssid + 0x00000000401a9304 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x19 (size before relaxing) + 0x00000000401a9304 scan_remove_bssid + *fill* 0x00000000401a9319 0x3 + .text.scan_hidden_ssid + 0x00000000401a931c 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x17 (size before relaxing) + 0x00000000401a931c scan_hidden_ssid + *fill* 0x00000000401a932f 0x1 + .text.scan_set_act_duration + 0x00000000401a9330 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x15 (size before relaxing) + 0x00000000401a9330 scan_set_act_duration + *fill* 0x00000000401a9341 0x3 + .text.scan_set_pas_duration + 0x00000000401a9344 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x13 (size before relaxing) + 0x00000000401a9344 scan_set_pas_duration + *fill* 0x00000000401a9353 0x1 + .text.scan_add_probe_ssid + 0x00000000401a9354 0x66 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x72 (size before relaxing) + 0x00000000401a9354 scan_add_probe_ssid + *fill* 0x00000000401a93ba 0x2 + .text.scan_remove_probe_ssid + 0x00000000401a93bc 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x31 (size before relaxing) + 0x00000000401a93bc scan_remove_probe_ssid + *fill* 0x00000000401a93e9 0x3 + .text.scan_prefer_chan + 0x00000000401a93ec 0x1cd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x225 (size before relaxing) + 0x00000000401a940c scan_prefer_chan + *fill* 0x00000000401a95b9 0x3 + .text.scan_update_scan_history + 0x00000000401a95bc 0x184 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x1a8 (size before relaxing) + 0x00000000401a95cc scan_update_scan_history + .text.scan_build_chan_list + 0x00000000401a9740 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xa0 (size before relaxing) + 0x00000000401a974c scan_build_chan_list + .text.scan_set_desChan + 0x00000000401a97d4 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x19 (size before relaxing) + 0x00000000401a97d4 scan_set_desChan + *fill* 0x00000000401a97e9 0x3 + .text.scan_get_type + 0x00000000401a97ec 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x10 (size before relaxing) + 0x00000000401a97ec scan_get_type + .text.unlikely.scan_add_ssid_do + 0x00000000401a97f8 0x2c2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x2f2 (size before relaxing) + *fill* 0x00000000401a9aba 0x2 + .text.unlikely.scan_add_ssid + 0x00000000401a9abc 0x106 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x12a (size before relaxing) + *fill* 0x00000000401a9bc2 0x2 + .text.scan_reset_cipher_and_akm + 0x00000000401a9bc4 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x31 (size before relaxing) + 0x00000000401a9bc4 scan_reset_cipher_and_akm + *fill* 0x00000000401a9bf1 0x3 + .text.scan_profile_check + 0x00000000401a9bf4 0x28e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x312 (size before relaxing) + 0x00000000401a9c04 scan_profile_check + *fill* 0x00000000401a9e82 0x2 + .text.free_bss_info + 0x00000000401a9e84 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x2e (size before relaxing) + 0x00000000401a9e84 free_bss_info + *fill* 0x00000000401a9eae 0x2 + .text.clear_bss_queue + 0x00000000401a9eb0 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x4d (size before relaxing) + 0x00000000401a9eb4 clear_bss_queue + *fill* 0x00000000401a9ee6 0x2 + .text.scan_done + 0x00000000401a9ee8 0x260 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x300 (size before relaxing) + .text.scan_next_channel + 0x00000000401aa148 0x1c6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x216 (size before relaxing) + *fill* 0x00000000401aa30e 0x2 + .text.scan_enter_oper_channel_process + 0x00000000401aa310 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x80 (size before relaxing) + 0x00000000401aa314 scan_enter_oper_channel_process + .text.scan_inter_channel_timeout_process + 0x00000000401aa368 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x8c (size before relaxing) + 0x00000000401aa370 scan_inter_channel_timeout_process + .text.scan_op_end + 0x00000000401aa3d8 0x178 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x1d0 (size before relaxing) + .text.scan_start + 0x00000000401aa550 0x17f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x1fb (size before relaxing) + 0x00000000401aa564 scan_start + *fill* 0x00000000401aa6cf 0x1 + .text.check_bss_queue + 0x00000000401aa6d0 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x30 (size before relaxing) + 0x00000000401aa6d0 check_bss_queue + .text.scan_set_scan_id + 0x00000000401aa6f8 0x43 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x57 (size before relaxing) + 0x00000000401aa6fc scan_set_scan_id + *fill* 0x00000000401aa73b 0x1 + .text.scan_get_scan_id + 0x00000000401aa73c 0x3f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x53 (size before relaxing) + 0x00000000401aa740 scan_get_scan_id + *fill* 0x00000000401aa77b 0x1 + .text.scan_parse_ht2040_coex + 0x00000000401aa77c 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x84 (size before relaxing) + 0x00000000401aa784 scan_parse_ht2040_coex + .text.scan_parse_beacon + 0x00000000401aa7f0 0x811 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x991 (size before relaxing) + 0x00000000401aa834 scan_parse_beacon + *fill* 0x00000000401ab001 0x3 + .text.sta_recv_sa_query_resp + 0x00000000401ab004 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x6b (size before relaxing) + *fill* 0x00000000401ab063 0x1 + .text.sta_assoc_comeback + 0x00000000401ab064 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + *fill* 0x00000000401ab072 0x2 + .text.sta_try_sa_query + 0x00000000401ab074 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + *fill* 0x00000000401ab082 0x2 + .text.sta_sa_query_timeout + 0x00000000401ab084 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + *fill* 0x00000000401ab092 0x2 + .text.sta_recv_sa_query_req + 0x00000000401ab094 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x19 (size before relaxing) + *fill* 0x00000000401ab0a9 0x3 + .text.sta_send_sa_query_resp + 0x00000000401ab0ac 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x92 (size before relaxing) + *fill* 0x00000000401ab126 0x2 + .text.sta_send_sa_query_req + 0x00000000401ab128 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x92 (size before relaxing) + *fill* 0x00000000401ab1a2 0x2 + .text.ieee80211_sta_new_state + 0x00000000401ab1a4 0xce9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xead (size before relaxing) + 0x00000000401ab23c ieee80211_sta_new_state + *fill* 0x00000000401abe8d 0x3 + .text.sta_rx_eapol + 0x00000000401abe90 0x190 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x1a8 (size before relaxing) + 0x00000000401abea8 sta_rx_eapol + .text.wifi_sta_reg_rxcb + 0x00000000401ac020 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x11 (size before relaxing) + 0x00000000401ac020 wifi_sta_reg_rxcb + *fill* 0x00000000401ac02d 0x3 + .text.sta_michael_mic_failure + 0x00000000401ac030 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x3a (size before relaxing) + 0x00000000401ac034 sta_michael_mic_failure + *fill* 0x00000000401ac062 0x2 + .text.ieee80211_wme_standard_ac_to_esp_ac + 0x00000000401ac064 0x4f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x53 (size before relaxing) + 0x00000000401ac06c ieee80211_wme_standard_ac_to_esp_ac + *fill* 0x00000000401ac0b3 0x1 + .text.ieee80211_parse_wmeparams + 0x00000000401ac0b4 0x9c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xa0 (size before relaxing) + 0x00000000401ac0b4 ieee80211_parse_wmeparams + .text.sta_rx_csa + 0x00000000401ac150 0x240 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x270 (size before relaxing) + 0x00000000401ac17c sta_rx_csa + .text.ieee80211_parse_obss_scan_param + 0x00000000401ac390 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x2a (size before relaxing) + 0x00000000401ac390 ieee80211_parse_obss_scan_param + *fill* 0x00000000401ac3b6 0x2 + .text.sta_retry_assoc + 0x00000000401ac3b8 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x66 (size before relaxing) + 0x00000000401ac3b8 sta_retry_assoc + *fill* 0x00000000401ac40a 0x2 + .text.sta_recv_ctl + 0x00000000401ac40c 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + 0x00000000401ac40c sta_recv_ctl + *fill* 0x00000000401ac41b 0x1 + .text.wifi_station_start + 0x00000000401ac41c 0xaa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xda (size before relaxing) + 0x00000000401ac424 wifi_station_start + *fill* 0x00000000401ac4c6 0x2 + .text.wifi_station_stop + 0x00000000401ac4c8 0x80 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xa4 (size before relaxing) + 0x00000000401ac4cc wifi_station_stop + .text.sta_bip_check + 0x00000000401ac548 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x76 (size before relaxing) + 0x00000000401ac548 sta_bip_check + *fill* 0x00000000401ac5aa 0x2 + .text.sta_sa_query_process_timeout + 0x00000000401ac5ac 0x82 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xa6 (size before relaxing) + 0x00000000401ac5b4 sta_sa_query_process_timeout + *fill* 0x00000000401ac62e 0x2 + .text.sta_try_sa_query_process + 0x00000000401ac630 0xb3 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xcf (size before relaxing) + 0x00000000401ac63c sta_try_sa_query_process + *fill* 0x00000000401ac6e3 0x1 + .text.ieee80211_setup_pmf + 0x00000000401ac6e4 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x5a (size before relaxing) + 0x00000000401ac6f4 ieee80211_setup_pmf + *fill* 0x00000000401ac722 0x2 + .text.sta_is_wpa3_enabled + 0x00000000401ac724 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x31 (size before relaxing) + 0x00000000401ac724 sta_is_wpa3_enabled + *fill* 0x00000000401ac749 0x3 + .text.sta_recv_mgmt + 0x00000000401ac74c 0x118b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x13bb (size before relaxing) + 0x00000000401ac7c0 sta_recv_mgmt + *fill* 0x00000000401ad8d7 0x1 + .text.esp_wifi_ap_get_prof_pmk_internal + 0x00000000401ad8d8 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x13 (size before relaxing) + 0x00000000401ad8d8 esp_wifi_ap_get_prof_pmk_internal + *fill* 0x00000000401ad8e7 0x1 + .text.esp_wifi_sta_update_ap_info_internal + 0x00000000401ad8e8 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x3d (size before relaxing) + 0x00000000401ad8e8 esp_wifi_sta_update_ap_info_internal + *fill* 0x00000000401ad911 0x3 + .text.esp_wifi_sta_get_ap_info_prof_pmk_internal + 0x00000000401ad914 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x22 (size before relaxing) + 0x00000000401ad914 esp_wifi_sta_get_ap_info_prof_pmk_internal + *fill* 0x00000000401ad932 0x2 + .text.esp_wifi_ap_get_prof_ap_ssid_internal + 0x00000000401ad934 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x13 (size before relaxing) + 0x00000000401ad934 esp_wifi_ap_get_prof_ap_ssid_internal + *fill* 0x00000000401ad943 0x1 + .text.esp_wifi_sta_get_prof_ssid_internal + 0x00000000401ad944 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x10 (size before relaxing) + 0x00000000401ad944 esp_wifi_sta_get_prof_ssid_internal + .text.esp_wifi_ap_get_prof_authmode_internal + 0x00000000401ad950 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x14 (size before relaxing) + 0x00000000401ad950 esp_wifi_ap_get_prof_authmode_internal + .text.esp_wifi_ap_get_prof_pairwise_cipher_internal + 0x00000000401ad960 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x14 (size before relaxing) + 0x00000000401ad960 esp_wifi_ap_get_prof_pairwise_cipher_internal + .text.esp_wifi_sta_get_prof_authmode_internal + 0x00000000401ad970 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x00000000401ad970 esp_wifi_sta_get_prof_authmode_internal + *fill* 0x00000000401ad97e 0x2 + .text.esp_wifi_sta_is_ap_notify_completed_rsne_internal + 0x00000000401ad980 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x19 (size before relaxing) + 0x00000000401ad980 esp_wifi_sta_is_ap_notify_completed_rsne_internal + *fill* 0x00000000401ad995 0x3 + .text.esp_wifi_ap_get_prof_password_internal + 0x00000000401ad998 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x13 (size before relaxing) + 0x00000000401ad998 esp_wifi_ap_get_prof_password_internal + *fill* 0x00000000401ad9a7 0x1 + .text.wifi_sta_get_prof_password + 0x00000000401ad9a8 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x11 (size before relaxing) + 0x00000000401ad9a8 wifi_sta_get_prof_password + *fill* 0x00000000401ad9b5 0x3 + .text.esp_wifi_sta_get_prof_password_internal + 0x00000000401ad9b8 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x11 (size before relaxing) + 0x00000000401ad9b8 esp_wifi_sta_get_prof_password_internal + *fill* 0x00000000401ad9c5 0x3 + .text.esp_wifi_sta_get_reset_param_internal + 0x00000000401ad9c8 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x00000000401ad9c8 esp_wifi_sta_get_reset_param_internal + *fill* 0x00000000401ad9d6 0x2 + .text.esp_wifi_sta_set_reset_param_internal + 0x00000000401ad9d8 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1a (size before relaxing) + 0x00000000401ad9d8 esp_wifi_sta_set_reset_param_internal + *fill* 0x00000000401ad9ee 0x2 + .text.esp_wifi_sta_prof_is_wpa_internal + 0x00000000401ad9f0 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2f (size before relaxing) + 0x00000000401ad9f0 esp_wifi_sta_prof_is_wpa_internal + *fill* 0x00000000401ada1b 0x1 + .text.esp_wifi_sta_prof_is_wpa2_internal + 0x00000000401ada1c 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2d (size before relaxing) + 0x00000000401ada1c esp_wifi_sta_prof_is_wpa2_internal + *fill* 0x00000000401ada45 0x3 + .text.esp_wifi_sta_prof_is_wapi_internal + 0x00000000401ada48 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x22 (size before relaxing) + 0x00000000401ada48 esp_wifi_sta_prof_is_wapi_internal + *fill* 0x00000000401ada66 0x2 + .text.esp_wifi_sta_prof_is_wpa3_internal + 0x00000000401ada68 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1c (size before relaxing) + 0x00000000401ada68 esp_wifi_sta_prof_is_wpa3_internal + .text.esp_wifi_sta_get_pairwise_cipher_internal + 0x00000000401ada80 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x00000000401ada80 esp_wifi_sta_get_pairwise_cipher_internal + *fill* 0x00000000401ada8e 0x2 + .text.esp_wifi_sta_get_group_cipher_internal + 0x00000000401ada90 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x00000000401ada90 esp_wifi_sta_get_group_cipher_internal + *fill* 0x00000000401ada9e 0x2 + .text.ieee80211_set_key + 0x00000000401adaa0 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x44 (size before relaxing) + 0x00000000401adaa0 ieee80211_set_key + .text.ieee80211_set_sta_gtk_index + 0x00000000401adadc 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2d (size before relaxing) + 0x00000000401adadc ieee80211_set_sta_gtk_index + *fill* 0x00000000401adb05 0x3 + .text.ieee80211_set_gtk + 0x00000000401adb08 0x45 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x55 (size before relaxing) + 0x00000000401adb10 ieee80211_set_gtk + *fill* 0x00000000401adb4d 0x3 + .text.ieee80211_get_ptk + 0x00000000401adb50 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1c (size before relaxing) + 0x00000000401adb50 ieee80211_get_ptk + .text.ieee80211_get_spp + 0x00000000401adb68 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x35 (size before relaxing) + 0x00000000401adb68 ieee80211_get_spp + *fill* 0x00000000401adb95 0x3 + .text.esp_wifi_wpa_ptk_init_done_internal + 0x00000000401adb98 0x7d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x9d (size before relaxing) + 0x00000000401adb9c esp_wifi_wpa_ptk_init_done_internal + *fill* 0x00000000401adc15 0x3 + .text.esp_wifi_enable_sta_privacy_internal + 0x00000000401adc18 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x20 (size before relaxing) + 0x00000000401adc18 esp_wifi_enable_sta_privacy_internal + .text.esp_wifi_sta_is_running_internal + 0x00000000401adc34 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x22 (size before relaxing) + 0x00000000401adc34 esp_wifi_sta_is_running_internal + *fill* 0x00000000401adc52 0x2 + .text.esp_wifi_sta_send_mgmt_internal + 0x00000000401adc54 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x23 (size before relaxing) + 0x00000000401adc54 esp_wifi_sta_send_mgmt_internal + *fill* 0x00000000401adc6f 0x1 + .text.esp_wifi_auth_done_internal + 0x00000000401adc70 0xa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x11 (size before relaxing) + 0x00000000401adc70 esp_wifi_auth_done_internal + *fill* 0x00000000401adc7a 0x2 + .text.esp_wifi_unregister_wpa2_cb_internal + 0x00000000401adc7c 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2a (size before relaxing) + 0x00000000401adc7c esp_wifi_unregister_wpa2_cb_internal + *fill* 0x00000000401adc9e 0x2 + .text.esp_wifi_unregister_wpa_cb_internal + 0x00000000401adca0 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2a (size before relaxing) + 0x00000000401adca0 esp_wifi_unregister_wpa_cb_internal + *fill* 0x00000000401adcc2 0x2 + .text.esp_wifi_register_wpa_cb_internal + 0x00000000401adcc4 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1e (size before relaxing) + 0x00000000401adcc4 esp_wifi_register_wpa_cb_internal + *fill* 0x00000000401adcd7 0x1 + .text.esp_wifi_get_assoc_bssid_internal + 0x00000000401adcd8 0x4e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x5e (size before relaxing) + 0x00000000401adcd8 esp_wifi_get_assoc_bssid_internal + *fill* 0x00000000401add26 0x2 + .text.ieee80211_sta_is_connected + 0x00000000401add28 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x00000000401add2c ieee80211_sta_is_connected + .text.esp_wifi_get_hostap_private_internal + 0x00000000401add40 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x16 (size before relaxing) + 0x00000000401add40 esp_wifi_get_hostap_private_internal + *fill* 0x00000000401add52 0x2 + .text.esp_wifi_deauthenticate_internal + 0x00000000401add54 0x4e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x5e (size before relaxing) + 0x00000000401add54 esp_wifi_deauthenticate_internal + *fill* 0x00000000401adda2 0x2 + .text.esp_wifi_get_spp_attrubute_internal + 0x00000000401adda4 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x28 (size before relaxing) + 0x00000000401adda4 esp_wifi_get_spp_attrubute_internal + .text.esp_wifi_get_user_init_flag_internal + 0x00000000401addc8 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1d (size before relaxing) + 0x00000000401addc8 esp_wifi_get_user_init_flag_internal + *fill* 0x00000000401adde1 0x3 + .text.wifi_set_rx_policy + 0x00000000401adde4 0x150 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1b3 (size before relaxing) + 0x00000000401adde8 wifi_set_rx_policy + *fill* 0x00000000401adf34 0x0 + .text.esp_wifi_register_tx_cb_internal + 0x00000000401adf34 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x18 (size before relaxing) + 0x00000000401adf34 esp_wifi_register_tx_cb_internal + .text.esp_wifi_get_macaddr_internal + 0x00000000401adf48 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1f (size before relaxing) + 0x00000000401adf48 esp_wifi_get_macaddr_internal + *fill* 0x00000000401adf63 0x1 + .text.esp_wifi_ap_deauth_internal + 0x00000000401adf64 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x15 (size before relaxing) + 0x00000000401adf64 esp_wifi_ap_deauth_internal + *fill* 0x00000000401adf75 0x3 + .text.wifi_init_key + 0x00000000401adf78 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x34 (size before relaxing) + 0x00000000401adf7c wifi_init_key + .text.esp_wifi_set_ap_key_internal + 0x00000000401adfa4 0x11d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x165 (size before relaxing) + 0x00000000401adfb0 esp_wifi_set_ap_key_internal + *fill* 0x00000000401ae0c1 0x3 + .text.ppInstallKey + 0x00000000401ae0c4 0x11e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x172 (size before relaxing) + 0x00000000401ae0c8 ppInstallKey + *fill* 0x00000000401ae1e2 0x2 + .text.esp_wifi_set_sta_key_internal + 0x00000000401ae1e4 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2c (size before relaxing) + 0x00000000401ae1e4 esp_wifi_set_sta_key_internal + .text.esp_wifi_get_sta_key_internal + 0x00000000401ae20c 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x30 (size before relaxing) + 0x00000000401ae20c esp_wifi_get_sta_key_internal + .text.esp_wifi_get_appie_internal + 0x00000000401ae234 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1b (size before relaxing) + 0x00000000401ae234 esp_wifi_get_appie_internal + *fill* 0x00000000401ae24b 0x1 + .text.esp_wifi_set_appie_internal + 0x00000000401ae24c 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x6a (size before relaxing) + 0x00000000401ae250 esp_wifi_set_appie_internal + *fill* 0x00000000401ae2a2 0x2 + .text.esp_wifi_unset_appie_internal + 0x00000000401ae2a4 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1a (size before relaxing) + 0x00000000401ae2a4 esp_wifi_unset_appie_internal + *fill* 0x00000000401ae2ba 0x2 + .text.esp_wifi_sta_wpa2_ent_disable_internal + 0x00000000401ae2bc 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x6a (size before relaxing) + 0x00000000401ae2c0 esp_wifi_sta_wpa2_ent_disable_internal + *fill* 0x00000000401ae312 0x2 + .text.esp_wifi_set_wps_type_internal + 0x00000000401ae314 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x54 (size before relaxing) + 0x00000000401ae318 esp_wifi_set_wps_type_internal + .text.esp_wifi_get_wps_type_internal + 0x00000000401ae354 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x10 (size before relaxing) + 0x00000000401ae354 esp_wifi_get_wps_type_internal + .text.esp_wifi_get_wps_status_internal + 0x00000000401ae360 0xc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x10 (size before relaxing) + 0x00000000401ae360 esp_wifi_get_wps_status_internal + .text.esp_wifi_disarm_sta_connection_timer_internal + 0x00000000401ae36c 0x4e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x5a (size before relaxing) + 0x00000000401ae36c esp_wifi_disarm_sta_connection_timer_internal + *fill* 0x00000000401ae3ba 0x2 + .text.esp_wifi_set_wps_status_internal + 0x00000000401ae3bc 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x54 (size before relaxing) + 0x00000000401ae3c0 esp_wifi_set_wps_status_internal + .text.esp_wifi_set_wps_cb_internal + 0x00000000401ae3fc 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x62 (size before relaxing) + 0x00000000401ae400 esp_wifi_set_wps_cb_internal + *fill* 0x00000000401ae446 0x2 + .text.esp_wifi_set_wps_start_flag_internal + 0x00000000401ae448 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x14 (size before relaxing) + 0x00000000401ae448 esp_wifi_set_wps_start_flag_internal + *fill* 0x00000000401ae455 0x3 + .text.esp_wifi_sta_pmf_enabled + 0x00000000401ae458 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x00000000401ae458 esp_wifi_sta_pmf_enabled + *fill* 0x00000000401ae466 0x2 + .text.esp_wifi_sta_get_mgmt_group_cipher + 0x00000000401ae468 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1c (size before relaxing) + 0x00000000401ae468 esp_wifi_sta_get_mgmt_group_cipher + .text.esp_wifi_set_igtk_internal + 0x00000000401ae480 0x70 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x74 (size before relaxing) + 0x00000000401ae488 esp_wifi_set_igtk_internal + .text.ieee80211w_get_active_igtk_key_id + 0x00000000401ae4f0 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1b (size before relaxing) + 0x00000000401ae4f0 ieee80211w_get_active_igtk_key_id + *fill* 0x00000000401ae503 0x1 + .text.ieee80211w_get_igtk_from_keyidx + 0x00000000401ae504 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2a (size before relaxing) + 0x00000000401ae508 ieee80211w_get_igtk_from_keyidx + *fill* 0x00000000401ae52a 0x2 + .text.esp_wifi_skip_supp_pmkcaching + 0x00000000401ae52c 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x00000000401ae52c esp_wifi_skip_supp_pmkcaching + *fill* 0x00000000401ae53a 0x2 + .text.ieee80211_ampdu_age_handle + 0x00000000401ae53c 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401ae54b 0x1 + .text.ieee80211_addba + 0x00000000401ae54c 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401ae55b 0x1 + .text.ieee80211_coexist + 0x00000000401ae55c 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x00000000401ae58e 0x2 + .text.ieee80211_sta_retry_assoc + 0x00000000401ae590 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x00000000401ae5bf 0x1 + .text.ieee80211_sta_sa_query_timeout + 0x00000000401ae5c0 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x00000000401ae5ef 0x1 + .text.ieee80211_sta_try_sa_query + 0x00000000401ae5f0 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x00000000401ae61f 0x1 + .text.ieee80211_assoc + 0x00000000401ae620 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x41 (size before relaxing) + *fill* 0x00000000401ae64e 0x2 + .text.ieee80211_hostap_handle + 0x00000000401ae650 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x00000000401ae682 0x2 + .text.ieee80211_auth + 0x00000000401ae684 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x00000000401ae6b3 0x1 + .text.ieee80211_send_beacon + 0x00000000401ae6b4 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x44 (size before relaxing) + .text.ieee80211_chm_dwell + 0x00000000401ae6e8 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x00000000401ae71a 0x2 + .text.ieee80211_handshake + 0x00000000401ae71c 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x00000000401ae74b 0x1 + .text.ieee80211_beacon + 0x00000000401ae74c 0x3f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x52 (size before relaxing) + *fill* 0x00000000401ae78b 0x1 + .text.ieee80211_probe_send + 0x00000000401ae78c 0x3f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x52 (size before relaxing) + *fill* 0x00000000401ae7cb 0x1 + .text.ieee80211_csa + 0x00000000401ae7cc 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x4e (size before relaxing) + *fill* 0x00000000401ae807 0x1 + .text.ieee80211_scan_enter_op_chan + 0x00000000401ae808 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x00000000401ae83a 0x2 + .text.ieee80211_scan_inter_chan + 0x00000000401ae83c 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x00000000401ae86e 0x2 + .text.ieee80211_timer_connect + 0x00000000401ae870 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x41 (size before relaxing) + *fill* 0x00000000401ae89e 0x2 + .text.ieee80211_timer_do_process + 0x00000000401ae8a0 0x9a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0xaa (size before relaxing) + 0x00000000401ae8ac ieee80211_timer_do_process + *fill* 0x00000000401ae93a 0x2 + .text.ieee80211_timer_process + 0x00000000401ae93c 0xb4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0xfc (size before relaxing) + 0x00000000401ae94c ieee80211_timer_process + .text.chm_end_op_timeout + 0x00000000401ae9f0 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x16 (size before relaxing) + *fill* 0x00000000401ae9fe 0x2 + .text.chm_phy_change_channel$constprop$3 + 0x00000000401aea00 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x6b (size before relaxing) + *fill* 0x00000000401aea5b 0x1 + .text.chm_mhz2num + 0x00000000401aea5c 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x68 (size before relaxing) + 0x00000000401aea70 chm_mhz2num + .text.chm_deinit + 0x00000000401aeac0 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x2e (size before relaxing) + 0x00000000401aeac0 chm_deinit + *fill* 0x00000000401aeae6 0x2 + .text.chm_release_lock + 0x00000000401aeae8 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x20 (size before relaxing) + 0x00000000401aeae8 chm_release_lock + .text.chm_end_op + 0x00000000401aeb04 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x36 (size before relaxing) + 0x00000000401aeb04 chm_end_op + *fill* 0x00000000401aeb32 0x2 + .text.chm_end_op_timeout_process + 0x00000000401aeb34 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x2e (size before relaxing) + 0x00000000401aeb34 chm_end_op_timeout_process + *fill* 0x00000000401aeb53 0x1 + .text.chm_cancel_op + 0x00000000401aeb54 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x50 (size before relaxing) + 0x00000000401aeb54 chm_cancel_op + .text.chm_acquire_lock + 0x00000000401aeb94 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x41 (size before relaxing) + 0x00000000401aeb94 chm_acquire_lock + *fill* 0x00000000401aebc9 0x3 + .text.chm_get_current_channel + 0x00000000401aebcc 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x11 (size before relaxing) + 0x00000000401aebcc chm_get_current_channel + *fill* 0x00000000401aebd9 0x3 + .text.chm_get_home_channel + 0x00000000401aebdc 0xd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x11 (size before relaxing) + 0x00000000401aebdc chm_get_home_channel + *fill* 0x00000000401aebe9 0x3 + .text.chm_set_home_channel + 0x00000000401aebec 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x84 (size before relaxing) + 0x00000000401aebf4 chm_set_home_channel + .text.chm_get_chan_info + 0x00000000401aec54 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x26 (size before relaxing) + 0x00000000401aec54 chm_get_chan_info + *fill* 0x00000000401aec76 0x2 + .text.chm_set_current_channel + 0x00000000401aec78 0xfb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x12f (size before relaxing) + 0x00000000401aec8c chm_set_current_channel + *fill* 0x00000000401aed73 0x1 + .text.chm_init + 0x00000000401aed74 0xdb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0xfb (size before relaxing) + 0x00000000401aed7c chm_init + *fill* 0x00000000401aee4f 0x1 + .text.chm_change_channel + 0x00000000401aee50 0xe3 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x113 (size before relaxing) + *fill* 0x00000000401aef33 0x1 + .text.chm_start_op + 0x00000000401aef34 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x46 (size before relaxing) + 0x00000000401aef34 chm_start_op + *fill* 0x00000000401aef72 0x2 + .text.chm_return_home_channel + 0x00000000401aef74 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x59 (size before relaxing) + 0x00000000401aef78 chm_return_home_channel + *fill* 0x00000000401aefbd 0x3 + .text.cnx_sta_connect_led_timer_cb + 0x00000000401aefc0 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x23 (size before relaxing) + 0x00000000401aefc0 cnx_sta_connect_led_timer_cb + *fill* 0x00000000401aefdf 0x1 + .text.cnx_cal_rc_util + 0x00000000401aefe0 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x5e (size before relaxing) + *fill* 0x00000000401af03a 0x2 + .text.cnx_get_next_rc + 0x00000000401af03c 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x42 (size before relaxing) + *fill* 0x00000000401af076 0x2 + .text.cnx_traverse_rc_lis_done + 0x00000000401af078 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x43 (size before relaxing) + *fill* 0x00000000401af0ab 0x1 + .text.cnx_connect_op + 0x00000000401af0ac 0x187 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x1e7 (size before relaxing) + *fill* 0x00000000401af233 0x1 + .text.cnx_connect_timeout + 0x00000000401af234 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x00000000401af234 cnx_connect_timeout + *fill* 0x00000000401af242 0x2 + .text.cnx_handshake_timeout + 0x00000000401af244 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x00000000401af244 cnx_handshake_timeout + *fill* 0x00000000401af252 0x2 + .text.cnx_csa_fn + 0x00000000401af254 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x18 (size before relaxing) + 0x00000000401af254 cnx_csa_fn + .text.mgd_probe_send_timeout + 0x00000000401af264 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + *fill* 0x00000000401af272 0x2 + .text.cnx_beacon_timeout + 0x00000000401af274 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + *fill* 0x00000000401af282 0x2 + .text.send_ap_probe + 0x00000000401af284 0x96 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xc2 (size before relaxing) + *fill* 0x00000000401af31a 0x2 + .text.cnx_probe_rc + 0x00000000401af31c 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x76 (size before relaxing) + *fill* 0x00000000401af372 0x2 + .text.cnx_connect_to_bss + 0x00000000401af374 0x352 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x3e2 (size before relaxing) + *fill* 0x00000000401af6c6 0x2 + .text.ieee80211_cnx_attach + 0x00000000401af6c8 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x52 (size before relaxing) + 0x00000000401af6d0 ieee80211_cnx_attach + *fill* 0x00000000401af706 0x2 + .text._cnx_start_connect_without_scan + 0x00000000401af708 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x78 (size before relaxing) + 0x00000000401af70c _cnx_start_connect_without_scan + .text.cnx_can_do_obss_scan + 0x00000000401af768 0x66 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x72 (size before relaxing) + 0x00000000401af778 cnx_can_do_obss_scan + *fill* 0x00000000401af7ce 0x2 + .text.cnx_obss_scan + 0x00000000401af7d0 0x76 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xb6 (size before relaxing) + 0x00000000401af7e0 cnx_obss_scan + *fill* 0x00000000401af846 0x2 + .text.cnx_obss_scan_timeout + 0x00000000401af848 0x5d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x75 (size before relaxing) + 0x00000000401af858 cnx_obss_scan_timeout + *fill* 0x00000000401af8a5 0x3 + .text.cnx_sta_scan_cmd + 0x00000000401af8a8 0x2ae ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x396 (size before relaxing) + 0x00000000401af8d8 cnx_sta_scan_cmd + *fill* 0x00000000401afb56 0x2 + .text.cnx_auth_timeout + 0x00000000401afb58 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x00000000401afb58 cnx_auth_timeout + *fill* 0x00000000401afb66 0x2 + .text.cnx_assoc_timeout + 0x00000000401afb68 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x00000000401afb68 cnx_assoc_timeout + *fill* 0x00000000401afb76 0x2 + .text.cnx_coexist_timeout + 0x00000000401afb78 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x00000000401afb78 cnx_coexist_timeout + *fill* 0x00000000401afb86 0x2 + .text.cnx_coexist_timeout_process + 0x00000000401afb88 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x58 (size before relaxing) + 0x00000000401afb88 cnx_coexist_timeout_process + .text.wl_is_ap_no_lr + 0x00000000401afbd0 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x00000000401afbd4 wl_is_ap_no_lr + *fill* 0x00000000401afbdf 0x1 + .text.wl_clear_ap_no_lr + 0x00000000401afbe0 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x17 (size before relaxing) + 0x00000000401afbe0 wl_clear_ap_no_lr + *fill* 0x00000000401afbf3 0x1 + .text.cnx_csa_fn_process + 0x00000000401afbf4 0xe0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x128 (size before relaxing) + 0x00000000401afc00 cnx_csa_fn_process + .text.cnx_bss_init + 0x00000000401afcd4 0x93 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x9f (size before relaxing) + 0x00000000401afcdc cnx_bss_init + *fill* 0x00000000401afd67 0x1 + .text.cnx_check_bssid_in_blacklist + 0x00000000401afd68 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x31 (size before relaxing) + 0x00000000401afd68 cnx_check_bssid_in_blacklist + *fill* 0x00000000401afd91 0x3 + .text.cnx_add_to_blacklist + 0x00000000401afd94 0xb4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xd8 (size before relaxing) + 0x00000000401afda0 cnx_add_to_blacklist + .text.cnx_clear_blacklist + 0x00000000401afe48 0x5d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x71 (size before relaxing) + 0x00000000401afe4c cnx_clear_blacklist + *fill* 0x00000000401afea5 0x3 + .text.cnx_choose_rc + 0x00000000401afea8 0x1ba ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x21a (size before relaxing) + *fill* 0x00000000401b0062 0x2 + .text.cnx_rc_search + 0x00000000401b0064 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x44 (size before relaxing) + 0x00000000401b0064 cnx_rc_search + .text.cnx_add_rc + 0x00000000401b009c 0x8d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x91 (size before relaxing) + 0x00000000401b00a0 cnx_add_rc + *fill* 0x00000000401b0129 0x3 + .text.cnx_remove_all_rc + 0x00000000401b012c 0x53 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x5f (size before relaxing) + 0x00000000401b0130 cnx_remove_all_rc + *fill* 0x00000000401b017f 0x1 + .text.cnx_do_handoff + 0x00000000401b0180 0x31d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x3cd (size before relaxing) + *fill* 0x00000000401b049d 0x3 + .text.cnx_connect_next_ap + 0x00000000401b04a0 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x54 (size before relaxing) + 0x00000000401b04a4 cnx_connect_next_ap + .text.cnx_start_handoff_cb + 0x00000000401b04dc 0x47 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x6b (size before relaxing) + 0x00000000401b04e0 cnx_start_handoff_cb + *fill* 0x00000000401b0523 0x1 + .text.cnx_remove_rc + 0x00000000401b0524 0xb5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xc9 (size before relaxing) + 0x00000000401b052c cnx_remove_rc + *fill* 0x00000000401b05d9 0x3 + .text.cnx_sta_connect_cmd + 0x00000000401b05dc 0x210 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x2d4 (size before relaxing) + 0x00000000401b05f4 cnx_sta_connect_cmd + .text.cnx_connect_timeout_process + 0x00000000401b07ec 0x84 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xab (size before relaxing) + 0x00000000401b07f4 cnx_connect_timeout_process + *fill* 0x00000000401b0870 0x0 + .text.cnx_auth_timeout_process + 0x00000000401b0870 0x39 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x61 (size before relaxing) + 0x00000000401b0878 cnx_auth_timeout_process + *fill* 0x00000000401b08a9 0x3 + .text.cnx_assoc_timeout_process + 0x00000000401b08ac 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x4a (size before relaxing) + 0x00000000401b08b0 cnx_assoc_timeout_process + *fill* 0x00000000401b08d6 0x2 + .text.cnx_handshake_timeout_process + 0x00000000401b08d8 0x8a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xbe (size before relaxing) + 0x00000000401b08e0 cnx_handshake_timeout_process + *fill* 0x00000000401b0962 0x2 + .text.cnx_bss_alloc + 0x00000000401b0964 0x294 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x2f8 (size before relaxing) + 0x00000000401b0978 cnx_bss_alloc + .text.cnx_remove_rc_except + 0x00000000401b0bf8 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x7f (size before relaxing) + 0x00000000401b0bfc cnx_remove_rc_except + *fill* 0x00000000401b0c67 0x1 + .text.cnx_rc_update_rssi + 0x00000000401b0c68 0x71 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x75 (size before relaxing) + 0x00000000401b0c68 cnx_rc_update_rssi + *fill* 0x00000000401b0cd9 0x3 + .text.cnx_rc_update_state_metric + 0x00000000401b0cdc 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x77 (size before relaxing) + 0x00000000401b0cdc cnx_rc_update_state_metric + *fill* 0x00000000401b0d4b 0x1 + .text.cnx_probe_rc_tx_cb + 0x00000000401b0d4c 0x51 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x78 (size before relaxing) + *fill* 0x00000000401b0d9d 0x3 + .text.cnx_update_bss + 0x00000000401b0da0 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x2a (size before relaxing) + 0x00000000401b0da0 cnx_update_bss + *fill* 0x00000000401b0dbe 0x2 + .text.mgd_probe_send_timeout_process + 0x00000000401b0dc0 0x130 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16c (size before relaxing) + 0x00000000401b0dd8 mgd_probe_send_timeout_process + .text.cnx_node_alloc + 0x00000000401b0ef0 0x8a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xa2 (size before relaxing) + 0x00000000401b0ef0 cnx_node_alloc + *fill* 0x00000000401b0f7a 0x2 + .text.cnx_node_remove + 0x00000000401b0f7c 0xc1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xe1 (size before relaxing) + 0x00000000401b0f7c cnx_node_remove + *fill* 0x00000000401b103d 0x3 + .text.cnx_sta_pm + 0x00000000401b1040 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x3c (size before relaxing) + 0x00000000401b1040 cnx_sta_pm + *fill* 0x00000000401b1071 0x3 + .text.cnx_update_bss_more + 0x00000000401b1074 0x29a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x326 (size before relaxing) + 0x00000000401b1078 cnx_update_bss_more + *fill* 0x00000000401b130e 0x2 + .text.cnx_beacon_timeout_process + 0x00000000401b1310 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xb4 (size before relaxing) + 0x00000000401b1314 cnx_beacon_timeout_process + .text.ic_set_sta + 0x00000000401b138c 0xc6 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xe6 (size before relaxing) + 0x00000000401b138c ic_set_sta + *fill* 0x00000000401b1452 0x2 + .text.cnx_sta_leave + 0x00000000401b1454 0x206 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x286 (size before relaxing) + 0x00000000401b145c cnx_sta_leave + *fill* 0x00000000401b165a 0x2 + .text.cnx_sta_associated + 0x00000000401b165c 0x16a ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x19e (size before relaxing) + 0x00000000401b1678 cnx_sta_associated + *fill* 0x00000000401b17c6 0x2 + .text.cnx_node_leave + 0x00000000401b17c8 0x170 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x1be (size before relaxing) + 0x00000000401b17d8 cnx_node_leave + *fill* 0x00000000401b1938 0x0 + .text.cnx_node_join + 0x00000000401b1938 0x2d9 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x361 (size before relaxing) + 0x00000000401b1964 cnx_node_join + *fill* 0x00000000401b1c11 0x3 + .text.cnx_start_obss_scan + 0x00000000401b1c14 0xd8 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xf8 (size before relaxing) + 0x00000000401b1c24 cnx_start_obss_scan + .text.cnx_obss_scan_done_cb + 0x00000000401b1cec 0x12d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x171 (size before relaxing) + 0x00000000401b1d00 cnx_obss_scan_done_cb + *fill* 0x00000000401b1e19 0x3 + .text.cnx_auth_done + 0x00000000401b1e1c 0x2a2 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x33e (size before relaxing) + 0x00000000401b1e4c cnx_auth_done + *fill* 0x00000000401b20be 0x2 + .text.offchan_in_progress + 0x00000000401b20c0 0xf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + 0x00000000401b20c4 offchan_in_progress + *fill* 0x00000000401b20cf 0x1 + .text.offchan_recv_action + 0x00000000401b20d0 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + 0x20 (size before relaxing) + 0x00000000401b20d0 offchan_recv_action + .text.offchan_send_action_tx_status + 0x00000000401b20ec 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + 0x3f (size before relaxing) + 0x00000000401b20ec offchan_send_action_tx_status + *fill* 0x00000000401b2123 0x1 + .text.ieee80211_send_action_register + 0x00000000401b2124 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x00000000401b2134 ieee80211_send_action_register + *fill* 0x00000000401b2193 0x1 + .text.ieee80211_send_action + 0x00000000401b2194 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x82 (size before relaxing) + 0x00000000401b2198 ieee80211_send_action + *fill* 0x00000000401b2206 0x2 + .text.ieee80211_recv_action_register + 0x00000000401b2208 0x83 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x00000000401b221c ieee80211_recv_action_register + *fill* 0x00000000401b228b 0x1 + .text.ieee80211_recv_action + 0x00000000401b228c 0xbb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0xdf (size before relaxing) + 0x00000000401b2298 ieee80211_recv_action + *fill* 0x00000000401b2347 0x1 + .text.get_iav_key + 0x00000000401b2348 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0x00000000401b234c get_iav_key + .text.ieee80211_recv_action_vendor_spec + 0x00000000401b2364 0xda ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0xea (size before relaxing) + 0x00000000401b236c ieee80211_recv_action_vendor_spec + *fill* 0x00000000401b243e 0x2 + .text.ieee80211_action_vendor_spec_attach + 0x00000000401b2440 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0x38 (size before relaxing) + 0x00000000401b2444 ieee80211_action_vendor_spec_attach + .text.ccmp_encap + 0x00000000401b2470 0x83 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x87 (size before relaxing) + *fill* 0x00000000401b24f3 0x1 + .text.ccmp_decap + 0x00000000401b24f4 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x9b (size before relaxing) + *fill* 0x00000000401b2588 0x0 + .text.ieee80211_decrypt_espnow_pkt + 0x00000000401b2588 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x66 (size before relaxing) + 0x00000000401b2588 ieee80211_decrypt_espnow_pkt + *fill* 0x00000000401b25da 0x2 + .text.ieee80211_ccmp_decrypt + 0x00000000401b25dc 0x1dd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x1f5 (size before relaxing) + 0x00000000401b25e8 ieee80211_ccmp_decrypt + *fill* 0x00000000401b27b9 0x3 + .text.ieee80211_ccmp_encrypt + 0x00000000401b27bc 0xea ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x102 (size before relaxing) + 0x00000000401b27c0 ieee80211_ccmp_encrypt + *fill* 0x00000000401b28a6 0x2 + .text.sms4_decap + 0x00000000401b28a8 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + 0x76 (size before relaxing) + *fill* 0x00000000401b2916 0x2 + .text.sms4_encap + 0x00000000401b2918 0xca ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + 0xd2 (size before relaxing) + *fill* 0x00000000401b29e2 0x2 + .text.tkip_decap + 0x00000000401b29e4 0x9f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0xa7 (size before relaxing) + *fill* 0x00000000401b2a83 0x1 + .text.tkip_encap + 0x00000000401b2a84 0x9d ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0xa5 (size before relaxing) + *fill* 0x00000000401b2b21 0x3 + .text.wep_encap + 0x00000000401b2b24 0x65 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + 0x69 (size before relaxing) + *fill* 0x00000000401b2b89 0x3 + .text.ieee80211_getmgtframe + 0x00000000401b2b8c 0x3f ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + 0x47 (size before relaxing) + 0x00000000401b2b8c ieee80211_getmgtframe + *fill* 0x00000000401b2bcb 0x1 + .text.ieee80211_getbcnframe + 0x00000000401b2bcc 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + 0x8e (size before relaxing) + 0x00000000401b2bd4 ieee80211_getbcnframe + *fill* 0x00000000401b2c3a 0x2 + .text.esf_buf_alloc_dynamic_default_handler + 0x00000000401b2c3c 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x21 (size before relaxing) + 0x00000000401b2c40 esf_buf_alloc_dynamic_default_handler + *fill* 0x00000000401b2c59 0x3 + .text.esf_buf_alloc_default_handler + 0x00000000401b2c5c 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x21 (size before relaxing) + 0x00000000401b2c60 esf_buf_alloc_default_handler + *fill* 0x00000000401b2c79 0x3 + .text.esf_buf_recycle_default_handler + 0x00000000401b2c7c 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x22 (size before relaxing) + 0x00000000401b2c80 esf_buf_recycle_default_handler + *fill* 0x00000000401b2c9a 0x2 + .text.esf_buf_setup_static + 0x00000000401b2c9c 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x62 (size before relaxing) + 0x00000000401b2ca8 esf_buf_setup_static + *fill* 0x00000000401b2cee 0x2 + .text.esf_buf_free_static + 0x00000000401b2cf0 0x96 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0xaa (size before relaxing) + 0x00000000401b2cf0 esf_buf_free_static + *fill* 0x00000000401b2d86 0x2 + .text.esf_buf_setdown + 0x00000000401b2d88 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x19 (size before relaxing) + 0x00000000401b2d88 esf_buf_setdown + *fill* 0x00000000401b2d9d 0x3 + .text.esf_buf_setup + 0x00000000401b2da0 0x187 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x202 (size before relaxing) + 0x00000000401b2dc0 esf_buf_setup + *fill* 0x00000000401b2f27 0x1 + .text.ic_get_addr + 0x00000000401b2f28 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x00000000401b2f2c ic_get_addr + *fill* 0x00000000401b2f3d 0x3 + .text.ic_get_ptk_alg + 0x00000000401b2f40 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000401b2f40 ic_get_ptk_alg + .text.ic_disable_crypto + 0x00000000401b2f54 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x30 (size before relaxing) + 0x00000000401b2f54 ic_disable_crypto + .text.ic_set_key + 0x00000000401b2f7c 0x54 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x5c (size before relaxing) + 0x00000000401b2f7c ic_set_key + .text.ic_get_key + 0x00000000401b2fd0 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x5c (size before relaxing) + 0x00000000401b2fd0 ic_get_key + .text.ic_obtain_key + 0x00000000401b3020 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x7f (size before relaxing) + 0x00000000401b3020 ic_obtain_key + *fill* 0x00000000401b308f 0x1 + .text.ic_tx_pkt + 0x00000000401b3090 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x15 (size before relaxing) + 0x00000000401b3090 ic_tx_pkt + *fill* 0x00000000401b30a1 0x3 + .text.ic_ebuf_alloc + 0x00000000401b30a4 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x00000000401b30a8 ic_ebuf_alloc + .text.ic_ebuf_recycle_tx + 0x00000000401b30bc 0xe ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401b30bc ic_ebuf_recycle_tx + *fill* 0x00000000401b30ca 0x2 + .text.ic_ebuf_recycle_rx + 0x00000000401b30cc 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401b30cc ic_ebuf_recycle_rx + *fill* 0x00000000401b30d6 0x2 + .text.esp_wifi_internal_free_rx_buffer + 0x00000000401b30d8 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401b30d8 esp_wifi_internal_free_rx_buffer + *fill* 0x00000000401b30e2 0x2 + .text.ic_register_tx_cb + 0x00000000401b30e4 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x19 (size before relaxing) + 0x00000000401b30e4 ic_register_tx_cb + *fill* 0x00000000401b30f9 0x3 + .text.ic_register_rx_cb + 0x00000000401b30fc 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x16 (size before relaxing) + 0x00000000401b30fc ic_register_rx_cb + *fill* 0x00000000401b310e 0x2 + .text.ic_register_timer_post_cb + 0x00000000401b3110 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401b3110 ic_register_timer_post_cb + .text.ic_register_michael_mic_failure_cb + 0x00000000401b311c 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401b311c ic_register_michael_mic_failure_cb + .text.ic_set_promis_filter + 0x00000000401b3128 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401b3128 ic_set_promis_filter + .text.ic_register_promis_rx_cb + 0x00000000401b3134 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x19 (size before relaxing) + 0x00000000401b3134 ic_register_promis_rx_cb + *fill* 0x00000000401b3145 0x3 + .text.ic_register_config_cb + 0x00000000401b3148 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000401b3148 ic_register_config_cb + .text.ic_register_pm_tx_null_cb + 0x00000000401b315c 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000401b315c ic_register_pm_tx_null_cb + .text.ic_register_net80211_tx_cb + 0x00000000401b3170 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000401b3170 ic_register_net80211_tx_cb + .text.ic_register_timer_cb + 0x00000000401b3184 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000401b3184 ic_register_timer_cb + .text.ic_enable_sniffer + 0x00000000401b3198 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401b3198 ic_enable_sniffer + *fill* 0x00000000401b31a2 0x2 + .text.ic_disable_sniffer + 0x00000000401b31a4 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401b31a4 ic_disable_sniffer + *fill* 0x00000000401b31ae 0x2 + .text.ic_set_vif + 0x00000000401b31b0 0x183 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1e7 (size before relaxing) + 0x00000000401b31cc ic_set_vif + *fill* 0x00000000401b3333 0x1 + .text.ic_get_next_tbtt + 0x00000000401b3334 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401b3334 ic_get_next_tbtt + *fill* 0x00000000401b333e 0x2 + .text.ic_del_rx_ba + 0x00000000401b3340 0xb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401b3340 ic_del_rx_ba + *fill* 0x00000000401b334b 0x1 + .text.ic_reset_rx_ba + 0x00000000401b334c 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1b (size before relaxing) + 0x00000000401b334c ic_reset_rx_ba + *fill* 0x00000000401b3360 0x0 + .text.ic_add_rx_ba + 0x00000000401b3360 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x20 (size before relaxing) + 0x00000000401b3360 ic_add_rx_ba + *fill* 0x00000000401b3379 0x3 + .text.ic_reset_tbtt + 0x00000000401b337c 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0xf (size before relaxing) + 0x00000000401b337c ic_reset_tbtt + *fill* 0x00000000401b3384 0x0 + .text.ic_del_key_all + 0x00000000401b3384 0xd ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401b3384 ic_del_key_all + *fill* 0x00000000401b3391 0x3 + .text.ic_del_key + 0x00000000401b3394 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401b3394 ic_del_key + *fill* 0x00000000401b339e 0x2 + .text.ic_set_ac_param + 0x00000000401b33a0 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1e (size before relaxing) + 0x00000000401b33a0 ic_set_ac_param + *fill* 0x00000000401b33b7 0x1 + .text.ic_ampdu_op + 0x00000000401b33b8 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x30 (size before relaxing) + 0x00000000401b33b8 ic_ampdu_op + *fill* 0x00000000401b33d9 0x3 + .text.ic_set_trc + 0x00000000401b33dc 0xb0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0xd0 (size before relaxing) + 0x00000000401b33e0 ic_set_trc + .text.ic_deinit + 0x00000000401b348c 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x2f (size before relaxing) + 0x00000000401b348c ic_deinit + *fill* 0x00000000401b349f 0x1 + .text.ic_init 0x00000000401b34a0 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x6e (size before relaxing) + 0x00000000401b34a0 ic_init + *fill* 0x00000000401b34d3 0x1 + .text.ic_enable + 0x00000000401b34d4 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x4a (size before relaxing) + 0x00000000401b34d8 ic_enable + *fill* 0x00000000401b350a 0x2 + .text.ic_disable + 0x00000000401b350c 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x38 (size before relaxing) + 0x00000000401b350c ic_disable + .text.ic_enable_rx + 0x00000000401b3538 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x23 (size before relaxing) + 0x00000000401b3538 ic_enable_rx + *fill* 0x00000000401b3553 0x1 + .text.ic_disable_rx + 0x00000000401b3554 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x23 (size before relaxing) + 0x00000000401b3554 ic_disable_rx + *fill* 0x00000000401b356f 0x1 + .text.ic_set_beacon_int + 0x00000000401b3570 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401b3570 ic_set_beacon_int + *fill* 0x00000000401b357a 0x2 + .text.ic_set_mac + 0x00000000401b357c 0xd ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401b357c ic_set_mac + *fill* 0x00000000401b3589 0x3 + .text.ic_set_bssid + 0x00000000401b358c 0xd ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401b358c ic_set_bssid + *fill* 0x00000000401b3599 0x3 + .text.ic_set_current_channel + 0x00000000401b359c 0xc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x13 (size before relaxing) + 0x00000000401b359c ic_set_current_channel + *fill* 0x00000000401b35a8 0x0 + .text.ic_get_trc + 0x00000000401b35a8 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x17 (size before relaxing) + 0x00000000401b35a8 ic_get_trc + *fill* 0x00000000401b35b8 0x0 + .text.ic_get_pp_hdl + 0x00000000401b35b8 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401b35b8 ic_get_pp_hdl + *fill* 0x00000000401b35c2 0x2 + .text.ic_set_rx_policy_ubssid_check + 0x00000000401b35c4 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1c (size before relaxing) + 0x00000000401b35c4 ic_set_rx_policy_ubssid_check + .text.ic_set_rx_policy + 0x00000000401b35dc 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1d (size before relaxing) + 0x00000000401b35dc ic_set_rx_policy + *fill* 0x00000000401b35f2 0x2 + .text.ic_set_sta_auth_flag + 0x00000000401b35f4 0xb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401b35f4 ic_set_sta_auth_flag + *fill* 0x00000000401b35ff 0x1 + .text.ic_set_interface + 0x00000000401b3600 0xd ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000401b3600 ic_set_interface + *fill* 0x00000000401b360d 0x3 + .text.ic_trc_update_ifx_phy_mode + 0x00000000401b3610 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x13 (size before relaxing) + 0x00000000401b3610 ic_trc_update_ifx_phy_mode + *fill* 0x00000000401b361f 0x1 + .text.ic_stop_hw_txq + 0x00000000401b3620 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401b3620 ic_stop_hw_txq + *fill* 0x00000000401b362a 0x2 + .text.ic_stop_sw_txq + 0x00000000401b362c 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x2a (size before relaxing) + 0x00000000401b3630 ic_stop_sw_txq + *fill* 0x00000000401b3646 0x2 + .text.ic_txq_empty + 0x00000000401b3648 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401b3648 ic_txq_empty + *fill* 0x00000000401b3652 0x2 + .text.ic_create_wifi_task + 0x00000000401b3654 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401b3654 ic_create_wifi_task + *fill* 0x00000000401b365e 0x2 + .text.ic_delete_wifi_task + 0x00000000401b3660 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000401b3660 ic_delete_wifi_task + *fill* 0x00000000401b366a 0x2 + .text.lmacInitAc + 0x00000000401b366c 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x00000000401b36a7 0x1 + .text.lmacIsIdle + 0x00000000401b36a8 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x1f (size before relaxing) + 0x00000000401b36a8 lmacIsIdle + *fill* 0x00000000401b36c3 0x1 + .text.lmacIsLongFrame + 0x00000000401b36c4 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x00000000401b36c8 lmacIsLongFrame + *fill* 0x00000000401b36e5 0x3 + .text.lmacSetTxFrame + 0x00000000401b36e8 0x13c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x168 (size before relaxing) + 0x00000000401b36ec lmacSetTxFrame + .text.lmacSetAcParam + 0x00000000401b3824 0x4d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x51 (size before relaxing) + 0x00000000401b3824 lmacSetAcParam + *fill* 0x00000000401b3871 0x3 + .text.lmacInit + 0x00000000401b3874 0xa0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xdc (size before relaxing) + 0x00000000401b387c lmacInit + .text.lmacEndRetryAMPDUFail + 0x00000000401b3914 0x73 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x8f (size before relaxing) + 0x00000000401b3918 lmacEndRetryAMPDUFail + *fill* 0x00000000401b3987 0x1 + .text.lmacDiscardMSDU + 0x00000000401b3988 0xd7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xdf (size before relaxing) + 0x00000000401b3994 lmacDiscardMSDU + *fill* 0x00000000401b3a5f 0x1 + .text.lmacDiscardAgedMSDU + 0x00000000401b3a60 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x18 (size before relaxing) + 0x00000000401b3a60 lmacDiscardAgedMSDU + .text.lmacRetryTxFrame + 0x00000000401b3a74 0xac ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xc7 (size before relaxing) + 0x00000000401b3a80 lmacRetryTxFrame + *fill* 0x00000000401b3b20 0x0 + .text.lmacDiscardFrameExchangeSequence + 0x00000000401b3b20 0xb3 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xce (size before relaxing) + *fill* 0x00000000401b3bd3 0x1 + .text.lmacProcessTxSuccess + 0x00000000401b3bd4 0xee ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x10a (size before relaxing) + 0x00000000401b3be4 lmacProcessTxSuccess + *fill* 0x00000000401b3cc2 0x2 + .text.lmacProcessShortRetryFail + 0x00000000401b3cc4 0x20b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x24e (size before relaxing) + *fill* 0x00000000401b3ecf 0x1 + .text.lmacProcessCtsTimeout + 0x00000000401b3ed0 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x78 (size before relaxing) + 0x00000000401b3ed8 lmacProcessCtsTimeout + .text.lmacProcessLongRetryFail + 0x00000000401b3f30 0x18b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x1b7 (size before relaxing) + *fill* 0x00000000401b40bb 0x1 + .text.lmacProcessCollision + 0x00000000401b40bc 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xec (size before relaxing) + 0x00000000401b40cc lmacProcessCollision + .text.lmacProcessCollisions_task + 0x00000000401b417c 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x5e (size before relaxing) + 0x00000000401b417c lmacProcessCollisions_task + *fill* 0x00000000401b41be 0x2 + .text.lmacProcessAckTimeout + 0x00000000401b41c0 0xc4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xec (size before relaxing) + 0x00000000401b41d0 lmacProcessAckTimeout + .text.lmacProcessTxRtsError + 0x00000000401b4284 0xba ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xe2 (size before relaxing) + 0x00000000401b4294 lmacProcessTxRtsError + *fill* 0x00000000401b433e 0x2 + .text.lmacProcessTxseckiderr + 0x00000000401b4340 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x16 (size before relaxing) + 0x00000000401b4340 lmacProcessTxseckiderr + *fill* 0x00000000401b4352 0x2 + .text.lmacProcessTxError + 0x00000000401b4354 0xa0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xc4 (size before relaxing) + 0x00000000401b435c lmacProcessTxError + .text.lmacProcessTxComplete + 0x00000000401b43f4 0x158 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x1a4 (size before relaxing) + 0x00000000401b440c lmacProcessTxComplete + .text.lmacRxDone + 0x00000000401b454c 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x20 (size before relaxing) + 0x00000000401b4550 lmacRxDone + .text.lmacDisableTransmit + 0x00000000401b4568 0x86 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xb2 (size before relaxing) + 0x00000000401b456c lmacDisableTransmit + *fill* 0x00000000401b45ee 0x2 + .text.lmacProcessTxTimeout + 0x00000000401b45f0 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x52 (size before relaxing) + 0x00000000401b45f0 lmacProcessTxTimeout + *fill* 0x00000000401b462e 0x2 + .text.lmac_stop_hw_txq + 0x00000000401b4630 0x9f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xc3 (size before relaxing) + 0x00000000401b463c lmac_stop_hw_txq + *fill* 0x00000000401b46cf 0x1 + .text.esp_wifi_set_11b_tx_plcp + 0x00000000401b46d0 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x18 (size before relaxing) + 0x00000000401b46d0 esp_wifi_set_11b_tx_plcp + .text.pm_get_connectionless_status + 0x00000000401b46e4 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + *fill* 0x00000000401b470b 0x1 + .text.pm_disable_noise_timer + 0x00000000401b470c 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1b (size before relaxing) + *fill* 0x00000000401b4723 0x1 + .text.pm_enable_noise_timer + 0x00000000401b4724 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x20 (size before relaxing) + .text.pm_incr_active_cnt + 0x00000000401b473c 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x21 (size before relaxing) + *fill* 0x00000000401b4759 0x3 + .text.pm_incr_coex_active_cnt + 0x00000000401b475c 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x23 (size before relaxing) + *fill* 0x00000000401b477b 0x1 + .text.pm_disable_active_timer + 0x00000000401b477c 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x29 (size before relaxing) + *fill* 0x00000000401b479d 0x3 + .text.pm_coex_schm_process + 0x00000000401b47a0 0xf0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xf8 (size before relaxing) + .text.pm_disconnected_wake + 0x00000000401b4890 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x3d (size before relaxing) + *fill* 0x00000000401b48c1 0x3 + .text.pm_coex_schm_process_restart + 0x00000000401b48c4 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x3e (size before relaxing) + *fill* 0x00000000401b48f6 0x2 + .text.pm_mac_sleep_init + 0x00000000401b48f8 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x46 (size before relaxing) + *fill* 0x00000000401b492e 0x2 + .text.pm_mac_sleep_deinit + 0x00000000401b4930 0x32 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x46 (size before relaxing) + *fill* 0x00000000401b4962 0x2 + .text.pm_connectionless_wake_window_timeout + 0x00000000401b4964 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b4973 0x1 + .text.pm_connectionless_wake_interval_timeout + 0x00000000401b4974 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b4983 0x1 + .text.pm_disconnected_sleep_delay_timeout + 0x00000000401b4984 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b4993 0x1 + .text.pm_coex_slice_wifi_timeout + 0x00000000401b4994 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b49a3 0x1 + .text.pm_coex_schm_timeout + 0x00000000401b49a4 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b49b3 0x1 + .text.pm_noise_check_timeout + 0x00000000401b49b4 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b49c3 0x1 + .text.pm_sleep_delay_timeout + 0x00000000401b49c4 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b49d3 0x1 + .text.pm_active_timeout + 0x00000000401b49d4 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b49e3 0x1 + .text.pm_dream_timeout + 0x00000000401b49e4 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b49f3 0x1 + .text.pm_tbtt_timeout + 0x00000000401b49f4 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b4a03 0x1 + .text.pm_is_sleeping + 0x00000000401b4a04 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x26 (size before relaxing) + 0x00000000401b4a04 pm_is_sleeping + *fill* 0x00000000401b4a26 0x2 + .text.pm_is_open + 0x00000000401b4a28 0xb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xf (size before relaxing) + 0x00000000401b4a28 pm_is_open + *fill* 0x00000000401b4a33 0x1 + .text.pm_allow_tx + 0x00000000401b4a34 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x70 (size before relaxing) + 0x00000000401b4a34 pm_allow_tx + .text.pm_noise_check_disable + 0x00000000401b4a94 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x21 (size before relaxing) + 0x00000000401b4a94 pm_noise_check_disable + *fill* 0x00000000401b4aaa 0x2 + .text.pm_noise_check_enable + 0x00000000401b4aac 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x26 (size before relaxing) + 0x00000000401b4aac pm_noise_check_enable + *fill* 0x00000000401b4aca 0x2 + .text.pm_enable_sleep_delay_timer + 0x00000000401b4acc 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x33 (size before relaxing) + 0x00000000401b4ad0 pm_enable_sleep_delay_timer + *fill* 0x00000000401b4af7 0x1 + .text.pm_disable_disconnected_sleep_delay_timer + 0x00000000401b4af8 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1b (size before relaxing) + 0x00000000401b4afc pm_disable_disconnected_sleep_delay_timer + *fill* 0x00000000401b4b0f 0x1 + .text.sta_pm_phy_ref_acquire + 0x00000000401b4b10 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x2b (size before relaxing) + *fill* 0x00000000401b4b2b 0x1 + .text.pm_enable_disconnected_sleep_delay_timer + 0x00000000401b4b2c 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x4a (size before relaxing) + 0x00000000401b4b2c pm_enable_disconnected_sleep_delay_timer + *fill* 0x00000000401b4b66 0x2 + .text.sta_pm_phy_ref_release + 0x00000000401b4b68 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x28 (size before relaxing) + .text.pm_update_by_connectionless_status + 0x00000000401b4b88 0x9a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xb6 (size before relaxing) + 0x00000000401b4b90 pm_update_by_connectionless_status + *fill* 0x00000000401b4c22 0x2 + .text.pm_noise_check + 0x00000000401b4c24 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x61 (size before relaxing) + 0x00000000401b4c24 pm_noise_check + *fill* 0x00000000401b4c6d 0x3 + .text.pm_pend_noise_check + 0x00000000401b4c70 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x35 (size before relaxing) + 0x00000000401b4c70 pm_pend_noise_check + *fill* 0x00000000401b4c95 0x3 + .text.pm_noise_check_process + 0x00000000401b4c98 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x26 (size before relaxing) + 0x00000000401b4c98 pm_noise_check_process + *fill* 0x00000000401b4cac 0x0 + .text.pm_register_pm_tx_null_cb + 0x00000000401b4cac 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x00000000401b4cb0 pm_register_pm_tx_null_cb + *fill* 0x00000000401b4cbf 0x1 + .text.pm_send_nullfunc + 0x00000000401b4cc0 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x42 (size before relaxing) + 0x00000000401b4cc0 pm_send_nullfunc + *fill* 0x00000000401b4cfa 0x2 + .text.pm_mac_wakeup + 0x00000000401b4cfc 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x00000000401b4d00 pm_mac_wakeup + *fill* 0x00000000401b4d0b 0x1 + .text.pm_mac_sleep + 0x00000000401b4d0c 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x00000000401b4d10 pm_mac_sleep + *fill* 0x00000000401b4d1b 0x1 + .text.pm_disconnected_sleep + 0x00000000401b4d1c 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x4e (size before relaxing) + 0x00000000401b4d1c pm_disconnected_sleep + *fill* 0x00000000401b4d56 0x2 + .text.pm_send_probe_start + 0x00000000401b4d58 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x54 (size before relaxing) + 0x00000000401b4d5c pm_send_probe_start + .text.pm_send_probe_stop + 0x00000000401b4d9c 0x38 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x44 (size before relaxing) + 0x00000000401b4da0 pm_send_probe_stop + .text.pm_off_channel + 0x00000000401b4dd4 0xb9 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xd9 (size before relaxing) + 0x00000000401b4dd4 pm_off_channel + *fill* 0x00000000401b4e8d 0x3 + .text.pm_on_channel + 0x00000000401b4e90 0x64 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x7c (size before relaxing) + 0x00000000401b4e90 pm_on_channel + .text.pm_wake_up + 0x00000000401b4ef4 0x41 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x4d (size before relaxing) + 0x00000000401b4ef4 pm_wake_up + *fill* 0x00000000401b4f35 0x3 + .text.pm_wake_done + 0x00000000401b4f38 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x24 (size before relaxing) + 0x00000000401b4f38 pm_wake_done + .text.pm_go_to_sleep + 0x00000000401b4f54 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x7e (size before relaxing) + 0x00000000401b4f60 pm_go_to_sleep + *fill* 0x00000000401b4fb6 0x2 + .text.pm_go_to_wake + 0x00000000401b4fb8 0x53 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x7a (size before relaxing) + 0x00000000401b4fb8 pm_go_to_wake + *fill* 0x00000000401b500b 0x1 + .text.pm_update_params + 0x00000000401b500c 0x45 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x4d (size before relaxing) + 0x00000000401b5010 pm_update_params + *fill* 0x00000000401b5051 0x3 + .text.pm_set_next_tbtt + 0x00000000401b5054 0x166 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x17a (size before relaxing) + 0x00000000401b5060 pm_set_next_tbtt + *fill* 0x00000000401b51ba 0x2 + .text.pm_mesh_set_next_tbtt + 0x00000000401b51bc 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x7e (size before relaxing) + 0x00000000401b51bc pm_mesh_set_next_tbtt + *fill* 0x00000000401b521e 0x2 + .text.pm_beacon_timestamp_statistic + 0x00000000401b5220 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x39 (size before relaxing) + 0x00000000401b5224 pm_beacon_timestamp_statistic + *fill* 0x00000000401b5251 0x3 + .text.pm_is_in_wifi_slice_threshold + 0x00000000401b5254 0x45 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x4d (size before relaxing) + 0x00000000401b5254 pm_is_in_wifi_slice_threshold + *fill* 0x00000000401b5299 0x3 + .text.pm_coex_schm_timeout_process + 0x00000000401b529c 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x4e (size before relaxing) + 0x00000000401b529c pm_coex_schm_timeout_process + *fill* 0x00000000401b52da 0x2 + .text.pm_coex_tbtt_process + 0x00000000401b52dc 0xc8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xe8 (size before relaxing) + 0x00000000401b52e0 pm_coex_tbtt_process + .text.pm_coex_slice_timeout_process + 0x00000000401b53a4 0xaa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xd2 (size before relaxing) + 0x00000000401b53a8 pm_coex_slice_timeout_process + *fill* 0x00000000401b544e 0x2 + .text.pm_active_timeout_process + 0x00000000401b5450 0x5c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x77 (size before relaxing) + 0x00000000401b5450 pm_active_timeout_process + *fill* 0x00000000401b54ac 0x0 + .text.pm_sleep_delay_timeout_process + 0x00000000401b54ac 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1c (size before relaxing) + 0x00000000401b54b0 pm_sleep_delay_timeout_process + .text.pm_disconnected_sleep_delay_timeout_process + 0x00000000401b54c4 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x42 (size before relaxing) + 0x00000000401b54c4 pm_disconnected_sleep_delay_timeout_process + *fill* 0x00000000401b54ef 0x1 + .text.pm_connectionless_wake_interval_timeout_process + 0x00000000401b54f0 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xf (size before relaxing) + 0x00000000401b54f0 pm_connectionless_wake_interval_timeout_process + *fill* 0x00000000401b54f8 0x0 + .text.pm_connectionless_wake_window_timeout_process + 0x00000000401b54f8 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x3d (size before relaxing) + 0x00000000401b54f8 pm_connectionless_wake_window_timeout_process + *fill* 0x00000000401b5526 0x2 + .text.pm_tx_data_process + 0x00000000401b5528 0x149 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x195 (size before relaxing) + 0x00000000401b5528 pm_tx_data_process + *fill* 0x00000000401b5671 0x3 + .text.pm_tx_data_done_process + 0x00000000401b5674 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x58 (size before relaxing) + 0x00000000401b5674 pm_tx_data_done_process + .text.pm_tx_null_data_done_process + 0x00000000401b56b4 0x188 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1cc (size before relaxing) + 0x00000000401b56b4 pm_tx_null_data_done_process + .text.pm_send_sleep_null_cb + 0x00000000401b583c 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x16 (size before relaxing) + 0x00000000401b583c pm_send_sleep_null_cb + *fill* 0x00000000401b584e 0x2 + .text.pm_send_wake_null_cb + 0x00000000401b5850 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x16 (size before relaxing) + 0x00000000401b5850 pm_send_wake_null_cb + *fill* 0x00000000401b5862 0x2 + .text.pm_on_coex_schm_process_restart + 0x00000000401b5864 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xf (size before relaxing) + 0x00000000401b5864 pm_on_coex_schm_process_restart + *fill* 0x00000000401b586c 0x0 + .text.pm_on_probe_resp_rx + 0x00000000401b586c 0x66 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x76 (size before relaxing) + 0x00000000401b5870 pm_on_probe_resp_rx + *fill* 0x00000000401b58d2 0x2 + .text.pm_on_data_tx + 0x00000000401b58d4 0xd ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x14 (size before relaxing) + 0x00000000401b58d4 pm_on_data_tx + *fill* 0x00000000401b58e1 0x3 + .text.pm_on_data_tx_done + 0x00000000401b58e4 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x18 (size before relaxing) + 0x00000000401b58e4 pm_on_data_tx_done + *fill* 0x00000000401b58f5 0x3 + .text.pm_disconnected_start + 0x00000000401b58f8 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x43 (size before relaxing) + 0x00000000401b58f8 pm_disconnected_start + *fill* 0x00000000401b592b 0x1 + .text.pm_disconnected_stop + 0x00000000401b592c 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x38 (size before relaxing) + 0x00000000401b592c pm_disconnected_stop + .text.pm_start + 0x00000000401b5954 0x173 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1c3 (size before relaxing) + 0x00000000401b5958 pm_start + *fill* 0x00000000401b5ac7 0x1 + .text.pm_stop 0x00000000401b5ac8 0x1ea ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x26a (size before relaxing) + 0x00000000401b5ae4 pm_stop + *fill* 0x00000000401b5cb2 0x2 + .text.pm_attach + 0x00000000401b5cb4 0x13e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x186 (size before relaxing) + 0x00000000401b5ce4 pm_attach + *fill* 0x00000000401b5df2 0x2 + .text.pm_deattach + 0x00000000401b5df4 0x91 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xc1 (size before relaxing) + 0x00000000401b5df4 pm_deattach + *fill* 0x00000000401b5e85 0x3 + .text.pm_set_sleep_type + 0x00000000401b5e88 0xcf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x10b (size before relaxing) + 0x00000000401b5e90 pm_set_sleep_type + *fill* 0x00000000401b5f57 0x1 + .text.pm_get_sleep_type + 0x00000000401b5f58 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xe (size before relaxing) + 0x00000000401b5f58 pm_get_sleep_type + *fill* 0x00000000401b5f62 0x2 + .text.pm_enable_sta_disconnected_power_management + 0x00000000401b5f64 0x2d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x31 (size before relaxing) + 0x00000000401b5f64 pm_enable_sta_disconnected_power_management + *fill* 0x00000000401b5f91 0x3 + .text.pp_delete_task_manually + 0x00000000401b5f94 0x41 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x45 (size before relaxing) + *fill* 0x00000000401b5fd5 0x3 + .text.xswap 0x00000000401b5fd8 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401b5fe0 xswap + *fill* 0x00000000401b5ffa 0x2 + .text.pp_register_net80211_tx_cb + 0x00000000401b5ffc 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401b6000 pp_register_net80211_tx_cb + *fill* 0x00000000401b600f 0x1 + .text.pp_register_config_cb + 0x00000000401b6010 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401b6014 pp_register_config_cb + *fill* 0x00000000401b6023 0x1 + .text.pp_register_timer_cb + 0x00000000401b6024 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401b6028 pp_register_timer_cb + *fill* 0x00000000401b6037 0x1 + .text.pp_register_michael_mic_failure_cb + 0x00000000401b6038 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401b603c pp_register_michael_mic_failure_cb + *fill* 0x00000000401b604b 0x1 + .text.pp_default_event_handler + 0x00000000401b604c 0x21 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x2c (size before relaxing) + 0x00000000401b6054 pp_default_event_handler + *fill* 0x00000000401b606d 0x3 + .text.ppRegisterPromisRxCallback + 0x00000000401b6070 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x16 (size before relaxing) + 0x00000000401b6070 ppRegisterPromisRxCallback + *fill* 0x00000000401b6082 0x2 + .text.ppRegisterRxCallback + 0x00000000401b6084 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x23 (size before relaxing) + 0x00000000401b6084 ppRegisterRxCallback + *fill* 0x00000000401b60a3 0x1 + .text.ppRegisterTxCallback + 0x00000000401b60a4 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x4d (size before relaxing) + 0x00000000401b60a4 ppRegisterTxCallback + *fill* 0x00000000401b60ed 0x3 + .text.ppRecycleRxPkt + 0x00000000401b60f0 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x6f (size before relaxing) + 0x00000000401b60f8 ppRecycleRxPkt + *fill* 0x00000000401b614b 0x1 + .text.pp_coex_tx_release + 0x00000000401b614c 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x5e (size before relaxing) + 0x00000000401b614c pp_coex_tx_release + *fill* 0x00000000401b61a6 0x2 + .text.ppAssembleMicHdr + 0x00000000401b61a8 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x9c (size before relaxing) + 0x00000000401b61a8 ppAssembleMicHdr + .text.ppCalTkipMic + 0x00000000401b6230 0x104 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x138 (size before relaxing) + 0x00000000401b6234 ppCalTkipMic + .text.ppClearRxFragment + 0x00000000401b6334 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x3a (size before relaxing) + 0x00000000401b6338 ppClearRxFragment + *fill* 0x00000000401b635e 0x2 + .text.ppDequeueTxQ + 0x00000000401b6360 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x39 (size before relaxing) + 0x00000000401b6360 ppDequeueTxQ + *fill* 0x00000000401b6395 0x3 + .text.ppFillAMPDUBar + 0x00000000401b6398 0xfa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x11a (size before relaxing) + 0x00000000401b639c ppFillAMPDUBar + *fill* 0x00000000401b6492 0x2 + .text.ppReSendBar + 0x00000000401b6494 0x126 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x162 (size before relaxing) + 0x00000000401b6498 ppReSendBar + *fill* 0x00000000401b65ba 0x2 + .text.ppRecordBarRRC + 0x00000000401b65bc 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x22 (size before relaxing) + 0x00000000401b65bc ppRecordBarRRC + *fill* 0x00000000401b65da 0x2 + .text.ppTxqUpdateBitmap + 0x00000000401b65dc 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x2e (size before relaxing) + 0x00000000401b65dc ppTxqUpdateBitmap + *fill* 0x00000000401b6606 0x2 + .text.ppEnqueueTxDone + 0x00000000401b6608 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x73 (size before relaxing) + 0x00000000401b6610 ppEnqueueTxDone + *fill* 0x00000000401b6663 0x1 + .text.ppDequeueTxDone_Locked + 0x00000000401b6664 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x29 (size before relaxing) + 0x00000000401b6664 ppDequeueTxDone_Locked + *fill* 0x00000000401b6689 0x3 + .text.ppProcTxDone + 0x00000000401b668c 0x126 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x14e (size before relaxing) + 0x00000000401b66a4 ppProcTxDone + *fill* 0x00000000401b67b2 0x2 + .text.pp_create_task + 0x00000000401b67b4 0x189 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1d1 (size before relaxing) + 0x00000000401b67e0 pp_create_task + *fill* 0x00000000401b693d 0x3 + .text.pp_deattach + 0x00000000401b6940 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x42 (size before relaxing) + 0x00000000401b6940 pp_deattach + *fill* 0x00000000401b6976 0x2 + .text.ppGetTxframe + 0x00000000401b6978 0x8c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x90 (size before relaxing) + 0x00000000401b6980 ppGetTxframe + .text.ppInitTxq + 0x00000000401b6a04 0x5e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x62 (size before relaxing) + 0x00000000401b6a04 ppInitTxq + *fill* 0x00000000401b6a62 0x2 + .text.ppTxqEmpty + 0x00000000401b6a64 0x50 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x54 (size before relaxing) + 0x00000000401b6a68 ppTxqEmpty + .text.pp_delete_task + 0x00000000401b6ab4 0x7b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x96 (size before relaxing) + 0x00000000401b6ab8 pp_delete_task + *fill* 0x00000000401b6b2f 0x1 + .text.ppMapWaitTxq + 0x00000000401b6b30 0xda ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xea (size before relaxing) + 0x00000000401b6b34 ppMapWaitTxq + *fill* 0x00000000401b6c0a 0x2 + .text.ppProcessWaitingQueue + 0x00000000401b6c0c 0x59 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x65 (size before relaxing) + 0x00000000401b6c10 ppProcessWaitingQueue + *fill* 0x00000000401b6c65 0x3 + .text.ppDisableQueue + 0x00000000401b6c68 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x37 (size before relaxing) + 0x00000000401b6c68 ppDisableQueue + *fill* 0x00000000401b6c97 0x1 + .text.ppCheckTxIdle + 0x00000000401b6c98 0xad ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xb9 (size before relaxing) + 0x00000000401b6c98 ppCheckTxIdle + *fill* 0x00000000401b6d45 0x3 + .text.ppSelectNextQueue + 0x00000000401b6d48 0x8d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x99 (size before relaxing) + 0x00000000401b6d48 ppSelectNextQueue + *fill* 0x00000000401b6dd5 0x3 + .text.ppPrepareBarFrame + 0x00000000401b6dd8 0xcc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xe8 (size before relaxing) + 0x00000000401b6de8 ppPrepareBarFrame + .text.pp_attach + 0x00000000401b6ea4 0xc5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xfc (size before relaxing) + 0x00000000401b6eac pp_attach + *fill* 0x00000000401b6f69 0x3 + .text.ppDirectRecycleAmpdu + 0x00000000401b6f6c 0x57 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x63 (size before relaxing) + 0x00000000401b6f6c ppDirectRecycleAmpdu + *fill* 0x00000000401b6fc3 0x1 + .text.ppClearTxq + 0x00000000401b6fc4 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x53 (size before relaxing) + 0x00000000401b6fc4 ppClearTxq + *fill* 0x00000000401b7004 0x0 + .text.pp_stop_sw_txq + 0x00000000401b7004 0x65 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x83 (size before relaxing) + 0x00000000401b7004 pp_stop_sw_txq + *fill* 0x00000000401b7069 0x3 + .text.ppRecycleAmpdu + 0x00000000401b706c 0x78 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x8c (size before relaxing) + 0x00000000401b706c ppRecycleAmpdu + .text.ppRegressAmpdu + 0x00000000401b70e4 0x113 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x12f (size before relaxing) + 0x00000000401b70e8 ppRegressAmpdu + *fill* 0x00000000401b71f7 0x1 + .text.ppGetTaskHdl + 0x00000000401b71f8 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xe (size before relaxing) + 0x00000000401b71f8 ppGetTaskHdl + *fill* 0x00000000401b7202 0x2 + .text.dbg_lmac_ps_statis_reset + 0x00000000401b7204 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x1a (size before relaxing) + 0x00000000401b7204 dbg_lmac_ps_statis_reset + *fill* 0x00000000401b7216 0x2 + .text.pp_timer_connectionless_wake_window + 0x00000000401b7218 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b7227 0x1 + .text.pp_timer_connectionless_wake_interval + 0x00000000401b7228 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b7237 0x1 + .text.pp_timer_disconnected_sleep_delay + 0x00000000401b7238 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b7247 0x1 + .text.pp_timer_sleep_delay + 0x00000000401b7248 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b7257 0x1 + .text.pp_timer_coex_slice + 0x00000000401b7258 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b7267 0x1 + .text.pp_timer_coex_schm + 0x00000000401b7268 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b7277 0x1 + .text.pp_timer_active + 0x00000000401b7278 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b7287 0x1 + .text.pp_timer_dream + 0x00000000401b7288 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b7297 0x1 + .text.pp_timer_noise_check + 0x00000000401b7298 0xf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401b72a7 0x1 + .text.pp_timer_register_post_cb + 0x00000000401b72a8 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x00000000401b72ac pp_timer_register_post_cb + *fill* 0x00000000401b72bb 0x1 + .text.pp_timer_process + 0x00000000401b72bc 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x1e (size before relaxing) + 0x00000000401b72bc pp_timer_process + *fill* 0x00000000401b72d6 0x2 + .text.RC_GetDuration + 0x00000000401b72d8 0x75 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + *fill* 0x00000000401b734d 0x3 + .text.RC_GetAckTime + 0x00000000401b7350 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x1b (size before relaxing) + 0x00000000401b7350 RC_GetAckTime + *fill* 0x00000000401b7367 0x1 + .text.RC_GetCtsTime + 0x00000000401b7368 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x4d (size before relaxing) + 0x00000000401b7368 RC_GetCtsTime + *fill* 0x00000000401b73b1 0x3 + .text.RC_GetBlockAckTime + 0x00000000401b73b4 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x52 (size before relaxing) + 0x00000000401b73b4 RC_GetBlockAckTime + *fill* 0x00000000401b73fa 0x2 + .text.rc11GRate2SchedIdx + 0x00000000401b73fc 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc11BRate2SchedIdx + 0x00000000401b7418 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_set_per_conn_fix_rate + 0x00000000401b7434 0x81 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x00000000401b74b5 0x3 + .text.rx11NRate2AMPDULimit + 0x00000000401b74b8 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x00000000401b74bc rx11NRate2AMPDULimit + *fill* 0x00000000401b74d7 0x1 + .text.rcUpdateAMPDUParam + 0x00000000401b74d8 0xc2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xca (size before relaxing) + 0x00000000401b74e4 rcUpdateAMPDUParam + *fill* 0x00000000401b759a 0x2 + .text.rcGet11NHighestRateIdx + 0x00000000401b759c 0x68 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x70 (size before relaxing) + 0x00000000401b75a0 rcGet11NHighestRateIdx + .text.rcGet11GHighestRateIdx + 0x00000000401b7604 0x60 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x64 (size before relaxing) + 0x00000000401b7608 rcGet11GHighestRateIdx + .text.rcGet11BHighestRateIdx + 0x00000000401b7664 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x40 (size before relaxing) + 0x00000000401b7668 rcGet11BHighestRateIdx + .text.rcGetHighestRateIdx + 0x00000000401b76a0 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x52 (size before relaxing) + 0x00000000401b76a0 rcGetHighestRateIdx + *fill* 0x00000000401b76e2 0x2 + .text.rcClearCurSched + 0x00000000401b76e4 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x00000000401b76e8 rcClearCurSched + *fill* 0x00000000401b7715 0x3 + .text.rcClearCurAMPDUSched + 0x00000000401b7718 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x37 (size before relaxing) + 0x00000000401b7718 rcClearCurAMPDUSched + *fill* 0x00000000401b774b 0x1 + .text.rcUpdatePhyMode + 0x00000000401b774c 0x2d0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x308 (size before relaxing) + 0x00000000401b7794 rcUpdatePhyMode + .text.rcLowerSched + 0x00000000401b7a1c 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x9a (size before relaxing) + 0x00000000401b7a1c rcLowerSched + *fill* 0x00000000401b7a96 0x2 + .text.rcUpSched + 0x00000000401b7a98 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x8e (size before relaxing) + 0x00000000401b7a98 rcUpSched + *fill* 0x00000000401b7b06 0x2 + .text.rcTxUpdatePer + 0x00000000401b7b08 0x78 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x7f (size before relaxing) + 0x00000000401b7b0c rcTxUpdatePer + *fill* 0x00000000401b7b80 0x0 + .text.trc_onAmpduOp + 0x00000000401b7b80 0xe1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xe9 (size before relaxing) + 0x00000000401b7b80 trc_onAmpduOp + *fill* 0x00000000401b7c61 0x3 + .text.rcGetAmpduSched + 0x00000000401b7c64 0x8c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x98 (size before relaxing) + 0x00000000401b7c70 rcGetAmpduSched + .text.rcGetRate + 0x00000000401b7cf0 0x8b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x9b (size before relaxing) + 0x00000000401b7cf8 rcGetRate + *fill* 0x00000000401b7d7b 0x1 + .text.rssi_margin + 0x00000000401b7d7c 0x140 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x00000000401b7d80 rssi_margin + .text.TRC_PER_IS_GOOD + 0x00000000401b7ebc 0x4d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x51 (size before relaxing) + 0x00000000401b7ebc TRC_PER_IS_GOOD + *fill* 0x00000000401b7f09 0x3 + .text.TRC_AMPDU_PER_DOWN_THRESHOLD + 0x00000000401b7f0c 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x86 (size before relaxing) + 0x00000000401b7f10 TRC_AMPDU_PER_DOWN_THRESHOLD + *fill* 0x00000000401b7f7e 0x2 + .text.rcAmpduLowerRate + 0x00000000401b7f80 0xdb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x126 (size before relaxing) + 0x00000000401b7f80 rcAmpduLowerRate + *fill* 0x00000000401b805b 0x1 + .text.TRC_AMPDU_PER_UP_THRESHOLD + 0x00000000401b805c 0x5d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x69 (size before relaxing) + 0x00000000401b8060 TRC_AMPDU_PER_UP_THRESHOLD + *fill* 0x00000000401b80b9 0x3 + .text.rcUpdateRate + 0x00000000401b80bc 0x1fa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x252 (size before relaxing) + 0x00000000401b80c8 rcUpdateRate + *fill* 0x00000000401b82b6 0x2 + .text.rcReachRetryLimit + 0x00000000401b82b8 0xc2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xea (size before relaxing) + 0x00000000401b82cc rcReachRetryLimit + *fill* 0x00000000401b837a 0x2 + .text.rcAttach + 0x00000000401b837c 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x8e (size before relaxing) + 0x00000000401b837c rcAttach + *fill* 0x00000000401b83c2 0x2 + .text.trc_onPPTxDone + 0x00000000401b83c4 0x89 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xa1 (size before relaxing) + 0x00000000401b83c4 trc_onPPTxDone + *fill* 0x00000000401b844d 0x3 + .text.rc_enable_trc + 0x00000000401b8450 0xd0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xf8 (size before relaxing) + 0x00000000401b8458 rc_enable_trc + .text.rc_disable_trc + 0x00000000401b8520 0x5a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x6e (size before relaxing) + 0x00000000401b8524 rc_disable_trc + *fill* 0x00000000401b857a 0x2 + .text.rc_disable_trc_by_interface + 0x00000000401b857c 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x22 (size before relaxing) + 0x00000000401b857c rc_disable_trc_by_interface + *fill* 0x00000000401b859a 0x2 + .text.rc_get_trc_by_index + 0x00000000401b859c 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x3d (size before relaxing) + 0x00000000401b859c rc_get_trc_by_index + *fill* 0x00000000401b85d1 0x3 + .text.trc_init + 0x00000000401b85d4 0xa3 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xbb (size before relaxing) + 0x00000000401b85d8 trc_init + *fill* 0x00000000401b8677 0x1 + .text.trc_update_ifx_phy_mode + 0x00000000401b8678 0x47 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x5b (size before relaxing) + 0x00000000401b867c trc_update_ifx_phy_mode + *fill* 0x00000000401b86bf 0x1 + .text.trc_deinit + 0x00000000401b86c0 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x30 (size before relaxing) + 0x00000000401b86c0 trc_deinit + .text.wDev_SetCurChannel + 0x00000000401b86e8 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x21 (size before relaxing) + 0x00000000401b86e8 wDev_SetCurChannel + *fill* 0x00000000401b8705 0x3 + .text.wDev_Set_Beacon_Int + 0x00000000401b8708 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x00000000401b870c wDev_Set_Beacon_Int + *fill* 0x00000000401b8719 0x3 + .text.wDev_Reset_TBTT + 0x00000000401b871c 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x12 (size before relaxing) + 0x00000000401b871c wDev_Reset_TBTT + *fill* 0x00000000401b8726 0x2 + .text.wDev_reset_bcnSendTick + 0x00000000401b8728 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x00000000401b872c wDev_reset_bcnSendTick + *fill* 0x00000000401b873b 0x1 + .text.wDev_Get_Next_TBTT + 0x00000000401b873c 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x41 (size before relaxing) + 0x00000000401b873c wDev_Get_Next_TBTT + *fill* 0x00000000401b876d 0x3 + .text.wdev_mac_sleep_init + 0x00000000401b8770 0x52 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x66 (size before relaxing) + 0x00000000401b8780 wdev_mac_sleep_init + *fill* 0x00000000401b87c2 0x2 + .text.wdev_mac_sleep_deinit + 0x00000000401b87c4 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x26 (size before relaxing) + 0x00000000401b87c4 wdev_mac_sleep_deinit + *fill* 0x00000000401b87e2 0x2 + .text.wdev_csi_hw_bug_check + 0x00000000401b87e4 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x76 (size before relaxing) + 0x00000000401b87e8 wdev_csi_hw_bug_check + *fill* 0x00000000401b8852 0x2 + .text.wdev_csi_rx_process + 0x00000000401b8854 0xe6 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xfe (size before relaxing) + 0x00000000401b8864 wdev_csi_rx_process + *fill* 0x00000000401b893a 0x2 + .text.wdev_set_promis_misc_pkt + 0x00000000401b893c 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x88 (size before relaxing) + 0x00000000401b8948 wdev_set_promis_misc_pkt + .text.wdev_pop_promis_misc_buf + 0x00000000401b89b8 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x76 (size before relaxing) + 0x00000000401b89bc wdev_pop_promis_misc_buf + *fill* 0x00000000401b8a2a 0x2 + .text.wdev_process_misc_pkt + 0x00000000401b8a2c 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x9c (size before relaxing) + 0x00000000401b8a2c wdev_process_misc_pkt + .text.wdev_set_promis_misc_buf + 0x00000000401b8ab4 0x6d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x81 (size before relaxing) + 0x00000000401b8ab8 wdev_set_promis_misc_buf + *fill* 0x00000000401b8b21 0x3 + .text.wdev_set_promis_ctrl_pkt + 0x00000000401b8b24 0x35 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x3d (size before relaxing) + 0x00000000401b8b28 wdev_set_promis_ctrl_pkt + *fill* 0x00000000401b8b59 0x3 + .text.wdev_set_promis + 0x00000000401b8b5c 0x6e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xb2 (size before relaxing) + 0x00000000401b8b64 wdev_set_promis + *fill* 0x00000000401b8bca 0x2 + .text.wdev_set_promis_filter + 0x00000000401b8bcc 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x3e (size before relaxing) + 0x00000000401b8bd0 wdev_set_promis_filter + *fill* 0x00000000401b8c06 0x2 + .text.wDev_SnifferRxAmpdu + 0x00000000401b8c08 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x82 (size before relaxing) + 0x00000000401b8c08 wDev_SnifferRxAmpdu + *fill* 0x00000000401b8c7a 0x2 + .text.wDev_SnifferRxData + 0x00000000401b8c7c 0x264 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2a0 (size before relaxing) + 0x00000000401b8c7c wDev_SnifferRxData + .text.wDev_IndicateCtrlFrame + 0x00000000401b8ee0 0x104 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x128 (size before relaxing) + 0x00000000401b8ee4 wDev_IndicateCtrlFrame + .text.wDev_Rxbuf_Deinit + 0x00000000401b8fe4 0x61 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x71 (size before relaxing) + 0x00000000401b8fe8 wDev_Rxbuf_Deinit + *fill* 0x00000000401b9045 0x3 + .text.wDev_Rxbuf_Init + 0x00000000401b9048 0x1f9 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x251 (size before relaxing) + 0x00000000401b906c wDev_Rxbuf_Init + *fill* 0x00000000401b9241 0x3 + .text.wDev_disable_low_rate + 0x00000000401b9244 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x00000000401b9244 wDev_disable_low_rate + *fill* 0x00000000401b924c 0x0 + .text.wDev_enable_low_rate + 0x00000000401b924c 0x8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x00000000401b924c wDev_enable_low_rate + *fill* 0x00000000401b9254 0x0 + .text.wDev_is_low_rate_enable + 0x00000000401b9254 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x00000000401b9258 wDev_is_low_rate_enable + *fill* 0x00000000401b9265 0x3 + .text.wDev_Insert_KeyEntry + 0x00000000401b9268 0x82 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x96 (size before relaxing) + 0x00000000401b9268 wDev_Insert_KeyEntry + *fill* 0x00000000401b92ea 0x2 + .text.wDev_remove_KeyEntry + 0x00000000401b92ec 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x3f (size before relaxing) + 0x00000000401b92ec wDev_remove_KeyEntry + *fill* 0x00000000401b9323 0x1 + .text.wDev_remove_KeyEntry_all_cnx + 0x00000000401b9324 0x2a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x35 (size before relaxing) + 0x00000000401b9324 wDev_remove_KeyEntry_all_cnx + *fill* 0x00000000401b934e 0x2 + .text.wDev_Crypto_Disable + 0x00000000401b9350 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2a (size before relaxing) + 0x00000000401b9350 wDev_Crypto_Disable + *fill* 0x00000000401b9372 0x2 + .text.config_get_wifi_ampdu_rx_enable + 0x00000000401b9374 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b9374 config_get_wifi_ampdu_rx_enable + *fill* 0x00000000401b937e 0x2 + .text.config_get_wifi_ampdu_tx_enable + 0x00000000401b9380 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b9380 config_get_wifi_ampdu_tx_enable + *fill* 0x00000000401b938a 0x2 + .text.config_get_wifi_amsdu_tx_enable + 0x00000000401b938c 0xb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x00000000401b938c config_get_wifi_amsdu_tx_enable + *fill* 0x00000000401b9397 0x1 + .text.config_get_wifi_nvs_enable + 0x00000000401b9398 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b9398 config_get_wifi_nvs_enable + *fill* 0x00000000401b93a2 0x2 + .text.config_get_wifi_rx_baw + 0x00000000401b93a4 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b93a4 config_get_wifi_rx_baw + *fill* 0x00000000401b93ae 0x2 + .text.config_get_wifi_static_rx_buffer_num + 0x00000000401b93b0 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b93b0 config_get_wifi_static_rx_buffer_num + *fill* 0x00000000401b93ba 0x2 + .text.config_get_wifi_dynamic_rx_buffer_num + 0x00000000401b93bc 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b93bc config_get_wifi_dynamic_rx_buffer_num + *fill* 0x00000000401b93c6 0x2 + .text.config_get_wifi_tx_buffer_type + 0x00000000401b93c8 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b93c8 config_get_wifi_tx_buffer_type + *fill* 0x00000000401b93d2 0x2 + .text.config_get_wifi_static_tx_buffer_num + 0x00000000401b93d4 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b93d4 config_get_wifi_static_tx_buffer_num + *fill* 0x00000000401b93de 0x2 + .text.config_get_wifi_dynamic_tx_buffer_num + 0x00000000401b93e0 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b93e0 config_get_wifi_dynamic_tx_buffer_num + *fill* 0x00000000401b93ea 0x2 + .text.config_get_wifi_cache_tx_buffer_num + 0x00000000401b93ec 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b93ec config_get_wifi_cache_tx_buffer_num + *fill* 0x00000000401b93f6 0x2 + .text.config_get_wifi_task_stack_size + 0x00000000401b93f8 0x25 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2d (size before relaxing) + 0x00000000401b93fc config_get_wifi_task_stack_size + *fill* 0x00000000401b941d 0x3 + .text.config_get_wifi_task_core_id + 0x00000000401b9420 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b9420 config_get_wifi_task_core_id + *fill* 0x00000000401b942a 0x2 + .text.config_get_wifi_beacon_max_len + 0x00000000401b942c 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b942c config_get_wifi_beacon_max_len + *fill* 0x00000000401b9436 0x2 + .text.config_get_wifi_mgmt_sbuf_num + 0x00000000401b9438 0xa ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x00000000401b9438 config_get_wifi_mgmt_sbuf_num + *fill* 0x00000000401b9442 0x2 + .text.config_get_wifi_feature_capabilities + 0x00000000401b9444 0xe ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x12 (size before relaxing) + 0x00000000401b9444 config_get_wifi_feature_capabilities + *fill* 0x00000000401b9452 0x2 + .text.config_is_cache_tx_buf_enabled + 0x00000000401b9454 0xe ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x12 (size before relaxing) + 0x00000000401b9454 config_is_cache_tx_buf_enabled + *fill* 0x00000000401b9462 0x2 + .text.config_get_wifi_sta_disconnected_pm + 0x00000000401b9464 0xb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x00000000401b9464 config_get_wifi_sta_disconnected_pm + *fill* 0x00000000401b946f 0x1 + .text.hal_agreement_add_rx_ba + 0x00000000401b9470 0x115 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x121 (size before relaxing) + 0x00000000401b9490 hal_agreement_add_rx_ba + *fill* 0x00000000401b9585 0x3 + .text.hal_agreement_clr_rx_ba + 0x00000000401b9588 0x82 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0xa2 (size before relaxing) + 0x00000000401b958c hal_agreement_clr_rx_ba + *fill* 0x00000000401b960a 0x2 + .text.hal_agreement_del_rx_ba + 0x00000000401b960c 0x6b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x87 (size before relaxing) + 0x00000000401b9610 hal_agreement_del_rx_ba + *fill* 0x00000000401b9677 0x1 + .text.hal_ba_session_store + 0x00000000401b9678 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x46 (size before relaxing) + 0x00000000401b9678 hal_ba_session_store + *fill* 0x00000000401b96b6 0x2 + .text.hal_ba_session_restore + 0x00000000401b96b8 0x67 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x77 (size before relaxing) + 0x00000000401b96b8 hal_ba_session_restore + *fill* 0x00000000401b971f 0x1 + .text.hal_crypto_clr_key_entry + 0x00000000401b9720 0xb8 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x00000000401b974c hal_crypto_clr_key_entry + .text.hal_crypto_set_key_entry + 0x00000000401b97d8 0x137 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x163 (size before relaxing) + 0x00000000401b97f8 hal_crypto_set_key_entry + *fill* 0x00000000401b990f 0x1 + .text.hal_crypto_is_key_valid + 0x00000000401b9910 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x1b (size before relaxing) + 0x00000000401b9910 hal_crypto_is_key_valid + *fill* 0x00000000401b9927 0x1 + .text.hal_crypto_get_key_entry + 0x00000000401b9928 0xa4 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0xbc (size before relaxing) + 0x00000000401b9934 hal_crypto_get_key_entry + .text.hal_crypto_init + 0x00000000401b99cc 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x4d (size before relaxing) + 0x00000000401b99e0 hal_crypto_init + *fill* 0x00000000401b9a15 0x3 + .text.hal_crypto_enable + 0x00000000401b9a18 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x58 (size before relaxing) + 0x00000000401b9a20 hal_crypto_enable + .text.hal_crypto_disable + 0x00000000401b9a64 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x4c (size before relaxing) + 0x00000000401b9a64 hal_crypto_disable + .text.mac_tx_set_plcp0 + 0x00000000401b9aa0 0xbc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0xcc (size before relaxing) + 0x00000000401b9abc mac_tx_set_plcp0 + .text.mac_tx_set_duration + 0x00000000401b9b5c 0x3c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x00000000401b9b60 mac_tx_set_duration + .text.hal_mac_tx_set_ppdu + 0x00000000401b9b98 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x46 (size before relaxing) + 0x00000000401b9b98 hal_mac_tx_set_ppdu + *fill* 0x00000000401b9bba 0x2 + .text.hal_mac_tx_config_timeout + 0x00000000401b9bbc 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x34 (size before relaxing) + 0x00000000401b9bc0 hal_mac_tx_config_timeout + .text.hal_mac_txq_disable + 0x00000000401b9bec 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2c (size before relaxing) + 0x00000000401b9bec hal_mac_txq_disable + .text.hal_mac_set_txq_invalid + 0x00000000401b9c10 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2c (size before relaxing) + 0x00000000401b9c10 hal_mac_set_txq_invalid + .text.hal_mac_is_txq_enabled + 0x00000000401b9c34 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x1d (size before relaxing) + 0x00000000401b9c34 hal_mac_is_txq_enabled + *fill* 0x00000000401b9c4d 0x3 + .text.hal_mac_tx_set_cca + 0x00000000401b9c50 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2b (size before relaxing) + 0x00000000401b9c54 hal_mac_tx_set_cca + *fill* 0x00000000401b9c77 0x1 + .text.hal_mac_disable_low_rate + 0x00000000401b9c78 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x77 (size before relaxing) + 0x00000000401b9c90 hal_mac_disable_low_rate + *fill* 0x00000000401b9ce7 0x1 + .text.hal_mac_enable_low_rate + 0x00000000401b9ce8 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x70 (size before relaxing) + 0x00000000401b9cec hal_mac_enable_low_rate + .text.mac_rxbuf_init + 0x00000000401b9d40 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x86 (size before relaxing) + 0x00000000401b9d60 mac_rxbuf_init + *fill* 0x00000000401b9dbe 0x2 + .text.hal_disable_mac + 0x00000000401b9dc0 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x00000000401b9dd0 hal_disable_mac + *fill* 0x00000000401b9e0a 0x2 + .text.hal_enable_mac + 0x00000000401b9e0c 0x2b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x37 (size before relaxing) + 0x00000000401b9e0c hal_enable_mac + *fill* 0x00000000401b9e37 0x1 + .text.hal_mac_set_rxq_policy + 0x00000000401b9e38 0x44 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x00000000401b9e3c hal_mac_set_rxq_policy + .text.mac_last_rxbuf_init + 0x00000000401b9e7c 0x71 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x7d (size before relaxing) + 0x00000000401b9e90 mac_last_rxbuf_init + *fill* 0x00000000401b9eed 0x3 + .text.hal_deinit + 0x00000000401b9ef0 0x69 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x6d (size before relaxing) + 0x00000000401b9f00 hal_deinit + *fill* 0x00000000401b9f59 0x3 + .text.hal_mac_set_addr + 0x00000000401b9f5c 0x6a ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x72 (size before relaxing) + 0x00000000401b9f60 hal_mac_set_addr + *fill* 0x00000000401b9fc6 0x2 + .text.hal_mac_set_bssid + 0x00000000401b9fc8 0x95 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0xa1 (size before relaxing) + 0x00000000401b9fd8 hal_mac_set_bssid + *fill* 0x00000000401ba05d 0x3 + .text.hal_mac_rx_set_policy + 0x00000000401ba060 0xc6 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0xde (size before relaxing) + 0x00000000401ba068 hal_mac_rx_set_policy + *fill* 0x00000000401ba126 0x2 + .text.hal_init + 0x00000000401ba128 0x39e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x40a (size before relaxing) + 0x00000000401ba198 hal_init + *fill* 0x00000000401ba4c6 0x2 + .text.hal_mac_tsf_get_time + 0x00000000401ba4c8 0x8f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x97 (size before relaxing) + 0x00000000401ba4d8 hal_mac_tsf_get_time + *fill* 0x00000000401ba557 0x1 + .text.hal_get_tsf_time + 0x00000000401ba558 0x73 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x7b (size before relaxing) + 0x00000000401ba564 hal_get_tsf_time + *fill* 0x00000000401ba5cb 0x1 + .text.hal_mac_tsf_reset + 0x00000000401ba5cc 0x109 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x119 (size before relaxing) + 0x00000000401ba5ec hal_mac_tsf_reset + *fill* 0x00000000401ba6d5 0x3 + .text.mac_tx_set_plcp1 + 0x00000000401ba6d8 0x7f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x83 (size before relaxing) + 0x00000000401ba6e0 mac_tx_set_plcp1 + *fill* 0x00000000401ba757 0x1 + .text.mac_tx_set_plcp2 + 0x00000000401ba758 0x7e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x92 (size before relaxing) + 0x00000000401ba76c mac_tx_set_plcp2 + *fill* 0x00000000401ba7d6 0x2 + .text.mac_tx_set_htsig + 0x00000000401ba7d8 0x12d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x14d (size before relaxing) + 0x00000000401ba7e8 mac_tx_set_htsig + *fill* 0x00000000401ba905 0x3 + .text.hal_mac_get_txq_state + 0x00000000401ba908 0x45 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x00000000401ba910 hal_mac_get_txq_state + *fill* 0x00000000401ba94d 0x3 + .text.hal_mac_clr_txq_state + 0x00000000401ba950 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x00000000401ba95c hal_mac_clr_txq_state + *fill* 0x00000000401ba9af 0x1 + .text.hal_mac_get_txq_pmd + 0x00000000401ba9b0 0x54 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x00000000401ba9b4 hal_mac_get_txq_pmd + .text.hal_attenna_init + 0x00000000401baa04 0x80 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x84 (size before relaxing) + 0x00000000401baa08 hal_attenna_init + .text.hal_mac_rate_autoack_init + 0x00000000401baa84 0x79 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x8d (size before relaxing) + 0x00000000401baaa4 hal_mac_rate_autoack_init + *fill* 0x00000000401baafd 0x3 + .text.hal_sniffer_enable + 0x00000000401bab00 0x85 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + 0x8d (size before relaxing) + 0x00000000401bab00 hal_sniffer_enable + *fill* 0x00000000401bab85 0x3 + .text.hal_sniffer_disable + 0x00000000401bab88 0x8b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + 0x8f (size before relaxing) + 0x00000000401bab8c hal_sniffer_disable + *fill* 0x00000000401bac13 0x1 + .text.hal_sniffer_rx_set_promis + 0x00000000401bac14 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + 0x5e (size before relaxing) + 0x00000000401bac14 hal_sniffer_rx_set_promis + *fill* 0x00000000401bac6a 0x2 + .text.hal_sniffer_rx_clr_statistics + 0x00000000401bac6c 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + 0x37 (size before relaxing) + 0x00000000401bac70 hal_sniffer_rx_clr_statistics + *fill* 0x00000000401bac9b 0x1 + .text.hal_enable_sta_tsf + 0x00000000401bac9c 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + 0x23 (size before relaxing) + 0x00000000401baca0 hal_enable_sta_tsf + *fill* 0x00000000401bacbb 0x1 + .text.hal_disable_sta_tsf + 0x00000000401bacbc 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + 0x23 (size before relaxing) + 0x00000000401bacc0 hal_disable_sta_tsf + *fill* 0x00000000401bacdb 0x1 + .text.sc_smartconfig_restart + 0x00000000401bacdc 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x23 (size before relaxing) + 0x00000000401bace0 sc_smartconfig_restart + *fill* 0x00000000401bacfb 0x1 + .text.sc_channel_timer_cb + 0x00000000401bacfc 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x23 (size before relaxing) + 0x00000000401bad00 sc_channel_timer_cb + *fill* 0x00000000401bad1b 0x1 + .text.sc_channel_timer_cb_local + 0x00000000401bad1c 0x1d9 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x1f5 (size before relaxing) + 0x00000000401bad44 sc_channel_timer_cb_local + *fill* 0x00000000401baef5 0x3 + .text.sc_PackCallback + 0x00000000401baef8 0x9b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0xce (size before relaxing) + 0x00000000401baef8 sc_PackCallback + *fill* 0x00000000401baf93 0x1 + .text.sc_init_sniffer_glob + 0x00000000401baf94 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x86 (size before relaxing) + 0x00000000401bafa8 sc_init_sniffer_glob + *fill* 0x00000000401bb00e 0x2 + .text.sc_free_sniffer_glob + 0x00000000401bb010 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x42 (size before relaxing) + 0x00000000401bb010 sc_free_sniffer_glob + *fill* 0x00000000401bb046 0x2 + .text.esp_smartconfig_stop_local + 0x00000000401bb048 0x2a0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x358 (size before relaxing) + 0x00000000401bb064 esp_smartconfig_stop_local + .text.sc_system_init_done + 0x00000000401bb2e8 0x73 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x9f (size before relaxing) + 0x00000000401bb2f0 sc_system_init_done + *fill* 0x00000000401bb35b 0x1 + .text.sc_wifi_scan_done + 0x00000000401bb35c 0x53a ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x5fe (size before relaxing) + 0x00000000401bb384 sc_wifi_scan_done + *fill* 0x00000000401bb896 0x2 + .text.esp_smartconfig_internal_start + 0x00000000401bb898 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x28 (size before relaxing) + 0x00000000401bb89c esp_smartconfig_internal_start + .text.esp_smartconfig_internal_stop + 0x00000000401bb8b8 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x28 (size before relaxing) + 0x00000000401bb8bc esp_smartconfig_internal_stop + .text.sc_smartconfig_restart_local + 0x00000000401bb8d8 0x98 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0xbc (size before relaxing) + 0x00000000401bb8e0 sc_smartconfig_restart_local + .text.smartconfig_get_status + 0x00000000401bb970 0xb4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0xbc (size before relaxing) + 0x00000000401bb97c smartconfig_get_status + .text.esp_smartconfig_start_local + 0x00000000401bba24 0x1cc ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x23b (size before relaxing) + 0x00000000401bba40 esp_smartconfig_start_local + *fill* 0x00000000401bbbf0 0x0 + .text.esp_smartconfig_set_type_local + 0x00000000401bbbf0 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x27 (size before relaxing) + 0x00000000401bbbf0 esp_smartconfig_set_type_local + *fill* 0x00000000401bbc0b 0x1 + .text.esp_smartconfig_set_type + 0x00000000401bbc0c 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0x28 (size before relaxing) + 0x00000000401bbc10 esp_smartconfig_set_type + .text.esp_smartconfig_get_rvd_data + 0x00000000401bbc2c 0xb8 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + 0xc8 (size before relaxing) + 0x00000000401bbc3c esp_smartconfig_get_rvd_data + .text.KISS_Get_sequ_data + 0x00000000401bbce4 0x50a ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x532 (size before relaxing) + *fill* 0x00000000401bc1ee 0x2 + .text.KISS_Init_guide_glob + 0x00000000401bc1f0 0x4f ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x62 (size before relaxing) + 0x00000000401bc1f4 KISS_Init_guide_glob + *fill* 0x00000000401bc23f 0x1 + .text.KISS_Free_guide_glob + 0x00000000401bc240 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x26 (size before relaxing) + 0x00000000401bc240 KISS_Free_guide_glob + *fill* 0x00000000401bc25e 0x2 + .text.KISS_Init_Glob_Trans + 0x00000000401bc260 0x78 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x88 (size before relaxing) + 0x00000000401bc268 KISS_Init_Glob_Trans + .text.KISS_Init_Glob_Diret + 0x00000000401bc2d8 0x74 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x88 (size before relaxing) + 0x00000000401bc2dc KISS_Init_Glob_Diret + .text.KISS_Free_Glob_Trans + 0x00000000401bc34c 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x26 (size before relaxing) + 0x00000000401bc34c KISS_Free_Glob_Trans + *fill* 0x00000000401bc36a 0x2 + .text.KISS_Free_Glob_Diret + 0x00000000401bc36c 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x26 (size before relaxing) + 0x00000000401bc36c KISS_Free_Glob_Diret + *fill* 0x00000000401bc38a 0x2 + .text.KISS_Find_channel_end + 0x00000000401bc38c 0x2a7 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x2f3 (size before relaxing) + 0x00000000401bc3b0 KISS_Find_channel_end + *fill* 0x00000000401bc633 0x1 + .text.KISS_Find_channel_trans + 0x00000000401bc634 0x395 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x3c5 (size before relaxing) + 0x00000000401bc644 KISS_Find_channel_trans + *fill* 0x00000000401bc9c9 0x3 + .text.KISS_Find_channel_direct + 0x00000000401bc9cc 0x420 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x47c (size before relaxing) + 0x00000000401bc9e4 KISS_Find_channel_direct + .text.KISS_Find_channel + 0x00000000401bcdec 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x4e (size before relaxing) + 0x00000000401bcdec KISS_Find_channel + *fill* 0x00000000401bce22 0x2 + .text.KISS_Deal_with_ht20 + 0x00000000401bce24 0x78e ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x7fa (size before relaxing) + *fill* 0x00000000401bd5b2 0x2 + .text.KISS_Deal_with + 0x00000000401bd5b4 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + 0x48 (size before relaxing) + 0x00000000401bd5b4 KISS_Deal_with + .text.sc_aes_crypt_init + 0x00000000401bd5e8 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + 0x1c (size before relaxing) + 0x00000000401bd5ec sc_aes_crypt_init + .text.sc_set_key + 0x00000000401bd600 0x5c ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + 0x6c (size before relaxing) + 0x00000000401bd604 sc_set_key + .text.sc_get_key + 0x00000000401bd65c 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + 0x1d (size before relaxing) + 0x00000000401bd65c sc_get_key + *fill* 0x00000000401bd671 0x3 + .text.restart_delay_cb_local + 0x00000000401bd674 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x00000000401bd678 restart_delay_cb_local + *fill* 0x00000000401bd68d 0x3 + .text.restart_delay_cb + 0x00000000401bd690 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x23 (size before relaxing) + 0x00000000401bd694 restart_delay_cb + *fill* 0x00000000401bd6af 0x1 + .text.get_delay_restart_flag + 0x00000000401bd6b0 0xb ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0xf (size before relaxing) + 0x00000000401bd6b0 get_delay_restart_flag + *fill* 0x00000000401bd6bb 0x1 + .text.TOUCH_Init_guide_glob + 0x00000000401bd6bc 0x5d ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x6d (size before relaxing) + 0x00000000401bd6c4 TOUCH_Init_guide_glob + *fill* 0x00000000401bd719 0x3 + .text.TOUCH_Free_guide_glob + 0x00000000401bd71c 0x4b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x5b (size before relaxing) + 0x00000000401bd71c TOUCH_Free_guide_glob + *fill* 0x00000000401bd767 0x1 + .text.TOUCH_Init_glob + 0x00000000401bd768 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x43 (size before relaxing) + 0x00000000401bd768 TOUCH_Init_glob + *fill* 0x00000000401bd79f 0x1 + .text.TOUCH_Find_sync_ht20_end$isra$1 + 0x00000000401bd7a0 0x386 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x3da (size before relaxing) + *fill* 0x00000000401bdb26 0x2 + .text.TOUCH_Free_glob + 0x00000000401bdb28 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x26 (size before relaxing) + 0x00000000401bdb28 TOUCH_Free_glob + *fill* 0x00000000401bdb46 0x2 + .text.TOUCH_Find_sync_ht20 + 0x00000000401bdb48 0x889 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x939 (size before relaxing) + 0x00000000401bdb6c TOUCH_Find_sync_ht20 + *fill* 0x00000000401be3d1 0x3 + .text.TOUCH_Find_sync_ht40 + 0x00000000401be3d4 0x44e ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x4a6 (size before relaxing) + 0x00000000401be3dc TOUCH_Find_sync_ht40 + *fill* 0x00000000401be822 0x2 + .text.TOUCH_Deal_with + 0x00000000401be824 0x16a2 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + 0x17f6 (size before relaxing) + 0x00000000401be89c TOUCH_Deal_with + *fill* 0x00000000401bfec6 0x2 + .text.sc_decode_data$part$0 + 0x00000000401bfec8 0x9d ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0xa1 (size before relaxing) + *fill* 0x00000000401bff65 0x3 + .text.sc_uptime_ms + 0x00000000401bff68 0x24 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x30 (size before relaxing) + 0x00000000401bff6c sc_uptime_ms + .text.sc_os_get_time_ms + 0x00000000401bff8c 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x38 (size before relaxing) + 0x00000000401bff90 sc_os_get_time_ms + *fill* 0x00000000401bffb5 0x3 + .text.sc_set_state + 0x00000000401bffb8 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x20 (size before relaxing) + 0x00000000401bffb8 sc_set_state + .text.sc_start_frame + 0x00000000401bffd4 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x84 (size before relaxing) + 0x00000000401bffd8 sc_start_frame + .text.sc_get_group_index + 0x00000000401c0050 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x22 (size before relaxing) + 0x00000000401c0050 sc_get_group_index + *fill* 0x00000000401c006b 0x1 + .text.sc_decode_data + 0x00000000401c006c 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x32 (size before relaxing) + 0x00000000401c006c sc_decode_data + *fill* 0x00000000401c009a 0x2 + .text.sc_dec_to_bin + 0x00000000401c009c 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x42 (size before relaxing) + 0x00000000401c00a0 sc_dec_to_bin + *fill* 0x00000000401c00d6 0x2 + .text.sc_get_encode_len + 0x00000000401c00d8 0x10b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x113 (size before relaxing) + 0x00000000401c00dc sc_get_encode_len + *fill* 0x00000000401c01e3 0x1 + .text.sc_get_data_len + 0x00000000401c01e4 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x1e (size before relaxing) + 0x00000000401c01e4 sc_get_data_len + *fill* 0x00000000401c01fe 0x2 + .text.sc_recv_completed + 0x00000000401c0200 0xa3b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0xab3 (size before relaxing) + 0x00000000401c0250 sc_recv_completed + *fill* 0x00000000401c0c3b 0x1 + .text.sc_set_mask_status + 0x00000000401c0c3c 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x00000000401c0c40 sc_set_mask_status + *fill* 0x00000000401c0c62 0x2 + .text.TOUCH_v2_init_glob + 0x00000000401c0c64 0xc7 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0xe3 (size before relaxing) + 0x00000000401c0c70 TOUCH_v2_init_glob + *fill* 0x00000000401c0d2b 0x1 + .text.TOUCH_v2_free_glob + 0x00000000401c0d2c 0x4b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x5f (size before relaxing) + 0x00000000401c0d2c TOUCH_v2_free_glob + *fill* 0x00000000401c0d77 0x1 + .text.sc_get_ssid_passwd + 0x00000000401c0d78 0xc21 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0xd5d (size before relaxing) + 0x00000000401c0dd4 sc_get_ssid_passwd + *fill* 0x00000000401c1999 0x3 + .text.sc_restart_switch_channel + 0x00000000401c199c 0x7b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0xa3 (size before relaxing) + 0x00000000401c19a0 sc_restart_switch_channel + *fill* 0x00000000401c1a17 0x1 + .text.sc_ciper_type_transfer + 0x00000000401c1a18 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x60 (size before relaxing) + 0x00000000401c1a20 sc_ciper_type_transfer + .text.sc_recv_callback + 0x00000000401c1a70 0x40 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x54 (size before relaxing) + 0x00000000401c1a70 sc_recv_callback + .text.sc_sniffer_cb + 0x00000000401c1ab0 0x72 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x99 (size before relaxing) + 0x00000000401c1ab8 sc_sniffer_cb + *fill* 0x00000000401c1b22 0x2 + .text.sc_pack_handle + 0x00000000401c1b24 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x40 (size before relaxing) + 0x00000000401c1b24 sc_pack_handle + .text.sc_get_apinfo + 0x00000000401c1b58 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + 0x2b (size before relaxing) + 0x00000000401c1b58 sc_get_apinfo + *fill* 0x00000000401c1b7b 0x1 + .text.sc_cmp_bssid_crc + 0x00000000401c1b7c 0xf0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + 0x11c (size before relaxing) + 0x00000000401c1b80 sc_cmp_bssid_crc + .text.sc_ieee80211_data_extract + 0x00000000401c1c6c 0x1cd ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + 0x1e1 (size before relaxing) + 0x00000000401c1c74 sc_ieee80211_data_extract + *fill* 0x00000000401c1e39 0x3 + .text.sc_is_sync_frame + 0x00000000401c1e3c 0x2c4 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + 0x320 (size before relaxing) + 0x00000000401c1e5c sc_is_sync_frame + .text.sc_get_data_score + 0x00000000401c2100 0x77 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + 0x7b (size before relaxing) + 0x00000000401c2104 sc_get_data_score + *fill* 0x00000000401c2177 0x1 + .text.sc_try_to_sync_pos + 0x00000000401c2178 0x1df ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + 0x1eb (size before relaxing) + 0x00000000401c2180 sc_try_to_sync_pos + *fill* 0x00000000401c2357 0x1 + .text.sc_try_to_replace_same_pos + 0x00000000401c2358 0x9b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + 0xa7 (size before relaxing) + 0x00000000401c235c sc_try_to_replace_same_pos + *fill* 0x00000000401c23f3 0x1 + .text.sc_recv_callback_broadcast + 0x00000000401c23f4 0x66c ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + 0x714 (size before relaxing) + 0x00000000401c240c sc_recv_callback_broadcast + .text.phy_change_channel_nomac + 0x00000000401c2a60 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + 0x17 (size before relaxing) + 0x00000000401c2a60 phy_change_channel_nomac + *fill* 0x00000000401c2a70 0x0 + .text.ram_pbus_force_mode + 0x00000000401c2a70 0xea ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x116 (size before relaxing) + 0x00000000401c2a90 ram_pbus_force_mode + *fill* 0x00000000401c2b5a 0x2 + .text.ram_pbus_xpd_tx_on + 0x00000000401c2b5c 0x88 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x00000000401c2b64 ram_pbus_xpd_tx_on + .text.ram_restart_cal + 0x00000000401c2be4 0x5e ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x62 (size before relaxing) + 0x00000000401c2be4 ram_restart_cal + *fill* 0x00000000401c2c42 0x2 + .text.ram_wait_rfpll_cal_end + 0x00000000401c2c44 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x4e (size before relaxing) + 0x00000000401c2c48 ram_wait_rfpll_cal_end + *fill* 0x00000000401c2c86 0x2 + .text.ram_rfpll_set_freq + 0x00000000401c2c88 0xc1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xc5 (size before relaxing) + 0x00000000401c2cb0 ram_rfpll_set_freq + *fill* 0x00000000401c2d49 0x3 + .text.chip_v7_rxmax_ext_ana + 0x00000000401c2d4c 0xe7 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xeb (size before relaxing) + 0x00000000401c2d58 chip_v7_rxmax_ext_ana + *fill* 0x00000000401c2e33 0x1 + .text.phy_freq_correct_opt + 0x00000000401c2e34 0x5f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x6b (size before relaxing) + 0x00000000401c2e44 phy_freq_correct_opt + *fill* 0x00000000401c2e93 0x1 + .text.get_rf_freq_cap + 0x00000000401c2e94 0xa7 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xaf (size before relaxing) + 0x00000000401c2e98 get_rf_freq_cap + *fill* 0x00000000401c2f3b 0x1 + .text.correct_rfpll_offset + 0x00000000401c2f3c 0x11f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x133 (size before relaxing) + 0x00000000401c2f54 correct_rfpll_offset + *fill* 0x00000000401c305b 0x1 + .text.wr_rf_freq_mem + 0x00000000401c305c 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x83 (size before relaxing) + 0x00000000401c305c wr_rf_freq_mem + *fill* 0x00000000401c30cb 0x1 + .text.get_rf_freq_init$part$1 + 0x00000000401c30cc 0x10f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x12b (size before relaxing) + *fill* 0x00000000401c31db 0x1 + .text.write_freq_mem_all + 0x00000000401c31dc 0x93 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xa7 (size before relaxing) + 0x00000000401c31dc write_freq_mem_all + *fill* 0x00000000401c326f 0x1 + .text.bt_i2c_write_set + 0x00000000401c3270 0x5dc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x630 (size before relaxing) + 0x00000000401c32dc bt_i2c_write_set + .text.bt_i2c_set_wifi_data + 0x00000000401c384c 0xf6 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x102 (size before relaxing) + 0x00000000401c3860 bt_i2c_set_wifi_data + *fill* 0x00000000401c3942 0x2 + .text.phy_bt_pll_track + 0x00000000401c3944 0x12 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x00000000401c3948 phy_bt_pll_track + *fill* 0x00000000401c3956 0x2 + .text.tsens_read_init + 0x00000000401c3958 0x6d ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x85 (size before relaxing) + 0x00000000401c3968 tsens_read_init + *fill* 0x00000000401c39c5 0x3 + .text.phy_bt_power_track + 0x00000000401c39c8 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x1c (size before relaxing) + 0x00000000401c39cc phy_bt_power_track + *fill* 0x00000000401c39dd 0x3 + .text.bt_get_i2c_data + 0x00000000401c39e0 0x427 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x42b (size before relaxing) + 0x00000000401c39e4 bt_get_i2c_data + *fill* 0x00000000401c3e07 0x1 + .text.write_wifi_chan_data + 0x00000000401c3e08 0xaf ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xc3 (size before relaxing) + 0x00000000401c3e10 write_wifi_chan_data + *fill* 0x00000000401c3eb7 0x1 + .text.set_chan_freq_hw_init + 0x00000000401c3eb8 0xa4 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xdc (size before relaxing) + 0x00000000401c3ec0 set_chan_freq_hw_init + .text.rf_init 0x00000000401c3f5c 0x7c ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x98 (size before relaxing) + 0x00000000401c3f64 rf_init + .text.set_chan_freq_sw_start + 0x00000000401c3fd8 0x1cb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x22b (size before relaxing) + 0x00000000401c3ff0 set_chan_freq_sw_start + *fill* 0x00000000401c41a3 0x1 + .text.set_channel_rfpll_freq + 0x00000000401c41a4 0xd5 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x109 (size before relaxing) + 0x00000000401c41b0 set_channel_rfpll_freq + *fill* 0x00000000401c4279 0x3 + .text.chip_v7_set_chan_nomac + 0x00000000401c427c 0xe9 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x128 (size before relaxing) + 0x00000000401c4290 chip_v7_set_chan_nomac + *fill* 0x00000000401c4365 0x3 + .text.chip_v7_set_chan_offset + 0x00000000401c4368 0x94 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0xb8 (size before relaxing) + 0x00000000401c4374 chip_v7_set_chan_offset + .text.chip_v7_set_chan_ana + 0x00000000401c43fc 0x1f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x2f (size before relaxing) + 0x00000000401c43fc chip_v7_set_chan_ana + *fill* 0x00000000401c441b 0x1 + .text.ram_set_pbus_mem + 0x00000000401c441c 0x2e7 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x307 (size before relaxing) + 0x00000000401c446c ram_set_pbus_mem + *fill* 0x00000000401c4703 0x1 + .text.ram_start_tx_tone + 0x00000000401c4704 0x7a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x86 (size before relaxing) + 0x00000000401c4708 ram_start_tx_tone + *fill* 0x00000000401c477e 0x2 + .text.ram_bb_tx_ht20_cen + 0x00000000401c4780 0x28 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x30 (size before relaxing) + 0x00000000401c4784 ram_bb_tx_ht20_cen + .text.ram_phy_get_noisefloor + 0x00000000401c47a8 0x46 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x4e (size before relaxing) + 0x00000000401c47b0 ram_phy_get_noisefloor + *fill* 0x00000000401c47ee 0x2 + .text.ram_check_noise_floor + 0x00000000401c47f0 0xf6 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x12a (size before relaxing) + 0x00000000401c47fc ram_check_noise_floor + *fill* 0x00000000401c48e6 0x2 + .text.ram_bb_bss_bw_40_en + 0x00000000401c48e8 0x22 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x2a (size before relaxing) + 0x00000000401c48e8 ram_bb_bss_bw_40_en + *fill* 0x00000000401c490a 0x2 + .text.bt_txdc_cal$part$4 + 0x00000000401c490c 0xbd ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xc5 (size before relaxing) + *fill* 0x00000000401c49c9 0x3 + .text.bt_txiq_cal$part$5 + 0x00000000401c49cc 0xaa ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xc6 (size before relaxing) + *fill* 0x00000000401c4a76 0x2 + .text.ram_gen_rx_gain_table + 0x00000000401c4a78 0x167 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x17b (size before relaxing) + 0x00000000401c4a84 ram_gen_rx_gain_table + *fill* 0x00000000401c4bdf 0x1 + .text.set_rx_gain_cal_iq + 0x00000000401c4be0 0x363 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x3bb (size before relaxing) + 0x00000000401c4c08 set_rx_gain_cal_iq + *fill* 0x00000000401c4f43 0x1 + .text.set_rx_gain_cal_dc + 0x00000000401c4f44 0x391 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x3b9 (size before relaxing) + 0x00000000401c4f4c set_rx_gain_cal_dc + *fill* 0x00000000401c52d5 0x3 + .text.wr_rx_gain_mem + 0x00000000401c52d8 0x1cb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x1e3 (size before relaxing) + 0x00000000401c52dc wr_rx_gain_mem + *fill* 0x00000000401c54a3 0x1 + .text.set_rx_gain_testchip_70 + 0x00000000401c54a4 0x240 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x28c (size before relaxing) + 0x00000000401c54bc set_rx_gain_testchip_70 + .text.bt_correct_bbgain + 0x00000000401c56e4 0xb0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xb4 (size before relaxing) + 0x00000000401c56e4 bt_correct_bbgain + .text.bt_tx_gain_cal$part$3 + 0x00000000401c5794 0x1e2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x1f2 (size before relaxing) + *fill* 0x00000000401c5976 0x2 + .text.bt_index_to_bb + 0x00000000401c5978 0x16 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x1a (size before relaxing) + 0x00000000401c5978 bt_index_to_bb + *fill* 0x00000000401c598e 0x2 + .text.wr_bt_tx_gain_mem + 0x00000000401c5990 0x106 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x112 (size before relaxing) + 0x00000000401c599c wr_bt_tx_gain_mem + *fill* 0x00000000401c5a96 0x2 + .text.set_tx_gain_table_bt + 0x00000000401c5a98 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x5b (size before relaxing) + 0x00000000401c5a9c set_tx_gain_table_bt + *fill* 0x00000000401c5acf 0x1 + .text.set_chanfreq_nomac + 0x00000000401c5ad0 0x27 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x2f (size before relaxing) + 0x00000000401c5ad0 set_chanfreq_nomac + *fill* 0x00000000401c5af7 0x1 + .text.set_rx_sense + 0x00000000401c5af8 0x2d4 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x328 (size before relaxing) + 0x00000000401c5b30 set_rx_sense + .text.read_hw_noisefloor + 0x00000000401c5dcc 0x14 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x1c (size before relaxing) + 0x00000000401c5dcc read_hw_noisefloor + .text.noise_check_loop + 0x00000000401c5de0 0x166 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x19a (size before relaxing) + 0x00000000401c5dec noise_check_loop + *fill* 0x00000000401c5f46 0x2 + .text.noise_init + 0x00000000401c5f48 0x12e ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x14e (size before relaxing) + 0x00000000401c5f50 noise_init + *fill* 0x00000000401c6076 0x2 + .text.target_power_backoff + 0x00000000401c6078 0x33 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x37 (size before relaxing) + 0x00000000401c6080 target_power_backoff + *fill* 0x00000000401c60ab 0x1 + .text.chip_v7_set_chan_misc + 0x00000000401c60ac 0x87 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xab (size before relaxing) + 0x00000000401c60b8 chip_v7_set_chan_misc + *fill* 0x00000000401c6133 0x1 + .text.set_rx_gain_table + 0x00000000401c6134 0x22d ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x2c1 (size before relaxing) + 0x00000000401c6150 set_rx_gain_table + *fill* 0x00000000401c6361 0x3 + .text.txiq_cal_init + 0x00000000401c6364 0xdc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xf4 (size before relaxing) + 0x00000000401c6368 txiq_cal_init + .text.analog_gain_init + 0x00000000401c6440 0xc3 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xc7 (size before relaxing) + 0x00000000401c6444 analog_gain_init + *fill* 0x00000000401c6503 0x1 + .text.bb_init 0x00000000401c6504 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x124 (size before relaxing) + 0x00000000401c651c bb_init + .text.register_chipv7_phy_init_param + 0x00000000401c65c4 0x1f7 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x1fb (size before relaxing) + 0x00000000401c65d0 register_chipv7_phy_init_param + *fill* 0x00000000401c67bb 0x1 + .text.phy_get_romfunc_addr + 0x00000000401c67bc 0x2f9 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x2fd (size before relaxing) + 0x00000000401c686c phy_get_romfunc_addr + *fill* 0x00000000401c6ab5 0x3 + .text.rf_cal_data_recovery + 0x00000000401c6ab8 0xa2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xae (size before relaxing) + 0x00000000401c6ab8 rf_cal_data_recovery + *fill* 0x00000000401c6b5a 0x2 + .text.rf_cal_data_backup + 0x00000000401c6b5c 0x17a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x1a2 (size before relaxing) + 0x00000000401c6b60 rf_cal_data_backup + *fill* 0x00000000401c6cd6 0x2 + .text.phy_get_rf_cal_version + 0x00000000401c6cd8 0xc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x00000000401c6cdc phy_get_rf_cal_version + .text.i2cmst_reg_init + 0x00000000401c6ce4 0x75 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xa9 (size before relaxing) + 0x00000000401c6ce4 i2cmst_reg_init + *fill* 0x00000000401c6d59 0x3 + .text.fe_reg_init + 0x00000000401c6d5c 0x9d ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xd5 (size before relaxing) + 0x00000000401c6d68 fe_reg_init + *fill* 0x00000000401c6df9 0x3 + .text.get_phy_version_str + 0x00000000401c6dfc 0x37 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x3b (size before relaxing) + 0x00000000401c6e14 get_phy_version_str + *fill* 0x00000000401c6e33 0x1 + .text.reset_rf_dig + 0x00000000401c6e34 0x82 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xa6 (size before relaxing) + 0x00000000401c6e40 reset_rf_dig + *fill* 0x00000000401c6eb6 0x2 + .text.register_chipv7_phy + 0x00000000401c6eb8 0x22a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x2be (size before relaxing) + 0x00000000401c6ed4 register_chipv7_phy + *fill* 0x00000000401c70e2 0x2 + .text.phy_set_most_tpw + 0x00000000401c70e4 0x49 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x55 (size before relaxing) + 0x00000000401c70f0 phy_set_most_tpw + *fill* 0x00000000401c712d 0x3 + .text.phy_get_most_tpw + 0x00000000401c7130 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x2c (size before relaxing) + 0x00000000401c7130 phy_get_most_tpw + .text.chan14_mic_cfg + 0x00000000401c7150 0xf6 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x11e (size before relaxing) + 0x00000000401c7160 chan14_mic_cfg + *fill* 0x00000000401c7246 0x2 + .text.phy_enable_low_rate + 0x00000000401c7248 0x62 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x76 (size before relaxing) + 0x00000000401c7254 phy_enable_low_rate + *fill* 0x00000000401c72aa 0x2 + .text.phy_disable_low_rate + 0x00000000401c72ac 0x56 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x76 (size before relaxing) + 0x00000000401c72ac phy_disable_low_rate + *fill* 0x00000000401c7302 0x2 + .text.phy_dig_reg_backup + 0x00000000401c7304 0x34d ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x3c9 (size before relaxing) + 0x00000000401c7330 phy_dig_reg_backup + *fill* 0x00000000401c7651 0x3 + .text.ram_index_to_txbbgain + 0x00000000401c7654 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x00000000401c7658 ram_index_to_txbbgain + *fill* 0x00000000401c7672 0x2 + .text.ram_txdc_cal_v70 + 0x00000000401c7674 0x1bf ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x1eb (size before relaxing) + 0x00000000401c7684 ram_txdc_cal_v70 + *fill* 0x00000000401c7833 0x1 + .text.txcal_debuge_mode + 0x00000000401c7834 0x53 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x5f (size before relaxing) + 0x00000000401c7834 txcal_debuge_mode + *fill* 0x00000000401c7887 0x1 + .text.ram_txcal_work_mode + 0x00000000401c7888 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x32 (size before relaxing) + 0x00000000401c7888 ram_txcal_work_mode + *fill* 0x00000000401c78b6 0x2 + .text.ram_get_fm_sar_dout + 0x00000000401c78b8 0xa1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0xb5 (size before relaxing) + 0x00000000401c78bc ram_get_fm_sar_dout + *fill* 0x00000000401c7959 0x3 + .text.ram_txiq_get_mis_pwr + 0x00000000401c795c 0xe0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x100 (size before relaxing) + 0x00000000401c796c ram_txiq_get_mis_pwr + .text.ram_txiq_cover + 0x00000000401c7a3c 0x187 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x18b (size before relaxing) + 0x00000000401c7a3c ram_txiq_cover + *fill* 0x00000000401c7bc3 0x1 + .text.rfcal_txiq + 0x00000000401c7bc4 0x1ce ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x20a (size before relaxing) + 0x00000000401c7bc4 rfcal_txiq + *fill* 0x00000000401c7d92 0x2 + .text.ram_iq_est_enable + 0x00000000401c7d94 0xab ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0xcf (size before relaxing) + 0x00000000401c7da8 ram_iq_est_enable + *fill* 0x00000000401c7e3f 0x1 + .text.ram_iq_est_disable + 0x00000000401c7e40 0x34 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x44 (size before relaxing) + 0x00000000401c7e40 ram_iq_est_disable + .text.ram_dc_iq_est + 0x00000000401c7e74 0x76 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x92 (size before relaxing) + 0x00000000401c7e74 ram_dc_iq_est + *fill* 0x00000000401c7eea 0x2 + .text.ram_pbus_rx_dco_cal + 0x00000000401c7eec 0x2ff ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x323 (size before relaxing) + 0x00000000401c7f00 ram_pbus_rx_dco_cal + *fill* 0x00000000401c81eb 0x1 + .text.rxdc_est_min + 0x00000000401c81ec 0xec ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0xf0 (size before relaxing) + 0x00000000401c81ec rxdc_est_min + .text.pbus_rx_dco_cal_1step + 0x00000000401c82d8 0x422 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x44a (size before relaxing) + 0x00000000401c82d8 pbus_rx_dco_cal_1step + *fill* 0x00000000401c86fa 0x2 + .text.rc_cal 0x00000000401c86fc 0x255 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x271 (size before relaxing) + 0x00000000401c8708 rc_cal + *fill* 0x00000000401c8951 0x3 + .text.tx_cap_init + 0x00000000401c8954 0x154 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x17c (size before relaxing) + 0x00000000401c895c tx_cap_init + .text.ram_meas_tone_pwr_db + 0x00000000401c8aa8 0x55 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x5d (size before relaxing) + 0x00000000401c8aa8 ram_meas_tone_pwr_db + *fill* 0x00000000401c8afd 0x3 + .text.ram_rfcal_pwrctrl + 0x00000000401c8b00 0x24e ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x25a (size before relaxing) + 0x00000000401c8b04 ram_rfcal_pwrctrl + *fill* 0x00000000401c8d4e 0x2 + .text.ram_tx_pwr_backoff + 0x00000000401c8d50 0x20d ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x225 (size before relaxing) + 0x00000000401c8d50 ram_tx_pwr_backoff + *fill* 0x00000000401c8f5d 0x3 + .text.cal_rf_ana_gain + 0x00000000401c8f60 0xd3 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0xf3 (size before relaxing) + 0x00000000401c8f68 cal_rf_ana_gain + *fill* 0x00000000401c9033 0x1 + .text.tx_pwctrl_init_cal + 0x00000000401c9034 0x183 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x1c3 (size before relaxing) + 0x00000000401c9040 tx_pwctrl_init_cal + *fill* 0x00000000401c91b7 0x1 + .text.tx_pwctrl_init + 0x00000000401c91b8 0x9c ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0xc8 (size before relaxing) + 0x00000000401c91bc tx_pwctrl_init + .text.bt_tx_pwctrl_init + 0x00000000401c9254 0x1cb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x213 (size before relaxing) + 0x00000000401c925c bt_tx_pwctrl_init + *fill* 0x00000000401c941f 0x1 + .text.ram_phy_get_vdd33 + 0x00000000401c9420 0x190 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x1dc (size before relaxing) + 0x00000000401c9440 ram_phy_get_vdd33 + .text.txpwr_offset + 0x00000000401c95b0 0x90 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0xa4 (size before relaxing) + 0x00000000401c95bc txpwr_offset + .literal.sc_printf + 0x00000000401c9640 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x8 (size before relaxing) + .literal.net80211_printf + 0x00000000401c9644 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x8 (size before relaxing) + .literal.coexist_printf + 0x00000000401c9648 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x8 (size before relaxing) + .literal.handler_got_ssid_passwd + 0x00000000401c964c 0x10 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + 0x20 (size before relaxing) + .literal.esp_smartconfig_start + 0x00000000401c965c 0x8 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + 0x24 (size before relaxing) + .literal.esp_smartconfig_stop + 0x00000000401c9664 0x0 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + 0x14 (size before relaxing) + .literal.sc_ack_send_get_errno + 0x00000000401c9664 0x8 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + 0xc (size before relaxing) + .literal.sc_ack_send_task + 0x00000000401c966c 0x54 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + 0xa8 (size before relaxing) + .literal.sc_send_ack_start + 0x00000000401c96c0 0x20 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + 0x48 (size before relaxing) + .literal.sc_send_ack_stop + 0x00000000401c96e0 0x0 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + 0x4 (size before relaxing) + .literal.http_on_header_event + 0x00000000401c96e0 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0xc (size before relaxing) + .literal.http_on_headers_complete + 0x00000000401c96e0 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x4 (size before relaxing) + .literal._clear_connection_info + 0x00000000401c96e0 0x4 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x28 (size before relaxing) + .literal._clear_auth_data + 0x00000000401c96e4 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x1c (size before relaxing) + .literal.http_on_body + 0x00000000401c96e4 0x1c esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x30 (size before relaxing) + .literal.http_on_header_field + 0x00000000401c9700 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x8 (size before relaxing) + .literal.http_on_header_value + 0x00000000401c9700 0x14 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x2c (size before relaxing) + .literal._set_config + 0x00000000401c9714 0x20 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x78 (size before relaxing) + .literal._get_host_header + 0x00000000401c9734 0xc esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x10 (size before relaxing) + .literal.esp_http_client_get_data + 0x00000000401c9740 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x8 (size before relaxing) + .literal.esp_http_client_set_header + 0x00000000401c9740 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x4 (size before relaxing) + .literal.esp_http_client_prepare + 0x00000000401c9740 0x8 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x24 (size before relaxing) + .literal.esp_http_client_get_header + 0x00000000401c9748 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x4 (size before relaxing) + .literal.http_client_prepare_first_line + 0x00000000401c9748 0x24 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x5c (size before relaxing) + .literal.esp_http_client_read + 0x00000000401c976c 0x10 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x60 (size before relaxing) + .literal.esp_http_client_fetch_headers + 0x00000000401c977c 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x8 (size before relaxing) + .literal.esp_http_client_write + 0x00000000401c977c 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x4 (size before relaxing) + .literal.esp_http_client_send_post_data + 0x00000000401c977c 0x8 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x18 (size before relaxing) + .literal.esp_http_client_close + 0x00000000401c9784 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0xc (size before relaxing) + .literal.esp_http_client_cleanup + 0x00000000401c9784 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x50 (size before relaxing) + .literal.esp_http_client_set_url + 0x00000000401c9784 0x18 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0xcc (size before relaxing) + .literal.esp_http_client_init + 0x00000000401c979c 0x5c esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x174 (size before relaxing) + .literal.esp_http_client_set_redirection + 0x00000000401c97f8 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x4 (size before relaxing) + .literal.esp_http_client_connect + 0x00000000401c97f8 0x24 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x78 (size before relaxing) + .literal.esp_http_client_request_send + 0x00000000401c981c 0x4 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x34 (size before relaxing) + .literal.esp_http_client_open + 0x00000000401c9820 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x8 (size before relaxing) + .literal.esp_http_client_set_post_field + 0x00000000401c9820 0x8 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x14 (size before relaxing) + .literal.esp_http_client_add_auth + 0x00000000401c9828 0x2c esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x6c (size before relaxing) + .literal.esp_http_check_response + 0x00000000401c9854 0x8 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x1c (size before relaxing) + .literal.esp_http_client_perform + 0x00000000401c985c 0x10 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x60 (size before relaxing) + .literal.md5_printf + 0x00000000401c986c 0x14 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + 0x1c (size before relaxing) + .literal.http_auth_digest + 0x00000000401c9880 0x34 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + 0x90 (size before relaxing) + .literal.http_auth_basic + 0x00000000401c98b4 0x8 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + 0x48 (size before relaxing) + .literal.http_header_new_item + 0x00000000401c98bc 0x10 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x48 (size before relaxing) + .literal.http_header_init + 0x00000000401c98cc 0x4 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x1c (size before relaxing) + .literal.http_header_get_item + 0x00000000401c98d0 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x4 (size before relaxing) + .literal.http_header_get + 0x00000000401c98d0 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x4 (size before relaxing) + .literal.http_header_delete + 0x00000000401c98d0 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x10 (size before relaxing) + .literal.http_header_set + 0x00000000401c98d0 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x18 (size before relaxing) + .literal.http_header_set_format + 0x00000000401c98d0 0x4 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x24 (size before relaxing) + .literal.http_header_generate_string + 0x00000000401c98d4 0xc esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x28 (size before relaxing) + .literal.http_header_clean + 0x00000000401c98e0 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0xc (size before relaxing) + .literal.http_header_destroy + 0x00000000401c98e0 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x8 (size before relaxing) + .literal.http_utils_assign_string + 0x00000000401c98e0 0xc esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x24 (size before relaxing) + .literal.http_utils_append_string + 0x00000000401c98ec 0x4 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x28 (size before relaxing) + .literal.http_utils_trim_whitespace + 0x00000000401c98f0 0x4 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x10 (size before relaxing) + .literal.http_utils_get_string_between + 0x00000000401c98f4 0xc esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x24 (size before relaxing) + .literal.http_utils_str_starts_with + 0x00000000401c9900 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x8 (size before relaxing) + .literal.ms_to_timeval + 0x00000000401c9900 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.tcp_write + 0x00000000401c9900 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.tcp_read + 0x00000000401c9904 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.resolve_host_name + 0x00000000401c9908 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x24 (size before relaxing) + .literal.esp_tls_tcp_enable_keep_alive + 0x00000000401c9918 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x48 (size before relaxing) + .literal.esp_tcp_connect + 0x00000000401c9928 0x2c esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0xb0 (size before relaxing) + .literal.create_ssl_handle + 0x00000000401c9954 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_handshake + 0x00000000401c9954 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_low_level_conn + 0x00000000401c9954 0x34 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x8c (size before relaxing) + .literal.esp_tls_conn_destroy + 0x00000000401c9988 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x10 (size before relaxing) + .literal.esp_tls_conn_delete + 0x00000000401c9988 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_init + 0x00000000401c9988 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x10 (size before relaxing) + .literal.esp_tls_conn_new_sync + 0x00000000401c998c 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x28 (size before relaxing) + .literal.esp_tls_conn_new_async + 0x00000000401c9998 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_server_session_create + 0x00000000401c9998 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_server_session_delete + 0x00000000401c9998 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_get_bytes_avail + 0x00000000401c9998 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_get_conn_sockfd + 0x00000000401c9998 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x10 (size before relaxing) + .literal.esp_crypto_sha1_mbedtls + 0x00000000401c999c 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x14 (size before relaxing) + .literal.esp_crypto_bas64_encode_mbedtls + 0x00000000401c99a4 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x4 (size before relaxing) + .literal.esp_crypto_sha1 + 0x00000000401c99a4 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x4 (size before relaxing) + .literal.esp_crypto_base64_encode + 0x00000000401c99a4 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_internal_event_tracker_create + 0x00000000401c99a4 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_internal_event_tracker_destroy + 0x00000000401c99a4 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x4 (size before relaxing) + .literal.esp_mbedtls_read + 0x00000000401c99a4 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x20 (size before relaxing) + .literal.esp_mbedtls_write + 0x00000000401c99b4 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x28 (size before relaxing) + .literal.set_ca_cert + 0x00000000401c99bc 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x38 (size before relaxing) + .literal.set_global_ca_store + 0x00000000401c99d0 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x2c (size before relaxing) + .literal.set_pki_context + 0x00000000401c99dc 0x18 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x6c (size before relaxing) + .literal.esp_mbedtls_verify_certificate + 0x00000000401c99f4 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x14 (size before relaxing) + .literal.esp_mbedtls_handshake + 0x00000000401c99f8 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x28 (size before relaxing) + .literal.esp_mbedtls_get_bytes_avail + 0x00000000401c9a00 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x14 (size before relaxing) + .literal.esp_mbedtls_cleanup + 0x00000000401c9a04 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x30 (size before relaxing) + .literal.esp_mbedtls_conn_delete + 0x00000000401c9a08 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x8 (size before relaxing) + .literal.set_server_config + 0x00000000401c9a08 0x1c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x60 (size before relaxing) + .literal.set_client_config + 0x00000000401c9a24 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0xe0 (size before relaxing) + .literal.esp_create_mbedtls_handle + 0x00000000401c9a54 0x2c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x98 (size before relaxing) + .literal.esp_mbedtls_server_session_create + 0x00000000401c9a80 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x34 (size before relaxing) + .literal.esp_mbedtls_server_session_delete + 0x00000000401c9a88 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0xc (size before relaxing) + .literal.esp_ota_verify_chip_id + 0x00000000401c9a88 0x8 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x10 (size before relaxing) + .literal._http_handle_response_code + 0x00000000401c9a90 0x10 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x48 (size before relaxing) + .literal._http_connect + 0x00000000401c9aa0 0x4 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x28 (size before relaxing) + .literal._http_cleanup + 0x00000000401c9aa4 0x0 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x8 (size before relaxing) + .literal._ota_write + 0x00000000401c9aa4 0x8 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x18 (size before relaxing) + .literal.esp_https_ota_begin + 0x00000000401c9aac 0x18 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x70 (size before relaxing) + .literal.esp_https_ota_is_complete_data_received + 0x00000000401c9ac4 0x0 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x4 (size before relaxing) + .literal.read_header + 0x00000000401c9ac4 0x8 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x34 (size before relaxing) + .literal.esp_https_ota_perform + 0x00000000401c9acc 0x14 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x84 (size before relaxing) + .literal.esp_https_ota_finish + 0x00000000401c9ae0 0x4 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x30 (size before relaxing) + .literal.esp_https_ota_abort + 0x00000000401c9ae4 0x0 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x20 (size before relaxing) + .literal.esp_https_ota + 0x00000000401c9ae4 0x4 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x24 (size before relaxing) + .literal.parse_url_char + 0x00000000401c9ae8 0x8 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .literal.http_parse_host_char + 0x00000000401c9af0 0x4 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .literal.http_parse_host + 0x00000000401c9af4 0x14 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x20 (size before relaxing) + .literal.http_should_keep_alive + 0x00000000401c9b08 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x4 (size before relaxing) + .literal.http_parser_execute + 0x00000000401c9b08 0x18c esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x2b4 (size before relaxing) + .literal.http_parser_init + 0x00000000401c9c94 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0xc (size before relaxing) + .literal.http_parser_url_init + 0x00000000401c9c94 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x4 (size before relaxing) + .literal.http_parser_parse_url + 0x00000000401c9c94 0x14 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x28 (size before relaxing) + .literal.esp_transport_list_init + 0x00000000401c9ca8 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x20 (size before relaxing) + .literal.esp_transport_list_add + 0x00000000401c9cb8 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x24 (size before relaxing) + .literal.esp_transport_list_get_transport + 0x00000000401c9cbc 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_init + 0x00000000401c9cbc 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x1c (size before relaxing) + .literal.esp_transport_destroy + 0x00000000401c9cc0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x8 (size before relaxing) + .literal.esp_transport_list_clean + 0x00000000401c9cc0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_list_destroy + 0x00000000401c9cc0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0xc (size before relaxing) + .literal.esp_transport_set_func + 0x00000000401c9cc0 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .literal.esp_transport_set_errors + 0x00000000401c9cc4 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x8 (size before relaxing) + .literal.ssl_connect_async + 0x00000000401c9cc4 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x10 (size before relaxing) + .literal.ssl_destroy + 0x00000000401c9cc4 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0xc (size before relaxing) + .literal.ssl_poll_write + 0x00000000401c9cc4 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x30 (size before relaxing) + .literal.ssl_poll_read + 0x00000000401c9ccc 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x34 (size before relaxing) + .literal.ssl_close + 0x00000000401c9cd0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write + 0x00000000401c9cd0 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x24 (size before relaxing) + .literal.ssl_read + 0x00000000401c9cd4 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x24 (size before relaxing) + .literal.ssl_connect + 0x00000000401c9cd8 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x34 (size before relaxing) + .literal.esp_transport_ssl_enable_global_ca_store + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_set_psk_key_hint + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_set_cert_data + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_set_cert_data_der + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_set_client_cert_data + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_set_client_cert_data_der + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_set_client_key_data + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_set_client_key_password + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_set_client_key_data_der + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_set_alpn_protocol + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_skip_common_name_check + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_set_keep_alive + 0x00000000401c9ce0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_ssl_init + 0x00000000401c9ce0 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x54 (size before relaxing) + .literal.tcp_destroy + 0x00000000401c9d10 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_poll_write + 0x00000000401c9d10 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x30 (size before relaxing) + .literal.tcp_poll_read + 0x00000000401c9d18 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x30 (size before relaxing) + .literal.tcp_close + 0x00000000401c9d1c 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_write + 0x00000000401c9d1c 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_read + 0x00000000401c9d20 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0xc (size before relaxing) + .literal.resolve_dns + 0x00000000401c9d24 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_enable_keep_alive + 0x00000000401c9d28 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x48 (size before relaxing) + .literal.tcp_connect + 0x00000000401c9d38 0x2c esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x134 (size before relaxing) + .literal.esp_transport_tcp_init + 0x00000000401c9d64 0x2c esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x4c (size before relaxing) + .literal.esp_transport_utils_ms_to_timeval + 0x00000000401c9d90 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .literal.ws_get_payload_transport_handle + 0x00000000401c9d94 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x4 (size before relaxing) + .literal.ws_poll_write + 0x00000000401c9d94 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x8 (size before relaxing) + .literal._ws_write + 0x00000000401c9d94 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x34 (size before relaxing) + .literal.ws_write + 0x00000000401c9da0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x8 (size before relaxing) + .literal.ws_destroy + 0x00000000401c9da0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x1c (size before relaxing) + .literal.internal_esp_transport_ws_set_path + 0x00000000401c9da0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0xc (size before relaxing) + .literal.ws_poll_read + 0x00000000401c9da0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x8 (size before relaxing) + .literal.ws_close + 0x00000000401c9da0 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x8 (size before relaxing) + .literal.ws_read_payload + 0x00000000401c9da0 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x18 (size before relaxing) + .literal.ws_read_header + 0x00000000401c9da4 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x40 (size before relaxing) + .literal.trimwhitespace + 0x00000000401c9da4 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x8 (size before relaxing) + .literal.get_http_header + 0x00000000401c9da4 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x14 (size before relaxing) + .literal.ws_connect + 0x00000000401c9dac 0x48 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0xdc (size before relaxing) + .literal.esp_transport_ws_set_path + 0x00000000401c9df4 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x14 (size before relaxing) + .literal.esp_transport_ws_init + 0x00000000401c9df8 0x34 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x80 (size before relaxing) + .literal.esp_transport_ws_set_subprotocol + 0x00000000401c9e2c 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0xc (size before relaxing) + .literal.esp_transport_ws_poll_connection_closed + 0x00000000401c9e2c 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x2c (size before relaxing) + .literal.esp_transport_ws_handle_control_frames + 0x00000000401c9e30 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x38 (size before relaxing) + .literal.ws_handle_control_frame_internal + 0x00000000401c9e3c 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x3c (size before relaxing) + .literal.ws_read + 0x00000000401c9e48 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x20 (size before relaxing) + .literal.getrandom + 0x00000000401c9e4c 0x4 esp-idf/newlib/libnewlib.a(random.c.obj) + 0x8 (size before relaxing) + .literal.sha_hal_wait_idle + 0x00000000401c9e50 0x10 esp-idf/hal/libhal.a(sha_hal.c.obj) + .literal.sha_hal_hash_block + 0x00000000401c9e60 0x10 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x14 (size before relaxing) + .literal.sha_hal_read_digest + 0x00000000401c9e70 0xc esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x14 (size before relaxing) + .literal.aes_hal_setkey + 0x00000000401c9e7c 0x8 esp-idf/hal/libhal.a(aes_hal.c.obj) + .literal.aes_hal_transform_block + 0x00000000401c9e84 0x18 esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x1c (size before relaxing) + .literal.esp_err_to_name + 0x00000000401c9e9c 0x4 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .literal.net_would_block + 0x00000000401c9ea0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_net_recv + 0x00000000401c9ea0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_net_send + 0x00000000401c9ea0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_net_free + 0x00000000401c9ea4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x8 (size before relaxing) + .literal._ZSt15get_new_handlerv + 0x00000000401c9ea8 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .literal._ZnajRKSt9nothrow_t + 0x00000000401c9eac 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + 0x4 (size before relaxing) + .literal._ZdaPv + 0x00000000401c9eac 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + 0x4 (size before relaxing) + .literal._ZdlPv + 0x00000000401c9eac 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + 0x4 (size before relaxing) + .literal._ZnwjRKSt9nothrow_t + 0x00000000401c9eac 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x14 (size before relaxing) + .literal._ZN10__cxxabiv117__class_type_infoD2Ev + 0x00000000401c9eac 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x8 (size before relaxing) + .literal._ZN10__cxxabiv117__class_type_infoD0Ev + 0x00000000401c9eb0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNKSt9type_infoeqERKS_$isra$0 + 0x00000000401c9eb0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE + 0x00000000401c9eb0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE + 0x00000000401c9eb0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj + 0x00000000401c9eb0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x4 (size before relaxing) + .literal._ZN10__cxxabiv111__terminateEPFvvE + 0x00000000401c9eb0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x18 (size before relaxing) + .literal._ZSt13get_terminatev + 0x00000000401c9eb0 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .literal._ZSt9terminatev + 0x00000000401c9eb4 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x8 (size before relaxing) + .literal.__cxa_begin_catch + 0x00000000401c9eb4 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + 0x10 (size before relaxing) + .literal.__cxa_end_catch + 0x00000000401c9ebc 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + 0x14 (size before relaxing) + .literal._ZN10__cxxabiv120__si_class_type_infoD2Ev + 0x00000000401c9ebc 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x8 (size before relaxing) + .literal._ZN10__cxxabiv120__si_class_type_infoD0Ev + 0x00000000401c9ec0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNKSt9type_infoeqERKS_$isra$0 + 0x00000000401c9ec0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ + 0x00000000401c9ec0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE + 0x00000000401c9ec0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE + 0x00000000401c9ec0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x4 (size before relaxing) + .literal._ZdlPvj + 0x00000000401c9ec0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + 0x4 (size before relaxing) + .literal._ZL15eh_globals_dtorPv + 0x00000000401c9ec0 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x8 (size before relaxing) + .literal.__cxa_get_globals_fast + 0x00000000401c9ec0 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .literal.__cxa_get_globals + 0x00000000401c9ecc 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x18 (size before relaxing) + .literal.startup._GLOBAL__sub_I___cxa_get_globals_fast + 0x00000000401c9ed0 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0xc (size before relaxing) + .literal.exit._GLOBAL__sub_D___cxa_get_globals_fast + 0x00000000401c9ed8 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x8 (size before relaxing) + .literal._Z12abort_returnIiET_v + 0x00000000401c9edc 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4 (size before relaxing) + .literal.abort_expect_void + 0x00000000401c9edc 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4 (size before relaxing) + .literal.__wrap__Unwind_Resume + 0x00000000401c9edc 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4 (size before relaxing) + .literal.__wrap__Unwind_DeleteException + 0x00000000401c9edc 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4 (size before relaxing) + .literal.__wrap___gxx_personality_v0 + 0x00000000401c9edc 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4 (size before relaxing) + .literal 0x00000000401c9edc 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .literal 0x00000000401c9ee0 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .literal 0x00000000401c9ee4 0x2c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + 0x48 (size before relaxing) + .literal 0x00000000401c9f10 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + 0xc (size before relaxing) + .literal 0x00000000401c9f10 0x2c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + 0x7c (size before relaxing) + .literal 0x00000000401c9f3c 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + 0x30 (size before relaxing) + .literal 0x00000000401c9f3c 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + 0x10 (size before relaxing) + .literal 0x00000000401c9f40 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + 0x68 (size before relaxing) + .literal 0x00000000401c9f70 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + 0x20 (size before relaxing) + .literal 0x00000000401c9f7c 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + 0x14 (size before relaxing) + .literal 0x00000000401c9f7c 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + 0x34 (size before relaxing) + .literal 0x00000000401c9f84 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + 0x38 (size before relaxing) + .literal 0x00000000401c9f84 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + 0x10 (size before relaxing) + .literal 0x00000000401c9f84 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + 0x50 (size before relaxing) + .literal 0x00000000401c9f9c 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .literal 0x00000000401c9fa0 0x148 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + 0x154 (size before relaxing) + .literal 0x00000000401ca0e8 0xac /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + 0x27c (size before relaxing) + .literal 0x00000000401ca194 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + 0x8 (size before relaxing) + .literal 0x00000000401ca198 0x64 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + 0x228 (size before relaxing) + .literal 0x00000000401ca1fc 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + 0x4 (size before relaxing) + .literal 0x00000000401ca1fc 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + 0x54 (size before relaxing) + .literal 0x00000000401ca204 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + 0x4 (size before relaxing) + .literal 0x00000000401ca204 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + 0x8 (size before relaxing) + .literal 0x00000000401ca204 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + 0x4 (size before relaxing) + .literal 0x00000000401ca204 0x24 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + 0xe8 (size before relaxing) + .literal 0x00000000401ca228 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + 0x28 (size before relaxing) + .literal 0x00000000401ca22c 0x4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + 0x8 (size before relaxing) + .literal.lib_printf + 0x00000000401ca230 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .literal.gpio_input_enable + 0x00000000401ca234 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_input_disable + 0x00000000401ca24c 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_output_disable + 0x00000000401ca250 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_od_enable + 0x00000000401ca25c 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_od_disable + 0x00000000401ca260 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_sleep_input_enable + 0x00000000401ca264 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_sleep_input_disable + 0x00000000401ca268 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_sleep_output_enable + 0x00000000401ca26c 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_sleep_output_disable + 0x00000000401ca274 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_sleep_pulldown_en + 0x00000000401ca278 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x2c (size before relaxing) + .literal.gpio_sleep_pullup_en + 0x00000000401ca288 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x2c (size before relaxing) + .literal.gpio_sleep_pulldown_dis + 0x00000000401ca28c 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x2c (size before relaxing) + .literal.gpio_sleep_pullup_dis + 0x00000000401ca290 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x2c (size before relaxing) + .literal.gpio_intr_enable_on_core + 0x00000000401ca294 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_output_enable + 0x00000000401ca29c 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_isr_register_on_core_static + 0x00000000401ca2a4 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_pullup_en + 0x00000000401ca2a8 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + 0x34 (size before relaxing) + .literal.gpio_pullup_dis + 0x00000000401ca2b4 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x34 (size before relaxing) + .literal.gpio_pulldown_en + 0x00000000401ca2bc 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x34 (size before relaxing) + .literal.gpio_pulldown_dis + 0x00000000401ca2c4 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x34 (size before relaxing) + .literal.gpio_set_intr_type + 0x00000000401ca2cc 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x38 (size before relaxing) + .literal.gpio_intr_enable + 0x00000000401ca2d4 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x30 (size before relaxing) + .literal.gpio_intr_disable + 0x00000000401ca2d8 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_set_level + 0x00000000401ca2e0 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_get_level + 0x00000000401ca2e4 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x4 (size before relaxing) + .literal.gpio_set_pull_mode + 0x00000000401ca2e4 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + 0x54 (size before relaxing) + .literal.gpio_set_direction + 0x00000000401ca2f0 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x40 (size before relaxing) + .literal.gpio_config + 0x00000000401ca2f8 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x78 (size before relaxing) + .literal.gpio_isr_handler_add + 0x00000000401ca31c 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x44 (size before relaxing) + .literal.gpio_isr_handler_remove + 0x00000000401ca324 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x3c (size before relaxing) + .literal.gpio_isr_register + 0x00000000401ca328 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + 0x38 (size before relaxing) + .literal.gpio_install_isr_service + 0x00000000401ca334 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x38 (size before relaxing) + .literal.gpio_wakeup_enable + 0x00000000401ca344 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + 0x40 (size before relaxing) + .literal.gpio_sleep_set_direction + 0x00000000401ca350 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x38 (size before relaxing) + .literal.gpio_sleep_set_pull_mode + 0x00000000401ca354 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x54 (size before relaxing) + .literal.gpio_sleep_sel_en + 0x00000000401ca358 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x2c (size before relaxing) + .literal.gpio_sleep_sel_dis + 0x00000000401ca35c 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x2c (size before relaxing) + .literal.gpio_sleep_pupd_config_apply + 0x00000000401ca360 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.esp_event_handler_register + 0x00000000401ca364 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_handler_instance_register + 0x00000000401ca368 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_handler_unregister + 0x00000000401ca368 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_post + 0x00000000401ca368 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_loop_create_default + 0x00000000401ca368 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x10 (size before relaxing) + .literal.handler_instances_remove_all + 0x00000000401ca36c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x8 (size before relaxing) + .literal.base_node_remove_all_handler + 0x00000000401ca36c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xc (size before relaxing) + .literal.loop_node_remove_all_handler + 0x00000000401ca36c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xc (size before relaxing) + .literal.handler_instances_add + 0x00000000401ca36c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x14 (size before relaxing) + .literal.base_node_add_handler + 0x00000000401ca36c 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x24 (size before relaxing) + .literal.loop_node_add_handler + 0x00000000401ca374 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x28 (size before relaxing) + .literal.handler_instances_remove + 0x00000000401ca37c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x10 (size before relaxing) + .literal.base_node_remove_handler + 0x00000000401ca37c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xc (size before relaxing) + .literal.loop_node_remove_handler + 0x00000000401ca37c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x10 (size before relaxing) + .literal.esp_event_loop_create + 0x00000000401ca37c 0x2c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x70 (size before relaxing) + .literal.esp_event_loop_run + 0x00000000401ca3a8 0x1c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x3c (size before relaxing) + .literal.esp_event_loop_run_task + 0x00000000401ca3c4 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x18 (size before relaxing) + .literal.esp_event_loop_delete + 0x00000000401ca3cc 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x38 (size before relaxing) + .literal.esp_event_handler_register_with_internal + 0x00000000401ca3d0 0x10 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x50 (size before relaxing) + .literal.esp_event_handler_register_with + 0x00000000401ca3e0 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x4 (size before relaxing) + .literal.esp_event_handler_instance_register_with + 0x00000000401ca3e0 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x4 (size before relaxing) + .literal.esp_event_handler_unregister_with_internal + 0x00000000401ca3e0 0xc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x3c (size before relaxing) + .literal.esp_event_handler_unregister_with + 0x00000000401ca3ec 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x4 (size before relaxing) + .literal.esp_event_post_to + 0x00000000401ca3ec 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x40 (size before relaxing) + .literal.rtc_init + 0x00000000401ca3f4 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0xc4 (size before relaxing) + .literal.rtc_vddsdio_get_config + 0x00000000401ca484 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .literal.esp_register_shutdown_handler + 0x00000000401ca494 0x4 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .literal.esp_unregister_shutdown_handler + 0x00000000401ca498 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x4 (size before relaxing) + .literal.esp_get_free_heap_size + 0x00000000401ca498 0x4 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_get_free_internal_heap_size + 0x00000000401ca49c 0x4 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_get_minimum_free_heap_size + 0x00000000401ca4a0 0x4 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x8 (size before relaxing) + .literal.esp_get_idf_version + 0x00000000401ca4a4 0x4 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .literal.esp_startup_start_app + 0x00000000401ca4a8 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.main_task + 0x00000000401ca4b0 0x28 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x30 (size before relaxing) + .literal.gpio_hal_fun_pupd_backup + 0x00000000401ca4d8 0x0 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + 0x4 (size before relaxing) + .literal.gpio_hal_sleep_pupd_config_apply + 0x00000000401ca4d8 0x8 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .literal.heap_bubble_down + 0x00000000401ca4e0 0x4 esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_level_set + 0x00000000401ca4e4 0x30 esp-idf/log/liblog.a(log.c.obj) + 0x58 (size before relaxing) + .literal.esp_log_writev + 0x00000000401ca514 0xc esp-idf/log/liblog.a(log.c.obj) + 0x44 (size before relaxing) + .literal.phy_printf + 0x00000000401ca520 0x4 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x8 (size before relaxing) + .text.lib_printf + 0x00000000401ca524 0x55 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + *fill* 0x00000000401ca579 0x3 + .text.phy_printf + 0x00000000401ca57c 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x00000000401ca57c phy_printf + *fill* 0x00000000401ca5a6 0x2 + .text.sc_printf + 0x00000000401ca5a8 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x00000000401ca5a8 sc_printf + *fill* 0x00000000401ca5d2 0x2 + .text.net80211_printf + 0x00000000401ca5d4 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x00000000401ca5d4 net80211_printf + *fill* 0x00000000401ca5fe 0x2 + .text.coexist_printf + 0x00000000401ca600 0x2a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x00000000401ca600 coexist_printf + *fill* 0x00000000401ca62a 0x2 + .text.handler_got_ssid_passwd + 0x00000000401ca62c 0x6a esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + 0x72 (size before relaxing) + *fill* 0x00000000401ca696 0x2 + .text.esp_smartconfig_start + 0x00000000401ca698 0x4e esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + 0x5a (size before relaxing) + 0x00000000401ca698 esp_smartconfig_start + *fill* 0x00000000401ca6e6 0x2 + .text.esp_smartconfig_stop + 0x00000000401ca6e8 0x1e esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + 0x26 (size before relaxing) + 0x00000000401ca6e8 esp_smartconfig_stop + *fill* 0x00000000401ca706 0x2 + .text.sc_ack_send_get_errno + 0x00000000401ca708 0x21 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + *fill* 0x00000000401ca729 0x3 + .text.sc_ack_send_task + 0x00000000401ca72c 0x27a esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + 0x28a (size before relaxing) + *fill* 0x00000000401ca9a6 0x2 + .text.sc_send_ack_start + 0x00000000401ca9a8 0xbe esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + 0x00000000401ca9a8 sc_send_ack_start + *fill* 0x00000000401caa66 0x2 + .text.sc_send_ack_stop + 0x00000000401caa68 0xd esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + 0x00000000401caa68 sc_send_ack_stop + *fill* 0x00000000401caa75 0x3 + .text.http_on_header_event + 0x00000000401caa78 0x3c esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.http_on_headers_complete + 0x00000000401caab4 0x3a esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x00000000401caaee 0x2 + .text._clear_connection_info + 0x00000000401caaf0 0x6c esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text._clear_auth_data + 0x00000000401cab5c 0x58 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.http_on_body + 0x00000000401cabb4 0xae esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x00000000401cac62 0x2 + .text.http_on_header_field + 0x00000000401cac64 0x1a esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x1e (size before relaxing) + *fill* 0x00000000401cac7e 0x2 + .text.http_on_header_value + 0x00000000401cac80 0x76 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x7d (size before relaxing) + *fill* 0x00000000401cacf6 0x2 + .text._set_config + 0x00000000401cacf8 0x220 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x224 (size before relaxing) + .text._get_host_header + 0x00000000401caf18 0x4c esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.esp_http_client_get_data + 0x00000000401caf64 0x40 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x48 (size before relaxing) + .text.esp_http_client_set_header + 0x00000000401cafa4 0x15 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x00000000401cafa4 esp_http_client_set_header + *fill* 0x00000000401cafb9 0x3 + .text.esp_http_client_prepare + 0x00000000401cafbc 0x91 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x99 (size before relaxing) + *fill* 0x00000000401cb04d 0x3 + .text.esp_http_client_get_header + 0x00000000401cb050 0x15 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x00000000401cb050 esp_http_client_get_header + *fill* 0x00000000401cb065 0x3 + .text.http_client_prepare_first_line + 0x00000000401cb068 0xf6 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0xfe (size before relaxing) + *fill* 0x00000000401cb15e 0x2 + .text.esp_http_client_read + 0x00000000401cb160 0x1a4 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x1c0 (size before relaxing) + 0x00000000401cb160 esp_http_client_read + .text.esp_http_client_fetch_headers + 0x00000000401cb304 0x5e esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x62 (size before relaxing) + 0x00000000401cb304 esp_http_client_fetch_headers + *fill* 0x00000000401cb362 0x2 + .text.esp_http_client_write + 0x00000000401cb364 0x3c esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x00000000401cb364 esp_http_client_write + .text.esp_http_client_send_post_data + 0x00000000401cb3a0 0x6a esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x6e (size before relaxing) + *fill* 0x00000000401cb40a 0x2 + .text.esp_http_client_close + 0x00000000401cb40c 0x2d esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x35 (size before relaxing) + 0x00000000401cb40c esp_http_client_close + *fill* 0x00000000401cb439 0x3 + .text.esp_http_client_cleanup + 0x00000000401cb43c 0xcd esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0xdd (size before relaxing) + 0x00000000401cb43c esp_http_client_cleanup + *fill* 0x00000000401cb509 0x3 + .text.esp_http_client_set_url + 0x00000000401cb50c 0x30d esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x335 (size before relaxing) + 0x00000000401cb50c esp_http_client_set_url + *fill* 0x00000000401cb819 0x3 + .text.esp_http_client_init + 0x00000000401cb81c 0x4c0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x4fc (size before relaxing) + 0x00000000401cb81c esp_http_client_init + .text.esp_http_client_set_redirection + 0x00000000401cbcdc 0x25 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x00000000401cbcdc esp_http_client_set_redirection + *fill* 0x00000000401cbd01 0x3 + .text.esp_http_client_connect + 0x00000000401cbd04 0x13c esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x14c (size before relaxing) + .text.esp_http_client_request_send + 0x00000000401cbe40 0x156 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x162 (size before relaxing) + *fill* 0x00000000401cbf96 0x2 + .text.esp_http_client_open + 0x00000000401cbf98 0x1a esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x1e (size before relaxing) + 0x00000000401cbf98 esp_http_client_open + *fill* 0x00000000401cbfb2 0x2 + .text.esp_http_client_set_post_field + 0x00000000401cbfb4 0x41 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x48 (size before relaxing) + 0x00000000401cbfb4 esp_http_client_set_post_field + *fill* 0x00000000401cbff5 0x3 + .text.esp_http_client_add_auth + 0x00000000401cbff8 0x10e esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x122 (size before relaxing) + 0x00000000401cbff8 esp_http_client_add_auth + *fill* 0x00000000401cc106 0x2 + .text.esp_http_check_response + 0x00000000401cc108 0x96 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x00000000401cc19e 0x2 + .text.esp_http_client_perform + 0x00000000401cc1a0 0x1a9 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x1cd (size before relaxing) + 0x00000000401cc1a0 esp_http_client_perform + *fill* 0x00000000401cc349 0x3 + .text.md5_printf + 0x00000000401cc34c 0x8e esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + *fill* 0x00000000401cc3da 0x2 + .text.http_auth_digest + 0x00000000401cc3dc 0x1f8 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + 0x208 (size before relaxing) + 0x00000000401cc3dc http_auth_digest + .text.http_auth_basic + 0x00000000401cc5d4 0xc8 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + 0xcc (size before relaxing) + 0x00000000401cc5d4 http_auth_basic + .text.http_header_new_item + 0x00000000401cc69c 0xe6 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0xf2 (size before relaxing) + *fill* 0x00000000401cc782 0x2 + .text.http_header_init + 0x00000000401cc784 0x44 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x00000000401cc784 http_header_init + .text.http_header_get_item + 0x00000000401cc7c8 0x38 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x00000000401cc7c8 http_header_get_item + .text.http_header_get + 0x00000000401cc800 0x1e esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x00000000401cc800 http_header_get + *fill* 0x00000000401cc81e 0x2 + .text.http_header_delete + 0x00000000401cc820 0x56 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x00000000401cc820 http_header_delete + *fill* 0x00000000401cc876 0x2 + .text.http_header_set + 0x00000000401cc878 0x4c esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x54 (size before relaxing) + 0x00000000401cc878 http_header_set + .text.http_header_set_format + 0x00000000401cc8c4 0x6c esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x70 (size before relaxing) + 0x00000000401cc8c4 http_header_set_format + .text.http_header_generate_string + 0x00000000401cc930 0xda esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x00000000401cc930 http_header_generate_string + *fill* 0x00000000401cca0a 0x2 + .text.http_header_clean + 0x00000000401cca0c 0x2f esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x00000000401cca0c http_header_clean + *fill* 0x00000000401cca3b 0x1 + .text.http_header_destroy + 0x00000000401cca3c 0x16 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x1a (size before relaxing) + 0x00000000401cca3c http_header_destroy + *fill* 0x00000000401cca52 0x2 + .text.http_utils_assign_string + 0x00000000401cca54 0x78 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x00000000401cca54 http_utils_assign_string + .text.http_utils_append_string + 0x00000000401ccacc 0x82 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x00000000401ccacc http_utils_append_string + *fill* 0x00000000401ccb4e 0x2 + .text.http_utils_trim_whitespace + 0x00000000401ccb50 0x67 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x00000000401ccb50 http_utils_trim_whitespace + *fill* 0x00000000401ccbb7 0x1 + .text.http_utils_get_string_between + 0x00000000401ccbb8 0x5a esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x00000000401ccbb8 http_utils_get_string_between + *fill* 0x00000000401ccc12 0x2 + .text.http_utils_str_starts_with + 0x00000000401ccc14 0x41 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x00000000401ccc14 http_utils_str_starts_with + *fill* 0x00000000401ccc55 0x3 + .text.ms_to_timeval + 0x00000000401ccc58 0x37 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x00000000401ccc8f 0x1 + .text.tcp_write + 0x00000000401ccc90 0x19 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x00000000401ccca9 0x3 + .text.tcp_read + 0x00000000401cccac 0x19 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x00000000401cccc5 0x3 + .text.resolve_host_name + 0x00000000401cccc8 0x6e esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x00000000401ccd36 0x2 + .text.esp_tls_tcp_enable_keep_alive + 0x00000000401ccd38 0xd6 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x00000000401cce0e 0x2 + .text.esp_tcp_connect + 0x00000000401cce10 0x1f3 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x216 (size before relaxing) + *fill* 0x00000000401cd003 0x1 + .text.create_ssl_handle + 0x00000000401cd004 0x15 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x00000000401cd019 0x3 + .text.esp_tls_handshake + 0x00000000401cd01c 0x11 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x00000000401cd02d 0x3 + .text.esp_tls_low_level_conn + 0x00000000401cd030 0x248 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x25c (size before relaxing) + .text.esp_tls_conn_destroy + 0x00000000401cd278 0x3e esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x42 (size before relaxing) + 0x00000000401cd278 esp_tls_conn_destroy + *fill* 0x00000000401cd2b6 0x2 + .text.esp_tls_conn_delete + 0x00000000401cd2b8 0xa esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0xe (size before relaxing) + 0x00000000401cd2b8 esp_tls_conn_delete + *fill* 0x00000000401cd2c2 0x2 + .text.esp_tls_init + 0x00000000401cd2c4 0x40 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x00000000401cd2c4 esp_tls_init + .text.esp_tls_conn_new_sync + 0x00000000401cd304 0x84 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x88 (size before relaxing) + 0x00000000401cd304 esp_tls_conn_new_sync + .text.esp_tls_conn_new_async + 0x00000000401cd388 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x18 (size before relaxing) + 0x00000000401cd388 esp_tls_conn_new_async + .text.esp_tls_server_session_create + 0x00000000401cd39c 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x14 (size before relaxing) + 0x00000000401cd39c esp_tls_server_session_create + .text.esp_tls_server_session_delete + 0x00000000401cd3ac 0xa esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0xe (size before relaxing) + 0x00000000401cd3ac esp_tls_server_session_delete + *fill* 0x00000000401cd3b6 0x2 + .text.esp_tls_get_bytes_avail + 0x00000000401cd3b8 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x10 (size before relaxing) + 0x00000000401cd3b8 esp_tls_get_bytes_avail + .text.esp_tls_get_conn_sockfd + 0x00000000401cd3c4 0x48 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x00000000401cd3c4 esp_tls_get_conn_sockfd + .text.esp_crypto_sha1_mbedtls + 0x00000000401cd40c 0x2e esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000401cd43a 0x2 + .text.esp_crypto_bas64_encode_mbedtls + 0x00000000401cd43c 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x18 (size before relaxing) + .text.esp_crypto_sha1 + 0x00000000401cd450 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x14 (size before relaxing) + 0x00000000401cd450 esp_crypto_sha1 + .text.esp_crypto_base64_encode + 0x00000000401cd460 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x18 (size before relaxing) + 0x00000000401cd460 esp_crypto_base64_encode + .text.esp_tls_internal_event_tracker_create + 0x00000000401cd474 0x11 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x00000000401cd474 esp_tls_internal_event_tracker_create + *fill* 0x00000000401cd485 0x3 + .text.esp_tls_internal_event_tracker_destroy + 0x00000000401cd488 0xe esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x00000000401cd488 esp_tls_internal_event_tracker_destroy + *fill* 0x00000000401cd496 0x2 + .text.esp_mbedtls_read + 0x00000000401cd498 0x66 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x72 (size before relaxing) + 0x00000000401cd498 esp_mbedtls_read + *fill* 0x00000000401cd4fe 0x2 + .text.esp_mbedtls_write + 0x00000000401cd500 0x8f esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x97 (size before relaxing) + 0x00000000401cd500 esp_mbedtls_write + *fill* 0x00000000401cd58f 0x1 + .text.set_ca_cert + 0x00000000401cd590 0x88 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x94 (size before relaxing) + .text.set_global_ca_store + 0x00000000401cd618 0x62 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x66 (size before relaxing) + *fill* 0x00000000401cd67a 0x2 + .text.set_pki_context + 0x00000000401cd67c 0x132 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x146 (size before relaxing) + *fill* 0x00000000401cd7ae 0x2 + .text.esp_mbedtls_verify_certificate + 0x00000000401cd7b0 0x36 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x42 (size before relaxing) + 0x00000000401cd7b0 esp_mbedtls_verify_certificate + *fill* 0x00000000401cd7e6 0x2 + .text.esp_mbedtls_handshake + 0x00000000401cd7e8 0x91 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x9d (size before relaxing) + 0x00000000401cd7e8 esp_mbedtls_handshake + *fill* 0x00000000401cd879 0x3 + .text.esp_mbedtls_get_bytes_avail + 0x00000000401cd87c 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x00000000401cd87c esp_mbedtls_get_bytes_avail + .text.esp_mbedtls_cleanup + 0x00000000401cd8ac 0x66 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x8a (size before relaxing) + 0x00000000401cd8ac esp_mbedtls_cleanup + *fill* 0x00000000401cd912 0x2 + .text.esp_mbedtls_conn_delete + 0x00000000401cd914 0x2a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x2e (size before relaxing) + 0x00000000401cd914 esp_mbedtls_conn_delete + *fill* 0x00000000401cd93e 0x2 + .text.set_server_config + 0x00000000401cd940 0x10c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x11c (size before relaxing) + 0x00000000401cd940 set_server_config + .text.set_client_config + 0x00000000401cda4c 0x2b3 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x2e7 (size before relaxing) + 0x00000000401cda4c set_client_config + *fill* 0x00000000401cdcff 0x1 + .text.esp_create_mbedtls_handle + 0x00000000401cdd00 0x163 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x196 (size before relaxing) + 0x00000000401cdd00 esp_create_mbedtls_handle + *fill* 0x00000000401cde63 0x1 + .text.esp_mbedtls_server_session_create + 0x00000000401cde64 0xd4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0xdc (size before relaxing) + 0x00000000401cde64 esp_mbedtls_server_session_create + .text.esp_mbedtls_server_session_delete + 0x00000000401cdf38 0x1f esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x23 (size before relaxing) + 0x00000000401cdf38 esp_mbedtls_server_session_delete + *fill* 0x00000000401cdf57 0x1 + .text.esp_ota_verify_chip_id + 0x00000000401cdf58 0x46 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x00000000401cdf9e 0x2 + .text._http_handle_response_code + 0x00000000401cdfa0 0xdb esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0xe7 (size before relaxing) + *fill* 0x00000000401ce07b 0x1 + .text._http_connect + 0x00000000401ce07c 0x5e esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x6e (size before relaxing) + *fill* 0x00000000401ce0da 0x2 + .text._http_cleanup + 0x00000000401ce0dc 0x12 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x16 (size before relaxing) + *fill* 0x00000000401ce0ee 0x2 + .text._ota_write + 0x00000000401ce0f0 0x5a esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000401ce14a 0x2 + .text.esp_https_ota_begin + 0x00000000401ce14c 0x18c esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x190 (size before relaxing) + 0x00000000401ce14c esp_https_ota_begin + .text.esp_https_ota_is_complete_data_received + 0x00000000401ce2d8 0xc esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x10 (size before relaxing) + 0x00000000401ce2d8 esp_https_ota_is_complete_data_received + .text.read_header + 0x00000000401ce2e4 0x97 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0xab (size before relaxing) + *fill* 0x00000000401ce37b 0x1 + .text.esp_https_ota_perform + 0x00000000401ce37c 0x195 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x1b5 (size before relaxing) + 0x00000000401ce37c esp_https_ota_perform + *fill* 0x00000000401ce511 0x3 + .text.esp_https_ota_finish + 0x00000000401ce514 0x94 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0xa0 (size before relaxing) + 0x00000000401ce514 esp_https_ota_finish + .text.esp_https_ota_abort + 0x00000000401ce5a8 0x68 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x70 (size before relaxing) + 0x00000000401ce5a8 esp_https_ota_abort + .text.esp_https_ota + 0x00000000401ce610 0x69 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x6d (size before relaxing) + 0x00000000401ce610 esp_https_ota + *fill* 0x00000000401ce679 0x3 + .text.parse_url_char + 0x00000000401ce67c 0x356 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + *fill* 0x00000000401ce9d2 0x2 + .text.http_parse_host_char + 0x00000000401ce9d4 0x324 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text.http_parse_host + 0x00000000401cecf8 0x100 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .text.http_should_keep_alive + 0x00000000401cedf8 0x35 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x00000000401cedf8 http_should_keep_alive + *fill* 0x00000000401cee2d 0x3 + .text.http_parser_execute + 0x00000000401cee30 0x2d7e esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x2d82 (size before relaxing) + 0x00000000401cee30 http_parser_execute + *fill* 0x00000000401d1bae 0x2 + .text.http_parser_init + 0x00000000401d1bb0 0x46 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x00000000401d1bb0 http_parser_init + *fill* 0x00000000401d1bf6 0x2 + .text.http_parser_url_init + 0x00000000401d1bf8 0x12 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x00000000401d1bf8 http_parser_url_init + *fill* 0x00000000401d1c0a 0x2 + .text.http_parser_parse_url + 0x00000000401d1c0c 0x10d esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x111 (size before relaxing) + 0x00000000401d1c0c http_parser_parse_url + *fill* 0x00000000401d1d19 0x3 + .text.esp_transport_list_init + 0x00000000401d1d1c 0x50 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401d1d1c esp_transport_list_init + .text.esp_transport_list_add + 0x00000000401d1d6c 0x81 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401d1d6c esp_transport_list_add + *fill* 0x00000000401d1ded 0x3 + .text.esp_transport_list_get_transport + 0x00000000401d1df0 0x26 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401d1df0 esp_transport_list_get_transport + *fill* 0x00000000401d1e16 0x2 + .text.esp_transport_init + 0x00000000401d1e18 0x3a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401d1e18 esp_transport_init + *fill* 0x00000000401d1e52 0x2 + .text.esp_transport_destroy + 0x00000000401d1e54 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401d1e54 esp_transport_destroy + *fill* 0x00000000401d1e76 0x2 + .text.esp_transport_list_clean + 0x00000000401d1e78 0x1f esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401d1e78 esp_transport_list_clean + *fill* 0x00000000401d1e97 0x1 + .text.esp_transport_list_destroy + 0x00000000401d1e98 0x1c esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x20 (size before relaxing) + 0x00000000401d1e98 esp_transport_list_destroy + .text.esp_transport_set_func + 0x00000000401d1eb4 0x29 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401d1eb4 esp_transport_set_func + *fill* 0x00000000401d1edd 0x3 + .text.esp_transport_set_errors + 0x00000000401d1ee0 0x26 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x2a (size before relaxing) + 0x00000000401d1ee0 esp_transport_set_errors + *fill* 0x00000000401d1f06 0x2 + .text.ssl_connect_async + 0x00000000401d1f08 0x55 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x5d (size before relaxing) + *fill* 0x00000000401d1f5d 0x3 + .text.ssl_destroy + 0x00000000401d1f60 0x1e esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x22 (size before relaxing) + *fill* 0x00000000401d1f7e 0x2 + .text.ssl_poll_write + 0x00000000401d1f80 0x12c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x13c (size before relaxing) + .text.ssl_poll_read + 0x00000000401d20ac 0x138 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x148 (size before relaxing) + .text.ssl_close + 0x00000000401d21e4 0x25 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x2d (size before relaxing) + *fill* 0x00000000401d2209 0x3 + .text.ssl_write + 0x00000000401d220c 0x62 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x6e (size before relaxing) + *fill* 0x00000000401d226e 0x2 + .text.ssl_read + 0x00000000401d2270 0x66 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x72 (size before relaxing) + *fill* 0x00000000401d22d6 0x2 + .text.ssl_connect + 0x00000000401d22d8 0x89 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x99 (size before relaxing) + *fill* 0x00000000401d2361 0x3 + .text.esp_transport_ssl_enable_global_ca_store + 0x00000000401d2364 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x26 (size before relaxing) + 0x00000000401d2364 esp_transport_ssl_enable_global_ca_store + *fill* 0x00000000401d2386 0x2 + .text.esp_transport_ssl_set_psk_key_hint + 0x00000000401d2388 0x1f esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x23 (size before relaxing) + 0x00000000401d2388 esp_transport_ssl_set_psk_key_hint + *fill* 0x00000000401d23a7 0x1 + .text.esp_transport_ssl_set_cert_data + 0x00000000401d23a8 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x26 (size before relaxing) + 0x00000000401d23a8 esp_transport_ssl_set_cert_data + *fill* 0x00000000401d23ca 0x2 + .text.esp_transport_ssl_set_cert_data_der + 0x00000000401d23cc 0x20 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x24 (size before relaxing) + 0x00000000401d23cc esp_transport_ssl_set_cert_data_der + .text.esp_transport_ssl_set_client_cert_data + 0x00000000401d23ec 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x26 (size before relaxing) + 0x00000000401d23ec esp_transport_ssl_set_client_cert_data + *fill* 0x00000000401d240e 0x2 + .text.esp_transport_ssl_set_client_cert_data_der + 0x00000000401d2410 0x20 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x24 (size before relaxing) + 0x00000000401d2410 esp_transport_ssl_set_client_cert_data_der + .text.esp_transport_ssl_set_client_key_data + 0x00000000401d2430 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x26 (size before relaxing) + 0x00000000401d2430 esp_transport_ssl_set_client_key_data + *fill* 0x00000000401d2452 0x2 + .text.esp_transport_ssl_set_client_key_password + 0x00000000401d2454 0x20 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x24 (size before relaxing) + 0x00000000401d2454 esp_transport_ssl_set_client_key_password + .text.esp_transport_ssl_set_client_key_data_der + 0x00000000401d2474 0x20 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x24 (size before relaxing) + 0x00000000401d2474 esp_transport_ssl_set_client_key_data_der + .text.esp_transport_ssl_set_alpn_protocol + 0x00000000401d2494 0x1e esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x22 (size before relaxing) + 0x00000000401d2494 esp_transport_ssl_set_alpn_protocol + *fill* 0x00000000401d24b2 0x2 + .text.esp_transport_ssl_skip_common_name_check + 0x00000000401d24b4 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x26 (size before relaxing) + 0x00000000401d24b4 esp_transport_ssl_skip_common_name_check + *fill* 0x00000000401d24d6 0x2 + .text.esp_transport_ssl_set_keep_alive + 0x00000000401d24d8 0x1e esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x22 (size before relaxing) + 0x00000000401d24d8 esp_transport_ssl_set_keep_alive + *fill* 0x00000000401d24f6 0x2 + .text.esp_transport_ssl_init + 0x00000000401d24f8 0x7b esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x8b (size before relaxing) + 0x00000000401d24f8 esp_transport_ssl_init + *fill* 0x00000000401d2573 0x1 + .text.tcp_destroy + 0x00000000401d2574 0x1e esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x22 (size before relaxing) + *fill* 0x00000000401d2592 0x2 + .text.tcp_poll_write + 0x00000000401d2594 0x108 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x114 (size before relaxing) + .text.tcp_poll_read + 0x00000000401d269c 0x108 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x114 (size before relaxing) + .text.tcp_close + 0x00000000401d27a4 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x26 (size before relaxing) + *fill* 0x00000000401d27c6 0x2 + .text.tcp_write + 0x00000000401d27c8 0x24 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x2c (size before relaxing) + .text.tcp_read + 0x00000000401d27ec 0x28 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x30 (size before relaxing) + .text.resolve_dns + 0x00000000401d2814 0x7e esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x82 (size before relaxing) + *fill* 0x00000000401d2892 0x2 + .text.tcp_enable_keep_alive + 0x00000000401d2894 0xd6 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + *fill* 0x00000000401d296a 0x2 + .text.tcp_connect + 0x00000000401d296c 0x360 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x3bc (size before relaxing) + .text.esp_transport_tcp_init + 0x00000000401d2ccc 0x77 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x83 (size before relaxing) + 0x00000000401d2ccc esp_transport_tcp_init + *fill* 0x00000000401d2d43 0x1 + .text.esp_transport_utils_ms_to_timeval + 0x00000000401d2d44 0x38 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + 0x00000000401d2d44 esp_transport_utils_ms_to_timeval + .text.ws_get_payload_transport_handle + 0x00000000401d2d7c 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x14 (size before relaxing) + .text.ws_poll_write + 0x00000000401d2d8c 0x16 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x1a (size before relaxing) + *fill* 0x00000000401d2da2 0x2 + .text._ws_write + 0x00000000401d2da4 0x144 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x154 (size before relaxing) + .text.ws_write + 0x00000000401d2ee8 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.ws_destroy + 0x00000000401d2f18 0x3e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000401d2f56 0x2 + .text.internal_esp_transport_ws_set_path + 0x00000000401d2f58 0x41 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x00000000401d2f99 0x3 + .text.ws_poll_read + 0x00000000401d2f9c 0x16 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x1a (size before relaxing) + *fill* 0x00000000401d2fb2 0x2 + .text.ws_close + 0x00000000401d2fb4 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x18 (size before relaxing) + .text.ws_read_payload + 0x00000000401d2fc8 0x7b esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x83 (size before relaxing) + *fill* 0x00000000401d3043 0x1 + .text.ws_read_header + 0x00000000401d3044 0x18f esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x1a7 (size before relaxing) + *fill* 0x00000000401d31d3 0x1 + .text.trimwhitespace + 0x00000000401d31d4 0x43 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x00000000401d3217 0x1 + .text.get_http_header + 0x00000000401d3218 0x38 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x3c (size before relaxing) + .text.ws_connect + 0x00000000401d3250 0x312 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x32e (size before relaxing) + *fill* 0x00000000401d3562 0x2 + .text.esp_transport_ws_set_path + 0x00000000401d3564 0x2a esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x2e (size before relaxing) + 0x00000000401d3564 esp_transport_ws_set_path + *fill* 0x00000000401d358e 0x2 + .text.esp_transport_ws_init + 0x00000000401d3590 0x117 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x12b (size before relaxing) + 0x00000000401d3590 esp_transport_ws_init + *fill* 0x00000000401d36a7 0x1 + .text.esp_transport_ws_set_subprotocol + 0x00000000401d36a8 0x41 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x00000000401d36a8 esp_transport_ws_set_subprotocol + *fill* 0x00000000401d36e9 0x3 + .text.esp_transport_ws_poll_connection_closed + 0x00000000401d36ec 0x152 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x15a (size before relaxing) + 0x00000000401d36ec esp_transport_ws_poll_connection_closed + *fill* 0x00000000401d383e 0x2 + .text.esp_transport_ws_handle_control_frames + 0x00000000401d3840 0x10e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x11a (size before relaxing) + *fill* 0x00000000401d394e 0x2 + .text.ws_handle_control_frame_internal + 0x00000000401d3950 0xdd esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0xe9 (size before relaxing) + *fill* 0x00000000401d3a2d 0x3 + .text.ws_read 0x00000000401d3a30 0x8a esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x92 (size before relaxing) + *fill* 0x00000000401d3aba 0x2 + .text.getrandom + 0x00000000401d3abc 0x24 esp-idf/newlib/libnewlib.a(random.c.obj) + 0x00000000401d3abc getrandom + .text.sha_hal_wait_idle + 0x00000000401d3ae0 0x45 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x00000000401d3ae0 sha_hal_wait_idle + *fill* 0x00000000401d3b25 0x3 + .text.sha_hal_hash_block + 0x00000000401d3b28 0x51 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x00000000401d3b28 sha_hal_hash_block + *fill* 0x00000000401d3b79 0x3 + .text.sha_hal_read_digest + 0x00000000401d3b7c 0x97 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x9b (size before relaxing) + 0x00000000401d3b7c sha_hal_read_digest + *fill* 0x00000000401d3c13 0x1 + .text.aes_hal_setkey + 0x00000000401d3c14 0x80 esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x00000000401d3c14 aes_hal_setkey + .text.aes_hal_transform_block + 0x00000000401d3c94 0x50 esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x00000000401d3c94 aes_hal_transform_block + .text.esp_err_to_name + 0x00000000401d3ce4 0x8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x00000000401d3ce4 esp_err_to_name + .text.net_would_block + 0x00000000401d3cec 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x21 (size before relaxing) + *fill* 0x00000000401d3d09 0x3 + .text.mbedtls_net_recv + 0x00000000401d3d0c 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x6c (size before relaxing) + 0x00000000401d3d0c mbedtls_net_recv + .text.mbedtls_net_send + 0x00000000401d3d6c 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x6c (size before relaxing) + 0x00000000401d3d6c mbedtls_net_send + .text.mbedtls_net_free + 0x00000000401d3dcc 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x00000000401d3dcc mbedtls_net_free + *fill* 0x00000000401d3dea 0x2 + .text.misc_nvs_load + 0x00000000401d3dec 0x85 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0xa1 (size before relaxing) + 0x00000000401d3dfc misc_nvs_load + *fill* 0x00000000401d3e71 0x3 + .text.misc_nvs_deinit + 0x00000000401d3e74 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x5a (size before relaxing) + 0x00000000401d3e78 misc_nvs_deinit + *fill* 0x00000000401d3ebe 0x2 + .text.misc_nvs_init + 0x00000000401d3ec0 0x2c ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x3c (size before relaxing) + 0x00000000401d3ec0 misc_nvs_init + .text._ZSt15get_new_handlerv + 0x00000000401d3eec 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + 0x00000000401d3eec _ZSt15get_new_handlerv + .text._ZnajRKSt9nothrow_t + 0x00000000401d3efc 0x11 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + 0x00000000401d3efc _ZnajRKSt9nothrow_t + *fill* 0x00000000401d3f0d 0x3 + .text._ZdaPv 0x00000000401d3f10 0xa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + 0xe (size before relaxing) + 0x00000000401d3f10 _ZdaPv + *fill* 0x00000000401d3f1a 0x2 + .text._ZdlPv 0x00000000401d3f1c 0xe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + 0x00000000401d3f1c _ZdlPv + *fill* 0x00000000401d3f2a 0x2 + .text._ZnwjRKSt9nothrow_t + 0x00000000401d3f2c 0x36 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x3e (size before relaxing) + 0x00000000401d3f2c _ZnwjRKSt9nothrow_t + *fill* 0x00000000401d3f62 0x2 + .text._ZN10__cxxabiv117__class_type_infoD2Ev + 0x00000000401d3f64 0x12 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x00000000401d3f64 _ZN10__cxxabiv117__class_type_infoD2Ev + 0x00000000401d3f64 _ZN10__cxxabiv117__class_type_infoD1Ev + *fill* 0x00000000401d3f76 0x2 + .text._ZN10__cxxabiv117__class_type_infoD0Ev + 0x00000000401d3f78 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x18 (size before relaxing) + 0x00000000401d3f78 _ZN10__cxxabiv117__class_type_infoD0Ev + .text._ZNKSt9type_infoeqERKS_$isra$0 + 0x00000000401d3f8c 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .text._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE + 0x00000000401d3fb4 0x36 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x00000000401d3fb4 _ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE + *fill* 0x00000000401d3fea 0x2 + .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE + 0x00000000401d3fec 0x1d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x00000000401d3fec _ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE + *fill* 0x00000000401d4009 0x3 + .text._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj + 0x00000000401d400c 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x24 (size before relaxing) + 0x00000000401d400c _ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj + .text._ZN10__cxxabiv111__terminateEPFvvE + 0x00000000401d402c 0x32 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x00000000401d402c _ZN10__cxxabiv111__terminateEPFvvE + *fill* 0x00000000401d405e 0x2 + .text._ZSt13get_terminatev + 0x00000000401d4060 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0x00000000401d4060 _ZSt13get_terminatev + .text._ZSt9terminatev + 0x00000000401d4070 0x9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0xf (size before relaxing) + 0x00000000401d4070 _ZSt9terminatev + *fill* 0x00000000401d4079 0x3 + .text.__cxa_begin_catch + 0x00000000401d407c 0x5a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + 0x00000000401d407c __cxa_begin_catch + *fill* 0x00000000401d40d6 0x2 + .text.__cxa_end_catch + 0x00000000401d40d8 0x62 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + 0x00000000401d40d8 __cxa_end_catch + *fill* 0x00000000401d413a 0x2 + .text._ZN10__cxxabiv120__si_class_type_infoD2Ev + 0x00000000401d413c 0x12 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x00000000401d413c _ZN10__cxxabiv120__si_class_type_infoD1Ev + 0x00000000401d413c _ZN10__cxxabiv120__si_class_type_infoD2Ev + *fill* 0x00000000401d414e 0x2 + .text._ZN10__cxxabiv120__si_class_type_infoD0Ev + 0x00000000401d4150 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x18 (size before relaxing) + 0x00000000401d4150 _ZN10__cxxabiv120__si_class_type_infoD0Ev + .text._ZNKSt9type_infoeqERKS_$isra$0 + 0x00000000401d4164 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .text._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ + 0x00000000401d418c 0x2c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x00000000401d418c _ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ + .text._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE + 0x00000000401d41b8 0x8c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x00000000401d41b8 _ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE + .text._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE + 0x00000000401d4244 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x00000000401d4244 _ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE + *fill* 0x00000000401d426a 0x2 + .text._ZdlPvj 0x00000000401d426c 0xa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + 0xe (size before relaxing) + 0x00000000401d426c _ZdlPvj + *fill* 0x00000000401d4276 0x2 + .text._ZL15eh_globals_dtorPv + 0x00000000401d4278 0x23 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + *fill* 0x00000000401d429b 0x1 + .text.__cxa_get_globals_fast + 0x00000000401d429c 0x1a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x00000000401d429c __cxa_get_globals_fast + *fill* 0x00000000401d42b6 0x2 + .text.__cxa_get_globals + 0x00000000401d42b8 0x3e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x42 (size before relaxing) + 0x00000000401d42b8 __cxa_get_globals + *fill* 0x00000000401d42f6 0x2 + .text.startup._GLOBAL__sub_I___cxa_get_globals_fast + 0x00000000401d42f8 0x22 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + *fill* 0x00000000401d431a 0x2 + .text.exit._GLOBAL__sub_D___cxa_get_globals_fast + 0x00000000401d431c 0x16 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + *fill* 0x00000000401d4332 0x2 + .text._Z12abort_returnIiET_v + 0x00000000401d4334 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + *fill* 0x00000000401d433d 0x3 + .text.abort_expect_void + 0x00000000401d4340 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x00000000401d4340 __wrap___cxa_call_unexpected + 0x00000000401d4340 __wrap___register_frame_table + 0x00000000401d4340 abort_expect_void + 0x00000000401d4340 __wrap___deregister_frame + 0x00000000401d4340 __wrap___register_frame + *fill* 0x00000000401d4349 0x3 + .text.__wrap__Unwind_Resume + 0x00000000401d434c 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x00000000401d434c __wrap__Unwind_Resume + *fill* 0x00000000401d4355 0x3 + .text.__wrap__Unwind_DeleteException + 0x00000000401d4358 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x00000000401d4358 __wrap__Unwind_DeleteException + *fill* 0x00000000401d4361 0x3 + .text.__wrap___gxx_personality_v0 + 0x00000000401d4364 0x6 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x9 (size before relaxing) + 0x00000000401d4364 __wrap___gxx_personality_v0 + *fill* 0x00000000401d436a 0x2 + .text 0x00000000401d436c 0x75 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + 0x00000000401d436c __fixunsdfdi + *fill* 0x00000000401d43e1 0x3 + .text 0x00000000401d43e4 0xd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + 0x00000000401d43e4 __errno + *fill* 0x00000000401d43f1 0x3 + .text 0x00000000401d43f4 0xe0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + 0xec (size before relaxing) + 0x00000000401d43f4 _fopen_r + 0x00000000401d44c0 fopen + .text 0x00000000401d44d4 0x31 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + 0x00000000401d44d4 _fseek_r + 0x00000000401d44ec fseek + *fill* 0x00000000401d4505 0x3 + .text 0x00000000401d4508 0x33a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + 0x33e (size before relaxing) + 0x00000000401d4508 _fseeko_r + 0x00000000401d482c fseeko + *fill* 0x00000000401d4842 0x2 + .text 0x00000000401d4844 0x116 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + 0x11a (size before relaxing) + 0x00000000401d4844 _ftello_r + 0x00000000401d4948 ftello + *fill* 0x00000000401d495a 0x2 + .text 0x00000000401d495c 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + 0x00000000401d495c _findenv + 0x00000000401d4974 getenv + .text 0x00000000401d498c 0x5fa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + 0x5fe (size before relaxing) + 0x00000000401d498c __cvt + 0x00000000401d4a50 __exponent + 0x00000000401d4ad0 _printf_float + *fill* 0x00000000401d4f86 0x2 + .text 0x00000000401d4f88 0x473 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + 0x00000000401d4f88 _scanf_float + *fill* 0x00000000401d53fb 0x1 + .text 0x00000000401d53fc 0x4c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + 0x00000000401d53fc _putchar_r + 0x00000000401d5420 putchar + .text 0x00000000401d5448 0xc6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + 0xca (size before relaxing) + 0x00000000401d5448 _puts_r + 0x00000000401d54fc puts + *fill* 0x00000000401d550e 0x2 + .text 0x00000000401d5510 0xfc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + 0x00000000401d5510 cleanup_glue + 0x00000000401d5528 _reclaim_reent + .text 0x00000000401d560c 0x31 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + 0x00000000401d560c setenv + 0x00000000401d5628 unsetenv + *fill* 0x00000000401d563d 0x3 + .text 0x00000000401d5640 0x1bc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + 0x1c0 (size before relaxing) + 0x00000000401d5640 _setenv_r + 0x00000000401d5794 _unsetenv_r + .text 0x00000000401d57fc 0x8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + 0x00000000401d57fc nanf + .text 0x00000000401d5804 0x242 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + 0x00000000401d5804 _strerror_r + 0x00000000401d5a18 strerror + 0x00000000401d5a30 strerror_l + *fill* 0x00000000401d5a46 0x2 + .text 0x00000000401d5a48 0xead /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + 0xf21 (size before relaxing) + 0x00000000401d5a78 _strtod_l + 0x00000000401d6768 _strtod_r + 0x00000000401d6780 strtod_l + 0x00000000401d6798 strtod + 0x00000000401d67b4 strtof_l + 0x00000000401d6854 strtof + *fill* 0x00000000401d68f5 0x3 + .text 0x00000000401d68f8 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + 0x00000000401d68f8 gettimeofday + .text 0x00000000401d6910 0xd90 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + 0xde0 (size before relaxing) + 0x00000000401d6a20 _dtoa_r + .text 0x00000000401d76a0 0x80 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + 0x00000000401d76a0 __sflags + .text 0x00000000401d7720 0x547 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + 0x55f (size before relaxing) + 0x00000000401d77a0 __hexdig_fun + 0x00000000401d77dc __gethex + *fill* 0x00000000401d7c67 0x1 + .text 0x00000000401d7c68 0x173 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + 0x177 (size before relaxing) + 0x00000000401d7c98 __match + 0x00000000401d7cc8 __hexnan + *fill* 0x00000000401d7ddb 0x1 + .text 0x00000000401d7ddc 0x2b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + 0x00000000401d7ddc __localeconv_l + 0x00000000401d7de8 _localeconv_r + 0x00000000401d7df8 localeconv + *fill* 0x00000000401d7e07 0x1 + .text 0x00000000401d7e08 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + 0x00000000401d7e08 _mbtowc_r + 0x00000000401d7e24 __ascii_mbtowc + .text 0x00000000401d7e48 0x91c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + 0x00000000401d7e48 _Balloc + 0x00000000401d7ed8 _Bfree + 0x00000000401d7f1c __multadd + 0x00000000401d7fa4 __s2b + 0x00000000401d8040 __hi0bits + 0x00000000401d8088 __lo0bits + 0x00000000401d80f8 __i2b + 0x00000000401d8120 __multiply + 0x00000000401d8240 __pow5mult + 0x00000000401d82e8 __lshift + 0x00000000401d8394 __mcmp + 0x00000000401d83cc __mdiff + 0x00000000401d84b0 __ulp + 0x00000000401d84f8 __b2d + 0x00000000401d859c __d2b + 0x00000000401d8650 __ratio + 0x00000000401d86a4 _mprec_log10 + 0x00000000401d86dc __copybits + 0x00000000401d8714 __any_on + .text 0x00000000401d8764 0xb4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + 0xb8 (size before relaxing) + 0x00000000401d8764 _putc_r + 0x00000000401d8804 putc + .text 0x00000000401d8818 0xb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + 0x00000000401d8818 nan + *fill* 0x00000000401d8823 0x0 + *fill* 0x00000000401d8823 0x0 + *fill* 0x00000000401d8823 0x1 + .text.pthread_include_pthread_impl + 0x00000000401d8824 0x5 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x00000000401d8824 pthread_include_pthread_impl + *fill* 0x00000000401d8829 0x3 + .text.find_value + 0x00000000401d882c 0x14 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x00000000401d8840 0x0 + *fill* 0x00000000401d8840 0x0 + *fill* 0x00000000401d8840 0x0 + *fill* 0x00000000401d8840 0x0 + .text.pthread_include_pthread_local_storage_impl + 0x00000000401d8840 0x5 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x00000000401d8840 pthread_include_pthread_local_storage_impl + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x0 + *fill* 0x00000000401d8845 0x3 + .text.vfs_include_syscalls_impl + 0x00000000401d8848 0x5 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000401d8848 vfs_include_syscalls_impl + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x0 + *fill* 0x00000000401d884d 0x3 + .text.clear_intr_wrapper + 0x00000000401d8850 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401d8855 0x3 + .text.task_get_max_priority_wrapper + 0x00000000401d8858 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401d885f 0x0 + *fill* 0x00000000401d885f 0x1 + .text.coex_pti_get_wrapper + 0x00000000401d8860 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x0 + *fill* 0x00000000401d8867 0x1 + .text.include_esp_phy_override + 0x00000000401d8868 0x5 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + 0x00000000401d8868 include_esp_phy_override + *fill* 0x00000000401d886d 0x3 + .text.esp_phy_reduce_tx_power + 0x00000000401d8870 0x1c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + *fill* 0x00000000401d888c 0x0 + *fill* 0x00000000401d888c 0x0 + *fill* 0x00000000401d888c 0x0 + *fill* 0x00000000401d888c 0x0 + *fill* 0x00000000401d888c 0x0 + *fill* 0x00000000401d888c 0x0 + *fill* 0x00000000401d888c 0x0 + *fill* 0x00000000401d888c 0x0 + *fill* 0x00000000401d888c 0x0 + *fill* 0x00000000401d888c 0x0 + *fill* 0x00000000401d888c 0x0 + .text.lwip_htons + 0x00000000401d888c 0x14 esp-idf/lwip/liblwip.a(def.c.obj) + 0x00000000401d888c lwip_htons + *fill* 0x00000000401d88a0 0x0 + .text.lwip_strnicmp + 0x00000000401d88a0 0x57 esp-idf/lwip/liblwip.a(def.c.obj) + 0x00000000401d88a0 lwip_strnicmp + *fill* 0x00000000401d88f7 0x0 + *fill* 0x00000000401d88f7 0x0 + *fill* 0x00000000401d88f7 0x1 + .text.heap_caps_match + 0x00000000401d88f8 0x32 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000401d88f8 heap_caps_match + *fill* 0x00000000401d892a 0x0 + *fill* 0x00000000401d892a 0x0 + *fill* 0x00000000401d892a 0x0 + *fill* 0x00000000401d892a 0x0 + *fill* 0x00000000401d892a 0x0 + *fill* 0x00000000401d892a 0x0 + *fill* 0x00000000401d892a 0x2 + .text.s_compare_reserved_regions + 0x00000000401d892c 0xc esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + *fill* 0x00000000401d8938 0x0 + *fill* 0x00000000401d8938 0x0 + *fill* 0x00000000401d8938 0x0 + *fill* 0x00000000401d8938 0x0 + *fill* 0x00000000401d8938 0x0 + *fill* 0x00000000401d8938 0x0 + *fill* 0x00000000401d8938 0x0 + *fill* 0x00000000401d8938 0x0 + *fill* 0x00000000401d8938 0x0 + *fill* 0x00000000401d8938 0x0 + .text.uart_find_pattern_from_last + 0x00000000401d8938 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + *fill* 0x00000000401d895c 0x0 + .text.pthread_setcancelstate + 0x00000000401d895c 0x7 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x00000000401d895c pthread_setcancelstate + *fill* 0x00000000401d8963 0x1 + .text.newlib_include_pthread_impl + 0x00000000401d8964 0x5 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x00000000401d8964 newlib_include_pthread_impl + *fill* 0x00000000401d8969 0x0 + *fill* 0x00000000401d8969 0x0 + *fill* 0x00000000401d8969 0x3 + .text.syscall_not_implemented + 0x00000000401d896c 0xb esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x00000000401d896c _getpid_r + 0x00000000401d896c _kill_r + 0x00000000401d896c _system_r + *fill* 0x00000000401d8977 0x0 + *fill* 0x00000000401d8977 0x0 + *fill* 0x00000000401d8977 0x1 + .text.newlib_include_syscalls_impl + 0x00000000401d8978 0x5 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x00000000401d8978 newlib_include_syscalls_impl + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x0 + *fill* 0x00000000401d897d 0x3 + .text.__cxa_guard_dummy + 0x00000000401d8980 0x5 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x00000000401d8980 __cxa_guard_dummy + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x0 + *fill* 0x00000000401d8985 0x3 + .text.esp_efuse_get_field_size + 0x00000000401d8988 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000401d8988 esp_efuse_get_field_size + .text.get_mask + 0x00000000401d89b0 0x1e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x00000000401d89ce 0x2 + .text.get_reg_num + 0x00000000401d89d0 0x26 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x00000000401d89f6 0x2 + .text.get_starting_bit_num_in_reg + 0x00000000401d89f8 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x00000000401d8a12 0x2 + .text.get_count_bits_in_reg + 0x00000000401d8a14 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x00000000401d8a42 0x0 + *fill* 0x00000000401d8a42 0x2 + .text.esp_efuse_utility_get_number_of_items + 0x00000000401d8a44 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000401d8a44 esp_efuse_utility_get_number_of_items + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x0 + *fill* 0x00000000401d8a5a 0x2 + .text.spi_flash_init_lock + 0x00000000401d8a5c 0x5 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00000000401d8a5c spi_flash_init_lock + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x0 + *fill* 0x00000000401d8a61 0x3 + .text._ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ + 0x00000000401d8a64 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401d8a64 _ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ + *fill* 0x00000000401d8a80 0x0 + .text._ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ + 0x00000000401d8a80 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401d8a80 _ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ + *fill* 0x00000000401d8a9c 0x0 + .text._ZN3nvs9NVSHandle8set_itemItEEiPKcT_ + 0x00000000401d8a9c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401d8a9c _ZN3nvs9NVSHandle8set_itemItEEiPKcT_ + *fill* 0x00000000401d8ab8 0x0 + .text._ZN3nvs9NVSHandle8set_itemIiEEiPKcT_ + 0x00000000401d8ab8 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401d8ab8 _ZN3nvs9NVSHandle8set_itemIiEEiPKcT_ + *fill* 0x00000000401d8ad2 0x0 + *fill* 0x00000000401d8ad2 0x2 + .text._ZN3nvs9NVSHandle8set_itemIjEEiPKcT_ + 0x00000000401d8ad4 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401d8ad4 _ZN3nvs9NVSHandle8set_itemIjEEiPKcT_ + *fill* 0x00000000401d8aee 0x0 + *fill* 0x00000000401d8aee 0x2 + .text._ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ + 0x00000000401d8af0 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401d8af0 _ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ + *fill* 0x00000000401d8b08 0x0 + .text._ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ + 0x00000000401d8b08 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401d8b08 _ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ + *fill* 0x00000000401d8b20 0x0 + .text._ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ + 0x00000000401d8b20 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401d8b20 _ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ + *fill* 0x00000000401d8b38 0x0 + .text._ZN3nvs9NVSHandle8get_itemIiEEiPKcRT_ + 0x00000000401d8b38 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401d8b38 _ZN3nvs9NVSHandle8get_itemIiEEiPKcRT_ + *fill* 0x00000000401d8b50 0x0 + .text._ZN3nvs9NVSHandle8get_itemIjEEiPKcRT_ + 0x00000000401d8b50 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401d8b50 _ZN3nvs9NVSHandle8get_itemIjEEiPKcRT_ + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + *fill* 0x00000000401d8b68 0x0 + .text._ZN3nvs12NVSPartitionD2Ev + 0x00000000401d8b68 0x5 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000401d8b68 _ZN3nvs12NVSPartitionD2Ev + 0x00000000401d8b68 _ZN3nvs12NVSPartitionD1Ev + *fill* 0x00000000401d8b6d 0x3 + .text._ZN3nvs12NVSPartition18get_partition_nameEv + 0x00000000401d8b70 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000401d8b70 _ZN3nvs12NVSPartition18get_partition_nameEv + *fill* 0x00000000401d8b7a 0x2 + .text._ZN3nvs12NVSPartition11get_addressEv + 0x00000000401d8b7c 0x9 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000401d8b7c _ZN3nvs12NVSPartition11get_addressEv + *fill* 0x00000000401d8b85 0x3 + .text._ZN3nvs12NVSPartition8get_sizeEv + 0x00000000401d8b88 0x9 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000401d8b88 _ZN3nvs12NVSPartition8get_sizeEv + *fill* 0x00000000401d8b91 0x0 + *fill* 0x00000000401d8b91 0x0 + *fill* 0x00000000401d8b91 0x0 + *fill* 0x00000000401d8b91 0x0 + *fill* 0x00000000401d8b91 0x0 + *fill* 0x00000000401d8b91 0x0 + *fill* 0x00000000401d8b91 0x3 + .text._ZN3nvs19NVSPartitionManagerD2Ev + 0x00000000401d8b94 0x5 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000401d8b94 _ZN3nvs19NVSPartitionManagerD2Ev + 0x00000000401d8b94 _ZN3nvs19NVSPartitionManagerD1Ev + *fill* 0x00000000401d8b99 0x0 + *fill* 0x00000000401d8b99 0x0 + *fill* 0x00000000401d8b99 0x3 + .text._ZN3nvs8HashListC2Ev + 0x00000000401d8b9c 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000401d8b9c _ZN3nvs8HashListC2Ev + 0x00000000401d8b9c _ZN3nvs8HashListC1Ev + *fill* 0x00000000401d8ba9 0x0 + *fill* 0x00000000401d8ba9 0x0 + *fill* 0x00000000401d8ba9 0x3 + .text._ZN3nvs8HashList13HashListBlockC2Ev + 0x00000000401d8bac 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000401d8bac _ZN3nvs8HashList13HashListBlockC1Ev + 0x00000000401d8bac _ZN3nvs8HashList13HashListBlockC2Ev + *fill* 0x00000000401d8bce 0x0 + *fill* 0x00000000401d8bce 0x0 + *fill* 0x00000000401d8bce 0x2 + .text._ZSt9__find_ifIPjN9__gnu_cxx5__ops10_Iter_predIZN3nvs4Page4loadEPNS4_9PartitionEjEUljE_EEET_SA_SA_T0_St26random_access_iterator_tag + 0x00000000401d8bd0 0x72 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x00000000401d8c42 0x0 + *fill* 0x00000000401d8c42 0x2 + .text._ZN3nvs4Page14alterPageStateENS0_9PageStateE + 0x00000000401d8c44 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000401d8c44 _ZN3nvs4Page14alterPageStateENS0_9PageStateE + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + *fill* 0x00000000401d8c68 0x0 + .text.esp_intr_get_cpu + 0x00000000401d8c68 0xc esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x00000000401d8c68 esp_intr_get_cpu + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + *fill* 0x00000000401d8c74 0x0 + .text.mpu_hal_set_region_access + 0x00000000401d8c74 0x48 esp-idf/hal/libhal.a(mpu_hal.c.obj) + 0x00000000401d8c74 mpu_hal_set_region_access + *fill* 0x00000000401d8cbc 0x0 + *fill* 0x00000000401d8cbc 0x0 + .text.uart_hal_set_stop_bits + 0x00000000401d8cbc 0x5d esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000401d8cbc uart_hal_set_stop_bits + *fill* 0x00000000401d8d19 0x3 + .text.uart_hal_get_stop_bits + 0x00000000401d8d1c 0x2c esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000401d8d1c uart_hal_get_stop_bits + .text.uart_hal_set_data_bit_num + 0x00000000401d8d48 0x1f esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000401d8d48 uart_hal_set_data_bit_num + *fill* 0x00000000401d8d67 0x1 + .text.uart_hal_get_data_bit_num + 0x00000000401d8d68 0x11 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000401d8d68 uart_hal_get_data_bit_num + *fill* 0x00000000401d8d79 0x3 + .text.uart_hal_set_parity + 0x00000000401d8d7c 0x36 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000401d8d7c uart_hal_set_parity + *fill* 0x00000000401d8db2 0x2 + .text.uart_hal_get_parity + 0x00000000401d8db4 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000401d8db4 uart_hal_get_parity + *fill* 0x00000000401d8dda 0x2 + .text.uart_hal_get_hw_flow_ctrl + 0x00000000401d8ddc 0x28 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000401d8ddc uart_hal_get_hw_flow_ctrl + *fill* 0x00000000401d8e04 0x0 + *fill* 0x00000000401d8e04 0x0 + .text.uart_hal_set_rxfifo_full_thr + 0x00000000401d8e04 0x1d esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000401d8e04 uart_hal_set_rxfifo_full_thr + *fill* 0x00000000401d8e21 0x3 + .text.uart_hal_set_wakeup_thrd + 0x00000000401d8e24 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000401d8e24 uart_hal_set_wakeup_thrd + *fill* 0x00000000401d8e44 0x0 + .text.uart_hal_get_symb_len + 0x00000000401d8e44 0x67 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000401d8e44 uart_hal_get_symb_len + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x0 + *fill* 0x00000000401d8eab 0x1 + .text.esp_netif_action_got_ip + 0x00000000401d8eac 0x5 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x00000000401d8eac esp_netif_action_got_ip + *fill* 0x00000000401d8eb1 0x0 + *fill* 0x00000000401d8eb1 0x0 + *fill* 0x00000000401d8eb1 0x0 + *fill* 0x00000000401d8eb1 0x0 + *fill* 0x00000000401d8eb1 0x3 + .text.esp_netif_reset_ip_info + 0x00000000401d8eb4 0x15 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x0 + *fill* 0x00000000401d8ec9 0x3 + .text.esp_netif_get_io_driver + 0x00000000401d8ecc 0x7 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8ecc esp_netif_get_io_driver + *fill* 0x00000000401d8ed3 0x1 + .text.esp_netif_get_handle_from_netif_impl + 0x00000000401d8ed4 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8ed4 esp_netif_get_handle_from_netif_impl + .text.esp_netif_get_netif_impl + 0x00000000401d8edc 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8edc esp_netif_get_netif_impl + *fill* 0x00000000401d8ee6 0x0 + *fill* 0x00000000401d8ee6 0x0 + *fill* 0x00000000401d8ee6 0x0 + *fill* 0x00000000401d8ee6 0x0 + *fill* 0x00000000401d8ee6 0x0 + *fill* 0x00000000401d8ee6 0x0 + *fill* 0x00000000401d8ee6 0x0 + *fill* 0x00000000401d8ee6 0x0 + *fill* 0x00000000401d8ee6 0x0 + *fill* 0x00000000401d8ee6 0x2 + .text.esp_netif_free_rx_buffer + 0x00000000401d8ee8 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8ee8 esp_netif_free_rx_buffer + *fill* 0x00000000401d8ef6 0x2 + .text.esp_netif_transmit_wrap + 0x00000000401d8ef8 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8ef8 esp_netif_transmit_wrap + .text.esp_netif_receive + 0x00000000401d8f0c 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8f0c esp_netif_receive + *fill* 0x00000000401d8f20 0x0 + *fill* 0x00000000401d8f20 0x0 + .text.esp_netif_dhcps_get_status + 0x00000000401d8f20 0x21 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8f20 esp_netif_dhcps_get_status + *fill* 0x00000000401d8f41 0x3 + .text.esp_netif_dhcpc_get_status + 0x00000000401d8f44 0x21 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8f44 esp_netif_dhcpc_get_status + *fill* 0x00000000401d8f65 0x0 + *fill* 0x00000000401d8f65 0x0 + *fill* 0x00000000401d8f65 0x0 + *fill* 0x00000000401d8f65 0x0 + *fill* 0x00000000401d8f65 0x0 + *fill* 0x00000000401d8f65 0x0 + *fill* 0x00000000401d8f65 0x3 + .text.esp_netif_is_netif_up + 0x00000000401d8f68 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8f68 esp_netif_is_netif_up + *fill* 0x00000000401d8f84 0x0 + *fill* 0x00000000401d8f84 0x0 + *fill* 0x00000000401d8f84 0x0 + .text.esp_netif_is_valid_static_ip + 0x00000000401d8f84 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8f84 esp_netif_is_valid_static_ip + *fill* 0x00000000401d8f9c 0x0 + *fill* 0x00000000401d8f9c 0x0 + *fill* 0x00000000401d8f9c 0x0 + *fill* 0x00000000401d8f9c 0x0 + *fill* 0x00000000401d8f9c 0x0 + *fill* 0x00000000401d8f9c 0x0 + *fill* 0x00000000401d8f9c 0x0 + .text.esp_netif_get_flags + 0x00000000401d8f9c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8f9c esp_netif_get_flags + .text.esp_netif_get_ifkey + 0x00000000401d8fa4 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8fa4 esp_netif_get_ifkey + .text.esp_netif_get_event_id + 0x00000000401d8fac 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401d8fac esp_netif_get_event_id + *fill* 0x00000000401d8fc9 0x0 + *fill* 0x00000000401d8fc9 0x0 + *fill* 0x00000000401d8fc9 0x0 + *fill* 0x00000000401d8fc9 0x0 + *fill* 0x00000000401d8fc9 0x0 + *fill* 0x00000000401d8fc9 0x3 + .text.esp_event_send_noop + 0x00000000401d8fcc 0x7 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x00000000401d8fcc esp_event_send_noop + 0x00000000401d8fcc esp_event_send_legacy + *fill* 0x00000000401d8fd3 0x0 + *fill* 0x00000000401d8fd3 0x0 + *fill* 0x00000000401d8fd3 0x0 + *fill* 0x00000000401d8fd3 0x0 + *fill* 0x00000000401d8fd3 0x0 + *fill* 0x00000000401d8fd3 0x0 + *fill* 0x00000000401d8fd3 0x0 + *fill* 0x00000000401d8fd3 0x1 + .text.wpa_ap_get_peer_spp_msg + 0x00000000401d8fd4 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000401d8fd4 wpa_ap_get_peer_spp_msg + *fill* 0x00000000401d8fea 0x2 + .text.wpa_config_done + 0x00000000401d8fec 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000401d8fec wpa_config_done + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x0 + *fill* 0x00000000401d8ff1 0x3 + .text.cipher_type_map_supp_to_public + 0x00000000401d8ff4 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401d8ff4 cipher_type_map_supp_to_public + *fill* 0x00000000401d9056 0x0 + *fill* 0x00000000401d9056 0x0 + *fill* 0x00000000401d9056 0x0 + *fill* 0x00000000401d9056 0x2 + .text.wpa_supplicant_check_group_cipher + 0x00000000401d9058 0xdc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401d9058 wpa_supplicant_check_group_cipher + .text.wpa_supplicant_gtk_tx_bit_workaround + 0x00000000401d9134 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x00000000401d9134 wpa_supplicant_gtk_tx_bit_workaround + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x0 + *fill* 0x00000000401d9145 0x3 + .text.hex2num 0x00000000401d9148 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.inc_byte_array + 0x00000000401d9180 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x00000000401d9180 inc_byte_array + *fill* 0x00000000401d919e 0x0 + *fill* 0x00000000401d919e 0x0 + *fill* 0x00000000401d919e 0x0 + *fill* 0x00000000401d919e 0x0 + *fill* 0x00000000401d919e 0x0 + *fill* 0x00000000401d919e 0x0 + *fill* 0x00000000401d919e 0x2 + .text.wpabuf_put + 0x00000000401d91a0 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x00000000401d91a0 wpabuf_put + *fill* 0x00000000401d91af 0x1 + .text.eloop_cancel_timeout + 0x00000000401d91b0 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + 0x00000000401d91b0 eloop_cancel_timeout + *fill* 0x00000000401d91b7 0x1 + .text.eloop_register_timeout + 0x00000000401d91b8 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + 0x00000000401d91b8 eloop_register_timeout + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x0 + *fill* 0x00000000401d91bf 0x1 + .text.rc4_skip + 0x00000000401d91c0 0xb3 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + 0x00000000401d91c0 rc4_skip + *fill* 0x00000000401d9273 0x1 + .text.gf_mulx 0x00000000401d9274 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + *fill* 0x00000000401d92b8 0x0 + *fill* 0x00000000401d92b8 0x0 + *fill* 0x00000000401d92b8 0x0 + *fill* 0x00000000401d92b8 0x0 + *fill* 0x00000000401d92b8 0x0 + *fill* 0x00000000401d92b8 0x0 + *fill* 0x00000000401d92b8 0x0 + *fill* 0x00000000401d92b8 0x0 + .text.wpa_request_new_ptk + 0x00000000401d92b8 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401d92ca 0x2 + .text.sm_WPA_PTK_DISCONNECTED_Enter + 0x00000000401d92cc 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_PTKCALCNEGOTIATING2_Enter + 0x00000000401d92f0 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.ieee80211w_kde_len + 0x00000000401d9314 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_GROUP_IDLE_Enter + 0x00000000401d9330 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_GROUP_REKEYESTABLISHED_Enter + 0x00000000401d9364 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401d93a2 0x2 + .text.sm_WPA_PTK_GROUP_KEYERROR_Enter + 0x00000000401d93a4 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x0 + *fill* 0x00000000401d93db 0x1 + .text.buf_shift_right + 0x00000000401d93dc 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x00000000401d941a 0x2 + .text.sae_is_password_id_elem + 0x00000000401d941c 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x0 + *fill* 0x00000000401d945e 0x2 + .text.wpa_cipher_key_len + 0x00000000401d9460 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000401d9460 wpa_cipher_key_len + *fill* 0x00000000401d949d 0x3 + .text.wpa_cipher_to_alg + 0x00000000401d94a0 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000401d94a0 wpa_cipher_to_alg + .text.rsn_cipher_put_suites + 0x00000000401d94d8 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000401d94d8 rsn_cipher_put_suites + *fill* 0x00000000401d9552 0x2 + .text.wpa_cipher_put_suites + 0x00000000401d9554 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000401d9554 wpa_cipher_put_suites + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x0 + *fill* 0x00000000401d95ae 0x2 + .text.wpa_sm_mlme_setprotection + 0x00000000401d95b0 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x00000000401d95b0 wpa_sm_mlme_setprotection + *fill* 0x00000000401d95b7 0x1 + .text.wpa_sm_get_beacon_ie + 0x00000000401d95b8 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x00000000401d95b8 wpa_sm_get_beacon_ie + *fill* 0x00000000401d95bf 0x1 + .text.wpa_sm_disassociate + 0x00000000401d95c0 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x00000000401d95c0 wpa_sm_disassociate + *fill* 0x00000000401d95c5 0x0 + *fill* 0x00000000401d95c5 0x0 + *fill* 0x00000000401d95c5 0x0 + *fill* 0x00000000401d95c5 0x0 + *fill* 0x00000000401d95c5 0x0 + *fill* 0x00000000401d95c5 0x0 + *fill* 0x00000000401d95c5 0x0 + *fill* 0x00000000401d95c5 0x0 + *fill* 0x00000000401d95c5 0x0 + *fill* 0x00000000401d95c5 0x3 + .text.pmksa_cache_get_current + 0x00000000401d95c8 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x00000000401d95c8 pmksa_cache_get_current + *fill* 0x00000000401d95d2 0x2 + .text.pmksa_cache_clear_current + 0x00000000401d95d4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x00000000401d95d4 pmksa_cache_clear_current + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + *fill* 0x00000000401d95e0 0x0 + .text.crypto_ec_get_prime + 0x00000000401d95e0 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x00000000401d95e0 crypto_ec_get_prime + *fill* 0x00000000401d95e7 0x1 + .text.crypto_ec_get_order + 0x00000000401d95e8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x00000000401d95e8 crypto_ec_get_order + *fill* 0x00000000401d95f0 0x0 + *fill* 0x00000000401d95f0 0x0 + *fill* 0x00000000401d95f0 0x0 + *fill* 0x00000000401d95f0 0x0 + *fill* 0x00000000401d95f0 0x0 + *fill* 0x00000000401d95f0 0x0 + *fill* 0x00000000401d95f0 0x0 + .text.xor_aes_block + 0x00000000401d95f0 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x0 + *fill* 0x00000000401d9619 0x3 + .text.eap_deinit_prev_method + 0x00000000401d961c 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x00000000401d961c eap_deinit_prev_method + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x0 + *fill* 0x00000000401d963a 0x2 + .text.esp_wifi_is_if_ready_when_started + 0x00000000401d963c 0x12 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000401d963c esp_wifi_is_if_ready_when_started + *fill* 0x00000000401d964e 0x0 + *fill* 0x00000000401d964e 0x2 + .text.lwip_poll_should_wake + 0x00000000401d9650 0x41 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x0 + *fill* 0x00000000401d9691 0x3 + .text.mem_init + 0x00000000401d9694 0x5 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x00000000401d9694 mem_init + *fill* 0x00000000401d9699 0x3 + .text.mem_trim + 0x00000000401d969c 0x5 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x00000000401d969c mem_trim + *fill* 0x00000000401d96a1 0x0 + *fill* 0x00000000401d96a1 0x0 + *fill* 0x00000000401d96a1 0x0 + *fill* 0x00000000401d96a1 0x3 + .text.memp_init + 0x00000000401d96a4 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x00000000401d96a4 memp_init + *fill* 0x00000000401d96b8 0x0 + *fill* 0x00000000401d96b8 0x0 + .text.netif_do_set_netmask + 0x00000000401d96b8 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000401d96d6 0x2 + .text.netif_do_set_gw + 0x00000000401d96d8 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000401d96f6 0x2 + .text.netif_null_output_ip6 + 0x00000000401d96f8 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_null_output_ip4 + 0x00000000401d9700 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000401d9708 0x0 + *fill* 0x00000000401d9708 0x0 + *fill* 0x00000000401d9708 0x0 + *fill* 0x00000000401d9708 0x0 + .text.netif_set_garp_flag + 0x00000000401d9708 0x11 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000401d9708 netif_set_garp_flag + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x0 + *fill* 0x00000000401d9719 0x3 + .text.pbuf_init_alloced_pbuf + 0x00000000401d971c 0x23 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x00000000401d973f 0x1 + .text.pbuf_skip_const + 0x00000000401d9740 0x1f esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x00000000401d975f 0x0 + *fill* 0x00000000401d975f 0x0 + *fill* 0x00000000401d975f 0x0 + *fill* 0x00000000401d975f 0x0 + *fill* 0x00000000401d975f 0x0 + *fill* 0x00000000401d975f 0x0 + *fill* 0x00000000401d975f 0x0 + *fill* 0x00000000401d975f 0x0 + *fill* 0x00000000401d975f 0x0 + *fill* 0x00000000401d975f 0x1 + .text.pbuf_clen + 0x00000000401d9760 0x16 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000401d9760 pbuf_clen + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x0 + *fill* 0x00000000401d9776 0x2 + .text.raw_bind_netif + 0x00000000401d9778 0x17 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000401d9778 raw_bind_netif + *fill* 0x00000000401d978f 0x0 + *fill* 0x00000000401d978f 0x1 + .text.raw_recv + 0x00000000401d9790 0xa esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000401d9790 raw_recv + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x0 + *fill* 0x00000000401d979a 0x2 + .text.tcp_bind_netif + 0x00000000401d979c 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000401d979c tcp_bind_netif + *fill* 0x00000000401d97b3 0x0 + *fill* 0x00000000401d97b3 0x0 + *fill* 0x00000000401d97b3 0x0 + *fill* 0x00000000401d97b3 0x0 + *fill* 0x00000000401d97b3 0x1 + .text.tcp_arg 0x00000000401d97b4 0xa esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000401d97b4 tcp_arg + *fill* 0x00000000401d97be 0x0 + *fill* 0x00000000401d97be 0x0 + *fill* 0x00000000401d97be 0x0 + *fill* 0x00000000401d97be 0x2 + .text.tcp_accept + 0x00000000401d97c0 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000401d97c0 tcp_accept + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x0 + *fill* 0x00000000401d97cf 0x1 + .text.udp_bind_netif + 0x00000000401d97d0 0x17 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000401d97d0 udp_bind_netif + *fill* 0x00000000401d97e7 0x0 + *fill* 0x00000000401d97e7 0x1 + .text.udp_recv + 0x00000000401d97e8 0xe esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000401d97e8 udp_recv + *fill* 0x00000000401d97f6 0x0 + *fill* 0x00000000401d97f6 0x0 + *fill* 0x00000000401d97f6 0x2 + .text.dhcp_set_state + 0x00000000401d97f8 0x18 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + *fill* 0x00000000401d9810 0x0 + .text.dhcp_supplied_address + 0x00000000401d9810 0x42 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000401d9810 dhcp_supplied_address + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x0 + *fill* 0x00000000401d9852 0x2 + .text.igmp_remove_group + 0x00000000401d9854 0x26 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x00000000401d987a 0x0 + *fill* 0x00000000401d987a 0x0 + *fill* 0x00000000401d987a 0x0 + *fill* 0x00000000401d987a 0x0 + *fill* 0x00000000401d987a 0x0 + *fill* 0x00000000401d987a 0x0 + *fill* 0x00000000401d987a 0x0 + *fill* 0x00000000401d987a 0x0 + *fill* 0x00000000401d987a 0x2 + .text.igmp_lookfor_group + 0x00000000401d987c 0x17 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000401d987c igmp_lookfor_group + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x0 + *fill* 0x00000000401d9893 0x1 + .text.ip4_addr_isbroadcast_u32 + 0x00000000401d9894 0x48 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x00000000401d9894 ip4_addr_isbroadcast_u32 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + *fill* 0x00000000401d98dc 0x0 + .text.mld6_remove_group + 0x00000000401d98dc 0x35 esp-idf/lwip/liblwip.a(mld6.c.obj) + *fill* 0x00000000401d9911 0x0 + *fill* 0x00000000401d9911 0x0 + *fill* 0x00000000401d9911 0x0 + *fill* 0x00000000401d9911 0x3 + .text.mld6_lookfor_group + 0x00000000401d9914 0x35 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000401d9914 mld6_lookfor_group + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x0 + *fill* 0x00000000401d9949 0x3 + .text.nd6_restart_netif + 0x00000000401d994c 0xa esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000401d994c nd6_restart_netif + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x0 + *fill* 0x00000000401d9956 0x2 + .text.node_insert_to_list + 0x00000000401d9958 0x3b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x00000000401d9993 0x1 + .text.add_msg_type + 0x00000000401d9994 0x14 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.add_end 0x00000000401d99a8 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x00000000401d99b4 0x0 + *fill* 0x00000000401d99b4 0x0 + *fill* 0x00000000401d99b4 0x0 + *fill* 0x00000000401d99b4 0x0 + *fill* 0x00000000401d99b4 0x0 + *fill* 0x00000000401d99b4 0x0 + *fill* 0x00000000401d99b4 0x0 + .text.node_remove_from_list + 0x00000000401d99b4 0x31 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x00000000401d99b4 node_remove_from_list + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x0 + *fill* 0x00000000401d99e5 0x3 + .text.lwip_standard_chksum + 0x00000000401d99e8 0x69 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000401d99e8 lwip_standard_chksum + *fill* 0x00000000401d9a51 0x0 + *fill* 0x00000000401d9a51 0x0 + *fill* 0x00000000401d9a51 0x0 + *fill* 0x00000000401d9a51 0x0 + *fill* 0x00000000401d9a51 0x0 + *fill* 0x00000000401d9a51 0x0 + *fill* 0x00000000401d9a51 0x0 + *fill* 0x00000000401d9a51 0x0 + *fill* 0x00000000401d9a51 0x3 + .text.esp_task_wdt_isr_user_handler + 0x00000000401d9a54 0x5 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0x00000000401d9a54 esp_task_wdt_isr_user_handler + *fill* 0x00000000401d9a59 0x0 + *fill* 0x00000000401d9a59 0x0 + *fill* 0x00000000401d9a59 0x0 + *fill* 0x00000000401d9a59 0x0 + *fill* 0x00000000401d9a59 0x3 + .text.btdm_config_mask_load + 0x00000000401d9a5c 0x7 esp-idf/bt/libbt.a(bt.c.obj) + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x0 + *fill* 0x00000000401d9a63 0x1 + .text.at_exe_cmd_null + 0x00000000401d9a64 0x7 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x0 + *fill* 0x00000000401d9a6b 0x1 + .text.at_sys_load_mode_is_flash + 0x00000000401d9a6c 0x7 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + 0x00000000401d9a6c at_sys_load_mode_is_flash + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x0 + *fill* 0x00000000401d9a73 0x1 + .text.str_2_buff + 0x00000000401d9a74 0x8e ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x0 + *fill* 0x00000000401d9b02 0x2 + .text.esp_at_port_write_data_default + 0x00000000401d9b04 0x7 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + *fill* 0x00000000401d9b0b 0x1 + .text.esp_at_port_read_data_default + 0x00000000401d9b0c 0x7 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + *fill* 0x00000000401d9b13 0x1 + .text.esp_at_port_wait_write_complete_default + 0x00000000401d9b14 0x7 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + *fill* 0x00000000401d9b1b 0x1 + .text.esp_at_port_get_data_length_default + 0x00000000401d9b1c 0x7 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x0 + *fill* 0x00000000401d9b23 0x1 + .text.at_data_is_same_char + 0x00000000401d9b24 0x22 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x00000000401d9b24 at_data_is_same_char + *fill* 0x00000000401d9b46 0x2 + .text.at_str_is_null + 0x00000000401d9b48 0x19 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + 0x00000000401d9b48 at_str_is_null + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x0 + *fill* 0x00000000401d9b61 0x3 + .text.at_get_socket_family_by_type_id + 0x00000000401d9b64 0x20 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .text.at_get_ip_proto_by_type_id + 0x00000000401d9b84 0x12 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x0 + *fill* 0x00000000401d9b96 0x2 + .text.at_hostname_verify + 0x00000000401d9b98 0x44 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + *fill* 0x00000000401d9bdc 0x0 + .text.uint2devclass + 0x00000000401d9bdc 0x14 esp-idf/bt/libbt.a(btc_util.c.obj) + 0x00000000401d9bdc uint2devclass + *fill* 0x00000000401d9bf0 0x0 + *fill* 0x00000000401d9bf0 0x0 + .text.btc_set_encryption_callback + 0x00000000401d9bf0 0x5 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x0 + *fill* 0x00000000401d9bf5 0x3 + .text.set_read_value + 0x00000000401d9bf8 0x4f esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x00000000401d9bf8 set_read_value + *fill* 0x00000000401d9c47 0x1 + .text.btc_gattc_check_valid_param + 0x00000000401d9c48 0x16 esp-idf/bt/libbt.a(btc_gattc.c.obj) + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x0 + *fill* 0x00000000401d9c5e 0x2 + .text.BTM_CheckAdvData + 0x00000000401d9c60 0x3a esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x00000000401d9c60 BTM_CheckAdvData + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x0 + *fill* 0x00000000401d9c9a 0x2 + .text.btm_ble_write_adv_enable_complete + 0x00000000401d9c9c 0x5 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x00000000401d9c9c btm_ble_write_adv_enable_complete + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x0 + *fill* 0x00000000401d9ca1 0x3 + .text.btm_convert_uuid_to_eir_service + 0x00000000401d9ca4 0x1a esp-idf/bt/libbt.a(btm_inq.c.obj) + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x0 + *fill* 0x00000000401d9cbe 0x2 + .text.BTM_CheckEirData + 0x00000000401d9cc0 0x3b esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x00000000401d9cc0 BTM_CheckEirData + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x0 + *fill* 0x00000000401d9cfb 0x1 + .text.btm_dev_authenticated + 0x00000000401d9cfc 0x12 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x00000000401d9d0e 0x2 + .text.btm_dev_encrypted + 0x00000000401d9d10 0x12 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x00000000401d9d22 0x2 + .text.btm_dev_authorized + 0x00000000401d9d24 0x12 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x00000000401d9d36 0x2 + .text.btm_dev_16_digit_authenticated + 0x00000000401d9d38 0x12 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x00000000401d9d4a 0x2 + .text.btm_serv_trusted + 0x00000000401d9d4c 0x28 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x00000000401d9d74 0x0 + *fill* 0x00000000401d9d74 0x0 + .text.btm_sec_check_prefetch_pin + 0x00000000401d9d74 0x7 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x00000000401d9d7b 0x1 + .text.btm_sec_is_serv_level0 + 0x00000000401d9d7c 0x10 esp-idf/bt/libbt.a(btm_sec.c.obj) + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + *fill* 0x00000000401d9d8c 0x0 + .text.btm_sec_are_all_trusted + 0x00000000401d9d8c 0x20 esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x00000000401d9d8c btm_sec_are_all_trusted + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + *fill* 0x00000000401d9dac 0x0 + .text.GATT_SendServiceChangeIndication + 0x00000000401d9dac 0x8 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x00000000401d9dac GATT_SendServiceChangeIndication + *fill* 0x00000000401d9db4 0x0 + *fill* 0x00000000401d9db4 0x0 + *fill* 0x00000000401d9db4 0x0 + *fill* 0x00000000401d9db4 0x0 + .text.gatt_convert_sec_action + 0x00000000401d9db4 0x2e esp-idf/bt/libbt.a(gatt_auth.c.obj) + *fill* 0x00000000401d9de2 0x0 + *fill* 0x00000000401d9de2 0x2 + .text.gatt_set_sec_act + 0x00000000401d9de4 0xe esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x00000000401d9de4 gatt_set_sec_act + *fill* 0x00000000401d9df2 0x2 + .text.gatt_get_sec_act + 0x00000000401d9df4 0x10 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x00000000401d9df4 gatt_get_sec_act + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + *fill* 0x00000000401d9e04 0x0 + .text.gatt_cmd_to_rsp_code + 0x00000000401d9e04 0x2c esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x00000000401d9e04 gatt_cmd_to_rsp_code + *fill* 0x00000000401d9e30 0x0 + *fill* 0x00000000401d9e30 0x0 + .text.deallocate_attr_in_db + 0x00000000401d9e30 0x5a esp-idf/bt/libbt.a(gatt_db.c.obj) + *fill* 0x00000000401d9e8a 0x2 + .text.gatts_add_char_desc_value_check + 0x00000000401d9e8c 0x45 esp-idf/bt/libbt.a(gatt_db.c.obj) + *fill* 0x00000000401d9ed1 0x0 + *fill* 0x00000000401d9ed1 0x0 + *fill* 0x00000000401d9ed1 0x0 + *fill* 0x00000000401d9ed1 0x0 + *fill* 0x00000000401d9ed1 0x0 + *fill* 0x00000000401d9ed1 0x3 + .text.gatts_get_service_uuid + 0x00000000401d9ed4 0xe esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x00000000401d9ed4 gatts_get_service_uuid + *fill* 0x00000000401d9ee2 0x0 + *fill* 0x00000000401d9ee2 0x0 + *fill* 0x00000000401d9ee2 0x0 + *fill* 0x00000000401d9ee2 0x0 + *fill* 0x00000000401d9ee2 0x0 + *fill* 0x00000000401d9ee2 0x0 + *fill* 0x00000000401d9ee2 0x0 + *fill* 0x00000000401d9ee2 0x0 + *fill* 0x00000000401d9ee2 0x0 + *fill* 0x00000000401d9ee2 0x0 + *fill* 0x00000000401d9ee2 0x2 + .text.gatt_update_app_hold_link_status + 0x00000000401d9ee4 0x5f esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x00000000401d9ee4 gatt_update_app_hold_link_status + *fill* 0x00000000401d9f43 0x0 + *fill* 0x00000000401d9f43 0x0 + *fill* 0x00000000401d9f43 0x0 + *fill* 0x00000000401d9f43 0x0 + *fill* 0x00000000401d9f43 0x0 + *fill* 0x00000000401d9f43 0x0 + *fill* 0x00000000401d9f43 0x0 + *fill* 0x00000000401d9f43 0x1 + .text.gatt_set_ch_state + 0x00000000401d9f44 0xe esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x00000000401d9f44 gatt_set_ch_state + *fill* 0x00000000401d9f52 0x2 + .text.gatt_get_ch_state + 0x00000000401d9f54 0xf esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x00000000401d9f54 gatt_get_ch_state + *fill* 0x00000000401d9f63 0x0 + *fill* 0x00000000401d9f63 0x0 + *fill* 0x00000000401d9f63 0x0 + *fill* 0x00000000401d9f63 0x0 + *fill* 0x00000000401d9f63 0x0 + *fill* 0x00000000401d9f63 0x0 + *fill* 0x00000000401d9f63 0x0 + *fill* 0x00000000401d9f63 0x0 + *fill* 0x00000000401d9f63 0x0 + *fill* 0x00000000401d9f63 0x0 + *fill* 0x00000000401d9f63 0x1 + .text.gatt_sr_enqueue_cmd + 0x00000000401d9f64 0x8b esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x00000000401d9f64 gatt_sr_enqueue_cmd + *fill* 0x00000000401d9fef 0x1 + .text.gatt_sr_cmd_empty + 0x00000000401d9ff0 0x11 esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x00000000401d9ff0 gatt_sr_cmd_empty + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x0 + *fill* 0x00000000401da001 0x3 + .text.gatt_update_last_pri_srv_info + 0x00000000401da004 0x1b esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da004 gatt_update_last_pri_srv_info + *fill* 0x00000000401da01f 0x0 + *fill* 0x00000000401da01f 0x1 + .text.gatt_add_an_item_to_list + 0x00000000401da020 0x5e esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da020 gatt_add_an_item_to_list + *fill* 0x00000000401da07e 0x2 + .text.gatt_remove_an_item_from_list + 0x00000000401da080 0x4a esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da080 gatt_remove_an_item_from_list + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x0 + *fill* 0x00000000401da0ca 0x2 + .text.gatt_num_apps_hold_link + 0x00000000401da0cc 0x22 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da0cc gatt_num_apps_hold_link + *fill* 0x00000000401da0ee 0x2 + .text.gatt_sr_copy_prep_cnt_to_cback_cnt + 0x00000000401da0f0 0x25 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da0f0 gatt_sr_copy_prep_cnt_to_cback_cnt + *fill* 0x00000000401da115 0x3 + .text.gatt_sr_is_cback_cnt_zero + 0x00000000401da118 0x25 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da118 gatt_sr_is_cback_cnt_zero + *fill* 0x00000000401da13d 0x3 + .text.gatt_sr_is_prep_cnt_zero + 0x00000000401da140 0x26 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da140 gatt_sr_is_prep_cnt_zero + *fill* 0x00000000401da166 0x2 + .text.gatt_sr_reset_cback_cnt + 0x00000000401da168 0x1f esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da168 gatt_sr_reset_cback_cnt + *fill* 0x00000000401da187 0x1 + .text.gatt_sr_reset_prep_cnt + 0x00000000401da188 0x1e esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da188 gatt_sr_reset_prep_cnt + *fill* 0x00000000401da1a6 0x2 + .text.gatt_find_app_hold_link + 0x00000000401da1a8 0x27 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da1a8 gatt_find_app_hold_link + *fill* 0x00000000401da1cf 0x1 + .text.gatt_find_specific_app_in_hold_link + 0x00000000401da1d0 0x28 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da1d0 gatt_find_specific_app_in_hold_link + *fill* 0x00000000401da1f8 0x0 + *fill* 0x00000000401da1f8 0x0 + *fill* 0x00000000401da1f8 0x0 + *fill* 0x00000000401da1f8 0x0 + *fill* 0x00000000401da1f8 0x0 + *fill* 0x00000000401da1f8 0x0 + *fill* 0x00000000401da1f8 0x0 + .text.gatt_is_bg_dev_for_app + 0x00000000401da1f8 0x28 esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x00000000401da1f8 gatt_is_bg_dev_for_app + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + *fill* 0x00000000401da220 0x0 + .text.l2cu_find_ccb_in_list + 0x00000000401da220 0x20 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x00000000401da220 l2cu_find_ccb_in_list + *fill* 0x00000000401da240 0x0 + *fill* 0x00000000401da240 0x0 + *fill* 0x00000000401da240 0x0 + *fill* 0x00000000401da240 0x0 + *fill* 0x00000000401da240 0x0 + *fill* 0x00000000401da240 0x0 + .text.l2cu_adj_id + 0x00000000401da240 0x12 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x00000000401da240 l2cu_adj_id + *fill* 0x00000000401da252 0x0 + *fill* 0x00000000401da252 0x0 + *fill* 0x00000000401da252 0x0 + *fill* 0x00000000401da252 0x2 + .text.l2cu_enqueue_ccb + 0x00000000401da254 0xcb esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x00000000401da254 l2cu_enqueue_ccb + *fill* 0x00000000401da31f 0x1 + .text.l2cu_dequeue_ccb + 0x00000000401da320 0xf3 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x00000000401da320 l2cu_dequeue_ccb + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x0 + *fill* 0x00000000401da413 0x1 + .text.smp_concatenate_local + 0x00000000401da414 0x35 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x00000000401da414 smp_concatenate_local + *fill* 0x00000000401da449 0x3 + .text.smp_concatenate_peer + 0x00000000401da44c 0x35 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x00000000401da44c smp_concatenate_peer + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x0 + *fill* 0x00000000401da481 0x3 + .text.smp_pairing_keypress_notification_is_valid + 0x00000000401da484 0x15 esp-idf/bt/libbt.a(smp_utils.c.obj) + *fill* 0x00000000401da499 0x3 + .text.smp_parameter_unconditionally_valid + 0x00000000401da49c 0x7 esp-idf/bt/libbt.a(smp_utils.c.obj) + *fill* 0x00000000401da4a3 0x1 + .text.smp_parameter_unconditionally_invalid + 0x00000000401da4a4 0x7 esp-idf/bt/libbt.a(smp_utils.c.obj) + *fill* 0x00000000401da4ab 0x0 + *fill* 0x00000000401da4ab 0x0 + *fill* 0x00000000401da4ab 0x0 + *fill* 0x00000000401da4ab 0x0 + *fill* 0x00000000401da4ab 0x0 + *fill* 0x00000000401da4ab 0x1 + .text.smp_mask_enc_key + 0x00000000401da4ac 0x21 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x00000000401da4ac smp_mask_enc_key + *fill* 0x00000000401da4cd 0x3 + .text.smp_xor_128 + 0x00000000401da4d0 0x24 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x00000000401da4d0 smp_xor_128 + *fill* 0x00000000401da4f4 0x0 + *fill* 0x00000000401da4f4 0x0 + *fill* 0x00000000401da4f4 0x0 + .text.smp_calculate_random_input + 0x00000000401da4f4 0x25 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x00000000401da4f4 smp_calculate_random_input + *fill* 0x00000000401da519 0x3 + .text.smp_collect_local_io_capabilities + 0x00000000401da51c 0x1a esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x00000000401da51c smp_collect_local_io_capabilities + *fill* 0x00000000401da536 0x2 + .text.smp_collect_peer_io_capabilities + 0x00000000401da538 0x1a esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x00000000401da538 smp_collect_peer_io_capabilities + *fill* 0x00000000401da552 0x0 + *fill* 0x00000000401da552 0x0 + *fill* 0x00000000401da552 0x0 + *fill* 0x00000000401da552 0x0 + *fill* 0x00000000401da552 0x0 + *fill* 0x00000000401da552 0x0 + *fill* 0x00000000401da552 0x0 + *fill* 0x00000000401da552 0x0 + *fill* 0x00000000401da552 0x0 + *fill* 0x00000000401da552 0x2 + .text.btc_alarm_handler + 0x00000000401da554 0x10 esp-idf/bt/libbt.a(btc_alarm.c.obj) + 0x00000000401da554 btc_alarm_handler + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + *fill* 0x00000000401da564 0x0 + .text.hash_function_naive + 0x00000000401da564 0x5 esp-idf/bt/libbt.a(hash_functions.c.obj) + 0x00000000401da564 hash_function_naive + *fill* 0x00000000401da569 0x0 + *fill* 0x00000000401da569 0x3 + .text.default_key_equality + 0x00000000401da56c 0x11 esp-idf/bt/libbt.a(hash_map.c.obj) + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x0 + *fill* 0x00000000401da57d 0x3 + .text.bta_gattc_srvc_in_list + 0x00000000401da580 0x52 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + *fill* 0x00000000401da5d2 0x0 + *fill* 0x00000000401da5d2 0x0 + *fill* 0x00000000401da5d2 0x0 + *fill* 0x00000000401da5d2 0x0 + *fill* 0x00000000401da5d2 0x0 + *fill* 0x00000000401da5d2 0x0 + *fill* 0x00000000401da5d2 0x0 + *fill* 0x00000000401da5d2 0x0 + *fill* 0x00000000401da5d2 0x2 + .text.bta_gattc_get_disc_range + 0x00000000401da5d4 0x41 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x00000000401da5d4 bta_gattc_get_disc_range + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x0 + *fill* 0x00000000401da615 0x3 + .text.bta_gattc_check_notif_registry + 0x00000000401da618 0x6a esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x00000000401da618 bta_gattc_check_notif_registry + *fill* 0x00000000401da682 0x0 + *fill* 0x00000000401da682 0x2 + .text.bta_gattc_clear_notif_registration_by_bda + 0x00000000401da684 0x88 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x00000000401da684 bta_gattc_clear_notif_registration_by_bda + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + *fill* 0x00000000401da70c 0x0 + .text.bta_gatts_alloc_srvc_cb + 0x00000000401da70c 0x58 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + 0x00000000401da70c bta_gatts_alloc_srvc_cb + *fill* 0x00000000401da764 0x0 + .text.bta_gatts_find_app_rcb_idx_by_app_if + 0x00000000401da764 0x30 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + 0x00000000401da764 bta_gatts_find_app_rcb_idx_by_app_if + .text.bta_gatts_find_srvc_cb_by_srvc_id + 0x00000000401da794 0x4a esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + 0x00000000401da794 bta_gatts_find_srvc_cb_by_srvc_id + *fill* 0x00000000401da7de 0x2 + .text.bta_gatts_find_srvc_cb_by_attr_id + 0x00000000401da7e0 0xd3 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + 0x00000000401da7e0 bta_gatts_find_srvc_cb_by_attr_id + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x0 + *fill* 0x00000000401da8b3 0x1 + .text.gatt_cl_op_cmpl_cback + 0x00000000401da8b4 0x5 esp-idf/bt/libbt.a(gatt_attr.c.obj) + *fill* 0x00000000401da8b9 0x0 + *fill* 0x00000000401da8b9 0x0 + *fill* 0x00000000401da8b9 0x0 + *fill* 0x00000000401da8b9 0x0 + *fill* 0x00000000401da8b9 0x0 + *fill* 0x00000000401da8b9 0x0 + *fill* 0x00000000401da8b9 0x0 + *fill* 0x00000000401da8b9 0x0 + *fill* 0x00000000401da8b9 0x3 + .text.xor_block + 0x00000000401da8bc 0x29 esp-idf/bt/libbt.a(aes.c.obj) + *fill* 0x00000000401da8e5 0x3 + .text.copy_and_key + 0x00000000401da8e8 0x29 esp-idf/bt/libbt.a(aes.c.obj) + *fill* 0x00000000401da911 0x0 + *fill* 0x00000000401da911 0x0 + *fill* 0x00000000401da911 0x0 + *fill* 0x00000000401da911 0x0 + *fill* 0x00000000401da911 0x0 + *fill* 0x00000000401da911 0x0 + *fill* 0x00000000401da911 0x0 + *fill* 0x00000000401da911 0x0 + *fill* 0x00000000401da911 0x0 + *fill* 0x00000000401da911 0x3 + .text.multiprecision_init + 0x00000000401da914 0x18 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401da914 multiprecision_init + .text.multiprecision_copy + 0x00000000401da92c 0x1a esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401da92c multiprecision_copy + *fill* 0x00000000401da946 0x2 + .text.multiprecision_compare + 0x00000000401da948 0x2d esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401da948 multiprecision_compare + *fill* 0x00000000401da975 0x3 + .text.multiprecision_iszero + 0x00000000401da978 0x20 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401da978 multiprecision_iszero + .text.multiprecision_dword_bits + 0x00000000401da998 0x18 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401da998 multiprecision_dword_bits + .text.multiprecision_most_signdwords + 0x00000000401da9b0 0x1a esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401da9b0 multiprecision_most_signdwords + *fill* 0x00000000401da9ca 0x2 + .text.multiprecision_add + 0x00000000401da9cc 0x3f esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401da9cc multiprecision_add + *fill* 0x00000000401daa0b 0x1 + .text.multiprecision_sub + 0x00000000401daa0c 0x43 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401daa0c multiprecision_sub + *fill* 0x00000000401daa4f 0x1 + .text.multiprecision_rshift + 0x00000000401daa50 0x25 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401daa50 multiprecision_rshift + *fill* 0x00000000401daa75 0x0 + *fill* 0x00000000401daa75 0x3 + .text.multiprecision_lshift + 0x00000000401daa78 0x27 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x00000000401daa78 multiprecision_lshift + *fill* 0x00000000401daa9f 0x0 + *fill* 0x00000000401daa9f 0x0 + *fill* 0x00000000401daa9f 0x0 + *fill* 0x00000000401daa9f 0x0 + *fill* 0x00000000401daa9f 0x0 + *fill* 0x00000000401daa9f 0x0 + *fill* 0x00000000401daa9f 0x1 + .text.smp_update_key_mask + 0x00000000401daaa0 0xa7 esp-idf/bt/libbt.a(smp_act.c.obj) + *fill* 0x00000000401dab47 0x0 + *fill* 0x00000000401dab47 0x0 + *fill* 0x00000000401dab47 0x0 + *fill* 0x00000000401dab47 0x0 + *fill* 0x00000000401dab47 0x0 + *fill* 0x00000000401dab47 0x0 + *fill* 0x00000000401dab47 0x0 + *fill* 0x00000000401dab47 0x0 + *fill* 0x00000000401dab47 0x0 + *fill* 0x00000000401dab47 0x0 + *fill* 0x00000000401dab47 0x1 + .text.smp_proc_pair_fail + 0x00000000401dab48 0xb esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401dab48 smp_proc_pair_fail + *fill* 0x00000000401dab53 0x1 + .text.smp_get_auth_mode + 0x00000000401dab54 0x44 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401dab54 smp_get_auth_mode + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + *fill* 0x00000000401dab98 0x0 + .text.smp_fast_conn_param + 0x00000000401dab98 0x5 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x00000000401dab98 smp_fast_conn_param + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x0 + *fill* 0x00000000401dab9d 0x3 + .text.padding 0x00000000401daba0 0x29 esp-idf/bt/libbt.a(smp_cmac.c.obj) + *fill* 0x00000000401dabc9 0x3 + .text.leftshift_onebit + 0x00000000401dabcc 0x29 esp-idf/bt/libbt.a(smp_cmac.c.obj) + *fill* 0x00000000401dabf5 0x0 + *fill* 0x00000000401dabf5 0x0 + *fill* 0x00000000401dabf5 0x0 + *fill* 0x00000000401dabf5 0x0 + *fill* 0x00000000401dabf5 0x0 + *fill* 0x00000000401dabf5 0x3 + .text.print128 + 0x00000000401dabf8 0x5 esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x00000000401dabf8 print128 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x0 + *fill* 0x00000000401dabfd 0x3 + .text.bta_dm_set_afh_channels + 0x00000000401dac00 0x5 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401dac00 bta_dm_set_afh_channels + *fill* 0x00000000401dac05 0x0 + *fill* 0x00000000401dac05 0x0 + *fill* 0x00000000401dac05 0x0 + *fill* 0x00000000401dac05 0x0 + *fill* 0x00000000401dac05 0x0 + *fill* 0x00000000401dac05 0x0 + *fill* 0x00000000401dac05 0x0 + *fill* 0x00000000401dac05 0x0 + *fill* 0x00000000401dac05 0x0 + *fill* 0x00000000401dac05 0x3 + .text.bta_dm_set_pin_type + 0x00000000401dac08 0x5 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401dac08 bta_dm_set_pin_type + *fill* 0x00000000401dac0d 0x3 + .text.bta_dm_pin_reply + 0x00000000401dac10 0x5 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401dac10 bta_dm_pin_reply + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x0 + *fill* 0x00000000401dac15 0x3 + .text.bta_dm_execute_callback + 0x00000000401dac18 0xe esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x00000000401dac18 bta_dm_execute_callback + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x0 + *fill* 0x00000000401dac26 0x2 + .text.bta_gattc_req_cback + 0x00000000401dac28 0x5 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x0 + *fill* 0x00000000401dac2d 0x3 + .text.bta_gattc_cancel_open_error + 0x00000000401dac30 0x1c esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x00000000401dac30 bta_gattc_cancel_open_error + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + *fill* 0x00000000401dac4c 0x0 + .text.bta_gattc_restart_discover + 0x00000000401dac4c 0x10 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x00000000401dac4c bta_gattc_restart_discover + *fill* 0x00000000401dac5c 0x0 + *fill* 0x00000000401dac5c 0x0 + *fill* 0x00000000401dac5c 0x0 + *fill* 0x00000000401dac5c 0x0 + *fill* 0x00000000401dac5c 0x0 + *fill* 0x00000000401dac5c 0x0 + *fill* 0x00000000401dac5c 0x0 + *fill* 0x00000000401dac5c 0x0 + *fill* 0x00000000401dac5c 0x0 + *fill* 0x00000000401dac5c 0x0 + .text.bta_gattc_ignore_op_cmpl + 0x00000000401dac5c 0x5 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x00000000401dac5c bta_gattc_ignore_op_cmpl + *fill* 0x00000000401dac61 0x0 + *fill* 0x00000000401dac61 0x0 + *fill* 0x00000000401dac61 0x0 + *fill* 0x00000000401dac61 0x0 + *fill* 0x00000000401dac61 0x0 + *fill* 0x00000000401dac61 0x0 + *fill* 0x00000000401dac61 0x0 + *fill* 0x00000000401dac61 0x0 + *fill* 0x00000000401dac61 0x3 + .text.bta_gattc_fail + 0x00000000401dac64 0x5 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x00000000401dac64 bta_gattc_fail + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x0 + *fill* 0x00000000401dac69 0x3 + .text.bta_gatts_co_update_handle_range + 0x00000000401dac6c 0x5 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + 0x00000000401dac6c bta_gatts_co_update_handle_range + *fill* 0x00000000401dac71 0x3 + .text.bta_gatts_co_srv_chg + 0x00000000401dac74 0x7 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + 0x00000000401dac74 bta_gatts_co_srv_chg + *fill* 0x00000000401dac7b 0x1 + .text.bta_gatts_co_load_handle_range + 0x00000000401dac7c 0x7 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + 0x00000000401dac7c bta_gatts_co_load_handle_range + *fill* 0x00000000401dac83 0x0 + *fill* 0x00000000401dac83 0x0 + *fill* 0x00000000401dac83 0x0 + *fill* 0x00000000401dac83 0x0 + *fill* 0x00000000401dac83 0x0 + *fill* 0x00000000401dac83 0x0 + *fill* 0x00000000401dac83 0x0 + *fill* 0x00000000401dac83 0x0 + *fill* 0x00000000401dac83 0x0 + *fill* 0x00000000401dac83 0x1 + .text 0x00000000401dac84 0x5 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke.o) + 0x00000000401dac84 config_ke_funcs_reset + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x0 + *fill* 0x00000000401dac89 0x3 + .text 0x00000000401dac8c 0x5 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(syscntl.o) + 0x00000000401dac8c r_syscntl_init + *fill* 0x00000000401dac91 0x0 + *fill* 0x00000000401dac91 0x0 + *fill* 0x00000000401dac91 0x0 + *fill* 0x00000000401dac91 0x0 + *fill* 0x00000000401dac91 0x3 + .text 0x00000000401dac94 0x5 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(emi.o) + 0x00000000401dac94 r_emi_init + *fill* 0x00000000401dac99 0x0 + *fill* 0x00000000401dac99 0x3 + .text 0x00000000401dac9c 0xd /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(led.o) + 0x00000000401dac9c r_led_init + 0x00000000401daca4 r_led_set_all + *fill* 0x00000000401daca9 0x3 + .text 0x00000000401dacac 0xb /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + 0x00000000401dacac r_wfi + *fill* 0x00000000401dacb7 0x0 + *fill* 0x00000000401dacb7 0x0 + *fill* 0x00000000401dacb7 0x1 + .text._mdns_get_other_if + 0x00000000401dacb8 0x16 esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x00000000401dacce 0x0 + *fill* 0x00000000401dacce 0x2 + .text._ipv6_address_is_zero + 0x00000000401dacd0 0x2c esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x00000000401dacfc 0x0 + .text._mdns_question_exists + 0x00000000401dacfc 0x34 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_txt_items_count_get + 0x00000000401dad30 0x34 esp-idf/mdns/libmdns.a(mdns.c.obj) + .text._mdns_txt_item_name_get_len + 0x00000000401dad64 0x2e esp-idf/mdns/libmdns.a(mdns.c.obj) + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x0 + *fill* 0x00000000401dad92 0x2 + .text.get_decimal_point + 0x00000000401dad94 0x7 esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x00000000401dad9b 0x1 + .text.parse_hex4 + 0x00000000401dad9c 0x57 esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x00000000401dadf3 0x0 + *fill* 0x00000000401dadf3 0x0 + *fill* 0x00000000401dadf3 0x1 + .text.buffer_skip_whitespace + 0x00000000401dadf4 0x38 esp-idf/json/libjson.a(cJSON.c.obj) + .text.get_array_item + 0x00000000401dae2c 0x26 esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x00000000401dae52 0x0 + *fill* 0x00000000401dae52 0x0 + *fill* 0x00000000401dae52 0x0 + *fill* 0x00000000401dae52 0x0 + *fill* 0x00000000401dae52 0x0 + *fill* 0x00000000401dae52 0x0 + *fill* 0x00000000401dae52 0x0 + *fill* 0x00000000401dae52 0x2 + .text.cJSON_GetArraySize + 0x00000000401dae54 0x1a esp-idf/json/libjson.a(cJSON.c.obj) + 0x00000000401dae54 cJSON_GetArraySize + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x0 + *fill* 0x00000000401dae6e 0x2 + .text.init_message + 0x00000000401dae70 0xb esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + *fill* 0x00000000401dae7b 0x1 + .text.fail_message + 0x00000000401dae7c 0xd esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + *fill* 0x00000000401dae89 0x0 + *fill* 0x00000000401dae89 0x0 + *fill* 0x00000000401dae89 0x3 + .text.mqtt_get_total_length + 0x00000000401dae8c 0x3a esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x00000000401dae8c mqtt_get_total_length + *fill* 0x00000000401daec6 0x2 + .text.mqtt_get_publish_topic + 0x00000000401daec8 0x4c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x00000000401daec8 mqtt_get_publish_topic + .text.mqtt_get_publish_data + 0x00000000401daf14 0x92 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x00000000401daf14 mqtt_get_publish_data + *fill* 0x00000000401dafa6 0x2 + .text.mqtt_get_suback_data + 0x00000000401dafa8 0x18 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x00000000401dafa8 mqtt_get_suback_data + .text.mqtt_get_id + 0x00000000401dafc0 0xb5 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x00000000401dafc0 mqtt_get_id + *fill* 0x00000000401db075 0x0 + *fill* 0x00000000401db075 0x0 + *fill* 0x00000000401db075 0x0 + *fill* 0x00000000401db075 0x3 + .text.outbox_get + 0x00000000401db078 0x14 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x00000000401db078 outbox_get + .text.outbox_dequeue + 0x00000000401db08c 0x21 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x00000000401db08c outbox_dequeue + *fill* 0x00000000401db0ad 0x0 + *fill* 0x00000000401db0ad 0x3 + .text.outbox_item_get_data + 0x00000000401db0b0 0x1a esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x00000000401db0b0 outbox_item_get_data + *fill* 0x00000000401db0ca 0x0 + *fill* 0x00000000401db0ca 0x2 + .text.outbox_item_get_pending + 0x00000000401db0cc 0xe esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x00000000401db0cc outbox_item_get_pending + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x0 + *fill* 0x00000000401db0da 0x2 + .text.ssl_transform_aead_dynamic_iv_is_explicit + 0x00000000401db0dc 0x13 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x00000000401db0ef 0x1 + .text.ssl_get_hs_total_len + 0x00000000401db0f0 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x00000000401db10d 0x0 + *fill* 0x00000000401db10d 0x3 + .text.ssl_record_is_in_progress + 0x00000000401db110 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_transform_get_explicit_iv_len + 0x00000000401db11c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x00000000401db134 0x0 + *fill* 0x00000000401db134 0x0 + .text.mbedtls_ssl_set_timer + 0x00000000401db134 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x00000000401db134 mbedtls_ssl_set_timer + *fill* 0x00000000401db14a 0x2 + .text.mbedtls_ssl_check_timer + 0x00000000401db14c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x00000000401db14c mbedtls_ssl_check_timer + *fill* 0x00000000401db16c 0x0 + *fill* 0x00000000401db16c 0x0 + *fill* 0x00000000401db16c 0x0 + *fill* 0x00000000401db16c 0x0 + .text.mbedtls_ssl_update_handshake_status + 0x00000000401db16c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x00000000401db16c mbedtls_ssl_update_handshake_status + *fill* 0x00000000401db188 0x0 + .text.mbedtls_ssl_update_in_pointers + 0x00000000401db188 0x1b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x00000000401db188 mbedtls_ssl_update_in_pointers + *fill* 0x00000000401db1a3 0x0 + *fill* 0x00000000401db1a3 0x1 + .text.mbedtls_ssl_get_bytes_avail + 0x00000000401db1a4 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x00000000401db1a4 mbedtls_ssl_get_bytes_avail + *fill* 0x00000000401db1b6 0x2 + .text.mbedtls_ssl_write_version + 0x00000000401db1b8 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x00000000401db1b8 mbedtls_ssl_write_version + *fill* 0x00000000401db1c3 0x0 + *fill* 0x00000000401db1c3 0x0 + *fill* 0x00000000401db1c3 0x1 + .text.mbedtls_ssl_read_version + 0x00000000401db1c4 0xf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x00000000401db1c4 mbedtls_ssl_read_version + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x0 + *fill* 0x00000000401db1d3 0x1 + .text.mbedtls_ssl_conf_endpoint + 0x00000000401db1d4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db1d4 mbedtls_ssl_conf_endpoint + .text.mbedtls_ssl_conf_transport + 0x00000000401db1dc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db1dc mbedtls_ssl_conf_transport + .text.mbedtls_ssl_conf_authmode + 0x00000000401db1e4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db1e4 mbedtls_ssl_conf_authmode + .text.mbedtls_ssl_conf_rng + 0x00000000401db1ec 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db1ec mbedtls_ssl_conf_rng + *fill* 0x00000000401db1f7 0x1 + .text.mbedtls_ssl_set_bio + 0x00000000401db1f8 0xd esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db1f8 mbedtls_ssl_set_bio + *fill* 0x00000000401db205 0x0 + *fill* 0x00000000401db205 0x3 + .text.mbedtls_ssl_conf_ca_chain + 0x00000000401db208 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db208 mbedtls_ssl_conf_ca_chain + *fill* 0x00000000401db213 0x0 + *fill* 0x00000000401db213 0x0 + *fill* 0x00000000401db213 0x1 + .text.mbedtls_ssl_conf_renegotiation + 0x00000000401db214 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db214 mbedtls_ssl_conf_renegotiation + .text.mbedtls_ssl_get_verify_result + 0x00000000401db21c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db21c mbedtls_ssl_get_verify_result + *fill* 0x00000000401db238 0x0 + *fill* 0x00000000401db238 0x0 + *fill* 0x00000000401db238 0x0 + *fill* 0x00000000401db238 0x0 + *fill* 0x00000000401db238 0x0 + *fill* 0x00000000401db238 0x0 + *fill* 0x00000000401db238 0x0 + *fill* 0x00000000401db238 0x0 + *fill* 0x00000000401db238 0x0 + .text.mbedtls_ssl_sig_from_pk_alg + 0x00000000401db238 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db238 mbedtls_ssl_sig_from_pk_alg + .text.mbedtls_ssl_pk_alg_from_sig + 0x00000000401db258 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db258 mbedtls_ssl_pk_alg_from_sig + *fill* 0x00000000401db272 0x2 + .text.mbedtls_ssl_sig_hash_set_find + 0x00000000401db274 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db274 mbedtls_ssl_sig_hash_set_find + .text.mbedtls_ssl_sig_hash_set_add + 0x00000000401db28c 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db28c mbedtls_ssl_sig_hash_set_add + *fill* 0x00000000401db2aa 0x2 + .text.mbedtls_ssl_sig_hash_set_const_hash + 0x00000000401db2ac 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db2ac mbedtls_ssl_sig_hash_set_const_hash + *fill* 0x00000000401db2b5 0x0 + *fill* 0x00000000401db2b5 0x0 + *fill* 0x00000000401db2b5 0x0 + *fill* 0x00000000401db2b5 0x0 + *fill* 0x00000000401db2b5 0x0 + *fill* 0x00000000401db2b5 0x0 + *fill* 0x00000000401db2b5 0x0 + *fill* 0x00000000401db2b5 0x3 + .text.mbedtls_ssl_check_curve + 0x00000000401db2b8 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db2b8 mbedtls_ssl_check_curve + *fill* 0x00000000401db2dd 0x3 + .text.mbedtls_ssl_check_sig_hash + 0x00000000401db2e0 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401db2e0 mbedtls_ssl_check_sig_hash + *fill* 0x00000000401db305 0x0 + *fill* 0x00000000401db305 0x0 + *fill* 0x00000000401db305 0x0 + *fill* 0x00000000401db305 0x0 + *fill* 0x00000000401db305 0x0 + *fill* 0x00000000401db305 0x3 + .text.ciphersuite_is_removed + 0x00000000401db308 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + *fill* 0x00000000401db326 0x0 + *fill* 0x00000000401db326 0x0 + *fill* 0x00000000401db326 0x0 + *fill* 0x00000000401db326 0x2 + .text.mbedtls_ssl_get_ciphersuite_sig_alg + 0x00000000401db328 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x00000000401db328 mbedtls_ssl_get_ciphersuite_sig_alg + .text.mbedtls_ssl_ciphersuite_uses_ec + 0x00000000401db344 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x00000000401db344 mbedtls_ssl_ciphersuite_uses_ec + *fill* 0x00000000401db369 0x3 + .text.mbedtls_ssl_ciphersuite_uses_psk + 0x00000000401db36c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x00000000401db36c mbedtls_ssl_ciphersuite_uses_psk + .text.ssl_conf_has_static_psk + 0x00000000401db380 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x0 + *fill* 0x00000000401db3ae 0x2 + .text.ssl_conf_has_psk_or_cb + 0x00000000401db3b0 0x39 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x00000000401db3e9 0x3 + .text.ssl_check_key_curve + 0x00000000401db3ec 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x00000000401db411 0x3 + .text.ssl_write_truncated_hmac_ext + 0x00000000401db414 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x00000000401db43b 0x1 + .text.ssl_write_extended_ms_ext + 0x00000000401db43c 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x00000000401db46a 0x2 + .text.ssl_write_session_ticket_ext + 0x00000000401db46c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .text.ssl_write_max_fragment_length_ext + 0x00000000401db494 0x2f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x00000000401db4c3 0x1 + .text.ssl_write_supported_point_formats_ext + 0x00000000401db4c4 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + *fill* 0x00000000401db4f8 0x0 + .text.mbedtls_asn1_write_tag + 0x00000000401db4f8 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x00000000401db4f8 mbedtls_asn1_write_tag + *fill* 0x00000000401db519 0x0 + *fill* 0x00000000401db519 0x3 + .text.mpi_sub_hlp + 0x00000000401db51c 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x00000000401db55b 0x0 + *fill* 0x00000000401db55b 0x0 + *fill* 0x00000000401db55b 0x1 + .text.mbedtls_mpi_init + 0x00000000401db55c 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401db55c mbedtls_mpi_init + *fill* 0x00000000401db56b 0x0 + *fill* 0x00000000401db56b 0x0 + *fill* 0x00000000401db56b 0x0 + *fill* 0x00000000401db56b 0x1 + .text.mbedtls_mpi_get_bit + 0x00000000401db56c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401db56c mbedtls_mpi_get_bit + *fill* 0x00000000401db594 0x0 + .text.mbedtls_mpi_lsb + 0x00000000401db594 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401db594 mbedtls_mpi_lsb + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x0 + *fill* 0x00000000401db5c5 0x3 + .text.add_pkcs_padding + 0x00000000401db5c8 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x00000000401db5e5 0x0 + *fill* 0x00000000401db5e5 0x3 + .text.add_one_and_zeros_padding + 0x00000000401db5e8 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x00000000401db60f 0x0 + *fill* 0x00000000401db60f 0x1 + .text.add_zeros_and_len_padding + 0x00000000401db610 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.add_zeros_padding + 0x00000000401db638 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + *fill* 0x00000000401db64c 0x0 + .text.mbedtls_ct_uchar_mask_of_range + 0x00000000401db64c 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + *fill* 0x00000000401db66b 0x1 + .text.mbedtls_ct_size_gt + 0x00000000401db66c 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + *fill* 0x00000000401db677 0x1 + .text.mbedtls_ct_cond_select_sign + 0x00000000401db678 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + *fill* 0x00000000401db68f 0x1 + .text.mbedtls_ct_memcmp + 0x00000000401db690 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x00000000401db690 mbedtls_ct_memcmp + *fill* 0x00000000401db6db 0x1 + .text.mbedtls_ct_uint_mask + 0x00000000401db6dc 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x00000000401db6dc mbedtls_ct_uint_mask + *fill* 0x00000000401db6ea 0x2 + .text.mbedtls_ct_size_mask + 0x00000000401db6ec 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x00000000401db6ec mbedtls_ct_size_mask + *fill* 0x00000000401db6fa 0x0 + *fill* 0x00000000401db6fa 0x2 + .text.mbedtls_ct_mpi_uint_mask + 0x00000000401db6fc 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x00000000401db6fc mbedtls_ct_mpi_uint_mask + *fill* 0x00000000401db70a 0x2 + .text.mbedtls_ct_size_bool_eq + 0x00000000401db70c 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x00000000401db70c mbedtls_ct_size_bool_eq + *fill* 0x00000000401db722 0x2 + .text.mbedtls_ct_mpi_uint_lt + 0x00000000401db724 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x00000000401db724 mbedtls_ct_mpi_uint_lt + *fill* 0x00000000401db743 0x0 + *fill* 0x00000000401db743 0x1 + .text.mbedtls_ct_mpi_uint_cond_assign + 0x00000000401db744 0x2f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x00000000401db744 mbedtls_ct_mpi_uint_cond_assign + *fill* 0x00000000401db773 0x0 + *fill* 0x00000000401db773 0x0 + *fill* 0x00000000401db773 0x0 + *fill* 0x00000000401db773 0x0 + *fill* 0x00000000401db773 0x0 + *fill* 0x00000000401db773 0x0 + *fill* 0x00000000401db773 0x0 + *fill* 0x00000000401db773 0x1 + .text.good_nonce_len + 0x00000000401db774 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + *fill* 0x00000000401db788 0x0 + .text.mbedtls_ecdh_grp_id + 0x00000000401db788 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x0 + *fill* 0x00000000401db78f 0x1 + .text.mbedtls_ecdsa_can_do + 0x00000000401db790 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x00000000401db790 mbedtls_ecdsa_can_do + *fill* 0x00000000401db7a1 0x0 + *fill* 0x00000000401db7a1 0x0 + *fill* 0x00000000401db7a1 0x0 + *fill* 0x00000000401db7a1 0x0 + *fill* 0x00000000401db7a1 0x0 + *fill* 0x00000000401db7a1 0x0 + *fill* 0x00000000401db7a1 0x0 + *fill* 0x00000000401db7a1 0x0 + *fill* 0x00000000401db7a1 0x3 + .text.ecp_pick_window_size + 0x00000000401db7a4 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + *fill* 0x00000000401db7cc 0x0 + .text.mbedtls_ecp_get_type + 0x00000000401db7cc 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000401db7cc mbedtls_ecp_get_type + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x0 + *fill* 0x00000000401db7e5 0x3 + .text.mbedtls_ecp_fix_negative + 0x00000000401db7e8 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x0 + *fill* 0x00000000401db842 0x2 + .text.mbedtls_entropy_add_source + 0x00000000401db844 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x00000000401db844 mbedtls_entropy_add_source + *fill* 0x00000000401db874 0x0 + *fill* 0x00000000401db874 0x0 + *fill* 0x00000000401db874 0x0 + *fill* 0x00000000401db874 0x0 + *fill* 0x00000000401db874 0x0 + *fill* 0x00000000401db874 0x0 + *fill* 0x00000000401db874 0x0 + *fill* 0x00000000401db874 0x0 + *fill* 0x00000000401db874 0x0 + .text.mbedtls_md_init + 0x00000000401db874 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401db874 mbedtls_md_init + *fill* 0x00000000401db89f 0x0 + *fill* 0x00000000401db89f 0x0 + *fill* 0x00000000401db89f 0x0 + *fill* 0x00000000401db89f 0x0 + *fill* 0x00000000401db89f 0x0 + *fill* 0x00000000401db89f 0x0 + *fill* 0x00000000401db89f 0x0 + *fill* 0x00000000401db89f 0x1 + .text.mbedtls_md_get_size + 0x00000000401db8a0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401db8a0 mbedtls_md_get_size + .text.mbedtls_md_get_type + 0x00000000401db8b0 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x00000000401db8b0 mbedtls_md_get_type + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x0 + *fill* 0x00000000401db8be 0x2 + .text.mbedtls_pem_init + 0x00000000401db8c0 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x00000000401db8c0 mbedtls_pem_init + *fill* 0x00000000401db8eb 0x0 + *fill* 0x00000000401db8eb 0x1 + .text.mbedtls_pk_init + 0x00000000401db8ec 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x00000000401db8ec mbedtls_pk_init + *fill* 0x00000000401db8f7 0x0 + *fill* 0x00000000401db8f7 0x0 + *fill* 0x00000000401db8f7 0x1 + .text.mbedtls_pk_can_do + 0x00000000401db8f8 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x00000000401db8f8 mbedtls_pk_can_do + *fill* 0x00000000401db916 0x0 + *fill* 0x00000000401db916 0x0 + *fill* 0x00000000401db916 0x0 + *fill* 0x00000000401db916 0x0 + *fill* 0x00000000401db916 0x0 + *fill* 0x00000000401db916 0x0 + *fill* 0x00000000401db916 0x2 + .text.mbedtls_pk_get_bitlen + 0x00000000401db918 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x00000000401db918 mbedtls_pk_get_bitlen + *fill* 0x00000000401db936 0x0 + *fill* 0x00000000401db936 0x2 + .text.mbedtls_pk_get_type + 0x00000000401db938 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x00000000401db938 mbedtls_pk_get_type + .text.rsa_can_do + 0x00000000401db950 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x00000000401db96f 0x0 + *fill* 0x00000000401db96f 0x1 + .text.eckey_can_do + 0x00000000401db970 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x00000000401db97f 0x1 + .text.eckey_get_bitlen + 0x00000000401db980 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x00000000401db988 0x0 + .text.eckeydh_can_do + 0x00000000401db988 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x00000000401db997 0x1 + .text.ecdsa_can_do + 0x00000000401db998 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x0 + *fill* 0x00000000401db9a9 0x3 + .text.mbedtls_rsa_set_padding + 0x00000000401db9ac 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401db9ac mbedtls_rsa_set_padding + *fill* 0x00000000401db9b7 0x0 + *fill* 0x00000000401db9b7 0x1 + .text.mbedtls_rsa_get_len + 0x00000000401db9b8 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x00000000401db9b8 mbedtls_rsa_get_len + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x0 + *fill* 0x00000000401db9bf 0x1 + .text.esp_aes_xts_decode_keys + 0x00000000401db9c0 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + *fill* 0x00000000401db9e5 0x3 + .text.esp_gf128mul_x_ble + 0x00000000401db9e8 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + *fill* 0x00000000401dbaf4 0x0 + *fill* 0x00000000401dbaf4 0x0 + *fill* 0x00000000401dbaf4 0x0 + *fill* 0x00000000401dbaf4 0x0 + *fill* 0x00000000401dbaf4 0x0 + .text.valid_key_length + 0x00000000401dbaf4 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x00000000401dbaf4 valid_key_length + *fill* 0x00000000401dbb21 0x0 + *fill* 0x00000000401dbb21 0x0 + *fill* 0x00000000401dbb21 0x0 + *fill* 0x00000000401dbb21 0x0 + *fill* 0x00000000401dbb21 0x0 + *fill* 0x00000000401dbb21 0x0 + *fill* 0x00000000401dbb21 0x0 + *fill* 0x00000000401dbb21 0x0 + *fill* 0x00000000401dbb21 0x0 + *fill* 0x00000000401dbb21 0x0 + *fill* 0x00000000401dbb21 0x3 + .text.mbedtls_mpi_msb + 0x00000000401dbb24 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + *fill* 0x00000000401dbb6a 0x0 + *fill* 0x00000000401dbb6a 0x0 + *fill* 0x00000000401dbb6a 0x0 + *fill* 0x00000000401dbb6a 0x0 + *fill* 0x00000000401dbb6a 0x2 + .text.esp_mpi_hardware_words + 0x00000000401dbb6c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401dbb6c esp_mpi_hardware_words + *fill* 0x00000000401dbb78 0x0 + *fill* 0x00000000401dbb78 0x0 + *fill* 0x00000000401dbb78 0x0 + *fill* 0x00000000401dbb78 0x0 + *fill* 0x00000000401dbb78 0x0 + *fill* 0x00000000401dbb78 0x0 + .text.mbedtls_zeroize + 0x00000000401dbb78 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + *fill* 0x00000000401dbb91 0x0 + *fill* 0x00000000401dbb91 0x0 + *fill* 0x00000000401dbb91 0x0 + *fill* 0x00000000401dbb91 0x0 + *fill* 0x00000000401dbb91 0x0 + *fill* 0x00000000401dbb91 0x3 + .text.mbedtls_zeroize + 0x00000000401dbb94 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + *fill* 0x00000000401dbbad 0x0 + *fill* 0x00000000401dbbad 0x0 + *fill* 0x00000000401dbbad 0x0 + *fill* 0x00000000401dbbad 0x0 + *fill* 0x00000000401dbbad 0x0 + *fill* 0x00000000401dbbad 0x0 + *fill* 0x00000000401dbbad 0x0 + *fill* 0x00000000401dbbad 0x0 + *fill* 0x00000000401dbbad 0x3 + .text.mbedtls_zeroize + 0x00000000401dbbb0 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + *fill* 0x00000000401dbbc9 0x0 + *fill* 0x00000000401dbbc9 0x0 + *fill* 0x00000000401dbbc9 0x0 + *fill* 0x00000000401dbbc9 0x0 + *fill* 0x00000000401dbbc9 0x0 + *fill* 0x00000000401dbbc9 0x0 + *fill* 0x00000000401dbbc9 0x0 + *fill* 0x00000000401dbbc9 0x0 + *fill* 0x00000000401dbbc9 0x0 + *fill* 0x00000000401dbbc9 0x3 + .text.mbedtls_asn1_get_len + 0x00000000401dbbcc 0xf9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x00000000401dbbcc mbedtls_asn1_get_len + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x0 + *fill* 0x00000000401dbcc5 0x3 + .text.x509_profile_check_md_alg + 0x00000000401dbcc8 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x00000000401dbce2 0x2 + .text.x509_profile_check_pk_alg + 0x00000000401dbce4 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x00000000401dbcfe 0x2 + .text.x509_memcasecmp + 0x00000000401dbd00 0x58 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_verify_chain_reset + 0x00000000401dbd58 0x23 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x00000000401dbd7b 0x1 + .text.x509_crt_merge_flags_with_cb + 0x00000000401dbd7c 0x3c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + *fill* 0x00000000401dbdb8 0x0 + .text.x509_check_time + 0x00000000401dbdb8 0xc1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x0 + *fill* 0x00000000401dbe79 0x3 + .text.bootloader_debug_buffer + 0x00000000401dbe7c 0x5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x00000000401dbe7c bootloader_debug_buffer + *fill* 0x00000000401dbe81 0x0 + *fill* 0x00000000401dbe81 0x0 + *fill* 0x00000000401dbe81 0x0 + *fill* 0x00000000401dbe81 0x0 + *fill* 0x00000000401dbe81 0x0 + *fill* 0x00000000401dbe81 0x0 + *fill* 0x00000000401dbe81 0x0 + *fill* 0x00000000401dbe81 0x3 + .text.bootloader_common_ota_select_invalid + 0x00000000401dbe84 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x00000000401dbe84 bootloader_common_ota_select_invalid + *fill* 0x00000000401dbea8 0x0 + .text.bootloader_common_select_otadata + 0x00000000401dbea8 0x6c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x00000000401dbea8 bootloader_common_select_otadata + *fill* 0x00000000401dbf14 0x0 + .text.is_ota_partition + 0x00000000401dbf14 0x2e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x00000000401dbf42 0x2 + .text.set_new_state_otadata + 0x00000000401dbf44 0x7 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x0 + *fill* 0x00000000401dbf4b 0x1 + .text.is_selected_pin_registrar + 0x00000000401dbf4c 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x0 + *fill* 0x00000000401dbf89 0x3 + .text.wps_success_event + 0x00000000401dbf8c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x00000000401dbf8c wps_success_event + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + *fill* 0x00000000401dbfa0 0x0 + .text.wps_process_m2d + 0x00000000401dbfa0 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + *fill* 0x00000000401dc05c 0x0 + .text.dh5_free + 0x00000000401dc05c 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + 0x00000000401dc05c dh5_free + *fill* 0x00000000401dc061 0x3 + .text.wps_process_cred_network_idx + 0x00000000401dc064 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + *fill* 0x00000000401dc072 0x2 + .text.wps_process_cred_auth_type + 0x00000000401dc074 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + *fill* 0x00000000401dc091 0x3 + .text.wps_process_cred_encr_type + 0x00000000401dc094 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + *fill* 0x00000000401dc0b1 0x3 + .text.wps_process_cred_network_key_idx + 0x00000000401dc0b4 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_eap_type + 0x00000000401dc0c4 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + *fill* 0x00000000401dc0cb 0x1 + .text.wps_process_cred_eap_identity + 0x00000000401dc0cc 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + *fill* 0x00000000401dc0d3 0x1 + .text.wps_process_cred_key_prov_auto + 0x00000000401dc0d4 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + *fill* 0x00000000401dc0db 0x1 + .text.wps_process_cred_802_1x_enabled + 0x00000000401dc0dc 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + *fill* 0x00000000401dc0e3 0x1 + .text.wps_process_cred_ap_channel + 0x00000000401dc0e4 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_workaround_cred_key + 0x00000000401dc0fc 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + *fill* 0x00000000401dc124 0x0 + .text.coex_core_init + 0x00000000401dc124 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x00000000401dc124 coex_core_init + *fill* 0x00000000401dc12b 0x1 + .text.coex_core_deinit + 0x00000000401dc12c 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x00000000401dc12c coex_core_deinit + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x0 + *fill* 0x00000000401dc133 0x1 + .text.ieee80211_crypto_attach + 0x00000000401dc134 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x00000000401dc134 ieee80211_crypto_attach + *fill* 0x00000000401dc139 0x0 + *fill* 0x00000000401dc139 0x0 + *fill* 0x00000000401dc139 0x0 + *fill* 0x00000000401dc139 0x3 + .text.ieee80211_hdrsize + 0x00000000401dc13c 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x0 + *fill* 0x00000000401dc165 0x3 + .text.ampdu_dispatch_movement + 0x00000000401dc168 0x3e ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x00000000401dc168 ampdu_dispatch_movement + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x0 + *fill* 0x00000000401dc1a6 0x2 + .text.ieee80211_is_support_rate + 0x00000000401dc1a8 0x48 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x00000000401dc1a8 ieee80211_is_support_rate + .text.ieee80211_is_lr_only + 0x00000000401dc1f0 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x00000000401dc1f0 ieee80211_is_lr_only + *fill* 0x00000000401dc208 0x0 + *fill* 0x00000000401dc208 0x0 + *fill* 0x00000000401dc208 0x0 + *fill* 0x00000000401dc208 0x0 + *fill* 0x00000000401dc208 0x0 + *fill* 0x00000000401dc208 0x0 + *fill* 0x00000000401dc208 0x0 + *fill* 0x00000000401dc208 0x0 + *fill* 0x00000000401dc208 0x0 + *fill* 0x00000000401dc208 0x0 + *fill* 0x00000000401dc208 0x0 + .text.ieee80211_setup_rateset + 0x00000000401dc208 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x00000000401dc208 ieee80211_setup_rateset + *fill* 0x00000000401dc20f 0x0 + *fill* 0x00000000401dc20f 0x0 + *fill* 0x00000000401dc20f 0x0 + *fill* 0x00000000401dc20f 0x0 + *fill* 0x00000000401dc20f 0x0 + *fill* 0x00000000401dc20f 0x0 + *fill* 0x00000000401dc20f 0x1 + .text.wifi_station_get_reconnect_policy + 0x00000000401dc210 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x00000000401dc210 wifi_station_get_reconnect_policy + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x0 + *fill* 0x00000000401dc217 0x1 + .text.wifi_ant_to_ant_type + 0x00000000401dc218 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x00000000401dc218 wifi_ant_to_ant_type + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + *fill* 0x00000000401dc230 0x0 + .text.ieee80211_gettid + 0x00000000401dc230 0x36 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x00000000401dc230 ieee80211_gettid + *fill* 0x00000000401dc266 0x2 + .text.ieee80211_set_shortslottime + 0x00000000401dc268 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x00000000401dc268 ieee80211_set_shortslottime + *fill* 0x00000000401dc283 0x0 + *fill* 0x00000000401dc283 0x0 + *fill* 0x00000000401dc283 0x1 + .text.ieee80211_find_ie + 0x00000000401dc284 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x00000000401dc284 ieee80211_find_ie + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + *fill* 0x00000000401dc2b4 0x0 + .text.scan_check_hidden + 0x00000000401dc2b4 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x00000000401dc2b4 scan_check_hidden + *fill* 0x00000000401dc2da 0x0 + *fill* 0x00000000401dc2da 0x0 + *fill* 0x00000000401dc2da 0x0 + *fill* 0x00000000401dc2da 0x0 + *fill* 0x00000000401dc2da 0x0 + *fill* 0x00000000401dc2da 0x0 + *fill* 0x00000000401dc2da 0x0 + *fill* 0x00000000401dc2da 0x0 + *fill* 0x00000000401dc2da 0x0 + *fill* 0x00000000401dc2da 0x0 + *fill* 0x00000000401dc2da 0x2 + .text.scan_fill_wps_scan_ie + 0x00000000401dc2dc 0x31 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x00000000401dc2dc scan_fill_wps_scan_ie + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x0 + *fill* 0x00000000401dc30d 0x3 + .text.esp_wifi_get_sta_hw_key_idx_internal + 0x00000000401dc310 0xe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x00000000401dc310 esp_wifi_get_sta_hw_key_idx_internal + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x0 + *fill* 0x00000000401dc31e 0x2 + .text.cnx_rc_update_age + 0x00000000401dc320 0x1b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x00000000401dc320 cnx_rc_update_age + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x0 + *fill* 0x00000000401dc33b 0x1 + .text.send_inval + 0x00000000401dc33c 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + *fill* 0x00000000401dc343 0x1 + .text.recv_inval + 0x00000000401dc344 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x0 + *fill* 0x00000000401dc34b 0x1 + .text.wep_decap + 0x00000000401dc34c 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x0 + *fill* 0x00000000401dc375 0x3 + .text.pm_dream_timeout_process + 0x00000000401dc378 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x00000000401dc378 pm_dream_timeout_process + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x0 + *fill* 0x00000000401dc37d 0x3 + .text.pm_force_scan_unlock + 0x00000000401dc380 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x00000000401dc380 pm_force_scan_unlock + *fill* 0x00000000401dc385 0x0 + *fill* 0x00000000401dc385 0x3 + .text.fpm_allow_tx + 0x00000000401dc388 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + 0x00000000401dc388 fpm_allow_tx + *fill* 0x00000000401dc38f 0x1 + .text.fpm_do_wakeup + 0x00000000401dc390 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + 0x00000000401dc390 fpm_do_wakeup + *fill* 0x00000000401dc395 0x0 + *fill* 0x00000000401dc395 0x3 + .text.getle32 0x00000000401dc398 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401dc398 getle32 + *fill* 0x00000000401dc3bb 0x1 + .text.putle32 0x00000000401dc3bc 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401dc3bc putle32 + *fill* 0x00000000401dc3dc 0x0 + *fill* 0x00000000401dc3dc 0x0 + *fill* 0x00000000401dc3dc 0x0 + *fill* 0x00000000401dc3dc 0x0 + *fill* 0x00000000401dc3dc 0x0 + *fill* 0x00000000401dc3dc 0x0 + *fill* 0x00000000401dc3dc 0x0 + *fill* 0x00000000401dc3dc 0x0 + *fill* 0x00000000401dc3dc 0x0 + *fill* 0x00000000401dc3dc 0x0 + .text.ppSetInterface + 0x00000000401dc3dc 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401dc3dc ppSetInterface + *fill* 0x00000000401dc3e1 0x3 + .text.pp_gettid + 0x00000000401dc3e4 0x2e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401dc3e4 pp_gettid + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x0 + *fill* 0x00000000401dc412 0x2 + .text.dbg_lmac_init + 0x00000000401dc414 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x00000000401dc414 dbg_lmac_init + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x0 + *fill* 0x00000000401dc419 0x3 + .text.RC_SetBasicRate + 0x00000000401dc41c 0x7 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x00000000401dc41c RC_SetBasicRate + *fill* 0x00000000401dc423 0x0 + *fill* 0x00000000401dc423 0x0 + *fill* 0x00000000401dc423 0x0 + *fill* 0x00000000401dc423 0x1 + .text.rc11NRate2SchedIdx + 0x00000000401dc424 0x4c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rcLoRaRate2SchedIdx + 0x00000000401dc470 0x1c ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x00000000401dc470 rcLoRaRate2SchedIdx + .text.rcBuildIndex + 0x00000000401dc48c 0x1d ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x00000000401dc4a9 0x0 + *fill* 0x00000000401dc4a9 0x3 + .text.trc_calc_duration + 0x00000000401dc4ac 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x00000000401dc4ac trc_calc_duration + *fill* 0x00000000401dc4bd 0x0 + *fill* 0x00000000401dc4bd 0x3 + .text.trcAmpduSetState + 0x00000000401dc4c0 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x00000000401dc4c0 trcAmpduSetState + *fill* 0x00000000401dc4e6 0x2 + .text.rcSetTxAmpduLimit + 0x00000000401dc4e8 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x00000000401dc4e8 rcSetTxAmpduLimit + *fill* 0x00000000401dc523 0x0 + *fill* 0x00000000401dc523 0x1 + .text.rcGetDefaultHigestRateIdx + 0x00000000401dc524 0x18 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x00000000401dc524 rcGetDefaultHigestRateIdx + *fill* 0x00000000401dc53c 0x0 + *fill* 0x00000000401dc53c 0x0 + *fill* 0x00000000401dc53c 0x0 + *fill* 0x00000000401dc53c 0x0 + *fill* 0x00000000401dc53c 0x0 + .text.rcUpdateAckSnr + 0x00000000401dc53c 0x5b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x00000000401dc53c rcUpdateAckSnr + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x0 + *fill* 0x00000000401dc597 0x1 + .text.wDev_SetAuthed + 0x00000000401dc598 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x00000000401dc598 wDev_SetAuthed + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x0 + *fill* 0x00000000401dc59d 0x3 + .text.sc_set_dst_chan + 0x00000000401dc5a0 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x00000000401dc5a0 sc_set_dst_chan + *fill* 0x00000000401dc5a5 0x3 + .text.sc_group_frame + 0x00000000401dc5a8 0x19 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x00000000401dc5a8 sc_group_frame + *fill* 0x00000000401dc5c1 0x0 + *fill* 0x00000000401dc5c1 0x3 + .text.sc_data_frame + 0x00000000401dc5c4 0x1a ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x00000000401dc5c4 sc_data_frame + *fill* 0x00000000401dc5de 0x2 + .text.sc_get_data_index + 0x00000000401dc5e0 0xa ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x00000000401dc5e0 sc_get_data_index + *fill* 0x00000000401dc5ea 0x2 + .text.sc_pkg_cmp + 0x00000000401dc5ec 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x00000000401dc5ec sc_pkg_cmp + *fill* 0x00000000401dc601 0x3 + .text.sc_pkg_save + 0x00000000401dc604 0x10 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + 0x00000000401dc604 sc_pkg_save + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + *fill* 0x00000000401dc614 0x0 + .text.ram_rfpll_reset + 0x00000000401dc614 0x5 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x00000000401dc614 ram_rfpll_reset + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x0 + *fill* 0x00000000401dc619 0x3 + .text.spur_cal$part$7 + 0x00000000401dc61c 0x4a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x0 + *fill* 0x00000000401dc666 0x2 + .text.phy_byte_to_word + 0x00000000401dc668 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x00000000401dc668 phy_byte_to_word + *fill* 0x00000000401dc68b 0x0 + *fill* 0x00000000401dc68b 0x0 + *fill* 0x00000000401dc68b 0x1 + .text.phy_rfcal_data_check + 0x00000000401dc68c 0xc7 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x00000000401dc68c phy_rfcal_data_check + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x0 + *fill* 0x00000000401dc753 0x1 + .text.http_dispatch_event + 0x00000000401dc754 0x28 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .text.http_on_message_begin + 0x00000000401dc77c 0x13 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x00000000401dc78f 0x1 + .text.http_on_url + 0x00000000401dc790 0x7 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x00000000401dc797 0x1 + .text.http_on_status + 0x00000000401dc798 0x7 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x00000000401dc79f 0x1 + .text.http_on_message_complete + 0x00000000401dc7a0 0xe esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x00000000401dc7ae 0x2 + .text.http_on_chunk_complete + 0x00000000401dc7b0 0x7 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x00000000401dc7b7 0x1 + .text.http_on_chunk_header + 0x00000000401dc7b8 0xf esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + *fill* 0x00000000401dc7c7 0x0 + *fill* 0x00000000401dc7c7 0x0 + *fill* 0x00000000401dc7c7 0x0 + *fill* 0x00000000401dc7c7 0x0 + *fill* 0x00000000401dc7c7 0x0 + *fill* 0x00000000401dc7c7 0x0 + *fill* 0x00000000401dc7c7 0x0 + *fill* 0x00000000401dc7c7 0x1 + .text.esp_http_client_set_method + 0x00000000401dc7c8 0xa esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x00000000401dc7c8 esp_http_client_set_method + *fill* 0x00000000401dc7d2 0x0 + *fill* 0x00000000401dc7d2 0x2 + .text.esp_http_client_is_complete_data_received + 0x00000000401dc7d4 0x1d esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x00000000401dc7d4 esp_http_client_is_complete_data_received + *fill* 0x00000000401dc7f1 0x0 + *fill* 0x00000000401dc7f1 0x0 + *fill* 0x00000000401dc7f1 0x0 + *fill* 0x00000000401dc7f1 0x0 + *fill* 0x00000000401dc7f1 0x0 + *fill* 0x00000000401dc7f1 0x0 + *fill* 0x00000000401dc7f1 0x0 + *fill* 0x00000000401dc7f1 0x0 + *fill* 0x00000000401dc7f1 0x3 + .text.esp_http_client_get_status_code + 0x00000000401dc7f4 0x9 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x00000000401dc7f4 esp_http_client_get_status_code + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x0 + *fill* 0x00000000401dc7fd 0x3 + .text.esp_tls_get_and_clear_last_error + 0x00000000401dc800 0x45 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x00000000401dc800 esp_tls_get_and_clear_last_error + *fill* 0x00000000401dc845 0x0 + *fill* 0x00000000401dc845 0x3 + .text.esp_tls_internal_event_tracker_capture + 0x00000000401dc848 0x5f esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x00000000401dc848 esp_tls_internal_event_tracker_capture + *fill* 0x00000000401dc8a7 0x0 + *fill* 0x00000000401dc8a7 0x0 + *fill* 0x00000000401dc8a7 0x1 + .text.esp_tls_get_and_clear_error_type + 0x00000000401dc8a8 0x9d esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x00000000401dc8a8 esp_tls_get_and_clear_error_type + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x0 + *fill* 0x00000000401dc945 0x3 + .text.redirection_required + 0x00000000401dc948 0x2a esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x00000000401dc972 0x2 + .text.process_again + 0x00000000401dc974 0x36 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + *fill* 0x00000000401dc9aa 0x0 + *fill* 0x00000000401dc9aa 0x0 + *fill* 0x00000000401dc9aa 0x0 + *fill* 0x00000000401dc9aa 0x0 + *fill* 0x00000000401dc9aa 0x0 + *fill* 0x00000000401dc9aa 0x0 + *fill* 0x00000000401dc9aa 0x0 + *fill* 0x00000000401dc9aa 0x0 + *fill* 0x00000000401dc9aa 0x0 + *fill* 0x00000000401dc9aa 0x2 + .text.http_message_needs_eof + 0x00000000401dc9ac 0x72 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x00000000401dc9ac http_message_needs_eof + *fill* 0x00000000401dca1e 0x0 + *fill* 0x00000000401dca1e 0x0 + *fill* 0x00000000401dca1e 0x0 + *fill* 0x00000000401dca1e 0x0 + *fill* 0x00000000401dca1e 0x0 + *fill* 0x00000000401dca1e 0x2 + .text.esp_transport_get_default_parent + 0x00000000401dca20 0x5 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + *fill* 0x00000000401dca25 0x0 + *fill* 0x00000000401dca25 0x0 + *fill* 0x00000000401dca25 0x0 + *fill* 0x00000000401dca25 0x0 + *fill* 0x00000000401dca25 0x0 + *fill* 0x00000000401dca25 0x3 + .text.esp_transport_connect + 0x00000000401dca28 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dca28 esp_transport_connect + *fill* 0x00000000401dca4a 0x2 + .text.esp_transport_connect_async + 0x00000000401dca4c 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dca4c esp_transport_connect_async + *fill* 0x00000000401dca6e 0x2 + .text.esp_transport_read + 0x00000000401dca70 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dca70 esp_transport_read + *fill* 0x00000000401dca92 0x2 + .text.esp_transport_write + 0x00000000401dca94 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dca94 esp_transport_write + *fill* 0x00000000401dcab6 0x2 + .text.esp_transport_poll_read + 0x00000000401dcab8 0x1e esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcab8 esp_transport_poll_read + *fill* 0x00000000401dcad6 0x2 + .text.esp_transport_poll_write + 0x00000000401dcad8 0x1e esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcad8 esp_transport_poll_write + *fill* 0x00000000401dcaf6 0x2 + .text.esp_transport_close + 0x00000000401dcaf8 0x1d esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcaf8 esp_transport_close + *fill* 0x00000000401dcb15 0x3 + .text.esp_transport_get_context_data + 0x00000000401dcb18 0xa esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcb18 esp_transport_get_context_data + *fill* 0x00000000401dcb22 0x2 + .text.esp_transport_set_context_data + 0x00000000401dcb24 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcb24 esp_transport_set_context_data + *fill* 0x00000000401dcb34 0x0 + .text.esp_transport_get_default_port + 0x00000000401dcb34 0xe esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcb34 esp_transport_get_default_port + *fill* 0x00000000401dcb42 0x2 + .text.esp_transport_set_default_port + 0x00000000401dcb44 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcb44 esp_transport_set_default_port + .text.esp_transport_set_async_connect_func + 0x00000000401dcb54 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcb54 esp_transport_set_async_connect_func + .text.esp_transport_set_parent_transport_func + 0x00000000401dcb64 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcb64 esp_transport_set_parent_transport_func + .text.esp_transport_get_error_handle + 0x00000000401dcb74 0xa esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcb74 esp_transport_get_error_handle + *fill* 0x00000000401dcb7e 0x2 + .text.esp_transport_get_errno + 0x00000000401dcb80 0x1c esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcb80 esp_transport_get_errno + *fill* 0x00000000401dcb9c 0x0 + .text.esp_transport_capture_errno + 0x00000000401dcb9c 0xe esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcb9c esp_transport_capture_errno + *fill* 0x00000000401dcbaa 0x2 + .text.esp_transport_get_socket + 0x00000000401dcbac 0x1d esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x00000000401dcbac esp_transport_get_socket + *fill* 0x00000000401dcbc9 0x3 + .text.ssl_get_socket + 0x00000000401dcbcc 0x25 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x0 + *fill* 0x00000000401dcbf1 0x3 + .text.tcp_get_socket + 0x00000000401dcbf4 0x18 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + *fill* 0x00000000401dcc0c 0x0 + *fill* 0x00000000401dcc0c 0x0 + *fill* 0x00000000401dcc0c 0x0 + *fill* 0x00000000401dcc0c 0x0 + .text.esp_transport_tcp_set_keep_alive + 0x00000000401dcc0c 0x1a esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x00000000401dcc0c esp_transport_tcp_set_keep_alive + *fill* 0x00000000401dcc26 0x0 + *fill* 0x00000000401dcc26 0x2 + .text.ws_get_socket + 0x00000000401dcc28 0x2d esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x0 + *fill* 0x00000000401dcc55 0x3 + .text.mbedtls_net_init + 0x00000000401dcc58 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x00000000401dcc58 mbedtls_net_init + *fill* 0x00000000401dcc61 0x0 + *fill* 0x00000000401dcc61 0x0 + *fill* 0x00000000401dcc61 0x0 + *fill* 0x00000000401dcc61 0x0 + *fill* 0x00000000401dcc61 0x0 + *fill* 0x00000000401dcc61 0x0 + *fill* 0x00000000401dcc61 0x0 + *fill* 0x00000000401dcc61 0x3 + .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv + 0x00000000401dcc64 0x32 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x00000000401dcc64 _ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv + *fill* 0x00000000401dcc96 0x2 + .text._ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ + 0x00000000401dcc98 0x11 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x00000000401dcc98 _ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ + *fill* 0x00000000401dcca9 0x0 + *fill* 0x00000000401dcca9 0x0 + *fill* 0x00000000401dcca9 0x0 + *fill* 0x00000000401dcca9 0x3 + .text._ZNSt9type_infoD2Ev + 0x00000000401dccac 0x5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + 0x00000000401dccac _ZNSt9type_infoD1Ev + 0x00000000401dccac _ZNSt9type_infoD2Ev + *fill* 0x00000000401dccb1 0x3 + .text._ZNKSt9type_info14__is_pointer_pEv + 0x00000000401dccb4 0x7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + 0x00000000401dccb4 _ZNKSt9type_info14__is_pointer_pEv + 0x00000000401dccb4 _ZNKSt9type_info15__is_function_pEv + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x0 + *fill* 0x00000000401dccbb 0x1 + .text 0x00000000401dccbc 0x7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + 0x00000000401dccbc _user_strerror + *fill* 0x00000000401dccc3 0x0 + *fill* 0x00000000401dccc3 0x0 + *fill* 0x00000000401dccc3 0x0 + *fill* 0x00000000401dccc3 0x0 + *(.phyiram .phyiram.*) + *fill* 0x00000000401dccc3 0x1 + .phyiram.20 0x00000000401dccc4 0x59 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x61 (size before relaxing) + 0x00000000401dcd0c i2c_bbpll_init + *fill* 0x00000000401dcd1d 0x3 + .phyiram.18 0x00000000401dcd20 0x106 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x10e (size before relaxing) + 0x00000000401dcd20 bb_bss_cbw40_ana + *fill* 0x00000000401dce26 0x2 + .phyiram.19 0x00000000401dce28 0x8c ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x90 (size before relaxing) + 0x00000000401dce28 i2c_bt_filter_set + .phyiram.17 0x00000000401dceb4 0x2c7 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x307 (size before relaxing) + 0x00000000401dceb8 phy_i2c_init + *fill* 0x00000000401dd17b 0x1 + .phyiram.0 0x00000000401dd17c 0x23 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x2b (size before relaxing) + 0x00000000401dd17c ram_bb_bss_cbw40_dig + *fill* 0x00000000401dd19f 0x1 + .phyiram.1 0x00000000401dd1a0 0x6d ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x89 (size before relaxing) + 0x00000000401dd1a4 ram_cbw2040_cfg + *fill* 0x00000000401dd20d 0x3 + .phyiram.2 0x00000000401dd210 0x1f2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x23a (size before relaxing) + 0x00000000401dd228 ram_spur_coef_cfg + *fill* 0x00000000401dd402 0x2 + .phyiram.3 0x00000000401dd404 0x97 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xb3 (size before relaxing) + 0x00000000401dd410 set_chan_rxcomp + *fill* 0x00000000401dd49b 0x1 + .phyiram.4 0x00000000401dd49c 0xeb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x11b (size before relaxing) + 0x00000000401dd4a8 bb_bss_cbw40 + *fill* 0x00000000401dd587 0x1 + .phyiram.6 0x00000000401dd588 0x6b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x8b (size before relaxing) + 0x00000000401dd598 tx_paon_set + *fill* 0x00000000401dd5f3 0x1 + .phyiram.7 0x00000000401dd5f4 0x1cf ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x22b (size before relaxing) + 0x00000000401dd63c agc_reg_init + *fill* 0x00000000401dd7c3 0x1 + .phyiram.8 0x00000000401dd7c4 0x14b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x183 (size before relaxing) + 0x00000000401dd800 bb_reg_init + *fill* 0x00000000401dd90f 0x1 + .phyiram.9 0x00000000401dd910 0x82 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xa6 (size before relaxing) + 0x00000000401dd910 mac_enable_bb + *fill* 0x00000000401dd992 0x2 + .phyiram.13 0x00000000401dd994 0x9a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xca (size before relaxing) + 0x00000000401dd9a4 opt_11b_resart + *fill* 0x00000000401dda2e 0x2 + .phyiram.12 0x00000000401dda30 0xcb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x117 (size before relaxing) + 0x00000000401dda4c phy_reg_init + *fill* 0x00000000401ddafb 0x1 + .phyiram.14 0x00000000401ddafc 0x19c ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x21b (size before relaxing) + 0x00000000401ddb00 set_chan_reg + *fill* 0x00000000401ddc98 0x0 + .phyiram.16 0x00000000401ddc98 0x5e ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x76 (size before relaxing) + 0x00000000401ddca0 i2c_master_reset + *fill* 0x00000000401ddcf6 0x2 + .phyiram.11 0x00000000401ddcf8 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x7c (size before relaxing) + 0x00000000401ddd00 reg_init_begin + .phyiram.15 0x00000000401ddd50 0x92 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0xde (size before relaxing) + 0x00000000401ddd54 phy_wakeup_init + *fill* 0x00000000401ddde2 0x2 + .phyiram.21 0x00000000401ddde4 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x4e (size before relaxing) + 0x00000000401dddf0 phy_set_bbfreq_init + *fill* 0x00000000401dde26 0x2 + .phyiram.22 0x00000000401dde28 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x31 (size before relaxing) + 0x00000000401dde2c ram_tx_pwctrl_bg_init + *fill* 0x00000000401dde51 0x3 + .phyiram.23 0x00000000401dde54 0xdf ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x123 (size before relaxing) + 0x00000000401dde60 pwdet_sar2_init + *fill* 0x00000000401ddf33 0x1 + .phyiram.24 0x00000000401ddf34 0x6f ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x9f (size before relaxing) + 0x00000000401ddf34 ram_en_pwdet + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *fill* 0x00000000401ddfa3 0x0 + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram.*) + *(EXCLUDE_FILE(*libpp.a) .wifiorslpiram EXCLUDE_FILE(*libpp.a) .wifiorslpiram.*) + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifirxiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifirxiram.*) + *fill* 0x00000000401ddfa3 0x1 + .wifirxiram.7 0x00000000401ddfa4 0x15 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x00000000401ddfa8 coex_wifi_release + *fill* 0x00000000401ddfb9 0x3 + .wifirxiram.10 + 0x00000000401ddfbc 0xa ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x11 (size before relaxing) + 0x00000000401ddfbc coex_status_get + *fill* 0x00000000401ddfc6 0x2 + .wifirxiram.9 0x00000000401ddfc8 0x2f ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x00000000401ddfd0 coex_schm_lock + *fill* 0x00000000401ddff7 0x1 + .wifirxiram.10 + 0x00000000401ddff8 0x26 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x2e (size before relaxing) + 0x00000000401ddff8 coex_schm_unlock + *fill* 0x00000000401de01e 0x2 + .wifirxiram.11 + 0x00000000401de020 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x27 (size before relaxing) + 0x00000000401de020 coex_schm_curr_phase_idx_get + *fill* 0x00000000401de037 0x1 + .wifirxiram.12 + 0x00000000401de038 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + 0x30 (size before relaxing) + 0x00000000401de038 coex_schm_interval_set + *fill* 0x00000000401de058 0x0 + *fill* 0x00000000401de058 0x0 + *fill* 0x00000000401de058 0x0 + *fill* 0x00000000401de058 0x0 + *fill* 0x00000000401de058 0x0 + *fill* 0x00000000401de058 0x0 + *(.wifislpiram .wifislpiram.*) + .wifislpiram.36 + 0x00000000401de058 0xe ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + 0x00000000401de05c coex_core_status_get + *fill* 0x00000000401de066 0x2 + .wifislpiram.36 + 0x00000000401de068 0x17 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x00000000401de06c esp_wifi_internal_update_mac_time + *fill* 0x00000000401de07f 0x1 + .wifislpiram.5 + 0x00000000401de080 0x1be ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x1d6 (size before relaxing) + 0x00000000401de090 esf_buf_alloc_dynamic + *fill* 0x00000000401de23e 0x2 + .wifislpiram.22 + 0x00000000401de240 0x343 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x373 (size before relaxing) + 0x00000000401de260 pm_update_next_tbtt + *fill* 0x00000000401de583 0x1 + .wifislpiram.3 + 0x00000000401de584 0x13 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + *fill* 0x00000000401de597 0x1 + .wifislpiram.4 + 0x00000000401de598 0x8e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x9e (size before relaxing) + 0x00000000401de5a4 pp_timer_do_process + *fill* 0x00000000401de626 0x2 + .wifislpiram.16 + 0x00000000401de628 0x1e ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x00000000401de62c wdev_csi_len_align + *fill* 0x00000000401de646 0x2 + .wifislpiram.27 + 0x00000000401de648 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x28 (size before relaxing) + 0x00000000401de648 wDev_DiscardFrame + .wifislpiram.8 + 0x00000000401de668 0x11 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x00000000401de66c hal_mac_rx_read_rxdscrlast + *fill* 0x00000000401de679 0x0 + *fill* 0x00000000401de679 0x0 + *fill* 0x00000000401de679 0x0 + *fill* 0x00000000401de679 0x3 + .wifislpiram.6 + 0x00000000401de67c 0x29 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000401de67c pp_hdrsize + *fill* 0x00000000401de6a5 0x0 + *fill* 0x00000000401de6a5 0x0 + *fill* 0x00000000401de6a5 0x0 + *fill* 0x00000000401de6a5 0x0 + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram.*) + *libdriver.a:gpio.*(.literal.gpio_config .literal.gpio_deep_sleep_hold_dis .literal.gpio_deep_sleep_hold_en .literal.gpio_get_drive_capability .literal.gpio_get_level .literal.gpio_hold_dis .literal.gpio_hold_en .literal.gpio_input_disable .literal.gpio_input_enable .literal.gpio_install_isr_service .literal.gpio_intr_disable .literal.gpio_intr_enable .literal.gpio_intr_enable_on_core .literal.gpio_iomux_in .literal.gpio_iomux_out .literal.gpio_isr_handler_add .literal.gpio_isr_handler_remove .literal.gpio_isr_register .literal.gpio_isr_register_on_core_static .literal.gpio_od_disable .literal.gpio_od_enable .literal.gpio_output_disable .literal.gpio_output_enable .literal.gpio_pulldown_dis .literal.gpio_pulldown_en .literal.gpio_pullup_dis .literal.gpio_pullup_en .literal.gpio_reset_pin .literal.gpio_set_direction .literal.gpio_set_drive_capability .literal.gpio_set_intr_type .literal.gpio_set_level .literal.gpio_set_pull_mode .literal.gpio_sleep_input_disable .literal.gpio_sleep_input_enable .literal.gpio_sleep_output_disable .literal.gpio_sleep_output_enable .literal.gpio_sleep_pulldown_dis .literal.gpio_sleep_pulldown_en .literal.gpio_sleep_pullup_dis .literal.gpio_sleep_pullup_en .literal.gpio_sleep_pupd_config_apply .literal.gpio_sleep_sel_dis .literal.gpio_sleep_sel_en .literal.gpio_sleep_set_direction .literal.gpio_sleep_set_pull_mode .literal.gpio_uninstall_isr_service .literal.gpio_wakeup_disable .literal.gpio_wakeup_enable .text .text.gpio_config .text.gpio_deep_sleep_hold_dis .text.gpio_deep_sleep_hold_en .text.gpio_get_drive_capability .text.gpio_get_level .text.gpio_hold_dis .text.gpio_hold_en .text.gpio_input_disable .text.gpio_input_enable .text.gpio_install_isr_service .text.gpio_intr_disable .text.gpio_intr_enable .text.gpio_intr_enable_on_core .text.gpio_iomux_in .text.gpio_iomux_out .text.gpio_isr_handler_add .text.gpio_isr_handler_remove .text.gpio_isr_register .text.gpio_isr_register_on_core_static .text.gpio_od_disable .text.gpio_od_enable .text.gpio_output_disable .text.gpio_output_enable .text.gpio_pulldown_dis .text.gpio_pulldown_en .text.gpio_pullup_dis .text.gpio_pullup_en .text.gpio_reset_pin .text.gpio_set_direction .text.gpio_set_drive_capability .text.gpio_set_intr_type .text.gpio_set_level .text.gpio_set_pull_mode .text.gpio_sleep_input_disable .text.gpio_sleep_input_enable .text.gpio_sleep_output_disable .text.gpio_sleep_output_enable .text.gpio_sleep_pulldown_dis .text.gpio_sleep_pulldown_en .text.gpio_sleep_pullup_dis .text.gpio_sleep_pullup_en .text.gpio_sleep_pupd_config_apply .text.gpio_sleep_sel_dis .text.gpio_sleep_sel_en .text.gpio_sleep_set_direction .text.gpio_sleep_set_pull_mode .text.gpio_uninstall_isr_service .text.gpio_wakeup_disable .text.gpio_wakeup_enable) + *fill* 0x00000000401de6a5 0x3 + .text.gpio_input_enable + 0x00000000401de6a8 0x7e esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401de726 0x2 + .text.gpio_input_disable + 0x00000000401de728 0x7e esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401de7a6 0x2 + .text.gpio_output_disable + 0x00000000401de7a8 0xc2 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401de86a 0x2 + .text.gpio_od_enable + 0x00000000401de86c 0x82 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401de8ee 0x2 + .text.gpio_od_disable + 0x00000000401de8f0 0x82 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401de972 0x2 + .text.gpio_sleep_input_enable + 0x00000000401de974 0x7d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401de9f1 0x3 + .text.gpio_sleep_input_disable + 0x00000000401de9f4 0x7d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401dea71 0x3 + .text.gpio_sleep_output_enable + 0x00000000401dea74 0x7d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401deaf1 0x3 + .text.gpio_sleep_output_disable + 0x00000000401deaf4 0x7d esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401deb71 0x3 + .text.gpio_sleep_pulldown_en + 0x00000000401deb74 0x91 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401dec05 0x3 + .text.gpio_sleep_pullup_en + 0x00000000401dec08 0x8e esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401dec96 0x2 + .text.gpio_sleep_pulldown_dis + 0x00000000401dec98 0x91 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401ded29 0x3 + .text.gpio_sleep_pullup_dis + 0x00000000401ded2c 0x91 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401dedbd 0x3 + .text.gpio_intr_enable_on_core + 0x00000000401dedc0 0x71 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401dee31 0x3 + .text.gpio_output_enable + 0x00000000401dee34 0xc1 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000401deef5 0x3 + .text.gpio_isr_register_on_core_static + 0x00000000401deef8 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_pullup_en + 0x00000000401def10 0xbd esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401def10 gpio_pullup_en + *fill* 0x00000000401defcd 0x3 + .text.gpio_pullup_dis + 0x00000000401defd0 0xbd esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401defd0 gpio_pullup_dis + *fill* 0x00000000401df08d 0x3 + .text.gpio_pulldown_en + 0x00000000401df090 0xbd esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401df090 gpio_pulldown_en + *fill* 0x00000000401df14d 0x3 + .text.gpio_pulldown_dis + 0x00000000401df150 0xbd esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401df150 gpio_pulldown_dis + *fill* 0x00000000401df20d 0x3 + .text.gpio_set_intr_type + 0x00000000401df210 0xd4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401df210 gpio_set_intr_type + .text.gpio_intr_enable + 0x00000000401df2e4 0x96 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401df2e4 gpio_intr_enable + *fill* 0x00000000401df37a 0x2 + .text.gpio_intr_disable + 0x00000000401df37c 0x70 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401df37c gpio_intr_disable + .text.gpio_set_level + 0x00000000401df3ec 0x105 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401df3ec gpio_set_level + *fill* 0x00000000401df4f1 0x3 + .text.gpio_get_level + 0x00000000401df4f4 0x3e esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401df4f4 gpio_get_level + *fill* 0x00000000401df532 0x2 + .text.gpio_set_pull_mode + 0x00000000401df534 0x105 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x115 (size before relaxing) + 0x00000000401df534 gpio_set_pull_mode + *fill* 0x00000000401df639 0x3 + .text.gpio_set_direction + 0x00000000401df63c 0xf1 esp-idf/driver/libdriver.a(gpio.c.obj) + 0xfd (size before relaxing) + 0x00000000401df63c gpio_set_direction + *fill* 0x00000000401df72d 0x3 + .text.gpio_config + 0x00000000401df730 0x194 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x1b0 (size before relaxing) + 0x00000000401df730 gpio_config + .text.gpio_isr_handler_add + 0x00000000401df8c4 0xd5 esp-idf/driver/libdriver.a(gpio.c.obj) + 0xe1 (size before relaxing) + 0x00000000401df8c4 gpio_isr_handler_add + *fill* 0x00000000401df999 0x3 + .text.gpio_isr_handler_remove + 0x00000000401df99c 0xc9 esp-idf/driver/libdriver.a(gpio.c.obj) + 0xcd (size before relaxing) + 0x00000000401df99c gpio_isr_handler_remove + *fill* 0x00000000401dfa65 0x3 + .text.gpio_isr_register + 0x00000000401dfa68 0x8e esp-idf/driver/libdriver.a(gpio.c.obj) + 0x92 (size before relaxing) + 0x00000000401dfa68 gpio_isr_register + *fill* 0x00000000401dfaf6 0x2 + .text.gpio_install_isr_service + 0x00000000401dfaf8 0x75 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x79 (size before relaxing) + 0x00000000401dfaf8 gpio_install_isr_service + *fill* 0x00000000401dfb6d 0x3 + .text.gpio_wakeup_enable + 0x00000000401dfb70 0x10f esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401dfb70 gpio_wakeup_enable + *fill* 0x00000000401dfc7f 0x1 + .text.gpio_sleep_set_direction + 0x00000000401dfc80 0xe0 esp-idf/driver/libdriver.a(gpio.c.obj) + 0xe4 (size before relaxing) + 0x00000000401dfc80 gpio_sleep_set_direction + .text.gpio_sleep_set_pull_mode + 0x00000000401dfd60 0x105 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x115 (size before relaxing) + 0x00000000401dfd60 gpio_sleep_set_pull_mode + *fill* 0x00000000401dfe65 0x3 + .text.gpio_sleep_sel_en + 0x00000000401dfe68 0x8e esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401dfe68 gpio_sleep_sel_en + *fill* 0x00000000401dfef6 0x2 + .text.gpio_sleep_sel_dis + 0x00000000401dfef8 0x91 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x00000000401dfef8 gpio_sleep_sel_dis + *fill* 0x00000000401dff89 0x3 + .text.gpio_sleep_pupd_config_apply + 0x00000000401dff8c 0x6c esp-idf/driver/libdriver.a(gpio.c.obj) + 0x70 (size before relaxing) + 0x00000000401dff8c gpio_sleep_pupd_config_apply + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *fill* 0x00000000401dfff8 0x0 + *libesp_event.a:default_event_loop.*(.literal.esp_event_handler_instance_register .literal.esp_event_handler_instance_unregister .literal.esp_event_handler_register .literal.esp_event_handler_unregister .literal.esp_event_loop_create_default .literal.esp_event_loop_delete_default .literal.esp_event_post .literal.esp_event_send_to_default_loop .text .text.esp_event_handler_instance_register .text.esp_event_handler_instance_unregister .text.esp_event_handler_register .text.esp_event_handler_unregister .text.esp_event_loop_create_default .text.esp_event_loop_delete_default .text.esp_event_post .text.esp_event_send_to_default_loop) + .text.esp_event_handler_register + 0x00000000401dfff8 0x22 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x00000000401dfff8 esp_event_handler_register + *fill* 0x00000000401e001a 0x2 + .text.esp_event_handler_instance_register + 0x00000000401e001c 0x25 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x00000000401e001c esp_event_handler_instance_register + *fill* 0x00000000401e0041 0x3 + .text.esp_event_handler_unregister + 0x00000000401e0044 0x21 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x00000000401e0044 esp_event_handler_unregister + *fill* 0x00000000401e0065 0x3 + .text.esp_event_post + 0x00000000401e0068 0x25 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x00000000401e0068 esp_event_post + *fill* 0x00000000401e008d 0x3 + .text.esp_event_loop_create_default + 0x00000000401e0090 0x2a esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x2e (size before relaxing) + 0x00000000401e0090 esp_event_loop_create_default + *fill* 0x00000000401e00ba 0x0 + *fill* 0x00000000401e00ba 0x0 + *fill* 0x00000000401e00ba 0x0 + *fill* 0x00000000401e00ba 0x0 + *libesp_event.a:esp_event.*(.literal.base_node_add_handler .literal.base_node_remove_all_handler .literal.base_node_remove_handler .literal.esp_event_handler_instance_register_with .literal.esp_event_handler_instance_unregister_with .literal.esp_event_handler_register_with .literal.esp_event_handler_register_with_internal .literal.esp_event_handler_unregister_with .literal.esp_event_handler_unregister_with_internal .literal.esp_event_loop_create .literal.esp_event_loop_delete .literal.esp_event_loop_run .literal.esp_event_loop_run_task .literal.esp_event_post_to .literal.handler_instances_add .literal.handler_instances_remove .literal.handler_instances_remove_all .literal.loop_node_add_handler .literal.loop_node_remove_all_handler .literal.loop_node_remove_handler .text .text.base_node_add_handler .text.base_node_remove_all_handler .text.base_node_remove_handler .text.esp_event_dump .text.esp_event_handler_instance_register_with .text.esp_event_handler_instance_unregister_with .text.esp_event_handler_register_with .text.esp_event_handler_register_with_internal .text.esp_event_handler_unregister_with .text.esp_event_handler_unregister_with_internal .text.esp_event_loop_create .text.esp_event_loop_delete .text.esp_event_loop_run .text.esp_event_loop_run_task .text.esp_event_post_to .text.handler_execute .text.handler_instances_add .text.handler_instances_remove .text.handler_instances_remove_all .text.loop_node_add_handler .text.loop_node_remove_all_handler .text.loop_node_remove_handler) + *fill* 0x00000000401e00ba 0x2 + .text.handler_instances_remove_all + 0x00000000401e00bc 0x3c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.base_node_remove_all_handler + 0x00000000401e00f8 0x3e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x46 (size before relaxing) + *fill* 0x00000000401e0136 0x2 + .text.loop_node_remove_all_handler + 0x00000000401e0138 0x3e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x46 (size before relaxing) + *fill* 0x00000000401e0176 0x2 + .text.handler_instances_add + 0x00000000401e0178 0x8e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x00000000401e0206 0x2 + .text.base_node_add_handler + 0x00000000401e0208 0xd2 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x00000000401e02da 0x2 + .text.loop_node_add_handler + 0x00000000401e02dc 0xf7 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x00000000401e03d3 0x1 + .text.handler_instances_remove + 0x00000000401e03d4 0x85 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x00000000401e0459 0x3 + .text.base_node_remove_handler + 0x00000000401e045c 0x71 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x00000000401e04cd 0x3 + .text.loop_node_remove_handler + 0x00000000401e04d0 0x7b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x00000000401e054b 0x1 + .text.esp_event_loop_create + 0x00000000401e054c 0x148 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x00000000401e054c esp_event_loop_create + .text.esp_event_loop_run + 0x00000000401e0694 0x142 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x00000000401e0694 esp_event_loop_run + *fill* 0x00000000401e07d6 0x2 + .text.esp_event_loop_run_task + 0x00000000401e07d8 0x34 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_loop_delete + 0x00000000401e080c 0xb4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xb8 (size before relaxing) + 0x00000000401e080c esp_event_loop_delete + .text.esp_event_handler_register_with_internal + 0x00000000401e08c0 0x140 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x00000000401e08c0 esp_event_handler_register_with_internal + .text.esp_event_handler_register_with + 0x00000000401e0a00 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x00000000401e0a00 esp_event_handler_register_with + *fill* 0x00000000401e0a1d 0x3 + .text.esp_event_handler_instance_register_with + 0x00000000401e0a20 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x00000000401e0a20 esp_event_handler_instance_register_with + *fill* 0x00000000401e0a3d 0x3 + .text.esp_event_handler_unregister_with_internal + 0x00000000401e0a40 0xde esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x00000000401e0a40 esp_event_handler_unregister_with_internal + *fill* 0x00000000401e0b1e 0x2 + .text.esp_event_handler_unregister_with + 0x00000000401e0b20 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x00000000401e0b20 esp_event_handler_unregister_with + *fill* 0x00000000401e0b3d 0x3 + .text.esp_event_post_to + 0x00000000401e0b40 0x126 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x00000000401e0b40 esp_event_post_to + *fill* 0x00000000401e0c66 0x2 + .text.handler_execute + 0x00000000401e0c68 0x32 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *fill* 0x00000000401e0c9a 0x0 + *libesp_hw_support.a:rtc_init.*(.literal.rtc_init .literal.rtc_vddsdio_get_config .text .text.rtc_init .text.rtc_vddsdio_get_config) + *fill* 0x00000000401e0c9a 0x2 + .text.rtc_init + 0x00000000401e0c9c 0x35a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x00000000401e0c9c rtc_init + *fill* 0x00000000401e0ff6 0x2 + .text.rtc_vddsdio_get_config + 0x00000000401e0ff8 0xd7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x00000000401e0ff8 rtc_vddsdio_get_config + *fill* 0x00000000401e10cf 0x0 + *fill* 0x00000000401e10cf 0x0 + *libesp_system.a:system_api.*(.literal.esp_get_free_heap_size .literal.esp_get_free_internal_heap_size .literal.esp_get_idf_version .literal.esp_get_minimum_free_heap_size .literal.esp_register_shutdown_handler .literal.esp_unregister_shutdown_handler .text .text.esp_get_free_heap_size .text.esp_get_free_internal_heap_size .text.esp_get_idf_version .text.esp_get_minimum_free_heap_size .text.esp_register_shutdown_handler .text.esp_unregister_shutdown_handler) + *fill* 0x00000000401e10cf 0x1 + .text.esp_register_shutdown_handler + 0x00000000401e10d0 0x35 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x00000000401e10d0 esp_register_shutdown_handler + *fill* 0x00000000401e1105 0x3 + .text.esp_unregister_shutdown_handler + 0x00000000401e1108 0x2b esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x00000000401e1108 esp_unregister_shutdown_handler + *fill* 0x00000000401e1133 0x1 + .text.esp_get_free_heap_size + 0x00000000401e1134 0x10 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x00000000401e1134 esp_get_free_heap_size + .text.esp_get_free_internal_heap_size + 0x00000000401e1144 0x10 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x00000000401e1144 esp_get_free_internal_heap_size + .text.esp_get_minimum_free_heap_size + 0x00000000401e1154 0x10 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x00000000401e1154 esp_get_minimum_free_heap_size + .text.esp_get_idf_version + 0x00000000401e1164 0x8 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x00000000401e1164 esp_get_idf_version + *fill* 0x00000000401e116c 0x0 + *fill* 0x00000000401e116c 0x0 + *fill* 0x00000000401e116c 0x0 + *libfreertos.a:port.*(.literal.esp_startup_start_app .text.esp_startup_start_app) + .text.esp_startup_start_app + 0x00000000401e116c 0x11 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x00000000401e116c esp_startup_start_app + *libfreertos.a:port_common.*(.literal.main_task .text.main_task) + *fill* 0x00000000401e117d 0x3 + .text.main_task + 0x00000000401e1180 0x5c esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x00000000401e11dc 0x0 + *libhal.a:gpio_hal_workaround.*(.literal.gpio_hal_fun_pupd_backup .literal.gpio_hal_sleep_pupd_config_apply .text .text.gpio_hal_fun_pupd_backup .text.gpio_hal_sleep_pupd_config_apply) + .text.gpio_hal_fun_pupd_backup + 0x00000000401e11dc 0x13f esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + *fill* 0x00000000401e131b 0x1 + .text.gpio_hal_sleep_pupd_config_apply + 0x00000000401e131c 0x12 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + 0x00000000401e131c gpio_hal_sleep_pupd_config_apply + *fill* 0x00000000401e132e 0x0 + *liblog.a:log.*(.literal.esp_log_level_set .literal.esp_log_set_vprintf .literal.esp_log_writev .literal.heap_bubble_down .text .text.esp_log_level_set .text.esp_log_set_vprintf .text.esp_log_writev .text.heap_bubble_down) + *fill* 0x00000000401e132e 0x2 + .text.heap_bubble_down + 0x00000000401e1330 0x5a esp-idf/log/liblog.a(log.c.obj) + *fill* 0x00000000401e138a 0x2 + .text.esp_log_level_set + 0x00000000401e138c 0x13f esp-idf/log/liblog.a(log.c.obj) + 0x00000000401e138c esp_log_level_set + *fill* 0x00000000401e14cb 0x1 + .text.esp_log_writev + 0x00000000401e14cc 0x16e esp-idf/log/liblog.a(log.c.obj) + 0x172 (size before relaxing) + 0x00000000401e14cc esp_log_writev + *fill* 0x00000000401e163a 0x0 + *fill* 0x00000000401e163a 0x0 + *fill* 0x00000000401e163a 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_system_timestamp .text .text.esp_log_system_timestamp) + *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) + *(.irom0.text) + *(.fini.literal) + *(.fini) + *fill* 0x00000000401e163a 0x2 + .fini 0x00000000401e163c 0x3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crti.o + 0x00000000401e163c _fini + *(.gnu.version) + 0x00000000401e164f . = (. + 0x10) + *fill* 0x00000000401e163f 0x10 + 0x00000000401e164f _text_end = ABSOLUTE (.) + 0x00000000401e164f _etext = . + 0x0000000000000000 _flash_cache_start = ABSOLUTE (0x0) + +.iram0.text_end + 0x000000004009db03 0x1 + 0x000000004009db04 . = ALIGN (0x4) + *fill* 0x000000004009db03 0x1 + 0x000000004009db04 _iram_text_end = ABSOLUTE (.) + +.iram0.data 0x000000004009db04 0x0 + 0x000000004009db04 . = ALIGN (0x4) + 0x000000004009db04 _iram_data_start = ABSOLUTE (.) + 0x000000004009db04 _coredump_iram_start = ABSOLUTE (.) + *(.iram.data.coredump .iram.data.coredump.*) + 0x000000004009db04 _coredump_iram_end = ABSOLUTE (.) + *(.iram.data .iram.data.*) + 0x000000004009db04 _iram_data_end = ABSOLUTE (.) + +.iram0.bss 0x000000004009db04 0x0 + 0x000000004009db04 . = ALIGN (0x4) + 0x000000004009db04 _iram_bss_start = ABSOLUTE (.) + *(.iram.bss .iram.bss.*) + 0x000000004009db04 _iram_bss_end = ABSOLUTE (.) + 0x000000004009db04 . = ALIGN (0x4) + 0x000000004009db04 _iram_end = ABSOLUTE (.) + +.dram0.heap_start + 0x000000003ffc9f00 0x0 + 0x000000003ffc9f00 . = ALIGN (0x8) + 0x000000003ffc9f00 _heap_start = ABSOLUTE (.) + 0x0000000000000001 ASSERT (((_iram_end - ORIGIN (iram0_0_seg)) <= LENGTH (iram0_0_seg)), IRAM0 segment data does not fit.) + 0x0000000000000001 ASSERT (((_heap_start - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) + 0x000000003ff40000 PROVIDE (UART0 = 0x3ff40000) + 0x000000003ff42000 PROVIDE (SPI1 = 0x3ff42000) + 0x000000003ff43000 PROVIDE (SPI0 = 0x3ff43000) + 0x000000003ff44000 PROVIDE (GPIO = 0x3ff44000) + [!provide] PROVIDE (SIGMADELTA = 0x3ff44f00) + 0x000000003ff48000 PROVIDE (RTCCNTL = 0x3ff48000) + 0x000000003ff48400 PROVIDE (RTCIO = 0x3ff48400) + 0x000000003ff48800 PROVIDE (SENS = 0x3ff48800) + [!provide] PROVIDE (HINF = 0x3ff4b000) + [!provide] PROVIDE (UHCI1 = 0x3ff4c000) + 0x000000003ff4f000 PROVIDE (I2S0 = 0x3ff4f000) + 0x000000003ff50000 PROVIDE (UART1 = 0x3ff50000) + [!provide] PROVIDE (I2C0 = 0x3ff53000) + [!provide] PROVIDE (UHCI0 = 0x3ff54000) + [!provide] PROVIDE (HOST = 0x3ff55000) + [!provide] PROVIDE (RMT = 0x3ff56000) + [!provide] PROVIDE (RMTMEM = 0x3ff56800) + [!provide] PROVIDE (PCNT = 0x3ff57000) + [!provide] PROVIDE (SLC = 0x3ff58000) + [!provide] PROVIDE (LEDC = 0x3ff59000) + [!provide] PROVIDE (MCPWM0 = 0x3ff5e000) + 0x000000003ff5f000 PROVIDE (TIMERG0 = 0x3ff5f000) + 0x000000003ff60000 PROVIDE (TIMERG1 = 0x3ff60000) + 0x000000003ff64000 PROVIDE (SPI2 = 0x3ff64000) + 0x000000003ff65000 PROVIDE (SPI3 = 0x3ff65000) + 0x000000003ff66000 PROVIDE (SYSCON = 0x3ff66000) + [!provide] PROVIDE (I2C1 = 0x3ff67000) + [!provide] PROVIDE (SDMMC = 0x3ff68000) + [!provide] PROVIDE (EMAC_DMA = 0x3ff69000) + [!provide] PROVIDE (EMAC_EXT = 0x3ff69800) + [!provide] PROVIDE (EMAC_MAC = 0x3ff6a000) + [!provide] PROVIDE (TWAI = 0x3ff6b000) + [!provide] PROVIDE (CAN = 0x3ff6b000) + [!provide] PROVIDE (MCPWM1 = 0x3ff6c000) + 0x000000003ff6d000 PROVIDE (I2S1 = 0x3ff6d000) + 0x000000003ff6e000 PROVIDE (UART2 = 0x3ff6e000) +OUTPUT(esp-at.elf elf32-xtensa-le) + +.xtensa.info 0x0000000000000000 0x38 + .xtensa.info 0x0000000000000000 0x38 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crti.o + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + .xtensa.info 0x0000000000000038 0x0 CMakeFiles/esp-at.elf.dir/project_elf_src_esp32.c.obj + .xtensa.info 0x0000000000000038 0x0 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(phy_multiple_init_data.bin.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(adc_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(dac_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(app_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(at_uart_task.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(soc_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(dac_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ethernetif.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(adc_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(dac_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/at/libat.a(at_default_config.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/at/libat.a(at_user_cmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_manage.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_task.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(thread.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(semaphore.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_config.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_dev.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_dm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_storage.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_util.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bdaddr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(controller.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(hci_layer.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bte_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_acl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_dev.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_inq.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_pm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_sec.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btu_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btu_task.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(gap_ble.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(gatt_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(gatt_db.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(gatt_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(hcicmds.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(l2c_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(l2c_link.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(l2c_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(smp_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(smp_keys.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(smp_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(smp_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(alarm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(allocator.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(config.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(future.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(hash_functions.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(hash_map.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(list.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(mutex.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(osi.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bte_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_ble.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_sco.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(gap_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(att_protocol.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(aes.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(smp_act.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(interop.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(syscntl.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(emi.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(led.o) + .xtensa.info 0x0000000000000038 0x0 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mdns/libmdns.a(mdns.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/fatfs/libfatfs.a(diskio.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/fatfs/libfatfs.a(ff.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(timers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(i2s.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(adc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(dac.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(i2s_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(i2s_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(adc_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .xtensa.info 0x0000000000000038 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .xtensa.info 0x0000000000000038 0x0 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + .xtensa.info 0x0000000000000038 0x0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtn.o + +.comment 0x0000000000000000 0x11a + .comment 0x0000000000000000 0x2c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o + 0x2d (size before relaxing) + .comment 0x000000000000002c 0x2d esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/pthread/libpthread.a(pthread.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(clk.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(startup.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(panic.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(cpu_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/vfs/libvfs.a(vfs.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(def.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/log/liblog.a(log.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/log/liblog.a(log_freertos.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/heap/libheap.a(multi_heap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/driver/libdriver.a(uart.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/driver/libdriver.a(adc_common.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/driver/libdriver.a(gpio.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/driver/libdriver.a(rtc_module.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp32/libesp32.a(clk.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp32/libesp32.a(dport_access.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp32/libesp32.a(hw_random.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(port.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(port_common.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(list.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(queue.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(abort.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(assert.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(heap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(locks.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(pthread.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(time.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/main/libmain.a(app_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/main/libmain.a(at_uart_task.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(mpu_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(gpio_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(uart_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(soc_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(brownout_hal.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(sockets.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(tcpip.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(dns.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(ip.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(mem.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(memp.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(netif.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(pbuf.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(raw.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(tcp.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(timeouts.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(udp.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(dhcp.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(etharp.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(icmp.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(igmp.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(ip4.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(icmp6.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(ip6.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(mld6.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(nd6.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(ethernet.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(wlanif.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(api_lib.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(api_msg.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(err.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(netbuf.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/lwip/liblwip.a(ethip6.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/soc/libsoc.a(uart_periph.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bt.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/at/libat.a(at_default_config.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/at/libat.a(at_user_cmd.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/at/libat.a(at_ota_cmd.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/at/libat.a(at_fact_cmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + .comment 0x000000000000002c 0x2d ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_manage.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_task.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(blufi_prf.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(thread.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(semaphore.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_config.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_dev.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_dm.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_storage.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_util.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_gattc.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_gatts.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bdaddr.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(controller.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(hci_layer.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bte_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_acl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_dev.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_devctl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_inq.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_pm.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_sec.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btu_hcif.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btu_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btu_task.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(gap_ble.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(gatt_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(gatt_auth.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(gatt_cl.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(gatt_db.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(gatt_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(gatt_sr.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(gatt_utils.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(hciblecmds.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(hcicmds.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(l2c_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(l2c_ble.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(l2c_csm.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(l2c_link.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(l2c_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(l2c_utils.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(smp_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(smp_keys.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(smp_l2c.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(smp_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(smp_utils.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(esp_blufi.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btc_alarm.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(alarm.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(allocator.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(config.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(fixed_queue.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(future.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(hash_functions.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(hash_map.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(list.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(mutex.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(osi.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bte_init.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_ble.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(gap_api.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(att_protocol.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(gatt_attr.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(aes.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(smp_act.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(smp_cmac.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(interop.c.obj) + .comment 0x000000000000002c 0x2d esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .comment 0x000000000000002c 0x3a /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + 0x3b (size before relaxing) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(syscntl.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(emi.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(led.o) + .comment 0x0000000000000066 0x3b /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + .comment 0x0000000000000066 0x2d esp-idf/mdns/libmdns.a(mdns.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/json/libjson.a(cJSON.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/freertos/libfreertos.a(timers.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/lwip/liblwip.a(sntp.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/lwip/liblwip.a(netdb.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/lwip/liblwip.a(sntp.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .comment 0x0000000000000066 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .comment 0x0000000000000066 0x3a ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + 0x3b (size before relaxing) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .comment 0x00000000000000a0 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .comment 0x00000000000000a0 0x3a ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0x3b (size before relaxing) + .comment 0x00000000000000da 0x3b ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .comment 0x00000000000000da 0x2d esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/newlib/libnewlib.a(random.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/hal/libhal.a(sha_hal.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/hal/libhal.a(aes_hal.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .comment 0x00000000000000da 0x2d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .comment 0x00000000000000da 0x3b ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .comment 0x00000000000000da 0x2d esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .comment 0x00000000000000da 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .comment 0x00000000000000da 0x40 ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + 0x41 (size before relaxing) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + .comment 0x000000000000011a 0x2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + +.xt.prop._ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8set_itemItEEiPKcT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8set_itemItEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8set_itemIiEEiPKcT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8set_itemIiEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8set_itemIjEEiPKcT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8set_itemIjEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8get_itemIiEEiPKcRT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8get_itemIiEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8get_itemIjEEiPKcRT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8get_itemIjEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZTVN3nvs15NVSHandleSimpleE + 0x0000000000000000 0xc + .xt.prop._ZTVN3nvs15NVSHandleSimpleE + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + +.xt.lit._ZN3nvs12NVSPartitionD5Ev + 0x0000000000000000 0x0 + .xt.lit._ZN3nvs12NVSPartitionD5Ev + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x8 (size before relaxing) + +.xt.prop._ZN3nvs12NVSPartitionD5Ev + 0x0000000000000000 0x0 + .xt.prop._ZN3nvs12NVSPartitionD5Ev + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0xc (size before relaxing) + +.xt.prop._ZN3nvs12NVSPartitionD2Ev + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs12NVSPartitionD2Ev + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + +.xt.prop._ZN3nvs12NVSPartitionD0Ev + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs12NVSPartitionD0Ev + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + +.xt.prop._ZTVN3nvs12NVSPartitionE + 0x0000000000000000 0xc + .xt.prop._ZTVN3nvs12NVSPartitionE + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + +.xt.lit._ZN3nvs19NVSPartitionManagerD5Ev + 0x0000000000000000 0x0 + .xt.lit._ZN3nvs19NVSPartitionManagerD5Ev + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x8 (size before relaxing) + +.xt.prop._ZN3nvs19NVSPartitionManagerD5Ev + 0x0000000000000000 0x0 + .xt.prop._ZN3nvs19NVSPartitionManagerD5Ev + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0xc (size before relaxing) + +.xt.prop._ZN3nvs19NVSPartitionManagerD2Ev + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs19NVSPartitionManagerD2Ev + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN3nvs19NVSPartitionManagerD0Ev + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs19NVSPartitionManagerD0Ev + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZTVN3nvs19NVSPartitionManagerE + 0x0000000000000000 0xc + .xt.prop._ZTVN3nvs19NVSPartitionManagerE + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZTISt9exception + 0x0000000000000000 0xc + .xt.prop._ZTISt9exception + 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + +.xt.prop._ZTISt9bad_alloc + 0x0000000000000000 0xc + .xt.prop._ZTISt9bad_alloc + 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + +.xt.prop._ZTVN10__cxxabiv117__class_type_infoE + 0x0000000000000000 0xc + .xt.prop._ZTVN10__cxxabiv117__class_type_infoE + 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + +.xt.prop._ZTVN10__cxxabiv120__si_class_type_infoE + 0x0000000000000000 0xc + .xt.prop._ZTVN10__cxxabiv120__si_class_type_infoE + 0x0000000000000000 0xc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + +.debug_frame 0x0000000000000000 0x32018 + .debug_frame 0x0000000000000000 0x58 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_frame 0x0000000000000058 0x3e8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_frame 0x0000000000000440 0xe8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_frame 0x0000000000000528 0x40 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_frame 0x0000000000000568 0x70 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_frame 0x00000000000005d8 0xb8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_frame 0x0000000000000690 0xb8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_frame 0x0000000000000748 0x100 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_frame 0x0000000000000848 0x100 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_frame 0x0000000000000948 0xe8 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_frame 0x0000000000000a30 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_frame 0x0000000000000a70 0x118 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_frame 0x0000000000000b88 0x88 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_frame 0x0000000000000c10 0x88 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_frame 0x0000000000000c98 0x418 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_frame 0x00000000000010b0 0x280 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_frame 0x0000000000001330 0x790 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_frame 0x0000000000001ac0 0x70 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .debug_frame 0x0000000000001b30 0x220 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_frame 0x0000000000001d50 0xb8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_frame 0x0000000000001e08 0xa0 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_frame 0x0000000000001ea8 0x88 esp-idf/log/liblog.a(log.c.obj) + .debug_frame 0x0000000000001f30 0xa0 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_frame 0x0000000000001fd0 0x2e0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_frame 0x00000000000022b0 0x88 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_frame 0x0000000000002338 0x238 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_frame 0x0000000000002570 0x238 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_frame 0x00000000000027a8 0x88 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_frame 0x0000000000002830 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_frame 0x0000000000002900 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_frame 0x00000000000029a0 0x310 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_frame 0x0000000000002cb0 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_frame 0x0000000000002d08 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_frame 0x0000000000002dd8 0xb8 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_frame 0x0000000000002e90 0x670 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_frame 0x0000000000003500 0x298 esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_frame 0x0000000000003798 0x4d8 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_frame 0x0000000000003c70 0x1d8 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_frame 0x0000000000003e48 0x70 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_frame 0x0000000000003eb8 0x40 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_frame 0x0000000000003ef8 0x70 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_frame 0x0000000000003f68 0x40 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_frame 0x0000000000003fa8 0x70 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_frame 0x0000000000004018 0xe8 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_frame 0x0000000000004100 0x40 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_frame 0x0000000000004140 0x40 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_frame 0x0000000000004180 0x58 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_frame 0x00000000000041d8 0x58 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_frame 0x0000000000004230 0xa0 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_frame 0x00000000000042d0 0x1f0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_frame 0x00000000000044c0 0xd0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_frame 0x0000000000004590 0x58 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_frame 0x00000000000045e8 0x148 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_frame 0x0000000000004730 0x1c0 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_frame 0x00000000000048f0 0x40 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_frame 0x0000000000004930 0x40 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_frame 0x0000000000004970 0x118 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_frame 0x0000000000004a88 0x88 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_frame 0x0000000000004b10 0x3d0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_frame 0x0000000000004ee0 0x7a8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_frame 0x0000000000005688 0x28 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_frame 0x00000000000056b0 0x58 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_frame 0x0000000000005708 0x178 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_frame 0x0000000000005880 0x250 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_frame 0x0000000000005ad0 0x88 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_frame 0x0000000000005b58 0x40 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_frame 0x0000000000005b98 0x40 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_frame 0x0000000000005bd8 0xd0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_frame 0x0000000000005ca8 0x148 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_frame 0x0000000000005df0 0x118 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_frame 0x0000000000005f08 0xb8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_frame 0x0000000000005fc0 0x70 esp-idf/main/libmain.a(app_main.c.obj) + .debug_frame 0x0000000000006030 0x1a8 esp-idf/main/libmain.a(at_uart_task.c.obj) + .debug_frame 0x00000000000061d8 0x88 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_frame 0x0000000000006260 0x220 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_frame 0x0000000000006480 0x88 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_frame 0x0000000000006508 0xb8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x00000000000065c0 0x160 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x0000000000006720 0x1f0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x0000000000006910 0x58 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x0000000000006968 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_frame 0x0000000000006990 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_frame 0x0000000000006a48 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .debug_frame 0x0000000000006aa0 0x178 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_frame 0x0000000000006c18 0x1f0 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_frame 0x0000000000006e08 0x220 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .debug_frame 0x0000000000007028 0x118 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_frame 0x0000000000007140 0x148 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_frame 0x0000000000007288 0x190 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_frame 0x0000000000007418 0x28 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .debug_frame 0x0000000000007440 0x58 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_frame 0x0000000000007498 0x760 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_frame 0x0000000000007bf8 0x238 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_frame 0x0000000000007e30 0x1d8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_frame 0x0000000000008008 0x118 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_frame 0x0000000000008120 0x100 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_frame 0x0000000000008220 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_frame 0x00000000000082d8 0x2f8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_frame 0x00000000000085d0 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_frame 0x0000000000008640 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_frame 0x0000000000008668 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_frame 0x00000000000086c0 0x238 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .debug_frame 0x00000000000088f8 0x328 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .debug_frame 0x0000000000008c20 0xa0 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_frame 0x0000000000008cc0 0x28 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_frame 0x0000000000008ce8 0x40 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_frame 0x0000000000008d28 0x2b0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_frame 0x0000000000008fd8 0x40 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_frame 0x0000000000009018 0x58 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_frame 0x0000000000009070 0x58 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_frame 0x00000000000090c8 0x28 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_frame 0x00000000000090f0 0x88 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .debug_frame 0x0000000000009178 0x418 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_frame 0x0000000000009590 0x88 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_frame 0x0000000000009618 0xe8 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_frame 0x0000000000009700 0x808 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_frame 0x0000000000009f08 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_frame 0x0000000000009f30 0xe8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_frame 0x000000000000a018 0x238 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_frame 0x000000000000a250 0xa0 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_frame 0x000000000000a2f0 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_frame 0x000000000000a378 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_frame 0x000000000000a3e8 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_frame 0x000000000000a428 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_frame 0x000000000000a450 0x208 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_frame 0x000000000000a658 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_frame 0x000000000000a728 0x538 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_frame 0x000000000000ac60 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_frame 0x000000000000ad00 0x250 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_frame 0x000000000000af50 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_frame 0x000000000000b068 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_frame 0x000000000000b0d8 0x388 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_frame 0x000000000000b460 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_frame 0x000000000000b488 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_frame 0x000000000000b510 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_frame 0x000000000000b538 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_frame 0x000000000000b560 0x5b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_frame 0x000000000000bb10 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_frame 0x000000000000bbe0 0x3a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_frame 0x000000000000bf80 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_frame 0x000000000000c0f8 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_frame 0x000000000000c1c8 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_frame 0x000000000000c220 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_frame 0x000000000000c260 0x418 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .debug_frame 0x000000000000c678 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_frame 0x000000000000c718 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_frame 0x000000000000c890 0x3b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_frame 0x000000000000cc48 0x1d8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_frame 0x000000000000ce20 0x4a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_frame 0x000000000000d2c8 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_frame 0x000000000000d3b0 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_frame 0x000000000000d4b0 0x358 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_frame 0x000000000000d808 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_frame 0x000000000000d8a8 0x208 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_frame 0x000000000000dab0 0x118 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_frame 0x000000000000dbc8 0x6b8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_frame 0x000000000000e280 0x1a8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_frame 0x000000000000e428 0x238 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_frame 0x000000000000e660 0x28 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_frame 0x000000000000e688 0x70 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_frame 0x000000000000e6f8 0x88 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_frame 0x000000000000e780 0xd0 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_frame 0x000000000000e850 0x388 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_frame 0x000000000000ebd8 0x3a0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_frame 0x000000000000ef78 0x160 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_frame 0x000000000000f0d8 0x538 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_frame 0x000000000000f610 0x118 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_frame 0x000000000000f728 0x250 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_frame 0x000000000000f978 0x118 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_frame 0x000000000000fa90 0x1a8 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_frame 0x000000000000fc38 0x3e8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_frame 0x0000000000010020 0x190 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_frame 0x00000000000101b0 0x58 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_frame 0x0000000000010208 0x1d8 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_frame 0x00000000000103e0 0x130 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_frame 0x0000000000010510 0xa0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_frame 0x00000000000105b0 0x28 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_frame 0x00000000000105d8 0xe8 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_frame 0x00000000000106c0 0xd0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_frame 0x0000000000010790 0x58 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_frame 0x00000000000107e8 0x28 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_frame 0x0000000000010810 0x160 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_frame 0x0000000000010970 0x310 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_frame 0x0000000000010c80 0x40 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_frame 0x0000000000010cc0 0x40 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_frame 0x0000000000010d00 0x2b0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_frame 0x0000000000010fb0 0xb8 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_frame 0x0000000000011068 0xa0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_frame 0x0000000000011108 0x250 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_frame 0x0000000000011358 0x328 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_frame 0x0000000000011680 0x370 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_frame 0x00000000000119f0 0x28 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_frame 0x0000000000011a18 0xe8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_frame 0x0000000000011b00 0x118 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_frame 0x0000000000011c18 0x28 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_frame 0x0000000000011c40 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_frame 0x0000000000011cf8 0x400 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_frame 0x00000000000120f8 0xa0 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_frame 0x0000000000012198 0x100 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_frame 0x0000000000012298 0x118 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .debug_frame 0x00000000000123b0 0x58 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .debug_frame 0x0000000000012408 0x748 esp-idf/bt/libbt.a(bt.c.obj) + .debug_frame 0x0000000000012b50 0x100 esp-idf/at/libat.a(at_default_config.c.obj) + .debug_frame 0x0000000000012c50 0xb8 esp-idf/at/libat.a(at_user_cmd.c.obj) + .debug_frame 0x0000000000012d08 0x100 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .debug_frame 0x0000000000012e08 0x40 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .debug_frame 0x0000000000012e48 0xd0 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .debug_frame 0x0000000000012f18 0x58 esp-idf/bt/libbt.a(btc_manage.c.obj) + .debug_frame 0x0000000000012f70 0x100 esp-idf/bt/libbt.a(btc_task.c.obj) + .debug_frame 0x0000000000013070 0x1f0 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .debug_frame 0x0000000000013260 0x28 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .debug_frame 0x0000000000013288 0xe8 esp-idf/bt/libbt.a(thread.c.obj) + .debug_frame 0x0000000000013370 0x70 esp-idf/bt/libbt.a(semaphore.c.obj) + .debug_frame 0x00000000000133e0 0x40 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .debug_frame 0x0000000000013420 0x88 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .debug_frame 0x00000000000134a8 0x3b8 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .debug_frame 0x0000000000013860 0x58 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .debug_frame 0x00000000000138b8 0x2f8 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .debug_frame 0x0000000000013bb0 0x1d8 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .debug_frame 0x0000000000013d88 0x3d0 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .debug_frame 0x0000000000014158 0x250 esp-idf/bt/libbt.a(btc_config.c.obj) + .debug_frame 0x00000000000143a8 0x40 esp-idf/bt/libbt.a(btc_dev.c.obj) + .debug_frame 0x00000000000143e8 0x1d8 esp-idf/bt/libbt.a(btc_dm.c.obj) + .debug_frame 0x00000000000145c0 0xb8 esp-idf/bt/libbt.a(btc_main.c.obj) + .debug_frame 0x0000000000014678 0xa0 esp-idf/bt/libbt.a(btc_storage.c.obj) + .debug_frame 0x0000000000014718 0xb8 esp-idf/bt/libbt.a(btc_util.c.obj) + .debug_frame 0x00000000000147d0 0x490 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .debug_frame 0x0000000000014c60 0x40 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .debug_frame 0x0000000000014ca0 0x118 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .debug_frame 0x0000000000014db8 0x370 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .debug_frame 0x0000000000015128 0x118 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .debug_frame 0x0000000000015240 0xb8 esp-idf/bt/libbt.a(bdaddr.c.obj) + .debug_frame 0x00000000000152f8 0x328 esp-idf/bt/libbt.a(controller.c.obj) + .debug_frame 0x0000000000015620 0x220 esp-idf/bt/libbt.a(hci_layer.c.obj) + .debug_frame 0x0000000000015840 0x2b0 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .debug_frame 0x0000000000015af0 0x178 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .debug_frame 0x0000000000015c68 0xa0 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .debug_frame 0x0000000000015d08 0xa0 esp-idf/bt/libbt.a(bte_main.c.obj) + .debug_frame 0x0000000000015da8 0x598 esp-idf/bt/libbt.a(btm_acl.c.obj) + .debug_frame 0x0000000000016340 0x190 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .debug_frame 0x00000000000164d0 0x928 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .debug_frame 0x0000000000016df8 0x1d8 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .debug_frame 0x0000000000016fd0 0x280 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .debug_frame 0x0000000000017250 0x1a8 esp-idf/bt/libbt.a(btm_dev.c.obj) + .debug_frame 0x00000000000173f8 0x298 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .debug_frame 0x0000000000017690 0x4d8 esp-idf/bt/libbt.a(btm_inq.c.obj) + .debug_frame 0x0000000000017b68 0x40 esp-idf/bt/libbt.a(btm_main.c.obj) + .debug_frame 0x0000000000017ba8 0x178 esp-idf/bt/libbt.a(btm_pm.c.obj) + .debug_frame 0x0000000000017d20 0x8e0 esp-idf/bt/libbt.a(btm_sec.c.obj) + .debug_frame 0x0000000000018600 0x4d8 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .debug_frame 0x0000000000018ad8 0xa0 esp-idf/bt/libbt.a(btu_init.c.obj) + .debug_frame 0x0000000000018b78 0x1c0 esp-idf/bt/libbt.a(btu_task.c.obj) + .debug_frame 0x0000000000018d38 0x208 esp-idf/bt/libbt.a(gap_ble.c.obj) + .debug_frame 0x0000000000018f40 0x310 esp-idf/bt/libbt.a(gatt_api.c.obj) + .debug_frame 0x0000000000019250 0x118 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .debug_frame 0x0000000000019368 0x1d8 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .debug_frame 0x0000000000019540 0x238 esp-idf/bt/libbt.a(gatt_db.c.obj) + .debug_frame 0x0000000000019778 0x220 esp-idf/bt/libbt.a(gatt_main.c.obj) + .debug_frame 0x0000000000019998 0x250 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .debug_frame 0x0000000000019be8 0x880 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .debug_frame 0x000000000001a468 0x3b8 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .debug_frame 0x000000000001a820 0x6b8 esp-idf/bt/libbt.a(hcicmds.c.obj) + .debug_frame 0x000000000001aed8 0x238 esp-idf/bt/libbt.a(l2c_api.c.obj) + .debug_frame 0x000000000001b110 0x2c8 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .debug_frame 0x000000000001b3d8 0x28 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .debug_frame 0x000000000001b400 0x1d8 esp-idf/bt/libbt.a(l2c_link.c.obj) + .debug_frame 0x000000000001b5d8 0xb8 esp-idf/bt/libbt.a(l2c_main.c.obj) + .debug_frame 0x000000000001b690 0x640 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .debug_frame 0x000000000001bcd0 0x178 esp-idf/bt/libbt.a(smp_api.c.obj) + .debug_frame 0x000000000001be48 0x4c0 esp-idf/bt/libbt.a(smp_keys.c.obj) + .debug_frame 0x000000000001c308 0x70 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .debug_frame 0x000000000001c378 0x88 esp-idf/bt/libbt.a(smp_main.c.obj) + .debug_frame 0x000000000001c400 0x430 esp-idf/bt/libbt.a(smp_utils.c.obj) + .debug_frame 0x000000000001c830 0x118 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .debug_frame 0x000000000001c948 0x28 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .debug_frame 0x000000000001c970 0x190 esp-idf/bt/libbt.a(alarm.c.obj) + .debug_frame 0x000000000001cb00 0x70 esp-idf/bt/libbt.a(allocator.c.obj) + .debug_frame 0x000000000001cb70 0x2c8 esp-idf/bt/libbt.a(config.c.obj) + .debug_frame 0x000000000001ce38 0x160 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .debug_frame 0x000000000001cf98 0x88 esp-idf/bt/libbt.a(future.c.obj) + .debug_frame 0x000000000001d020 0x88 esp-idf/bt/libbt.a(hash_functions.c.obj) + .debug_frame 0x000000000001d0a8 0x130 esp-idf/bt/libbt.a(hash_map.c.obj) + .debug_frame 0x000000000001d1d8 0x238 esp-idf/bt/libbt.a(list.c.obj) + .debug_frame 0x000000000001d410 0xd0 esp-idf/bt/libbt.a(mutex.c.obj) + .debug_frame 0x000000000001d4e0 0x40 esp-idf/bt/libbt.a(osi.c.obj) + .debug_frame 0x000000000001d520 0x718 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .debug_frame 0x000000000001dc38 0x208 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .debug_frame 0x000000000001de40 0xa0 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .debug_frame 0x000000000001dee0 0x40 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .debug_frame 0x000000000001df20 0x40 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .debug_frame 0x000000000001df60 0x3b8 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .debug_frame 0x000000000001e318 0x4c0 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .debug_frame 0x000000000001e7d8 0x238 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .debug_frame 0x000000000001ea10 0x58 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .debug_frame 0x000000000001ea68 0x2e0 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .debug_frame 0x000000000001ed48 0x1d8 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .debug_frame 0x000000000001ef20 0x40 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .debug_frame 0x000000000001ef60 0xb8 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .debug_frame 0x000000000001f018 0x280 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .debug_frame 0x000000000001f298 0x298 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .debug_frame 0x000000000001f530 0x178 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .debug_frame 0x000000000001f6a8 0x40 esp-idf/bt/libbt.a(bte_init.c.obj) + .debug_frame 0x000000000001f6e8 0x5c8 esp-idf/bt/libbt.a(btm_ble.c.obj) + .debug_frame 0x000000000001fcb0 0x208 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .debug_frame 0x000000000001feb8 0x1c0 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .debug_frame 0x0000000000020078 0x2c8 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .debug_frame 0x0000000000020340 0x58 esp-idf/bt/libbt.a(gap_api.c.obj) + .debug_frame 0x0000000000020398 0x160 esp-idf/bt/libbt.a(att_protocol.c.obj) + .debug_frame 0x00000000000204f8 0x178 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .debug_frame 0x0000000000020670 0x1f0 esp-idf/bt/libbt.a(aes.c.obj) + .debug_frame 0x0000000000020860 0x28 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .debug_frame 0x0000000000020888 0xb8 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .debug_frame 0x0000000000020940 0x1f0 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .debug_frame 0x0000000000020b30 0x658 esp-idf/bt/libbt.a(smp_act.c.obj) + .debug_frame 0x0000000000021188 0xe8 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .debug_frame 0x0000000000021270 0xb50 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .debug_frame 0x0000000000021dc0 0x610 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .debug_frame 0x00000000000223d0 0x280 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .debug_frame 0x0000000000022650 0x58 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .debug_frame 0x00000000000226a8 0x28 esp-idf/bt/libbt.a(interop.c.obj) + .debug_frame 0x00000000000226d0 0x40 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .debug_frame 0x0000000000022710 0xb38 esp-idf/mdns/libmdns.a(mdns.c.obj) + .debug_frame 0x0000000000023248 0x148 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .debug_frame 0x0000000000023390 0xa90 esp-idf/json/libjson.a(cJSON.c.obj) + .debug_frame 0x0000000000023e20 0x3b8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_frame 0x00000000000241d8 0x250 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_frame 0x0000000000024428 0x1a8 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_frame 0x00000000000245d0 0x70 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_frame 0x0000000000024640 0x250 esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_frame 0x0000000000024890 0x118 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_frame 0x00000000000249a8 0x70 esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_frame 0x0000000000024a18 0x1c0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_frame 0x0000000000024bd8 0xd0 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .debug_frame 0x0000000000024ca8 0x418 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_frame 0x00000000000250c0 0xd18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_frame 0x0000000000025dd8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_frame 0x0000000000025ed8 0x3a0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_frame 0x0000000000026278 0x3b8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_frame 0x0000000000026630 0x1f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_frame 0x0000000000026820 0x538 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_frame 0x0000000000026d58 0x310 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_frame 0x0000000000027068 0x1f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_frame 0x0000000000027258 0x238 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_frame 0x0000000000027490 0x1f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_frame 0x0000000000027680 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_frame 0x0000000000027828 0x250 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_frame 0x0000000000027a78 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_frame 0x0000000000027c50 0x6b8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_frame 0x0000000000028308 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_frame 0x0000000000028450 0x178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_frame 0x00000000000285c8 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_frame 0x00000000000286e0 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_frame 0x0000000000028888 0x220 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_frame 0x0000000000028aa8 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_frame 0x0000000000028b00 0x2b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_frame 0x0000000000028db0 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_frame 0x0000000000028e68 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_frame 0x0000000000029028 0x2f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_frame 0x0000000000029320 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_frame 0x0000000000029390 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_frame 0x0000000000029568 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_frame 0x00000000000295f0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_frame 0x0000000000029630 0x3a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_frame 0x00000000000299d0 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_frame 0x0000000000029a58 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_frame 0x0000000000029ab0 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_frame 0x0000000000029b08 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_frame 0x0000000000029b60 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_frame 0x0000000000029b88 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_frame 0x0000000000029bc8 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_frame 0x0000000000029c80 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_frame 0x0000000000029cf0 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_frame 0x0000000000029e38 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_frame 0x0000000000029f68 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_frame 0x000000000002a038 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_frame 0x000000000002a180 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_frame 0x000000000002a2c8 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_frame 0x000000000002a410 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_frame 0x000000000002a4f8 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_frame 0x000000000002a6b8 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_frame 0x000000000002a710 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_frame 0x000000000002a7f8 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_frame 0x000000000002a898 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_frame 0x000000000002a980 0x538 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_frame 0x000000000002aeb8 0x238 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_frame 0x000000000002b0f0 0x1c0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_frame 0x000000000002b2b0 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_frame 0x000000000002b488 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_frame 0x000000000002b4e0 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_frame 0x000000000002b598 0x2b0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_frame 0x000000000002b848 0x178 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_frame 0x000000000002b9c0 0x610 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_frame 0x000000000002bfd0 0x148 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_frame 0x000000000002c118 0x1f0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_frame 0x000000000002c308 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_frame 0x000000000002c390 0x1d8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_frame 0x000000000002c568 0x250 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_frame 0x000000000002c7b8 0x3a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_frame 0x000000000002cb58 0x9d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .debug_frame 0x000000000002d528 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_frame 0x000000000002d598 0x1a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_frame 0x000000000002d740 0x58 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_frame 0x000000000002d798 0x640 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_frame 0x000000000002ddd8 0xbe0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_frame 0x000000000002e9b8 0x4c0 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_frame 0x000000000002ee78 0x1c0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_frame 0x000000000002f038 0x208 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_frame 0x000000000002f240 0x148 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_frame 0x000000000002f388 0x58 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .debug_frame 0x000000000002f3e0 0x70 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .debug_frame 0x000000000002f450 0x520 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .debug_frame 0x000000000002f970 0x58 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .debug_frame 0x000000000002f9c8 0x130 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .debug_frame 0x000000000002faf8 0xa0 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .debug_frame 0x000000000002fb98 0x298 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_frame 0x000000000002fe30 0x70 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_frame 0x000000000002fea0 0x70 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_frame 0x000000000002ff10 0x1d8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_frame 0x00000000000300e8 0x190 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .debug_frame 0x0000000000030278 0x190 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_frame 0x0000000000030408 0x2b0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_frame 0x00000000000306b8 0x220 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_frame 0x00000000000308d8 0x130 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .debug_frame 0x0000000000030a08 0x28 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .debug_frame 0x0000000000030a30 0x298 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_frame 0x0000000000030cc8 0x28 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_frame 0x0000000000030cf0 0x58 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_frame 0x0000000000030d48 0x40 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_frame 0x0000000000030d88 0x40 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_frame 0x0000000000030dc8 0x148 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_frame 0x0000000000030f10 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_frame 0x0000000000030f50 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_frame 0x0000000000030f78 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_frame 0x0000000000030fa0 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_frame 0x0000000000030fc8 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_frame 0x0000000000030ff0 0xd0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_frame 0x00000000000310c0 0x88 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_frame 0x0000000000031148 0xd0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_frame 0x0000000000031218 0x88 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .debug_frame 0x00000000000312a0 0xa0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_frame 0x0000000000031340 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_frame 0x0000000000031368 0x88 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_frame 0x00000000000313f0 0x268 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_frame 0x0000000000031658 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_frame 0x0000000000031680 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_frame 0x00000000000316a8 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_frame 0x00000000000316d0 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_frame 0x00000000000316f8 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .debug_frame 0x0000000000031720 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .debug_frame 0x0000000000031760 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .debug_frame 0x00000000000317a0 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .debug_frame 0x00000000000317e0 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .debug_frame 0x0000000000031820 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .debug_frame 0x0000000000031860 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .debug_frame 0x00000000000318b8 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .debug_frame 0x00000000000318e0 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .debug_frame 0x0000000000031920 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .debug_frame 0x0000000000031960 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .debug_frame 0x00000000000319a0 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .debug_frame 0x00000000000319e0 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .debug_frame 0x0000000000031a20 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .debug_frame 0x0000000000031a48 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .debug_frame 0x0000000000031aa0 0xb8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .debug_frame 0x0000000000031b58 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .debug_frame 0x0000000000031b80 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .debug_frame 0x0000000000031ba8 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .debug_frame 0x0000000000031be8 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .debug_frame 0x0000000000031c10 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .debug_frame 0x0000000000031c68 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .debug_frame 0x0000000000031cc0 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .debug_frame 0x0000000000031ce8 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .debug_frame 0x0000000000031d40 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .debug_frame 0x0000000000031d98 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .debug_frame 0x0000000000031dd8 0x1d8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .debug_frame 0x0000000000031fb0 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .debug_frame 0x0000000000031ff0 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + +.debug_info 0x0000000000000000 0x6712bc + .debug_info 0x0000000000000000 0x13ee esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_info 0x00000000000013ee 0x3222 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_info 0x0000000000004610 0x1ae6 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_info 0x00000000000060f6 0x6aad esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_info 0x000000000000cba3 0x26 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .debug_info 0x000000000000cbc9 0x8c05 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_info 0x00000000000157ce 0xb032 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_info 0x0000000000020800 0x62c6 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_info 0x0000000000026ac6 0x1f1d esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_info 0x00000000000289e3 0x8029 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_info 0x0000000000030a0c 0x526a esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_info 0x0000000000035c76 0x1f68 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_info 0x0000000000037bde 0x45b8 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_info 0x000000000003c196 0x152d esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_info 0x000000000003d6c3 0x2441 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_info 0x000000000003fb04 0x544d esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_info 0x0000000000044f51 0x4ba2 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_info 0x0000000000049af3 0x47ef esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_info 0x000000000004e2e2 0x1380 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .debug_info 0x000000000004f662 0x8f3e esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_info 0x00000000000585a0 0x78f8 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_info 0x000000000005fe98 0x16b6 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_info 0x000000000006154e 0x128e esp-idf/log/liblog.a(log.c.obj) + .debug_info 0x00000000000627dc 0x1804 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_info 0x0000000000063fe0 0x2c63 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_info 0x0000000000066c43 0x1c23 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_info 0x0000000000068866 0x2655 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_info 0x000000000006aebb 0x7364 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_info 0x000000000007221f 0xf36 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_info 0x0000000000073155 0xb97 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .debug_info 0x0000000000073cec 0x51a4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_info 0x0000000000078e90 0x1958 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_info 0x000000000007a7e8 0x709c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_info 0x0000000000081884 0x5b06 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_info 0x000000000008738a 0x5617 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_info 0x000000000008c9a1 0x21e6 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_info 0x000000000008eb87 0xa5f8 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_info 0x000000000009917f 0x80a3 esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_info 0x00000000000a1222 0x9e94 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_info 0x00000000000ab0b6 0x7451 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_info 0x00000000000b2507 0x590f esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_info 0x00000000000b7e16 0x16e9 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_info 0x00000000000b94ff 0x26 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .debug_info 0x00000000000b9525 0x1710 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_info 0x00000000000bac35 0x26 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_info 0x00000000000bac5b 0x133c esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_info 0x00000000000bbf97 0x4703 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_info 0x00000000000c069a 0x3b8e esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_info 0x00000000000c4228 0x135d esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_info 0x00000000000c5585 0x6a1c esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_info 0x00000000000cbfa1 0x511b esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_info 0x00000000000d10bc 0xc8b esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_info 0x00000000000d1d47 0x1332 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_info 0x00000000000d3079 0x20b9 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_info 0x00000000000d5132 0x190a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_info 0x00000000000d6a3c 0x12e9 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_info 0x00000000000d7d25 0x5966 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_info 0x00000000000dd68b 0x21ff esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_info 0x00000000000df88a 0x26 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_info 0x00000000000df8b0 0x26 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_info 0x00000000000df8d6 0x1214 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_info 0x00000000000e0aea 0x22 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_info 0x00000000000e0b0c 0x15f4 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_info 0x00000000000e2100 0x23c8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_info 0x00000000000e44c8 0x14e9 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_info 0x00000000000e59b1 0x49c5 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_info 0x00000000000ea376 0x8ab0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_info 0x00000000000f2e26 0x26 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_info 0x00000000000f2e4c 0x1339 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_info 0x00000000000f4185 0xee9 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_info 0x00000000000f506e 0xe0b esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_info 0x00000000000f5e79 0x2127 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_info 0x00000000000f7fa0 0xc18 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_info 0x00000000000f8bb8 0xb21 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_info 0x00000000000f96d9 0x1250 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_info 0x00000000000fa929 0xf98 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_info 0x00000000000fb8c1 0x588f esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_info 0x0000000000101150 0x4baa esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_info 0x0000000000105cfa 0x26c2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_info 0x00000000001083bc 0x62e7 esp-idf/main/libmain.a(app_main.c.obj) + .debug_info 0x000000000010e6a3 0x6aae esp-idf/main/libmain.a(at_uart_task.c.obj) + .debug_info 0x0000000000115151 0x5816 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_info 0x000000000011a967 0x87dd esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_info 0x0000000000123144 0x1186 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_info 0x00000000001242ca 0xf98 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_info 0x0000000000125262 0xff4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x0000000000126256 0x16df esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x0000000000127935 0x1a93 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000001293c8 0xdd3 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x000000000012a19b 0x11b2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x000000000012b34d 0x19df esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_info 0x000000000012cd2c 0xa67 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .debug_info 0x000000000012d793 0x3e5e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_info 0x00000000001315f1 0x26f3 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_info 0x0000000000133ce4 0x3d47 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .debug_info 0x0000000000137a2b 0x1816 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_info 0x0000000000139241 0x2304 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_info 0x000000000013b545 0x33b9 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_info 0x000000000013e8fe 0x1678 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .debug_info 0x000000000013ff76 0x8fdd esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_info 0x0000000000148f53 0xdfa9 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_info 0x0000000000156efc 0xc59b esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_info 0x0000000000163497 0x816b esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_info 0x000000000016b602 0x3aca esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_info 0x000000000016f0cc 0x9fa5 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_info 0x0000000000179071 0x4151 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_info 0x000000000017d1c2 0x82a4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_info 0x0000000000185466 0x7aee esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_info 0x000000000018cf54 0x339d esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_info 0x00000000001902f1 0x2f03 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_info 0x00000000001931f4 0x31d7 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .debug_info 0x00000000001963cb 0x994f esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .debug_info 0x000000000019fd1a 0x49d9 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_info 0x00000000001a46f3 0x26 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_info 0x00000000001a4719 0xb1a esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_info 0x00000000001a5233 0x16f5 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_info 0x00000000001a6928 0x3724 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_info 0x00000000001aa04c 0x4fcb esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_info 0x00000000001af017 0x12f8 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_info 0x00000000001b030f 0x1f71 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_info 0x00000000001b2280 0x1231 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_info 0x00000000001b34b1 0x1ab4 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .debug_info 0x00000000001b4f65 0x5479 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_info 0x00000000001ba3de 0x1d46 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_info 0x00000000001bc124 0x1dce esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_info 0x00000000001bdef2 0x174a esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_info 0x00000000001bf63c 0x6cdc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_info 0x00000000001c6318 0x2fde esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_info 0x00000000001c92f6 0x1952 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_info 0x00000000001cac48 0x2916 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_info 0x00000000001cd55e 0x3a47 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_info 0x00000000001d0fa5 0x2330 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_info 0x00000000001d32d5 0xc3b esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_info 0x00000000001d3f10 0x11af esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_info 0x00000000001d50bf 0xd9c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_info 0x00000000001d5e5b 0xbd5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_info 0x00000000001d6a30 0x47b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_info 0x00000000001db1e0 0x3695 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_info 0x00000000001de875 0x7697 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_info 0x00000000001e5f0c 0x3da9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_info 0x00000000001e9cb5 0x1a40 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_info 0x00000000001eb6f5 0x161e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_info 0x00000000001ecd13 0xdb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_info 0x00000000001edac5 0x2f24 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_info 0x00000000001f09e9 0xb14 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_info 0x00000000001f14fd 0xdd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_info 0x00000000001f22cf 0xbf4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_info 0x00000000001f2ec3 0xbc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_info 0x00000000001f3a83 0x787a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_info 0x00000000001fb2fd 0x3fbe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_info 0x00000000001ff2bb 0x3fac esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_info 0x0000000000203267 0x3857 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_info 0x0000000000206abe 0x17b1 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_info 0x000000000020826f 0xf36 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_info 0x00000000002091a5 0x36c6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_info 0x000000000020c86b 0x5784 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .debug_info 0x0000000000211fef 0x331e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_info 0x000000000021530d 0x3e85 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_info 0x0000000000219192 0x4a5d esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_info 0x000000000021dbef 0x155f esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_info 0x000000000021f14e 0x3b34 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_info 0x0000000000222c82 0x155a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_info 0x00000000002241dc 0x3323 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_info 0x00000000002274ff 0x4bb3 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_info 0x000000000022c0b2 0x135e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_info 0x000000000022d410 0x3e46 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_info 0x0000000000231256 0x3105 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_info 0x000000000023435b 0x9105 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_info 0x000000000023d460 0x2b3d esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_info 0x000000000023ff9d 0x3520 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_info 0x00000000002434bd 0x2562 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_info 0x0000000000245a1f 0x1ef4 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_info 0x0000000000247913 0x1681 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_info 0x0000000000248f94 0x2cad esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_info 0x000000000024bc41 0x410a esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_info 0x000000000024fd4b 0x41f2 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_info 0x0000000000253f3d 0x282e esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_info 0x000000000025676b 0x4d91 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_info 0x000000000025b4fc 0x3e66 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_info 0x000000000025f362 0x4918 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_info 0x0000000000263c7a 0x2b2e esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_info 0x00000000002667a8 0x2dd6 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_info 0x000000000026957e 0x4a50 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_info 0x000000000026dfce 0x33a0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_info 0x000000000027136e 0x22a1 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_info 0x000000000027360f 0x29e6 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_info 0x0000000000275ff5 0x3233 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_info 0x0000000000279228 0x1e1e esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_info 0x000000000027b046 0x1f22 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_info 0x000000000027cf68 0x272c esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_info 0x000000000027f694 0x346f esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_info 0x0000000000282b03 0x1812 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_info 0x0000000000284315 0x1faa esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_info 0x00000000002862bf 0x2836 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_info 0x0000000000288af5 0x439a esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_info 0x000000000028ce8f 0x20d1 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_info 0x000000000028ef60 0x17f6 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_info 0x0000000000290756 0x261c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_info 0x0000000000292d72 0x331c esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_info 0x000000000029608e 0x2ad9 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_info 0x0000000000298b67 0x399b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_info 0x000000000029c502 0x4285 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_info 0x00000000002a0787 0x57e0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_info 0x00000000002a5f67 0x13d9 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_info 0x00000000002a7340 0x1acd esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_info 0x00000000002a8e0d 0x1dcf esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_info 0x00000000002aabdc 0x1c0c esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_info 0x00000000002ac7e8 0x12c3 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_info 0x00000000002adaab 0x468a esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_info 0x00000000002b2135 0x1e14 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_info 0x00000000002b3f49 0x76fe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_info 0x00000000002bb647 0x4ad3 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_info 0x00000000002c011a 0x5ded esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_info 0x00000000002c5f07 0x566d esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_info 0x00000000002cb574 0x4cab esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .debug_info 0x00000000002d021f 0x3f3e esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .debug_info 0x00000000002d415d 0x8304 esp-idf/bt/libbt.a(bt.c.obj) + .debug_info 0x00000000002dc461 0x3921 esp-idf/at/libat.a(at_default_config.c.obj) + .debug_info 0x00000000002dfd82 0x4141 esp-idf/at/libat.a(at_user_cmd.c.obj) + .debug_info 0x00000000002e3ec3 0x769e esp-idf/at/libat.a(at_ota_cmd.c.obj) + .debug_info 0x00000000002eb561 0x3281 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .debug_info 0x00000000002ee7e2 0x26fe esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .debug_info 0x00000000002f0ee0 0x1417 esp-idf/bt/libbt.a(btc_manage.c.obj) + .debug_info 0x00000000002f22f7 0x304d esp-idf/bt/libbt.a(btc_task.c.obj) + .debug_info 0x00000000002f5344 0x3ed6 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .debug_info 0x00000000002f921a 0x2497 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .debug_info 0x00000000002fb6b1 0x1d22 esp-idf/bt/libbt.a(thread.c.obj) + .debug_info 0x00000000002fd3d3 0x1468 esp-idf/bt/libbt.a(semaphore.c.obj) + .debug_info 0x00000000002fe83b 0x1845 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .debug_info 0x0000000000300080 0x1c0c esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .debug_info 0x0000000000301c8c 0x5189 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .debug_info 0x0000000000306e15 0x1838 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .debug_info 0x000000000030864d 0x57b9 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .debug_info 0x000000000030de06 0x486d esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .debug_info 0x0000000000312673 0x3ffd esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .debug_info 0x0000000000316670 0x2c3b esp-idf/bt/libbt.a(btc_config.c.obj) + .debug_info 0x00000000003192ab 0x16c8 esp-idf/bt/libbt.a(btc_dev.c.obj) + .debug_info 0x000000000031a973 0x718e esp-idf/bt/libbt.a(btc_dm.c.obj) + .debug_info 0x0000000000321b01 0x7a80 esp-idf/bt/libbt.a(btc_main.c.obj) + .debug_info 0x0000000000329581 0x2038 esp-idf/bt/libbt.a(btc_storage.c.obj) + .debug_info 0x000000000032b5b9 0x1c1c esp-idf/bt/libbt.a(btc_util.c.obj) + .debug_info 0x000000000032d1d5 0x631c esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .debug_info 0x00000000003334f1 0x1a96 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .debug_info 0x0000000000334f87 0x25d6 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .debug_info 0x000000000033755d 0x5e73 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .debug_info 0x000000000033d3d0 0x5250 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .debug_info 0x0000000000342620 0x1c35 esp-idf/bt/libbt.a(bdaddr.c.obj) + .debug_info 0x0000000000344255 0x3376 esp-idf/bt/libbt.a(controller.c.obj) + .debug_info 0x00000000003475cb 0x2b5c esp-idf/bt/libbt.a(hci_layer.c.obj) + .debug_info 0x000000000034a127 0x226f esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .debug_info 0x000000000034c396 0x24b8 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .debug_info 0x000000000034e84e 0x1f1f esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .debug_info 0x000000000035076d 0x1d74 esp-idf/bt/libbt.a(bte_main.c.obj) + .debug_info 0x00000000003524e1 0x7d21 esp-idf/bt/libbt.a(btm_acl.c.obj) + .debug_info 0x000000000035a202 0x510a esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .debug_info 0x000000000035f30c 0xb33d esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .debug_info 0x000000000036a649 0x5a10 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .debug_info 0x0000000000370059 0x518b esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .debug_info 0x00000000003751e4 0x4f56 esp-idf/bt/libbt.a(btm_dev.c.obj) + .debug_info 0x000000000037a13a 0x70a7 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .debug_info 0x00000000003811e1 0x6925 esp-idf/bt/libbt.a(btm_inq.c.obj) + .debug_info 0x0000000000387b06 0x41b7 esp-idf/bt/libbt.a(btm_main.c.obj) + .debug_info 0x000000000038bcbd 0x619b esp-idf/bt/libbt.a(btm_pm.c.obj) + .debug_info 0x0000000000391e58 0xb5fa esp-idf/bt/libbt.a(btm_sec.c.obj) + .debug_info 0x000000000039d452 0x73c4 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .debug_info 0x00000000003a4816 0x6c1d esp-idf/bt/libbt.a(btu_init.c.obj) + .debug_info 0x00000000003ab433 0x7ba2 esp-idf/bt/libbt.a(btu_task.c.obj) + .debug_info 0x00000000003b2fd5 0x646f esp-idf/bt/libbt.a(gap_ble.c.obj) + .debug_info 0x00000000003b9444 0x7d81 esp-idf/bt/libbt.a(gatt_api.c.obj) + .debug_info 0x00000000003c11c5 0x5df1 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .debug_info 0x00000000003c6fb6 0x5557 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .debug_info 0x00000000003cc50d 0x6c0f esp-idf/bt/libbt.a(gatt_db.c.obj) + .debug_info 0x00000000003d311c 0x6754 esp-idf/bt/libbt.a(gatt_main.c.obj) + .debug_info 0x00000000003d9870 0x6559 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .debug_info 0x00000000003dfdc9 0x92d3 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .debug_info 0x00000000003e909c 0x3177 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .debug_info 0x00000000003ec213 0x6c24 esp-idf/bt/libbt.a(hcicmds.c.obj) + .debug_info 0x00000000003f2e37 0x5000 esp-idf/bt/libbt.a(l2c_api.c.obj) + .debug_info 0x00000000003f7e37 0x72b3 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .debug_info 0x00000000003ff0ea 0x5077 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .debug_info 0x0000000000404161 0x69e6 esp-idf/bt/libbt.a(l2c_link.c.obj) + .debug_info 0x000000000040ab47 0x592b esp-idf/bt/libbt.a(l2c_main.c.obj) + .debug_info 0x0000000000410472 0x822c esp-idf/bt/libbt.a(l2c_utils.c.obj) + .debug_info 0x000000000041869e 0x631a esp-idf/bt/libbt.a(smp_api.c.obj) + .debug_info 0x000000000041e9b8 0x7b49 esp-idf/bt/libbt.a(smp_keys.c.obj) + .debug_info 0x0000000000426501 0x2692 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .debug_info 0x0000000000428b93 0x2a79 esp-idf/bt/libbt.a(smp_main.c.obj) + .debug_info 0x000000000042b60c 0x7462 esp-idf/bt/libbt.a(smp_utils.c.obj) + .debug_info 0x0000000000432a6e 0x4bf5 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .debug_info 0x0000000000437663 0x1404 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .debug_info 0x0000000000438a67 0x200b esp-idf/bt/libbt.a(alarm.c.obj) + .debug_info 0x000000000043aa72 0xb09 esp-idf/bt/libbt.a(allocator.c.obj) + .debug_info 0x000000000043b57b 0x38dc esp-idf/bt/libbt.a(config.c.obj) + .debug_info 0x000000000043ee57 0x1e7e esp-idf/bt/libbt.a(fixed_queue.c.obj) + .debug_info 0x0000000000440cd5 0x160c esp-idf/bt/libbt.a(future.c.obj) + .debug_info 0x00000000004422e1 0xaf3 esp-idf/bt/libbt.a(hash_functions.c.obj) + .debug_info 0x0000000000442dd4 0x1669 esp-idf/bt/libbt.a(hash_map.c.obj) + .debug_info 0x000000000044443d 0x1b79 esp-idf/bt/libbt.a(list.c.obj) + .debug_info 0x0000000000445fb6 0x151a esp-idf/bt/libbt.a(mutex.c.obj) + .debug_info 0x00000000004474d0 0x1301 esp-idf/bt/libbt.a(osi.c.obj) + .debug_info 0x00000000004487d1 0xb295 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .debug_info 0x0000000000453a66 0x223e esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .debug_info 0x0000000000455ca4 0x6027 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .debug_info 0x000000000045bccb 0x5a67 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .debug_info 0x0000000000461732 0x2696 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .debug_info 0x0000000000463dc8 0x4a19 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .debug_info 0x00000000004687e1 0x92cc esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .debug_info 0x0000000000471aad 0x5c93 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .debug_info 0x0000000000477740 0x32b2 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .debug_info 0x000000000047a9f2 0x449f esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .debug_info 0x000000000047ee91 0x3293 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .debug_info 0x0000000000482124 0x291c esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .debug_info 0x0000000000484a40 0x2231 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .debug_info 0x0000000000486c71 0x2172 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .debug_info 0x0000000000488de3 0x2c46 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .debug_info 0x000000000048ba29 0x3339 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .debug_info 0x000000000048ed62 0x7933 esp-idf/bt/libbt.a(bte_init.c.obj) + .debug_info 0x0000000000496695 0x87e7 esp-idf/bt/libbt.a(btm_ble.c.obj) + .debug_info 0x000000000049ee7c 0x5fd7 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .debug_info 0x00000000004a4e53 0x5671 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .debug_info 0x00000000004aa4c4 0x6122 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .debug_info 0x00000000004b05e6 0x1b53 esp-idf/bt/libbt.a(gap_api.c.obj) + .debug_info 0x00000000004b2139 0x3558 esp-idf/bt/libbt.a(att_protocol.c.obj) + .debug_info 0x00000000004b5691 0x335c esp-idf/bt/libbt.a(gatt_attr.c.obj) + .debug_info 0x00000000004b89ed 0x2241 esp-idf/bt/libbt.a(aes.c.obj) + .debug_info 0x00000000004bac2e 0x146b esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .debug_info 0x00000000004bc099 0x2372 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .debug_info 0x00000000004be40b 0x248d esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .debug_info 0x00000000004c0898 0x7bec esp-idf/bt/libbt.a(smp_act.c.obj) + .debug_info 0x00000000004c8484 0x2854 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .debug_info 0x00000000004cacd8 0xd435 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .debug_info 0x00000000004d810d 0x59be esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + .debug_info 0x00000000004ddacb 0x8a14 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .debug_info 0x00000000004e64df 0x54ff esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .debug_info 0x00000000004eb9de 0x17f6 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .debug_info 0x00000000004ed1d4 0x171a esp-idf/bt/libbt.a(interop.c.obj) + .debug_info 0x00000000004ee8ee 0x444b esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .debug_info 0x00000000004f2d39 0x1140f esp-idf/mdns/libmdns.a(mdns.c.obj) + .debug_info 0x0000000000504148 0x4675 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .debug_info 0x00000000005087bd 0x46d0 esp-idf/json/libjson.a(cJSON.c.obj) + .debug_info 0x000000000050ce8d 0x804e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_info 0x0000000000514edb 0x2a56 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_info 0x0000000000517931 0x1ed5 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_info 0x0000000000519806 0x15b9 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_info 0x000000000051adbf 0x2e11 esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_info 0x000000000051dbd0 0x1a42 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_info 0x000000000051f612 0x2459 esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_info 0x0000000000521a6b 0x2b20 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_info 0x000000000052458b 0x3750 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .debug_info 0x0000000000527cdb 0x4ccc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_info 0x000000000052c9a7 0x88a5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_info 0x000000000053524c 0x111e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_info 0x000000000053636a 0x5a5d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_info 0x000000000053bdc7 0x5bf7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_info 0x00000000005419be 0x1949 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_info 0x0000000000543307 0x4bcb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_info 0x0000000000547ed2 0x2945 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_info 0x000000000054a817 0x1e6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_info 0x000000000054c683 0x1e9b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_info 0x000000000054e51e 0x2036 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_info 0x0000000000550554 0x23c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_info 0x0000000000552914 0x1e35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_info 0x0000000000554749 0x29d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_info 0x0000000000557121 0x8dd3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_info 0x000000000055fef4 0x5bc1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_info 0x0000000000565ab5 0x1ace esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_info 0x0000000000567583 0x232c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_info 0x00000000005698af 0x1db9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_info 0x000000000056b668 0x1c42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_info 0x000000000056d2aa 0xdb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_info 0x000000000056e05e 0x1d11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_info 0x000000000056fd6f 0x1a69 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_info 0x00000000005717d8 0x1b05 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_info 0x00000000005732dd 0x2305 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_info 0x00000000005755e2 0x1d5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_info 0x0000000000577340 0x40a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_info 0x000000000057b3e6 0xb0d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_info 0x000000000057bef3 0xb43 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_info 0x000000000057ca36 0x5a93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_info 0x00000000005824c9 0x18f6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_info 0x0000000000583dbf 0xee8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_info 0x0000000000584ca7 0xf80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_info 0x0000000000585c27 0xf80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_info 0x0000000000586ba7 0x9ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_info 0x0000000000587571 0x9ee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_info 0x0000000000587f5f 0x1020 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_info 0x0000000000588f7f 0x134a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_info 0x000000000058a2c9 0x20a3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_info 0x000000000058c36c 0x2466 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_info 0x000000000058e7d2 0x21ed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_info 0x00000000005909bf 0x1165 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_info 0x0000000000591b24 0x11a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_info 0x0000000000592cc6 0x1322 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_info 0x0000000000593fe8 0xd2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_info 0x0000000000594d13 0x1614 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_info 0x0000000000596327 0xf25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_info 0x000000000059724c 0x1d41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_info 0x0000000000598f8d 0x1c0f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_info 0x000000000059ab9c 0x1cb5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_info 0x000000000059c851 0x63ae esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_info 0x00000000005a2bff 0x33f6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_info 0x00000000005a5ff5 0x806a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_info 0x00000000005ae05f 0x2b92 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_info 0x00000000005b0bf1 0xe58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_info 0x00000000005b1a49 0x5b02 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_info 0x00000000005b754b 0x3d60 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_info 0x00000000005bb2ab 0x3ea5 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_info 0x00000000005bf150 0x87f7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_info 0x00000000005c7947 0x4c99 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_info 0x00000000005cc5e0 0x4af8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_info 0x00000000005d10d8 0x15c5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_info 0x00000000005d269d 0x2a90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_info 0x00000000005d512d 0x36c9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_info 0x00000000005d87f6 0x5de6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_info 0x00000000005de5dc 0x98cd esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .debug_info 0x00000000005e7ea9 0xb60 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_info 0x00000000005e8a09 0x2375 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_info 0x00000000005ead7e 0x230 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_info 0x00000000005eafae 0x5d93 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_info 0x00000000005f0d41 0x9153 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_info 0x00000000005f9e94 0x4de2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_info 0x00000000005fec76 0x1459 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_info 0x00000000006000cf 0x181c ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_info 0x00000000006018eb 0xf7a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_info 0x0000000000602865 0x2d98 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .debug_info 0x00000000006055fd 0x3e6a esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .debug_info 0x0000000000609467 0x62a3 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .debug_info 0x000000000060f70a 0x264c esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .debug_info 0x0000000000611d56 0x15fb esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .debug_info 0x0000000000613351 0x10c0 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .debug_info 0x0000000000614411 0x5c32 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_info 0x000000000061a043 0xc34 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_info 0x000000000061ac77 0x23cb esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_info 0x000000000061d042 0x5798 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_info 0x00000000006227da 0x3591 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .debug_info 0x0000000000625d6b 0x2780 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_info 0x00000000006284eb 0x3078 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_info 0x000000000062b563 0x5122 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_info 0x0000000000630685 0x37c4 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .debug_info 0x0000000000633e49 0xa1b esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .debug_info 0x0000000000634864 0x447b esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_info 0x0000000000638cdf 0xa70 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_info 0x000000000063974f 0x1783 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_info 0x000000000063aed2 0x157b esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_info 0x000000000063c44d 0x6754 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_info 0x0000000000642ba1 0x2e28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_info 0x00000000006459c9 0x440 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_info 0x0000000000645e09 0x3dc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_info 0x00000000006461e5 0x3ad /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_info 0x0000000000646592 0x1150 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_info 0x00000000006476e2 0x49f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_info 0x0000000000647b81 0x9d4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_info 0x0000000000648555 0x57d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_info 0x0000000000648ad2 0x146e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_info 0x0000000000649f40 0x1772 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .debug_info 0x000000000064b6b2 0x8e7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_info 0x000000000064bf99 0x3c0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_info 0x000000000064c359 0x11eb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_info 0x000000000064d544 0x19ca /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_info 0x000000000064ef0e 0x1c21 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_info 0x0000000000650b2f 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + .debug_info 0x0000000000650b55 0x26 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .debug_info 0x0000000000650b7b 0x114a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_info 0x0000000000651cc5 0x11ab /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_info 0x0000000000652e70 0x10fc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_info 0x0000000000653f6c 0x1174 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_info 0x00000000006550e0 0x5d ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .debug_info 0x000000000065513d 0x78 ../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .debug_info 0x00000000006551b5 0x55 ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .debug_info 0x000000000065520a 0x7a ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .debug_info 0x0000000000655284 0x7a ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .debug_info 0x00000000006552fe 0x976 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .debug_info 0x0000000000655c74 0xe1b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .debug_info 0x0000000000656a8f 0xce8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .debug_info 0x0000000000657777 0x11b7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .debug_info 0x000000000065892e 0xd03 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .debug_info 0x0000000000659631 0x9f6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .debug_info 0x000000000065a027 0x19d9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .debug_info 0x000000000065ba00 0x1577 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .debug_info 0x000000000065cf77 0xc38 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .debug_info 0x000000000065dbaf 0xdcf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .debug_info 0x000000000065e97e 0xb1d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .debug_info 0x000000000065f49b 0x9fd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .debug_info 0x000000000065fe98 0xcb9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .debug_info 0x0000000000660b51 0x988 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .debug_info 0x00000000006614d9 0xac2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .debug_info 0x0000000000661f9b 0x1f9e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .debug_info 0x0000000000663f39 0xa0e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .debug_info 0x0000000000664947 0x8b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .debug_info 0x00000000006649d2 0x1a6f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .debug_info 0x0000000000666441 0x9fc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .debug_info 0x0000000000666e3d 0x1785 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .debug_info 0x00000000006685c2 0x120e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .debug_info 0x00000000006697d0 0xf28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .debug_info 0x000000000066a6f8 0x1126 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .debug_info 0x000000000066b81e 0x1010 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .debug_info 0x000000000066c82e 0x1065 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .debug_info 0x000000000066d893 0x232b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .debug_info 0x000000000066fbbe 0xd72 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .debug_info 0x0000000000670930 0x98c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + +.debug_abbrev 0x0000000000000000 0x725a1 + .debug_abbrev 0x0000000000000000 0x31c esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_abbrev 0x000000000000031c 0x52b esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_abbrev 0x0000000000000847 0x33f esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_abbrev 0x0000000000000b86 0x402 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_abbrev 0x0000000000000f88 0x14 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .debug_abbrev 0x0000000000000f9c 0x430 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_abbrev 0x00000000000013cc 0x403 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_abbrev 0x00000000000017cf 0x3dd esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_abbrev 0x0000000000001bac 0x446 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_abbrev 0x0000000000001ff2 0x4d2 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_abbrev 0x00000000000024c4 0x365 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_abbrev 0x0000000000002829 0x320 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_abbrev 0x0000000000002b49 0x3c9 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_abbrev 0x0000000000002f12 0x2f9 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_abbrev 0x000000000000320b 0x3e6 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_abbrev 0x00000000000035f1 0x596 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_abbrev 0x0000000000003b87 0x4f4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_abbrev 0x000000000000407b 0x578 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_abbrev 0x00000000000045f3 0x238 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .debug_abbrev 0x000000000000482b 0x5af esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_abbrev 0x0000000000004dda 0x42d esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_abbrev 0x0000000000005207 0x27c esp-idf/lwip/liblwip.a(def.c.obj) + .debug_abbrev 0x0000000000005483 0x464 esp-idf/log/liblog.a(log.c.obj) + .debug_abbrev 0x00000000000058e7 0x30e esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_abbrev 0x0000000000005bf5 0x4f5 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_abbrev 0x00000000000060ea 0x3b6 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_abbrev 0x00000000000064a0 0x458 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_abbrev 0x00000000000068f8 0x4f0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_abbrev 0x0000000000006de8 0x30b esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_abbrev 0x00000000000070f3 0x198 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .debug_abbrev 0x000000000000728b 0x3a5 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_abbrev 0x0000000000007630 0x2c2 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_abbrev 0x00000000000078f2 0x540 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_abbrev 0x0000000000007e32 0x308 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_abbrev 0x000000000000813a 0x367 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_abbrev 0x00000000000084a1 0x32d esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_abbrev 0x00000000000087ce 0x604 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_abbrev 0x0000000000008dd2 0x55c esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_abbrev 0x000000000000932e 0x5f6 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_abbrev 0x0000000000009924 0x3b2 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_abbrev 0x0000000000009cd6 0x33b esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_abbrev 0x000000000000a011 0x2f7 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_abbrev 0x000000000000a308 0x14 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .debug_abbrev 0x000000000000a31c 0x2d1 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_abbrev 0x000000000000a5ed 0x14 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_abbrev 0x000000000000a601 0x294 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_abbrev 0x000000000000a895 0x2a2 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_abbrev 0x000000000000ab37 0x35b esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_abbrev 0x000000000000ae92 0x29e esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_abbrev 0x000000000000b130 0x3c1 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_abbrev 0x000000000000b4f1 0x329 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_abbrev 0x000000000000b81a 0x252 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_abbrev 0x000000000000ba6c 0x2ac esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_abbrev 0x000000000000bd18 0x47d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_abbrev 0x000000000000c195 0x2a8 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_abbrev 0x000000000000c43d 0x22c esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_abbrev 0x000000000000c669 0x462 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_abbrev 0x000000000000cacb 0x4a4 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_abbrev 0x000000000000cf6f 0x14 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_abbrev 0x000000000000cf83 0x14 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_abbrev 0x000000000000cf97 0x1ea esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_abbrev 0x000000000000d181 0x12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_abbrev 0x000000000000d193 0x272 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_abbrev 0x000000000000d405 0x414 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_abbrev 0x000000000000d819 0x210 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_abbrev 0x000000000000da29 0x40e esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_abbrev 0x000000000000de37 0x45b esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_abbrev 0x000000000000e292 0x14 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_abbrev 0x000000000000e2a6 0x29c esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_abbrev 0x000000000000e542 0x31a esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_abbrev 0x000000000000e85c 0x28d esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_abbrev 0x000000000000eae9 0x3af esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_abbrev 0x000000000000ee98 0x254 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_abbrev 0x000000000000f0ec 0x249 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_abbrev 0x000000000000f335 0x24b esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_abbrev 0x000000000000f580 0x2f7 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_abbrev 0x000000000000f877 0x45e esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_abbrev 0x000000000000fcd5 0x36a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_abbrev 0x000000000001003f 0x5ce esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_abbrev 0x000000000001060d 0x386 esp-idf/main/libmain.a(app_main.c.obj) + .debug_abbrev 0x0000000000010993 0x4b8 esp-idf/main/libmain.a(at_uart_task.c.obj) + .debug_abbrev 0x0000000000010e4b 0x3ba esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_abbrev 0x0000000000011205 0x5fc esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_abbrev 0x0000000000011801 0x1da esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_abbrev 0x00000000000119db 0x2ad esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_abbrev 0x0000000000011c88 0x352 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x0000000000011fda 0x322 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x00000000000122fc 0x3eb esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00000000000126e7 0x244 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x000000000001292b 0x202 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x0000000000012b2d 0x333 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_abbrev 0x0000000000012e60 0x1e1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .debug_abbrev 0x0000000000013041 0x52f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_abbrev 0x0000000000013570 0x440 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_abbrev 0x00000000000139b0 0x473 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .debug_abbrev 0x0000000000013e23 0x333 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_abbrev 0x0000000000014156 0x492 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_abbrev 0x00000000000145e8 0x51f esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_abbrev 0x0000000000014b07 0x316 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .debug_abbrev 0x0000000000014e1d 0x3c3 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_abbrev 0x00000000000151e0 0xef1 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_abbrev 0x00000000000160d1 0xec2 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_abbrev 0x0000000000016f93 0xb6b esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_abbrev 0x0000000000017afe 0x70b esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_abbrev 0x0000000000018209 0xd31 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_abbrev 0x0000000000018f3a 0x84b esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_abbrev 0x0000000000019785 0xcdc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_abbrev 0x000000000001a461 0xd26 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_abbrev 0x000000000001b187 0x5bb esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_abbrev 0x000000000001b742 0x655 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_abbrev 0x000000000001bd97 0x549 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .debug_abbrev 0x000000000001c2e0 0x5b2 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .debug_abbrev 0x000000000001c892 0x393 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_abbrev 0x000000000001cc25 0x14 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_abbrev 0x000000000001cc39 0x269 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_abbrev 0x000000000001cea2 0x2fd esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_abbrev 0x000000000001d19f 0x474 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_abbrev 0x000000000001d613 0x2c8 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_abbrev 0x000000000001d8db 0x1fc esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_abbrev 0x000000000001dad7 0x1cb esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_abbrev 0x000000000001dca2 0x1c5 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_abbrev 0x000000000001de67 0x32c esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .debug_abbrev 0x000000000001e193 0x4a3 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_abbrev 0x000000000001e636 0x2af esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_abbrev 0x000000000001e8e5 0x306 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_abbrev 0x000000000001ebeb 0x1c7 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_abbrev 0x000000000001edb2 0x54c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_abbrev 0x000000000001f2fe 0x252 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_abbrev 0x000000000001f550 0x2a4 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_abbrev 0x000000000001f7f4 0x2ea esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_abbrev 0x000000000001fade 0x447 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_abbrev 0x000000000001ff25 0x309 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_abbrev 0x000000000002022e 0x261 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_abbrev 0x000000000002048f 0x25a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_abbrev 0x00000000000206e9 0x2e4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_abbrev 0x00000000000209cd 0x293 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_abbrev 0x0000000000020c60 0x449 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_abbrev 0x00000000000210a9 0x3bb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_abbrev 0x0000000000021464 0x626 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_abbrev 0x0000000000021a8a 0x428 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_abbrev 0x0000000000021eb2 0x44b esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_abbrev 0x00000000000222fd 0x425 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_abbrev 0x0000000000022722 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_abbrev 0x00000000000229ba 0x428 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_abbrev 0x0000000000022de2 0x231 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_abbrev 0x0000000000023013 0x278 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_abbrev 0x000000000002328b 0x25b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_abbrev 0x00000000000234e6 0x239 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_abbrev 0x000000000002371f 0x63a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_abbrev 0x0000000000023d59 0x4c0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_abbrev 0x0000000000024219 0x528 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_abbrev 0x0000000000024741 0x457 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_abbrev 0x0000000000024b98 0x3bd esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_abbrev 0x0000000000024f55 0x2f1 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_abbrev 0x0000000000025246 0x316 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_abbrev 0x000000000002555c 0x69c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .debug_abbrev 0x0000000000025bf8 0x318 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_abbrev 0x0000000000025f10 0x551 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_abbrev 0x0000000000026461 0x537 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_abbrev 0x0000000000026998 0x312 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_abbrev 0x0000000000026caa 0x478 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_abbrev 0x0000000000027122 0x2f1 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_abbrev 0x0000000000027413 0x385 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_abbrev 0x0000000000027798 0x5e1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_abbrev 0x0000000000027d79 0x340 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_abbrev 0x00000000000280b9 0x4a1 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_abbrev 0x000000000002855a 0x36b esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_abbrev 0x00000000000288c5 0x3f5 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_abbrev 0x0000000000028cba 0x42b esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_abbrev 0x00000000000290e5 0x3bc esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_abbrev 0x00000000000294a1 0x257 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_abbrev 0x00000000000296f8 0x2c5 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_abbrev 0x00000000000299bd 0x2de esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_abbrev 0x0000000000029c9b 0x3a5 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_abbrev 0x000000000002a040 0x46d esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_abbrev 0x000000000002a4ad 0x459 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_abbrev 0x000000000002a906 0x421 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_abbrev 0x000000000002ad27 0x472 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_abbrev 0x000000000002b199 0x40b esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_abbrev 0x000000000002b5a4 0x480 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_abbrev 0x000000000002ba24 0x3f1 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_abbrev 0x000000000002be15 0x414 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_abbrev 0x000000000002c229 0x425 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_abbrev 0x000000000002c64e 0x3ed esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_abbrev 0x000000000002ca3b 0x3ae esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_abbrev 0x000000000002cde9 0x44c esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_abbrev 0x000000000002d235 0x3fc esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_abbrev 0x000000000002d631 0x376 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_abbrev 0x000000000002d9a7 0x2fd esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_abbrev 0x000000000002dca4 0x354 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_abbrev 0x000000000002dff8 0x3d2 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_abbrev 0x000000000002e3ca 0x2d7 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_abbrev 0x000000000002e6a1 0x301 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_abbrev 0x000000000002e9a2 0x407 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_abbrev 0x000000000002eda9 0x45b esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_abbrev 0x000000000002f204 0x362 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_abbrev 0x000000000002f566 0x2af esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_abbrev 0x000000000002f815 0x3b1 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_abbrev 0x000000000002fbc6 0x3b8 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_abbrev 0x000000000002ff7e 0x33a esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_abbrev 0x00000000000302b8 0x494 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_abbrev 0x000000000003074c 0x447 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_abbrev 0x0000000000030b93 0x4bf esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_abbrev 0x0000000000031052 0x1bd esp-idf/lwip/liblwip.a(err.c.obj) + .debug_abbrev 0x000000000003120f 0x2c9 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_abbrev 0x00000000000314d8 0x314 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_abbrev 0x00000000000317ec 0x2a0 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_abbrev 0x0000000000031a8c 0x1cd esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_abbrev 0x0000000000031c59 0x228 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_abbrev 0x0000000000031e81 0x244 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_abbrev 0x00000000000320c5 0x3d0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_abbrev 0x0000000000032495 0x3d8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_abbrev 0x000000000003286d 0x3bf esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_abbrev 0x0000000000032c2c 0x3db esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_abbrev 0x0000000000033007 0x498 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .debug_abbrev 0x000000000003349f 0x334 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .debug_abbrev 0x00000000000337d3 0x4a6 esp-idf/bt/libbt.a(bt.c.obj) + .debug_abbrev 0x0000000000033c79 0x3b2 esp-idf/at/libat.a(at_default_config.c.obj) + .debug_abbrev 0x000000000003402b 0x3fb esp-idf/at/libat.a(at_user_cmd.c.obj) + .debug_abbrev 0x0000000000034426 0x512 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .debug_abbrev 0x0000000000034938 0x306 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .debug_abbrev 0x0000000000034c3e 0x27d esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .debug_abbrev 0x0000000000034ebb 0x22d esp-idf/bt/libbt.a(btc_manage.c.obj) + .debug_abbrev 0x00000000000350e8 0x3f9 esp-idf/bt/libbt.a(btc_task.c.obj) + .debug_abbrev 0x00000000000354e1 0x4dc esp-idf/bt/libbt.a(blufi_prf.c.obj) + .debug_abbrev 0x00000000000359bd 0x2cd esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .debug_abbrev 0x0000000000035c8a 0x34e esp-idf/bt/libbt.a(thread.c.obj) + .debug_abbrev 0x0000000000035fd8 0x242 esp-idf/bt/libbt.a(semaphore.c.obj) + .debug_abbrev 0x000000000003621a 0x25b esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .debug_abbrev 0x0000000000036475 0x299 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .debug_abbrev 0x000000000003670e 0x396 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .debug_abbrev 0x0000000000036aa4 0x244 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .debug_abbrev 0x0000000000036ce8 0x396 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .debug_abbrev 0x000000000003707e 0x3b0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .debug_abbrev 0x000000000003742e 0x49c esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .debug_abbrev 0x00000000000378ca 0x37e esp-idf/bt/libbt.a(btc_config.c.obj) + .debug_abbrev 0x0000000000037c48 0x272 esp-idf/bt/libbt.a(btc_dev.c.obj) + .debug_abbrev 0x0000000000037eba 0x5a5 esp-idf/bt/libbt.a(btc_dm.c.obj) + .debug_abbrev 0x000000000003845f 0x358 esp-idf/bt/libbt.a(btc_main.c.obj) + .debug_abbrev 0x00000000000387b7 0x2ef esp-idf/bt/libbt.a(btc_storage.c.obj) + .debug_abbrev 0x0000000000038aa6 0x31f esp-idf/bt/libbt.a(btc_util.c.obj) + .debug_abbrev 0x0000000000038dc5 0x4d9 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .debug_abbrev 0x000000000003929e 0x274 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .debug_abbrev 0x0000000000039512 0x304 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .debug_abbrev 0x0000000000039816 0x51c esp-idf/bt/libbt.a(btc_gattc.c.obj) + .debug_abbrev 0x0000000000039d32 0x54f esp-idf/bt/libbt.a(btc_gatts.c.obj) + .debug_abbrev 0x000000000003a281 0x2f8 esp-idf/bt/libbt.a(bdaddr.c.obj) + .debug_abbrev 0x000000000003a579 0x355 esp-idf/bt/libbt.a(controller.c.obj) + .debug_abbrev 0x000000000003a8ce 0x493 esp-idf/bt/libbt.a(hci_layer.c.obj) + .debug_abbrev 0x000000000003ad61 0x2c7 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .debug_abbrev 0x000000000003b028 0x2b3 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .debug_abbrev 0x000000000003b2db 0x2f2 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .debug_abbrev 0x000000000003b5cd 0x2e4 esp-idf/bt/libbt.a(bte_main.c.obj) + .debug_abbrev 0x000000000003b8b1 0x501 esp-idf/bt/libbt.a(btm_acl.c.obj) + .debug_abbrev 0x000000000003bdb2 0x4b5 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .debug_abbrev 0x000000000003c267 0x5b9 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .debug_abbrev 0x000000000003c820 0x474 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .debug_abbrev 0x000000000003cc94 0x4a9 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .debug_abbrev 0x000000000003d13d 0x432 esp-idf/bt/libbt.a(btm_dev.c.obj) + .debug_abbrev 0x000000000003d56f 0x51b esp-idf/bt/libbt.a(btm_devctl.c.obj) + .debug_abbrev 0x000000000003da8a 0x521 esp-idf/bt/libbt.a(btm_inq.c.obj) + .debug_abbrev 0x000000000003dfab 0x2de esp-idf/bt/libbt.a(btm_main.c.obj) + .debug_abbrev 0x000000000003e289 0x44f esp-idf/bt/libbt.a(btm_pm.c.obj) + .debug_abbrev 0x000000000003e6d8 0x505 esp-idf/bt/libbt.a(btm_sec.c.obj) + .debug_abbrev 0x000000000003ebdd 0x469 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .debug_abbrev 0x000000000003f046 0x377 esp-idf/bt/libbt.a(btu_init.c.obj) + .debug_abbrev 0x000000000003f3bd 0x461 esp-idf/bt/libbt.a(btu_task.c.obj) + .debug_abbrev 0x000000000003f81e 0x485 esp-idf/bt/libbt.a(gap_ble.c.obj) + .debug_abbrev 0x000000000003fca3 0x435 esp-idf/bt/libbt.a(gatt_api.c.obj) + .debug_abbrev 0x00000000000400d8 0x452 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .debug_abbrev 0x000000000004052a 0x456 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .debug_abbrev 0x0000000000040980 0x484 esp-idf/bt/libbt.a(gatt_db.c.obj) + .debug_abbrev 0x0000000000040e04 0x4d0 esp-idf/bt/libbt.a(gatt_main.c.obj) + .debug_abbrev 0x00000000000412d4 0x4bf esp-idf/bt/libbt.a(gatt_sr.c.obj) + .debug_abbrev 0x0000000000041793 0x4d2 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .debug_abbrev 0x0000000000041c65 0x2dc esp-idf/bt/libbt.a(hciblecmds.c.obj) + .debug_abbrev 0x0000000000041f41 0x3b0 esp-idf/bt/libbt.a(hcicmds.c.obj) + .debug_abbrev 0x00000000000422f1 0x391 esp-idf/bt/libbt.a(l2c_api.c.obj) + .debug_abbrev 0x0000000000042682 0x46f esp-idf/bt/libbt.a(l2c_ble.c.obj) + .debug_abbrev 0x0000000000042af1 0x2eb esp-idf/bt/libbt.a(l2c_csm.c.obj) + .debug_abbrev 0x0000000000042ddc 0x454 esp-idf/bt/libbt.a(l2c_link.c.obj) + .debug_abbrev 0x0000000000043230 0x389 esp-idf/bt/libbt.a(l2c_main.c.obj) + .debug_abbrev 0x00000000000435b9 0x4b0 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .debug_abbrev 0x0000000000043a69 0x3df esp-idf/bt/libbt.a(smp_api.c.obj) + .debug_abbrev 0x0000000000043e48 0x515 esp-idf/bt/libbt.a(smp_keys.c.obj) + .debug_abbrev 0x000000000004435d 0x31d esp-idf/bt/libbt.a(smp_l2c.c.obj) + .debug_abbrev 0x000000000004467a 0x351 esp-idf/bt/libbt.a(smp_main.c.obj) + .debug_abbrev 0x00000000000449cb 0x417 esp-idf/bt/libbt.a(smp_utils.c.obj) + .debug_abbrev 0x0000000000044de2 0x48a esp-idf/bt/libbt.a(esp_blufi.c.obj) + .debug_abbrev 0x000000000004526c 0x1ce esp-idf/bt/libbt.a(btc_alarm.c.obj) + .debug_abbrev 0x000000000004543a 0x3a3 esp-idf/bt/libbt.a(alarm.c.obj) + .debug_abbrev 0x00000000000457dd 0x246 esp-idf/bt/libbt.a(allocator.c.obj) + .debug_abbrev 0x0000000000045a23 0x434 esp-idf/bt/libbt.a(config.c.obj) + .debug_abbrev 0x0000000000045e57 0x286 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .debug_abbrev 0x00000000000460dd 0x256 esp-idf/bt/libbt.a(future.c.obj) + .debug_abbrev 0x0000000000046333 0x236 esp-idf/bt/libbt.a(hash_functions.c.obj) + .debug_abbrev 0x0000000000046569 0x33a esp-idf/bt/libbt.a(hash_map.c.obj) + .debug_abbrev 0x00000000000468a3 0x2ce esp-idf/bt/libbt.a(list.c.obj) + .debug_abbrev 0x0000000000046b71 0x256 esp-idf/bt/libbt.a(mutex.c.obj) + .debug_abbrev 0x0000000000046dc7 0x1e8 esp-idf/bt/libbt.a(osi.c.obj) + .debug_abbrev 0x0000000000046faf 0x4b2 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .debug_abbrev 0x0000000000047461 0x345 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .debug_abbrev 0x00000000000477a6 0x387 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .debug_abbrev 0x0000000000047b2d 0x348 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .debug_abbrev 0x0000000000047e75 0x297 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .debug_abbrev 0x000000000004810c 0x3d2 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .debug_abbrev 0x00000000000484de 0x4b9 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .debug_abbrev 0x0000000000048997 0x4ce esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .debug_abbrev 0x0000000000048e65 0x369 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .debug_abbrev 0x00000000000491ce 0x557 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .debug_abbrev 0x0000000000049725 0x3d3 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .debug_abbrev 0x0000000000049af8 0x36d esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .debug_abbrev 0x0000000000049e65 0x33b esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .debug_abbrev 0x000000000004a1a0 0x2c6 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .debug_abbrev 0x000000000004a466 0x444 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .debug_abbrev 0x000000000004a8aa 0x3f0 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .debug_abbrev 0x000000000004ac9a 0x31d esp-idf/bt/libbt.a(bte_init.c.obj) + .debug_abbrev 0x000000000004afb7 0x4b3 esp-idf/bt/libbt.a(btm_ble.c.obj) + .debug_abbrev 0x000000000004b46a 0x4a2 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .debug_abbrev 0x000000000004b90c 0x47b esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .debug_abbrev 0x000000000004bd87 0x516 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .debug_abbrev 0x000000000004c29d 0x27f esp-idf/bt/libbt.a(gap_api.c.obj) + .debug_abbrev 0x000000000004c51c 0x3a1 esp-idf/bt/libbt.a(att_protocol.c.obj) + .debug_abbrev 0x000000000004c8bd 0x43d esp-idf/bt/libbt.a(gatt_attr.c.obj) + .debug_abbrev 0x000000000004ccfa 0x2af esp-idf/bt/libbt.a(aes.c.obj) + .debug_abbrev 0x000000000004cfa9 0x206 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .debug_abbrev 0x000000000004d1af 0x2e8 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .debug_abbrev 0x000000000004d497 0x34a esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .debug_abbrev 0x000000000004d7e1 0x489 esp-idf/bt/libbt.a(smp_act.c.obj) + .debug_abbrev 0x000000000004dc6a 0x3fa esp-idf/bt/libbt.a(smp_cmac.c.obj) + .debug_abbrev 0x000000000004e064 0x547 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .debug_abbrev 0x000000000004e5ab 0x29d esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + .debug_abbrev 0x000000000004e848 0x556 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .debug_abbrev 0x000000000004ed9e 0x509 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .debug_abbrev 0x000000000004f2a7 0x23a esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .debug_abbrev 0x000000000004f4e1 0x26f esp-idf/bt/libbt.a(interop.c.obj) + .debug_abbrev 0x000000000004f750 0x33c esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .debug_abbrev 0x000000000004fa8c 0x6c7 esp-idf/mdns/libmdns.a(mdns.c.obj) + .debug_abbrev 0x0000000000050153 0x440 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .debug_abbrev 0x0000000000050593 0x4d3 esp-idf/json/libjson.a(cJSON.c.obj) + .debug_abbrev 0x0000000000050a66 0x529 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_abbrev 0x0000000000050f8f 0x3e1 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_abbrev 0x0000000000051370 0x2dc esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_abbrev 0x000000000005164c 0x2a1 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_abbrev 0x00000000000518ed 0x407 esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_abbrev 0x0000000000051cf4 0x37d esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_abbrev 0x0000000000052071 0x3a3 esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_abbrev 0x0000000000052414 0x37b esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_abbrev 0x000000000005278f 0x472 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .debug_abbrev 0x0000000000052c01 0x523 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_abbrev 0x0000000000053124 0x555 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_abbrev 0x0000000000053679 0x289 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_abbrev 0x0000000000053902 0x505 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_abbrev 0x0000000000053e07 0x4f1 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_abbrev 0x00000000000542f8 0x337 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_abbrev 0x000000000005462f 0x43d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_abbrev 0x0000000000054a6c 0x4c1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_abbrev 0x0000000000054f2d 0x351 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_abbrev 0x000000000005527e 0x3f6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_abbrev 0x0000000000055674 0x407 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_abbrev 0x0000000000055a7b 0x449 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_abbrev 0x0000000000055ec4 0x3bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_abbrev 0x0000000000056280 0x3da esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_abbrev 0x000000000005665a 0x4ed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_abbrev 0x0000000000056b47 0x407 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_abbrev 0x0000000000056f4e 0x3db esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_abbrev 0x0000000000057329 0x41d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_abbrev 0x0000000000057746 0x423 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_abbrev 0x0000000000057b69 0x32b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_abbrev 0x0000000000057e94 0x263 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_abbrev 0x00000000000580f7 0x34c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_abbrev 0x0000000000058443 0x414 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_abbrev 0x0000000000058857 0x447 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_abbrev 0x0000000000058c9e 0x3ce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_abbrev 0x000000000005906c 0x3c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_abbrev 0x0000000000059434 0x42c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_abbrev 0x0000000000059860 0x288 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_abbrev 0x0000000000059ae8 0x275 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_abbrev 0x0000000000059d5d 0x474 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_abbrev 0x000000000005a1d1 0x31b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_abbrev 0x000000000005a4ec 0x29c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_abbrev 0x000000000005a788 0x293 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_abbrev 0x000000000005aa1b 0x293 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_abbrev 0x000000000005acae 0x1f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_abbrev 0x000000000005aea3 0x211 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_abbrev 0x000000000005b0b4 0x2e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_abbrev 0x000000000005b394 0x22f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_abbrev 0x000000000005b5c3 0x36e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_abbrev 0x000000000005b931 0x437 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_abbrev 0x000000000005bd68 0x426 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_abbrev 0x000000000005c18e 0x3a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_abbrev 0x000000000005c52f 0x3a3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_abbrev 0x000000000005c8d2 0x439 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_abbrev 0x000000000005cd0b 0x222 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_abbrev 0x000000000005cf2d 0x39d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_abbrev 0x000000000005d2ca 0x261 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_abbrev 0x000000000005d52b 0x39e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_abbrev 0x000000000005d8c9 0x405 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_abbrev 0x000000000005dcce 0x382 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_abbrev 0x000000000005e050 0x4c1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_abbrev 0x000000000005e511 0x46b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_abbrev 0x000000000005e97c 0x59a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_abbrev 0x000000000005ef16 0x3f3 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_abbrev 0x000000000005f309 0x269 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_abbrev 0x000000000005f572 0x361 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_abbrev 0x000000000005f8d3 0x4bf esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_abbrev 0x000000000005fd92 0x42f esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_abbrev 0x00000000000601c1 0x715 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_abbrev 0x00000000000608d6 0x54d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_abbrev 0x0000000000060e23 0x50c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_abbrev 0x000000000006132f 0x34d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_abbrev 0x000000000006167c 0x52f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_abbrev 0x0000000000061bab 0x409 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_abbrev 0x0000000000061fb4 0x584 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_abbrev 0x0000000000062538 0x62f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .debug_abbrev 0x0000000000062b67 0x24c esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_abbrev 0x0000000000062db3 0x42b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_abbrev 0x00000000000631de 0xd4 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_abbrev 0x00000000000632b2 0x4b5 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_abbrev 0x0000000000063767 0x533 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_abbrev 0x0000000000063c9a 0x4b2 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_abbrev 0x000000000006414c 0x306 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_abbrev 0x0000000000064452 0x2d4 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_abbrev 0x0000000000064726 0x29a esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_abbrev 0x00000000000649c0 0x32f esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .debug_abbrev 0x0000000000064cef 0x409 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .debug_abbrev 0x00000000000650f8 0x461 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .debug_abbrev 0x0000000000065559 0x34f esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .debug_abbrev 0x00000000000658a8 0x314 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .debug_abbrev 0x0000000000065bbc 0x277 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .debug_abbrev 0x0000000000065e33 0x553 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_abbrev 0x0000000000066386 0x28f esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_abbrev 0x0000000000066615 0x2c9 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_abbrev 0x00000000000668de 0x4b8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_abbrev 0x0000000000066d96 0x404 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .debug_abbrev 0x000000000006719a 0x39d esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_abbrev 0x0000000000067537 0x3d2 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_abbrev 0x0000000000067909 0x45a esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_abbrev 0x0000000000067d63 0x41e esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .debug_abbrev 0x0000000000068181 0x1bf esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .debug_abbrev 0x0000000000068340 0x4af esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_abbrev 0x00000000000687ef 0x21f esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_abbrev 0x0000000000068a0e 0x359 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_abbrev 0x0000000000068d67 0x389 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_abbrev 0x00000000000690f0 0x38b esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_abbrev 0x000000000006947b 0x492 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_abbrev 0x000000000006990d 0x2b7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_abbrev 0x0000000000069bc4 0x27e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_abbrev 0x0000000000069e42 0x268 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_abbrev 0x000000000006a0aa 0x3e1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_abbrev 0x000000000006a48b 0x2d8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_abbrev 0x000000000006a763 0x46c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_abbrev 0x000000000006abcf 0x32b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_abbrev 0x000000000006aefa 0x50e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_abbrev 0x000000000006b408 0x59d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .debug_abbrev 0x000000000006b9a5 0x461 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_abbrev 0x000000000006be06 0x271 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_abbrev 0x000000000006c077 0x405 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_abbrev 0x000000000006c47c 0x657 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_abbrev 0x000000000006cad3 0x492 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_abbrev 0x000000000006cf65 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + .debug_abbrev 0x000000000006cf79 0x14 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .debug_abbrev 0x000000000006cf8d 0x28e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_abbrev 0x000000000006d21b 0x29b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_abbrev 0x000000000006d4b6 0x27a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_abbrev 0x000000000006d730 0x294 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_abbrev 0x000000000006d9c4 0x14 ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .debug_abbrev 0x000000000006d9d8 0x14 ../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .debug_abbrev 0x000000000006d9ec 0x43 ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .debug_abbrev 0x000000000006da2f 0x14 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .debug_abbrev 0x000000000006da43 0x14 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .debug_abbrev 0x000000000006da57 0x1b8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .debug_abbrev 0x000000000006dc0f 0x2bf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .debug_abbrev 0x000000000006dece 0x28d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .debug_abbrev 0x000000000006e15b 0x2eb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .debug_abbrev 0x000000000006e446 0x27e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .debug_abbrev 0x000000000006e6c4 0x213 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .debug_abbrev 0x000000000006e8d7 0x37e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .debug_abbrev 0x000000000006ec55 0x345 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .debug_abbrev 0x000000000006ef9a 0x266 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .debug_abbrev 0x000000000006f200 0x2a4 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .debug_abbrev 0x000000000006f4a4 0x24f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .debug_abbrev 0x000000000006f6f3 0x220 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .debug_abbrev 0x000000000006f913 0x285 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .debug_abbrev 0x000000000006fb98 0x1cc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .debug_abbrev 0x000000000006fd64 0x233 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .debug_abbrev 0x000000000006ff97 0x4b7 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .debug_abbrev 0x000000000007044e 0x202 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .debug_abbrev 0x0000000000070650 0x76 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .debug_abbrev 0x00000000000706c6 0x33b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .debug_abbrev 0x0000000000070a01 0x1f8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .debug_abbrev 0x0000000000070bf9 0x3dd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .debug_abbrev 0x0000000000070fd6 0x29d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .debug_abbrev 0x0000000000071273 0x1f8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .debug_abbrev 0x000000000007146b 0x310 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .debug_abbrev 0x000000000007177b 0x293 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .debug_abbrev 0x0000000000071a0e 0x273 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .debug_abbrev 0x0000000000071c81 0x472 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .debug_abbrev 0x00000000000720f3 0x2e2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .debug_abbrev 0x00000000000723d5 0x1cc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + +.debug_loc 0x0000000000000000 0x162070 + .debug_loc 0x0000000000000000 0x196 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_loc 0x0000000000000196 0x122e esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_loc 0x00000000000013c4 0x4a9 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_loc 0x000000000000186d 0x91 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_loc 0x00000000000018fe 0x2ab esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_loc 0x0000000000001ba9 0x61 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_loc 0x0000000000001c0a 0x12d esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_loc 0x0000000000001d37 0x577 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_loc 0x00000000000022ae 0x1f0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_loc 0x000000000000249e 0x122 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_loc 0x00000000000025c0 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_loc 0x00000000000025f8 0xfa2 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_loc 0x000000000000359a 0x243 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_loc 0x00000000000037dd 0x3ca esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_loc 0x0000000000003ba7 0x33cb esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_loc 0x0000000000006f72 0xcc8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_loc 0x0000000000007c3a 0x6d1 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_loc 0x000000000000830b 0x76c esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_loc 0x0000000000008a77 0xae esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_loc 0x0000000000008b25 0x4e0 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_loc 0x0000000000009005 0x472 esp-idf/log/liblog.a(log.c.obj) + .debug_loc 0x0000000000009477 0xcf esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_loc 0x0000000000009546 0xd9d esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_loc 0x000000000000a2e3 0x6c9 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_loc 0x000000000000a9ac 0x944 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_loc 0x000000000000b2f0 0x7928 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_loc 0x0000000000012c18 0x342 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_loc 0x0000000000012f5a 0x8f esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_loc 0x0000000000012fe9 0x178 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_loc 0x0000000000013161 0xddd esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_loc 0x0000000000013f3e 0x275 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_loc 0x00000000000141b3 0x2cf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_loc 0x0000000000014482 0x58b esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_loc 0x0000000000014a0d 0x32fa esp-idf/driver/libdriver.a(uart.c.obj) + .debug_loc 0x0000000000017d07 0xd9e esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_loc 0x0000000000018aa5 0x23a6 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_loc 0x000000000001ae4b 0xb8d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_loc 0x000000000001b9d8 0x336 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_loc 0x000000000001bd0e 0x494 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_loc 0x000000000001c1a2 0x228 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_loc 0x000000000001c3ca 0xc7 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_loc 0x000000000001c491 0x82 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_loc 0x000000000001c513 0xd3 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_loc 0x000000000001c5e6 0x19d esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_loc 0x000000000001c783 0x15 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_loc 0x000000000001c798 0x3c4 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_loc 0x000000000001cb5c 0x759 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_loc 0x000000000001d2b5 0x10e esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_loc 0x000000000001d3c3 0x34e esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_loc 0x000000000001d711 0x47c esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_loc 0x000000000001db8d 0x6e esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_loc 0x000000000001dbfb 0x6ca esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_loc 0x000000000001e2c5 0xd0 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_loc 0x000000000001e395 0x189d esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_loc 0x000000000001fc32 0x3959 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_loc 0x000000000002358b 0x8a esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_loc 0x0000000000023615 0x1a2 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_loc 0x00000000000237b7 0x1c1 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_loc 0x0000000000023978 0x406 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_loc 0x0000000000023d7e 0x94 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_loc 0x0000000000023e12 0x162 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_loc 0x0000000000023f74 0x287 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_loc 0x00000000000241fb 0x556 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_loc 0x0000000000024751 0x10a esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_loc 0x000000000002485b 0x2ae esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_loc 0x0000000000024b09 0xbf esp-idf/main/libmain.a(app_main.c.obj) + .debug_loc 0x0000000000024bc8 0x8bf esp-idf/main/libmain.a(at_uart_task.c.obj) + .debug_loc 0x0000000000025487 0x43b esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_loc 0x00000000000258c2 0xcf3 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_loc 0x00000000000265b5 0x77 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_loc 0x000000000002662c 0x3e5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x0000000000026a11 0x57b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x0000000000026f8c 0xb92 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x0000000000027b1e 0x154 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x0000000000027c72 0x34e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_loc 0x0000000000027fc0 0xa5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .debug_loc 0x0000000000028065 0x8d8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_loc 0x000000000002893d 0xa81 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_loc 0x00000000000293be 0xb84 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .debug_loc 0x0000000000029f42 0x13a esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_loc 0x000000000002a07c 0xcec esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_loc 0x000000000002ad68 0xf50 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_loc 0x000000000002bcb8 0x157 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .debug_loc 0x000000000002be0f 0x2e3 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_loc 0x000000000002c0f2 0x22bf esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_loc 0x000000000002e3b1 0x2e3b esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_loc 0x00000000000311ec 0x4bb esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_loc 0x00000000000316a7 0x1cd esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_loc 0x0000000000031874 0xed9 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_loc 0x000000000003274d 0x6df esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_loc 0x0000000000032e2c 0x2cdf esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_loc 0x0000000000035b0b 0x1470 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_loc 0x0000000000036f7b 0x9d esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_loc 0x0000000000037018 0x159 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_loc 0x0000000000037171 0x1738 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .debug_loc 0x00000000000388a9 0xce0 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .debug_loc 0x0000000000039589 0x193 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_loc 0x000000000003971c 0x11f esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_loc 0x000000000003983b 0x2d4 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_loc 0x0000000000039b0f 0x1076 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_loc 0x000000000003ab85 0x94 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_loc 0x000000000003ac19 0xd3 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_loc 0x000000000003acec 0x4a esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_loc 0x000000000003ad36 0x394 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .debug_loc 0x000000000003b0ca 0xf3f esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_loc 0x000000000003c009 0xec esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_loc 0x000000000003c0f5 0x309 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_loc 0x000000000003c3fe 0x2b84 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_loc 0x000000000003ef82 0x65 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_loc 0x000000000003efe7 0x5bc esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_loc 0x000000000003f5a3 0x188b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_loc 0x0000000000040e2e 0x189 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_loc 0x0000000000040fb7 0x5f esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_loc 0x0000000000041016 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_loc 0x0000000000041060 0x30c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_loc 0x000000000004136c 0x174 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_loc 0x00000000000414e0 0x353 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_loc 0x0000000000041833 0x4d2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_loc 0x0000000000041d05 0x273f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_loc 0x0000000000044444 0xee2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_loc 0x0000000000045326 0x11bc esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_loc 0x00000000000464e2 0x7b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_loc 0x0000000000046c92 0x69c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_loc 0x000000000004732e 0xb33 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_loc 0x0000000000047e61 0x215 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_loc 0x0000000000048076 0x402 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_loc 0x0000000000048478 0x1da esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_loc 0x0000000000048652 0x222 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_loc 0x0000000000048874 0x1d82 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_loc 0x000000000004a5f6 0xea7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_loc 0x000000000004b49d 0x22ab esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_loc 0x000000000004d748 0x10e6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_loc 0x000000000004e82e 0xc8c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_loc 0x000000000004f4ba 0x21c esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_loc 0x000000000004f6d6 0x112 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_loc 0x000000000004f7e8 0x16ed esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .debug_loc 0x0000000000050ed5 0x1ac esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_loc 0x0000000000051081 0x865 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_loc 0x00000000000518e6 0xe39 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_loc 0x000000000005271f 0x5ea esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_loc 0x0000000000052d09 0x1579 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_loc 0x0000000000054282 0x6fe esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_loc 0x0000000000054980 0x442 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_loc 0x0000000000054dc2 0x1021 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_loc 0x0000000000055de3 0x7f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_loc 0x00000000000565db 0x5d6 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_loc 0x0000000000056bb1 0x351 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_loc 0x0000000000056f02 0x519f esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_loc 0x000000000005c0a1 0x32e esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_loc 0x000000000005c3cf 0x19b8 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_loc 0x000000000005dd87 0x16 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_loc 0x000000000005dd9d 0x154 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_loc 0x000000000005def1 0x74 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_loc 0x000000000005df65 0x173 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_loc 0x000000000005e0d8 0xcc9 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_loc 0x000000000005eda1 0x189a esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_loc 0x000000000006063b 0x975 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_loc 0x0000000000060fb0 0x1967 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_loc 0x0000000000062917 0xabb esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_loc 0x00000000000633d2 0x17a0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_loc 0x0000000000064b72 0x366 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_loc 0x0000000000064ed8 0xf84 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_loc 0x0000000000065e5c 0x19ce esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_loc 0x000000000006782a 0x11df esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_loc 0x0000000000068a09 0x1a8 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_loc 0x0000000000068bb1 0x7cd esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_loc 0x000000000006937e 0x8a3 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_loc 0x0000000000069c21 0x604 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_loc 0x000000000006a225 0x2e3 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_loc 0x000000000006a508 0x287 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_loc 0x000000000006a78f 0x105d esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_loc 0x000000000006b7ec 0x740 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_loc 0x000000000006bf2c 0x1eb esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_loc 0x000000000006c117 0x70a esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_loc 0x000000000006c821 0x216f esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_loc 0x000000000006e990 0x149 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_loc 0x000000000006ead9 0x108 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_loc 0x000000000006ebe1 0x62a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_loc 0x000000000006f20b 0x259 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_loc 0x000000000006f464 0x6c esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_loc 0x000000000006f4d0 0x1646 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_loc 0x0000000000070b16 0x11ae esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_loc 0x0000000000071cc4 0x1618 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_loc 0x00000000000732dc 0x25 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_loc 0x0000000000073301 0x1fe esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_loc 0x00000000000734ff 0x8ae esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_loc 0x0000000000073dad 0x7c esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_loc 0x0000000000073e29 0x117 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_loc 0x0000000000073f40 0x1da7 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_loc 0x0000000000075ce7 0xff esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_loc 0x0000000000075de6 0x35f esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_loc 0x0000000000076145 0x3c5 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .debug_loc 0x000000000007650a 0x2a esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .debug_loc 0x0000000000076534 0xd31 esp-idf/bt/libbt.a(bt.c.obj) + .debug_loc 0x0000000000077265 0x2d8 esp-idf/at/libat.a(at_default_config.c.obj) + .debug_loc 0x000000000007753d 0x3b3 esp-idf/at/libat.a(at_user_cmd.c.obj) + .debug_loc 0x00000000000778f0 0x127e esp-idf/at/libat.a(at_ota_cmd.c.obj) + .debug_loc 0x0000000000078b6e 0x73 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .debug_loc 0x0000000000078be1 0x1be esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .debug_loc 0x0000000000078d9f 0xa7 esp-idf/bt/libbt.a(btc_manage.c.obj) + .debug_loc 0x0000000000078e46 0x1c2 esp-idf/bt/libbt.a(btc_task.c.obj) + .debug_loc 0x0000000000079008 0x128a esp-idf/bt/libbt.a(blufi_prf.c.obj) + .debug_loc 0x000000000007a292 0xc0 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .debug_loc 0x000000000007a352 0x45b esp-idf/bt/libbt.a(thread.c.obj) + .debug_loc 0x000000000007a7ad 0x125 esp-idf/bt/libbt.a(semaphore.c.obj) + .debug_loc 0x000000000007a8d2 0xb6 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .debug_loc 0x000000000007a988 0xf8 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .debug_loc 0x000000000007aa80 0xf12 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .debug_loc 0x000000000007b992 0x4a esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .debug_loc 0x000000000007b9dc 0xdf3 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .debug_loc 0x000000000007c7cf 0x50f esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .debug_loc 0x000000000007ccde 0x1008 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .debug_loc 0x000000000007dce6 0x538 esp-idf/bt/libbt.a(btc_config.c.obj) + .debug_loc 0x000000000007e21e 0x4f esp-idf/bt/libbt.a(btc_dev.c.obj) + .debug_loc 0x000000000007e26d 0x75b esp-idf/bt/libbt.a(btc_dm.c.obj) + .debug_loc 0x000000000007e9c8 0x25 esp-idf/bt/libbt.a(btc_main.c.obj) + .debug_loc 0x000000000007e9ed 0x239 esp-idf/bt/libbt.a(btc_storage.c.obj) + .debug_loc 0x000000000007ec26 0x41c esp-idf/bt/libbt.a(btc_util.c.obj) + .debug_loc 0x000000000007f042 0xb3d esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .debug_loc 0x000000000007fb7f 0x3a esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .debug_loc 0x000000000007fbb9 0x375 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .debug_loc 0x000000000007ff2e 0x18a7 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .debug_loc 0x00000000000817d5 0x1d58 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .debug_loc 0x000000000008352d 0x36b esp-idf/bt/libbt.a(bdaddr.c.obj) + .debug_loc 0x0000000000083898 0x14f esp-idf/bt/libbt.a(controller.c.obj) + .debug_loc 0x00000000000839e7 0x5af esp-idf/bt/libbt.a(hci_layer.c.obj) + .debug_loc 0x0000000000083f96 0x4d3 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .debug_loc 0x0000000000084469 0x723 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .debug_loc 0x0000000000084b8c 0x35d esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .debug_loc 0x0000000000084ee9 0x92 esp-idf/bt/libbt.a(bte_main.c.obj) + .debug_loc 0x0000000000084f7b 0x2145 esp-idf/bt/libbt.a(btm_acl.c.obj) + .debug_loc 0x00000000000870c0 0x86f esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .debug_loc 0x000000000008792f 0x463f esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .debug_loc 0x000000000008bf6e 0xc18 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .debug_loc 0x000000000008cb86 0xcd4 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .debug_loc 0x000000000008d85a 0xd82 esp-idf/bt/libbt.a(btm_dev.c.obj) + .debug_loc 0x000000000008e5dc 0x8aa esp-idf/bt/libbt.a(btm_devctl.c.obj) + .debug_loc 0x000000000008ee86 0x2796 esp-idf/bt/libbt.a(btm_inq.c.obj) + .debug_loc 0x000000000009161c 0xa0d esp-idf/bt/libbt.a(btm_pm.c.obj) + .debug_loc 0x0000000000092029 0x3c0e esp-idf/bt/libbt.a(btm_sec.c.obj) + .debug_loc 0x0000000000095c37 0x2544 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .debug_loc 0x000000000009817b 0x61e esp-idf/bt/libbt.a(btu_task.c.obj) + .debug_loc 0x0000000000098799 0xbfb esp-idf/bt/libbt.a(gap_ble.c.obj) + .debug_loc 0x0000000000099394 0x2206 esp-idf/bt/libbt.a(gatt_api.c.obj) + .debug_loc 0x000000000009b59a 0x88f esp-idf/bt/libbt.a(gatt_auth.c.obj) + .debug_loc 0x000000000009be29 0x112f esp-idf/bt/libbt.a(gatt_cl.c.obj) + .debug_loc 0x000000000009cf58 0x1e81 esp-idf/bt/libbt.a(gatt_db.c.obj) + .debug_loc 0x000000000009edd9 0xb30 esp-idf/bt/libbt.a(gatt_main.c.obj) + .debug_loc 0x000000000009f909 0x266a esp-idf/bt/libbt.a(gatt_sr.c.obj) + .debug_loc 0x00000000000a1f73 0x317b esp-idf/bt/libbt.a(gatt_utils.c.obj) + .debug_loc 0x00000000000a50ee 0x279d esp-idf/bt/libbt.a(hciblecmds.c.obj) + .debug_loc 0x00000000000a788b 0x4980 esp-idf/bt/libbt.a(hcicmds.c.obj) + .debug_loc 0x00000000000ac20b 0x10a7 esp-idf/bt/libbt.a(l2c_api.c.obj) + .debug_loc 0x00000000000ad2b2 0x15a0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .debug_loc 0x00000000000ae852 0x76 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .debug_loc 0x00000000000ae8c8 0xeca esp-idf/bt/libbt.a(l2c_link.c.obj) + .debug_loc 0x00000000000af792 0x494 esp-idf/bt/libbt.a(l2c_main.c.obj) + .debug_loc 0x00000000000afc26 0x3639 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .debug_loc 0x00000000000b325f 0x515 esp-idf/bt/libbt.a(smp_api.c.obj) + .debug_loc 0x00000000000b3774 0x1ec5 esp-idf/bt/libbt.a(smp_keys.c.obj) + .debug_loc 0x00000000000b5639 0x1e8 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .debug_loc 0x00000000000b5821 0x247 esp-idf/bt/libbt.a(smp_main.c.obj) + .debug_loc 0x00000000000b5a68 0x1794 esp-idf/bt/libbt.a(smp_utils.c.obj) + .debug_loc 0x00000000000b71fc 0x2ae esp-idf/bt/libbt.a(esp_blufi.c.obj) + .debug_loc 0x00000000000b74aa 0x15 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .debug_loc 0x00000000000b74bf 0x4c0 esp-idf/bt/libbt.a(alarm.c.obj) + .debug_loc 0x00000000000b797f 0x96 esp-idf/bt/libbt.a(allocator.c.obj) + .debug_loc 0x00000000000b7a15 0xeae esp-idf/bt/libbt.a(config.c.obj) + .debug_loc 0x00000000000b88c3 0x445 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .debug_loc 0x00000000000b8d08 0xa4 esp-idf/bt/libbt.a(future.c.obj) + .debug_loc 0x00000000000b8dac 0x1a9 esp-idf/bt/libbt.a(hash_functions.c.obj) + .debug_loc 0x00000000000b8f55 0x4ee esp-idf/bt/libbt.a(hash_map.c.obj) + .debug_loc 0x00000000000b9443 0x7be esp-idf/bt/libbt.a(list.c.obj) + .debug_loc 0x00000000000b9c01 0x108 esp-idf/bt/libbt.a(mutex.c.obj) + .debug_loc 0x00000000000b9d09 0x25 esp-idf/bt/libbt.a(osi.c.obj) + .debug_loc 0x00000000000b9d2e 0x15fa esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .debug_loc 0x00000000000bb328 0x11f esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .debug_loc 0x00000000000bb447 0xef esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .debug_loc 0x00000000000bb536 0x1ad esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .debug_loc 0x00000000000bb6e3 0x970 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .debug_loc 0x00000000000bc053 0x2355 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .debug_loc 0x00000000000be3a8 0xd1e esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .debug_loc 0x00000000000bf0c6 0x3b8 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .debug_loc 0x00000000000bf47e 0x1e45 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .debug_loc 0x00000000000c12c3 0x31e esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .debug_loc 0x00000000000c15e1 0x156 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .debug_loc 0x00000000000c1737 0x372 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .debug_loc 0x00000000000c1aa9 0x111 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .debug_loc 0x00000000000c1bba 0x5ef esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .debug_loc 0x00000000000c21a9 0x468 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .debug_loc 0x00000000000c2611 0x2350 esp-idf/bt/libbt.a(btm_ble.c.obj) + .debug_loc 0x00000000000c4961 0x2038 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .debug_loc 0x00000000000c6999 0xf31 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .debug_loc 0x00000000000c78ca 0x840 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .debug_loc 0x00000000000c810a 0x25 esp-idf/bt/libbt.a(gap_api.c.obj) + .debug_loc 0x00000000000c812f 0xf8a esp-idf/bt/libbt.a(att_protocol.c.obj) + .debug_loc 0x00000000000c90b9 0x4de esp-idf/bt/libbt.a(gatt_attr.c.obj) + .debug_loc 0x00000000000c9597 0xa80 esp-idf/bt/libbt.a(aes.c.obj) + .debug_loc 0x00000000000ca017 0x3a esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .debug_loc 0x00000000000ca051 0x2ec esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .debug_loc 0x00000000000ca33d 0xe62 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .debug_loc 0x00000000000cb19f 0x1173 esp-idf/bt/libbt.a(smp_act.c.obj) + .debug_loc 0x00000000000cc312 0x42d esp-idf/bt/libbt.a(smp_cmac.c.obj) + .debug_loc 0x00000000000cc73f 0x359a esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .debug_loc 0x00000000000cfcd9 0x1de0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .debug_loc 0x00000000000d1ab9 0xd86 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .debug_loc 0x00000000000d283f 0x4a esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .debug_loc 0x00000000000d2889 0x64 esp-idf/bt/libbt.a(interop.c.obj) + .debug_loc 0x00000000000d28ed 0x1db esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .debug_loc 0x00000000000d2ac8 0xb4f9 esp-idf/mdns/libmdns.a(mdns.c.obj) + .debug_loc 0x00000000000ddfc1 0x64f esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .debug_loc 0x00000000000de610 0x3b34 esp-idf/json/libjson.a(cJSON.c.obj) + .debug_loc 0x00000000000e2144 0x22c2 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_loc 0x00000000000e4406 0x12b3 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_loc 0x00000000000e56b9 0x811 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_loc 0x00000000000e5eca 0x79 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_loc 0x00000000000e5f43 0x8ee esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_loc 0x00000000000e6831 0x176 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_loc 0x00000000000e69a7 0x6ec esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_loc 0x00000000000e7093 0x405 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_loc 0x00000000000e7498 0xf3e esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .debug_loc 0x00000000000e83d6 0x1c45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_loc 0x00000000000ea01b 0x42ac esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_loc 0x00000000000ee2c7 0x31f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_loc 0x00000000000ee5e6 0x384c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_loc 0x00000000000f1e32 0x2e3f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_loc 0x00000000000f4c71 0xe13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_loc 0x00000000000f5a84 0x3141 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_loc 0x00000000000f8bc5 0x1816 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_loc 0x00000000000fa3db 0x2e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_loc 0x00000000000fa6be 0xf8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_loc 0x00000000000fb64a 0xc24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_loc 0x00000000000fc26e 0xe0f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_loc 0x00000000000fd07d 0x75e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_loc 0x00000000000fd7db 0xe12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_loc 0x00000000000fe5ed 0x5db8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_loc 0x00000000001043a5 0x5d04 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_loc 0x000000000010a0a9 0x84c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_loc 0x000000000010a8f5 0xc45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_loc 0x000000000010b53a 0x93d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_loc 0x000000000010be77 0xc33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_loc 0x000000000010caaa 0xcb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_loc 0x000000000010cb75 0x105b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_loc 0x000000000010dbd0 0x9e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_loc 0x000000000010e5b0 0x88d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_loc 0x000000000010ee3d 0x861 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_loc 0x000000000010f69e 0x77f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_loc 0x000000000010fe1d 0x1f3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_loc 0x0000000000111d5c 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_loc 0x0000000000111dcc 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_loc 0x0000000000111e06 0x3ca3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_loc 0x0000000000115aa9 0x70f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_loc 0x00000000001161b8 0x151 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_loc 0x0000000000116309 0x248 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_loc 0x0000000000116551 0x248 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_loc 0x0000000000116799 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_loc 0x00000000001167be 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_loc 0x00000000001167e3 0x4af esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_loc 0x0000000000116c92 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_loc 0x0000000000116d82 0xa18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_loc 0x000000000011779a 0xbe1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_loc 0x000000000011837b 0xcbb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_loc 0x0000000000119036 0x1e9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_loc 0x000000000011aed2 0x1639 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_loc 0x000000000011c50b 0xdcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_loc 0x000000000011d2d7 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_loc 0x000000000011d36b 0x897 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_loc 0x000000000011dc02 0x7a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_loc 0x000000000011e3a3 0xa96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_loc 0x000000000011ee39 0xb26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_loc 0x000000000011f95f 0x26c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_loc 0x000000000011fbcb 0x47c3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_loc 0x000000000012438e 0x2002 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_loc 0x0000000000126390 0xfc4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_loc 0x0000000000127354 0xf15 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_loc 0x0000000000128269 0xae esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_loc 0x0000000000128317 0x45e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_loc 0x0000000000128775 0x132e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_loc 0x0000000000129aa3 0x1b15 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_loc 0x000000000012b5b8 0x2566 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_loc 0x000000000012db1e 0xbf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_loc 0x000000000012e714 0x20ee esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_loc 0x0000000000130802 0x13d3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_loc 0x0000000000131bd5 0x9a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_loc 0x0000000000132579 0x195d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_loc 0x0000000000133ed6 0x27a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_loc 0x000000000013667a 0x44a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .debug_loc 0x000000000013ab1e 0x6f esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_loc 0x000000000013ab8d 0x6cd esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_loc 0x000000000013b25a 0x42 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_loc 0x000000000013b29c 0x4687 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_loc 0x000000000013f923 0x5653 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_loc 0x0000000000144f76 0x3383 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_loc 0x00000000001482f9 0x12e ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_loc 0x0000000000148427 0x610 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_loc 0x0000000000148a37 0x2f2 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_loc 0x0000000000148d29 0xe5 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .debug_loc 0x0000000000148e0e 0x6d1 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .debug_loc 0x00000000001494df 0x17f8 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .debug_loc 0x000000000014acd7 0x267 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .debug_loc 0x000000000014af3e 0x70a esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .debug_loc 0x000000000014b648 0x3fa esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .debug_loc 0x000000000014ba42 0xfad esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_loc 0x000000000014c9ef 0xa9 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_loc 0x000000000014ca98 0x186 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_loc 0x000000000014cc1e 0xce8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_loc 0x000000000014d906 0xa44 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .debug_loc 0x000000000014e34a 0x3d15 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_loc 0x000000000015205f 0x819 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_loc 0x0000000000152878 0xbcf esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_loc 0x0000000000153447 0xe91 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .debug_loc 0x00000000001542d8 0x42 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .debug_loc 0x000000000015431a 0x1924 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_loc 0x0000000000155c3e 0x42 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_loc 0x0000000000155c80 0x406 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_loc 0x0000000000156086 0x230 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_loc 0x00000000001562b6 0x4a esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_loc 0x0000000000156300 0xd42 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_loc 0x0000000000157042 0x4f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_loc 0x0000000000157091 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_loc 0x00000000001570b6 0x4c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_loc 0x0000000000157102 0x150 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_loc 0x0000000000157252 0xbe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_loc 0x0000000000157310 0x9e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_loc 0x00000000001573ae 0x307 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .debug_loc 0x00000000001576b5 0x1fc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_loc 0x00000000001578b1 0x20a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_loc 0x0000000000157abb 0xb09 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_loc 0x00000000001585c4 0x7f3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_loc 0x0000000000158db7 0xa8a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_loc 0x0000000000159841 0x974 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_loc 0x000000000015a1b5 0xea /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .debug_loc 0x000000000015a29f 0x9e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .debug_loc 0x000000000015a33d 0x394 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .debug_loc 0x000000000015a6d1 0xfa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .debug_loc 0x000000000015a7cb 0x4a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .debug_loc 0x000000000015a815 0x67e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .debug_loc 0x000000000015ae93 0x533 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .debug_loc 0x000000000015b3c6 0x5f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .debug_loc 0x000000000015b425 0xfe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .debug_loc 0x000000000015b523 0x44 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .debug_loc 0x000000000015b567 0x4a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .debug_loc 0x000000000015b5b1 0x41b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .debug_loc 0x000000000015b9cc 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .debug_loc 0x000000000015b9f1 0x63c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .debug_loc 0x000000000015c02d 0x14d2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .debug_loc 0x000000000015d4ff 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .debug_loc 0x000000000015d524 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .debug_loc 0x000000000015d549 0x1a54 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .debug_loc 0x000000000015ef9d 0x10c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .debug_loc 0x000000000015f0a9 0xdd8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .debug_loc 0x000000000015fe81 0x52c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .debug_loc 0x00000000001603ad 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .debug_loc 0x00000000001603d2 0x8c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .debug_loc 0x000000000016045e 0x6f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .debug_loc 0x00000000001604cd 0xea /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .debug_loc 0x00000000001605b7 0x1933 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .debug_loc 0x0000000000161eea 0x161 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .debug_loc 0x000000000016204b 0x25 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + +.debug_aranges 0x0000000000000000 0x12ed8 + .debug_aranges + 0x0000000000000000 0x30 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_aranges + 0x0000000000000030 0x160 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_aranges + 0x0000000000000190 0x60 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_aranges + 0x00000000000001f0 0x28 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_aranges + 0x0000000000000218 0x20 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .debug_aranges + 0x0000000000000238 0x38 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_aranges + 0x0000000000000270 0x50 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_aranges + 0x00000000000002c0 0x50 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_aranges + 0x0000000000000310 0x68 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_aranges + 0x0000000000000378 0x68 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_aranges + 0x00000000000003e0 0x60 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_aranges + 0x0000000000000440 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_aranges + 0x0000000000000468 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_aranges + 0x00000000000004d8 0x40 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_aranges + 0x0000000000000518 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_aranges + 0x0000000000000558 0x170 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_aranges + 0x00000000000006c8 0xe8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_aranges + 0x00000000000007b0 0x298 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_aranges + 0x0000000000000a48 0x38 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .debug_aranges + 0x0000000000000a80 0xc8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_aranges + 0x0000000000000b48 0x50 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_aranges + 0x0000000000000b98 0x48 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_aranges + 0x0000000000000be0 0x40 esp-idf/log/liblog.a(log.c.obj) + .debug_aranges + 0x0000000000000c20 0x48 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_aranges + 0x0000000000000c68 0x108 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_aranges + 0x0000000000000d70 0x40 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_aranges + 0x0000000000000db0 0xd0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_aranges + 0x0000000000000e80 0xd0 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_aranges + 0x0000000000000f50 0x40 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_aranges + 0x0000000000000f90 0x18 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .debug_aranges + 0x0000000000000fa8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_aranges + 0x0000000000001000 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_aranges + 0x0000000000001048 0x118 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_aranges + 0x0000000000001160 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_aranges + 0x0000000000001190 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_aranges + 0x00000000000011e8 0x50 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_aranges + 0x0000000000001238 0x238 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_aranges + 0x0000000000001470 0xf0 esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_aranges + 0x0000000000001560 0x1b0 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_aranges + 0x0000000000001710 0xb0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_aranges + 0x00000000000017c0 0x38 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_aranges + 0x00000000000017f8 0x28 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_aranges + 0x0000000000001820 0x20 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .debug_aranges + 0x0000000000001840 0x38 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_aranges + 0x0000000000001878 0x20 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_aranges + 0x0000000000001898 0x28 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_aranges + 0x00000000000018c0 0x38 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_aranges + 0x00000000000018f8 0x60 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_aranges + 0x0000000000001958 0x28 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_aranges + 0x0000000000001980 0x28 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_aranges + 0x00000000000019a8 0x30 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_aranges + 0x00000000000019d8 0x30 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_aranges + 0x0000000000001a08 0x48 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_aranges + 0x0000000000001a50 0xb8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_aranges + 0x0000000000001b08 0x58 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_aranges + 0x0000000000001b60 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_aranges + 0x0000000000001b90 0x80 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_aranges + 0x0000000000001c10 0xa8 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_aranges + 0x0000000000001cb8 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_aranges + 0x0000000000001cd8 0x20 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_aranges + 0x0000000000001cf8 0x28 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_aranges + 0x0000000000001d20 0x70 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_aranges + 0x0000000000001d90 0x28 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_aranges + 0x0000000000001db8 0x70 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_aranges + 0x0000000000001e28 0x40 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_aranges + 0x0000000000001e68 0x158 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_aranges + 0x0000000000001fc0 0x2a0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_aranges + 0x0000000000002260 0x20 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_aranges + 0x0000000000002280 0x20 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_aranges + 0x00000000000022a0 0x30 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_aranges + 0x00000000000022d0 0x90 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_aranges + 0x0000000000002360 0xd8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_aranges + 0x0000000000002438 0x40 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_aranges + 0x0000000000002478 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_aranges + 0x00000000000024a0 0x28 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_aranges + 0x00000000000024c8 0x58 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_aranges + 0x0000000000002520 0x80 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_aranges + 0x00000000000025a0 0x70 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_aranges + 0x0000000000002610 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_aranges + 0x0000000000002660 0x38 esp-idf/main/libmain.a(app_main.c.obj) + .debug_aranges + 0x0000000000002698 0xa0 esp-idf/main/libmain.a(at_uart_task.c.obj) + .debug_aranges + 0x0000000000002738 0x40 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_aranges + 0x0000000000002778 0xc8 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_aranges + 0x0000000000002840 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_aranges + 0x0000000000002858 0x40 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_aranges + 0x0000000000002898 0x50 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x00000000000028e8 0x88 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_aranges + 0x0000000000002970 0xb8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x0000000000002a28 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_aranges + 0x0000000000002a58 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_aranges + 0x0000000000002a78 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_aranges + 0x0000000000002ac8 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .debug_aranges + 0x0000000000002af8 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_aranges + 0x0000000000002b88 0xb8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_aranges + 0x0000000000002c40 0xc8 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .debug_aranges + 0x0000000000002d08 0x70 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_aranges + 0x0000000000002d78 0x80 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_aranges + 0x0000000000002df8 0x98 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_aranges + 0x0000000000002e90 0x20 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .debug_aranges + 0x0000000000002eb0 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_aranges + 0x0000000000002ee0 0x288 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_aranges + 0x0000000000003168 0xd0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_aranges + 0x0000000000003238 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_aranges + 0x00000000000032e8 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_aranges + 0x0000000000003358 0x68 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_aranges + 0x00000000000033c0 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_aranges + 0x0000000000003410 0x110 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_aranges + 0x0000000000003520 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_aranges + 0x0000000000003558 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_aranges + 0x0000000000003578 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_aranges + 0x00000000000035a8 0xd0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .debug_aranges + 0x0000000000003678 0x120 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .debug_aranges + 0x0000000000003798 0x48 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_aranges + 0x00000000000037e0 0x20 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_aranges + 0x0000000000003800 0x20 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_aranges + 0x0000000000003820 0x28 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_aranges + 0x0000000000003848 0xf8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_aranges + 0x0000000000003940 0x28 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_aranges + 0x0000000000003968 0x30 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_aranges + 0x0000000000003998 0x30 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_aranges + 0x00000000000039c8 0x20 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_aranges + 0x00000000000039e8 0x40 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .debug_aranges + 0x0000000000003a28 0x170 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_aranges + 0x0000000000003b98 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_aranges + 0x0000000000003bd8 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_aranges + 0x0000000000003c38 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_aranges + 0x0000000000003c50 0x2c0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_aranges + 0x0000000000003f10 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_aranges + 0x0000000000003f28 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_aranges + 0x0000000000003f48 0x60 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_aranges + 0x0000000000003fa8 0xd0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_aranges + 0x0000000000004078 0x48 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_aranges + 0x00000000000040c0 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_aranges + 0x0000000000004100 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_aranges + 0x0000000000004138 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_aranges + 0x0000000000004160 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_aranges + 0x0000000000004180 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_aranges + 0x0000000000004240 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_aranges + 0x0000000000004298 0x1d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_aranges + 0x0000000000004468 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_aranges + 0x00000000000044b0 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_aranges + 0x0000000000004588 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_aranges + 0x00000000000045f8 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_aranges + 0x0000000000004630 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_aranges + 0x0000000000004770 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_aranges + 0x0000000000004790 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_aranges + 0x00000000000047d0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_aranges + 0x00000000000047f0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_aranges + 0x0000000000004810 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_aranges + 0x0000000000004a08 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_aranges + 0x0000000000004a60 0x148 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_aranges + 0x0000000000004ba8 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_aranges + 0x0000000000004c38 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_aranges + 0x0000000000004c90 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_aranges + 0x0000000000004cc0 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_aranges + 0x0000000000004ce8 0x170 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .debug_aranges + 0x0000000000004e58 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_aranges + 0x0000000000004ea0 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_aranges + 0x0000000000004f30 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_aranges + 0x0000000000005080 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_aranges + 0x0000000000005130 0x1a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_aranges + 0x00000000000052d0 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_aranges + 0x0000000000005330 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_aranges + 0x0000000000005398 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_aranges + 0x00000000000054c8 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_aranges + 0x0000000000005510 0xc0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_aranges + 0x00000000000055d0 0x70 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_aranges + 0x0000000000005640 0x250 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_aranges + 0x0000000000005890 0xa0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_aranges + 0x0000000000005930 0xd0 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_aranges + 0x0000000000005a00 0x20 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_aranges + 0x0000000000005a20 0x38 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_aranges + 0x0000000000005a58 0x40 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_aranges + 0x0000000000005a98 0x58 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_aranges + 0x0000000000005af0 0x140 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_aranges + 0x0000000000005c30 0x148 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_aranges + 0x0000000000005d78 0x88 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_aranges + 0x0000000000005e00 0x1d0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_aranges + 0x0000000000005fd0 0x70 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_aranges + 0x0000000000006040 0xd8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_aranges + 0x0000000000006118 0x70 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_aranges + 0x0000000000006188 0xa0 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_aranges + 0x0000000000006228 0x160 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_aranges + 0x0000000000006388 0x98 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_aranges + 0x0000000000006420 0x30 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_aranges + 0x0000000000006450 0xb0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_aranges + 0x0000000000006500 0x78 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_aranges + 0x0000000000006578 0x48 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_aranges + 0x00000000000065c0 0x20 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_aranges + 0x00000000000065e0 0x60 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_aranges + 0x0000000000006640 0x58 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_aranges + 0x0000000000006698 0x30 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_aranges + 0x00000000000066c8 0x20 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_aranges + 0x00000000000066e8 0x88 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_aranges + 0x0000000000006770 0x118 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_aranges + 0x0000000000006888 0x28 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_aranges + 0x00000000000068b0 0x28 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_aranges + 0x00000000000068d8 0xf8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_aranges + 0x00000000000069d0 0x50 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_aranges + 0x0000000000006a20 0x48 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_aranges + 0x0000000000006a68 0xd8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_aranges + 0x0000000000006b40 0x120 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_aranges + 0x0000000000006c60 0x138 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_aranges + 0x0000000000006d98 0x20 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_aranges + 0x0000000000006db8 0x60 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_aranges + 0x0000000000006e18 0x70 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_aranges + 0x0000000000006e88 0x20 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_aranges + 0x0000000000006ea8 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_aranges + 0x0000000000006ec0 0x18 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_aranges + 0x0000000000006ed8 0x18 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_aranges + 0x0000000000006ef0 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_aranges + 0x0000000000006f40 0x168 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_aranges + 0x00000000000070a8 0x48 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_aranges + 0x00000000000070f0 0x68 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_aranges + 0x0000000000007158 0x70 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .debug_aranges + 0x00000000000071c8 0x30 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .debug_aranges + 0x00000000000071f8 0x280 esp-idf/bt/libbt.a(bt.c.obj) + .debug_aranges + 0x0000000000007478 0x68 esp-idf/at/libat.a(at_default_config.c.obj) + .debug_aranges + 0x00000000000074e0 0x50 esp-idf/at/libat.a(at_user_cmd.c.obj) + .debug_aranges + 0x0000000000007530 0x68 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .debug_aranges + 0x0000000000007598 0x28 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .debug_aranges + 0x00000000000075c0 0x58 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .debug_aranges + 0x0000000000007618 0x30 esp-idf/bt/libbt.a(btc_manage.c.obj) + .debug_aranges + 0x0000000000007648 0x68 esp-idf/bt/libbt.a(btc_task.c.obj) + .debug_aranges + 0x00000000000076b0 0xb8 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .debug_aranges + 0x0000000000007768 0x20 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .debug_aranges + 0x0000000000007788 0x60 esp-idf/bt/libbt.a(thread.c.obj) + .debug_aranges + 0x00000000000077e8 0x38 esp-idf/bt/libbt.a(semaphore.c.obj) + .debug_aranges + 0x0000000000007820 0x28 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .debug_aranges + 0x0000000000007848 0x40 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .debug_aranges + 0x0000000000007888 0x150 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .debug_aranges + 0x00000000000079d8 0x30 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .debug_aranges + 0x0000000000007a08 0x110 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .debug_aranges + 0x0000000000007b18 0xb0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .debug_aranges + 0x0000000000007bc8 0x158 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .debug_aranges + 0x0000000000007d20 0xd8 esp-idf/bt/libbt.a(btc_config.c.obj) + .debug_aranges + 0x0000000000007df8 0x28 esp-idf/bt/libbt.a(btc_dev.c.obj) + .debug_aranges + 0x0000000000007e20 0xb0 esp-idf/bt/libbt.a(btc_dm.c.obj) + .debug_aranges + 0x0000000000007ed0 0x50 esp-idf/bt/libbt.a(btc_main.c.obj) + .debug_aranges + 0x0000000000007f20 0x48 esp-idf/bt/libbt.a(btc_storage.c.obj) + .debug_aranges + 0x0000000000007f68 0x50 esp-idf/bt/libbt.a(btc_util.c.obj) + .debug_aranges + 0x0000000000007fb8 0x198 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .debug_aranges + 0x0000000000008150 0x28 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .debug_aranges + 0x0000000000008178 0x70 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .debug_aranges + 0x00000000000081e8 0x138 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .debug_aranges + 0x0000000000008320 0x70 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .debug_aranges + 0x0000000000008390 0x50 esp-idf/bt/libbt.a(bdaddr.c.obj) + .debug_aranges + 0x00000000000083e0 0x120 esp-idf/bt/libbt.a(controller.c.obj) + .debug_aranges + 0x0000000000008500 0xc8 esp-idf/bt/libbt.a(hci_layer.c.obj) + .debug_aranges + 0x00000000000085c8 0xf8 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .debug_aranges + 0x00000000000086c0 0x90 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .debug_aranges + 0x0000000000008750 0x48 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .debug_aranges + 0x0000000000008798 0x48 esp-idf/bt/libbt.a(bte_main.c.obj) + .debug_aranges + 0x00000000000087e0 0x1f0 esp-idf/bt/libbt.a(btm_acl.c.obj) + .debug_aranges + 0x00000000000089d0 0x98 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .debug_aranges + 0x0000000000008a68 0x320 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .debug_aranges + 0x0000000000008d88 0xb0 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .debug_aranges + 0x0000000000008e38 0xe8 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .debug_aranges + 0x0000000000008f20 0xa0 esp-idf/bt/libbt.a(btm_dev.c.obj) + .debug_aranges + 0x0000000000008fc0 0xf0 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .debug_aranges + 0x00000000000090b0 0x1b0 esp-idf/bt/libbt.a(btm_inq.c.obj) + .debug_aranges + 0x0000000000009260 0x28 esp-idf/bt/libbt.a(btm_main.c.obj) + .debug_aranges + 0x0000000000009288 0x90 esp-idf/bt/libbt.a(btm_pm.c.obj) + .debug_aranges + 0x0000000000009318 0x308 esp-idf/bt/libbt.a(btm_sec.c.obj) + .debug_aranges + 0x0000000000009620 0x1b0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .debug_aranges + 0x00000000000097d0 0x48 esp-idf/bt/libbt.a(btu_init.c.obj) + .debug_aranges + 0x0000000000009818 0xa8 esp-idf/bt/libbt.a(btu_task.c.obj) + .debug_aranges + 0x00000000000098c0 0xc0 esp-idf/bt/libbt.a(gap_ble.c.obj) + .debug_aranges + 0x0000000000009980 0x118 esp-idf/bt/libbt.a(gatt_api.c.obj) + .debug_aranges + 0x0000000000009a98 0x70 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .debug_aranges + 0x0000000000009b08 0xb0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .debug_aranges + 0x0000000000009bb8 0xd0 esp-idf/bt/libbt.a(gatt_db.c.obj) + .debug_aranges + 0x0000000000009c88 0xc8 esp-idf/bt/libbt.a(gatt_main.c.obj) + .debug_aranges + 0x0000000000009d50 0xd8 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .debug_aranges + 0x0000000000009e28 0x2e8 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .debug_aranges + 0x000000000000a110 0x150 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .debug_aranges + 0x000000000000a260 0x250 esp-idf/bt/libbt.a(hcicmds.c.obj) + .debug_aranges + 0x000000000000a4b0 0xd0 esp-idf/bt/libbt.a(l2c_api.c.obj) + .debug_aranges + 0x000000000000a580 0x100 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .debug_aranges + 0x000000000000a680 0x20 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .debug_aranges + 0x000000000000a6a0 0xb0 esp-idf/bt/libbt.a(l2c_link.c.obj) + .debug_aranges + 0x000000000000a750 0x50 esp-idf/bt/libbt.a(l2c_main.c.obj) + .debug_aranges + 0x000000000000a7a0 0x228 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .debug_aranges + 0x000000000000a9c8 0x90 esp-idf/bt/libbt.a(smp_api.c.obj) + .debug_aranges + 0x000000000000aa58 0x1a8 esp-idf/bt/libbt.a(smp_keys.c.obj) + .debug_aranges + 0x000000000000ac00 0x38 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .debug_aranges + 0x000000000000ac38 0x40 esp-idf/bt/libbt.a(smp_main.c.obj) + .debug_aranges + 0x000000000000ac78 0x178 esp-idf/bt/libbt.a(smp_utils.c.obj) + .debug_aranges + 0x000000000000adf0 0x70 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .debug_aranges + 0x000000000000ae60 0x20 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .debug_aranges + 0x000000000000ae80 0x98 esp-idf/bt/libbt.a(alarm.c.obj) + .debug_aranges + 0x000000000000af18 0x38 esp-idf/bt/libbt.a(allocator.c.obj) + .debug_aranges + 0x000000000000af50 0x100 esp-idf/bt/libbt.a(config.c.obj) + .debug_aranges + 0x000000000000b050 0x88 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .debug_aranges + 0x000000000000b0d8 0x40 esp-idf/bt/libbt.a(future.c.obj) + .debug_aranges + 0x000000000000b118 0x40 esp-idf/bt/libbt.a(hash_functions.c.obj) + .debug_aranges + 0x000000000000b158 0x78 esp-idf/bt/libbt.a(hash_map.c.obj) + .debug_aranges + 0x000000000000b1d0 0xd0 esp-idf/bt/libbt.a(list.c.obj) + .debug_aranges + 0x000000000000b2a0 0x58 esp-idf/bt/libbt.a(mutex.c.obj) + .debug_aranges + 0x000000000000b2f8 0x28 esp-idf/bt/libbt.a(osi.c.obj) + .debug_aranges + 0x000000000000b320 0x270 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .debug_aranges + 0x000000000000b590 0xc0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .debug_aranges + 0x000000000000b650 0x48 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .debug_aranges + 0x000000000000b698 0x28 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .debug_aranges + 0x000000000000b6c0 0x28 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .debug_aranges + 0x000000000000b6e8 0x150 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .debug_aranges + 0x000000000000b838 0x1a8 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .debug_aranges + 0x000000000000b9e0 0xd0 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .debug_aranges + 0x000000000000bab0 0x30 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .debug_aranges + 0x000000000000bae0 0x108 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .debug_aranges + 0x000000000000bbe8 0xb0 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .debug_aranges + 0x000000000000bc98 0x28 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .debug_aranges + 0x000000000000bcc0 0x50 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .debug_aranges + 0x000000000000bd10 0xe8 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .debug_aranges + 0x000000000000bdf8 0xf0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .debug_aranges + 0x000000000000bee8 0x90 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .debug_aranges + 0x000000000000bf78 0x28 esp-idf/bt/libbt.a(bte_init.c.obj) + .debug_aranges + 0x000000000000bfa0 0x200 esp-idf/bt/libbt.a(btm_ble.c.obj) + .debug_aranges + 0x000000000000c1a0 0xc0 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .debug_aranges + 0x000000000000c260 0xa8 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .debug_aranges + 0x000000000000c308 0x100 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .debug_aranges + 0x000000000000c408 0x30 esp-idf/bt/libbt.a(gap_api.c.obj) + .debug_aranges + 0x000000000000c438 0x88 esp-idf/bt/libbt.a(att_protocol.c.obj) + .debug_aranges + 0x000000000000c4c0 0x90 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .debug_aranges + 0x000000000000c550 0xb8 esp-idf/bt/libbt.a(aes.c.obj) + .debug_aranges + 0x000000000000c608 0x20 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .debug_aranges + 0x000000000000c628 0x50 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .debug_aranges + 0x000000000000c678 0xb8 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .debug_aranges + 0x000000000000c730 0x230 esp-idf/bt/libbt.a(smp_act.c.obj) + .debug_aranges + 0x000000000000c960 0x60 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .debug_aranges + 0x000000000000c9c0 0x3d8 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .debug_aranges + 0x000000000000cd98 0x18 esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + .debug_aranges + 0x000000000000cdb0 0x218 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .debug_aranges + 0x000000000000cfc8 0xe8 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .debug_aranges + 0x000000000000d0b0 0x30 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .debug_aranges + 0x000000000000d0e0 0x20 esp-idf/bt/libbt.a(interop.c.obj) + .debug_aranges + 0x000000000000d100 0x28 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .debug_aranges + 0x000000000000d128 0x3d0 esp-idf/mdns/libmdns.a(mdns.c.obj) + .debug_aranges + 0x000000000000d4f8 0x80 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .debug_aranges + 0x000000000000d578 0x398 esp-idf/json/libjson.a(cJSON.c.obj) + .debug_aranges + 0x000000000000d910 0x150 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_aranges + 0x000000000000da60 0xd8 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_aranges + 0x000000000000db38 0xa0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_aranges + 0x000000000000dbd8 0x38 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_aranges + 0x000000000000dc10 0xd8 esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_aranges + 0x000000000000dce8 0x70 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_aranges + 0x000000000000dd58 0x38 esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_aranges + 0x000000000000dd90 0xa8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_aranges + 0x000000000000de38 0x58 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .debug_aranges + 0x000000000000de90 0x170 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_aranges + 0x000000000000e000 0x470 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_aranges + 0x000000000000e470 0x68 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_aranges + 0x000000000000e4d8 0x148 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_aranges + 0x000000000000e620 0x150 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_aranges + 0x000000000000e770 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_aranges + 0x000000000000e828 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_aranges + 0x000000000000e9f8 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_aranges + 0x000000000000eb10 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_aranges + 0x000000000000ebc8 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_aranges + 0x000000000000ec98 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_aranges + 0x000000000000ed50 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_aranges + 0x000000000000edf0 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_aranges + 0x000000000000eec8 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_aranges + 0x000000000000ef78 0x250 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_aranges + 0x000000000000f1c8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_aranges + 0x000000000000f248 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_aranges + 0x000000000000f2d8 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_aranges + 0x000000000000f348 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_aranges + 0x000000000000f3e8 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_aranges + 0x000000000000f4b0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_aranges + 0x000000000000f4e0 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_aranges + 0x000000000000f5d8 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_aranges + 0x000000000000f628 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_aranges + 0x000000000000f6d0 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_aranges + 0x000000000000f7e0 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_aranges + 0x000000000000f818 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_aranges + 0x000000000000f8c8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_aranges + 0x000000000000f908 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_aranges + 0x000000000000f930 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_aranges + 0x000000000000fa78 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_aranges + 0x000000000000fab8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_aranges + 0x000000000000fae8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_aranges + 0x000000000000fb18 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_aranges + 0x000000000000fb48 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_aranges + 0x000000000000fb68 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_aranges + 0x000000000000fb90 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_aranges + 0x000000000000fbe0 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_aranges + 0x000000000000fc18 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_aranges + 0x000000000000fc98 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_aranges + 0x000000000000fd10 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_aranges + 0x000000000000fd68 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_aranges + 0x000000000000fde8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_aranges + 0x000000000000fe68 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_aranges + 0x000000000000fee8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_aranges + 0x000000000000ff48 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_aranges + 0x000000000000fff0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_aranges + 0x0000000000010020 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_aranges + 0x0000000000010080 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_aranges + 0x00000000000100c8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_aranges + 0x0000000000010128 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_aranges + 0x00000000000102f8 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_aranges + 0x00000000000103c8 0xa8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_aranges + 0x0000000000010470 0xb0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_aranges + 0x0000000000010520 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_aranges + 0x0000000000010550 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_aranges + 0x00000000000105a0 0xf8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_aranges + 0x0000000000010698 0x90 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_aranges + 0x0000000000010728 0x218 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_aranges + 0x0000000000010940 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_aranges + 0x00000000000109c0 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_aranges + 0x0000000000010a78 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_aranges + 0x0000000000010ab8 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_aranges + 0x0000000000010b68 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_aranges + 0x0000000000010c40 0x148 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_aranges + 0x0000000000010d88 0x358 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .debug_aranges + 0x00000000000110e0 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_aranges + 0x0000000000011118 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_aranges + 0x00000000000111b8 0x30 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_aranges + 0x00000000000111e8 0x228 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_aranges + 0x0000000000011410 0x400 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_aranges + 0x0000000000011810 0x1a8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_aranges + 0x00000000000119b8 0xa8 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_aranges + 0x0000000000011a60 0xc0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_aranges + 0x0000000000011b20 0x80 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_aranges + 0x0000000000011ba0 0x30 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .debug_aranges + 0x0000000000011bd0 0x38 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .debug_aranges + 0x0000000000011c08 0x1c8 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .debug_aranges + 0x0000000000011dd0 0x30 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .debug_aranges + 0x0000000000011e00 0x78 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .debug_aranges + 0x0000000000011e78 0x48 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .debug_aranges + 0x0000000000011ec0 0xf0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_aranges + 0x0000000000011fb0 0x38 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_aranges + 0x0000000000011fe8 0x38 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_aranges + 0x0000000000012020 0xb0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_aranges + 0x00000000000120d0 0x98 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .debug_aranges + 0x0000000000012168 0x98 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_aranges + 0x0000000000012200 0xf8 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_aranges + 0x00000000000122f8 0xc8 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_aranges + 0x00000000000123c0 0x78 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .debug_aranges + 0x0000000000012438 0x20 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .debug_aranges + 0x0000000000012458 0xf0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_aranges + 0x0000000000012548 0x20 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_aranges + 0x0000000000012568 0x30 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_aranges + 0x0000000000012598 0x28 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_aranges + 0x00000000000125c0 0x28 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_aranges + 0x00000000000125e8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_aranges + 0x0000000000012668 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_aranges + 0x0000000000012690 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_aranges + 0x00000000000126b0 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_aranges + 0x00000000000126d0 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_aranges + 0x00000000000126f0 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_aranges + 0x0000000000012710 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_aranges + 0x0000000000012768 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_aranges + 0x00000000000127a8 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_aranges + 0x0000000000012800 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .debug_aranges + 0x0000000000012840 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_aranges + 0x0000000000012888 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_aranges + 0x00000000000128a8 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_aranges + 0x00000000000128c0 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_aranges + 0x0000000000012900 0xe0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_aranges + 0x00000000000129e0 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + .debug_aranges + 0x0000000000012a00 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .debug_aranges + 0x0000000000012a20 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_aranges + 0x0000000000012a40 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_aranges + 0x0000000000012a60 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_aranges + 0x0000000000012a80 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_aranges + 0x0000000000012aa0 0x20 ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .debug_aranges + 0x0000000000012ac0 0x20 ../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .debug_aranges + 0x0000000000012ae0 0x18 ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .debug_aranges + 0x0000000000012af8 0x20 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .debug_aranges + 0x0000000000012b18 0x20 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .debug_aranges + 0x0000000000012b38 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .debug_aranges + 0x0000000000012b58 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .debug_aranges + 0x0000000000012b78 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .debug_aranges + 0x0000000000012b98 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .debug_aranges + 0x0000000000012bb8 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .debug_aranges + 0x0000000000012bd8 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .debug_aranges + 0x0000000000012bf8 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .debug_aranges + 0x0000000000012c18 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .debug_aranges + 0x0000000000012c38 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .debug_aranges + 0x0000000000012c58 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .debug_aranges + 0x0000000000012c78 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .debug_aranges + 0x0000000000012c98 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .debug_aranges + 0x0000000000012cb8 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .debug_aranges + 0x0000000000012cd8 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .debug_aranges + 0x0000000000012cf8 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .debug_aranges + 0x0000000000012d18 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .debug_aranges + 0x0000000000012d38 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .debug_aranges + 0x0000000000012d58 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .debug_aranges + 0x0000000000012d78 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .debug_aranges + 0x0000000000012d98 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .debug_aranges + 0x0000000000012db8 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .debug_aranges + 0x0000000000012dd8 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .debug_aranges + 0x0000000000012df8 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .debug_aranges + 0x0000000000012e18 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .debug_aranges + 0x0000000000012e38 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .debug_aranges + 0x0000000000012e58 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .debug_aranges + 0x0000000000012e78 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .debug_aranges + 0x0000000000012e98 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .debug_aranges + 0x0000000000012eb8 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + +.debug_ranges 0x0000000000000000 0x17878 + .debug_ranges 0x0000000000000000 0x20 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_ranges 0x0000000000000020 0x1b0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_ranges 0x00000000000001d0 0x70 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_ranges 0x0000000000000240 0x18 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_ranges 0x0000000000000258 0x28 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_ranges 0x0000000000000280 0x40 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_ranges 0x00000000000002c0 0x40 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_ranges 0x0000000000000300 0x58 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_ranges 0x0000000000000358 0x70 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_ranges 0x00000000000003c8 0x68 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_ranges 0x0000000000000430 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_ranges 0x0000000000000448 0x60 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_ranges 0x00000000000004a8 0x48 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_ranges 0x00000000000004f0 0x30 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_ranges 0x0000000000000520 0x1f0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_ranges 0x0000000000000710 0x120 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_ranges 0x0000000000000830 0x288 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_ranges 0x0000000000000ab8 0x28 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .debug_ranges 0x0000000000000ae0 0xb8 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_ranges 0x0000000000000b98 0x40 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_ranges 0x0000000000000bd8 0x98 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_ranges 0x0000000000000c70 0x30 esp-idf/log/liblog.a(log.c.obj) + .debug_ranges 0x0000000000000ca0 0x50 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_ranges 0x0000000000000cf0 0x1e8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_ranges 0x0000000000000ed8 0xe0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_ranges 0x0000000000000fb8 0xc0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_ranges 0x0000000000001078 0xd98 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_ranges 0x0000000000001e10 0x58 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_ranges 0x0000000000001e68 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_ranges 0x0000000000001eb0 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_ranges 0x0000000000001ee8 0x270 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_ranges 0x0000000000002158 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_ranges 0x0000000000002178 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_ranges 0x00000000000021c0 0x40 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_ranges 0x0000000000002200 0x280 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_ranges 0x0000000000002480 0x110 esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_ranges 0x0000000000002590 0x200 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_ranges 0x0000000000002790 0xa0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_ranges 0x0000000000002830 0x28 esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_ranges 0x0000000000002858 0x18 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_ranges 0x0000000000002870 0x28 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_ranges 0x0000000000002898 0x18 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_ranges 0x00000000000028b0 0x28 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_ranges 0x00000000000028d8 0x50 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_ranges 0x0000000000002928 0x18 esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_ranges 0x0000000000002940 0x18 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_ranges 0x0000000000002958 0x20 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_ranges 0x0000000000002978 0x20 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_ranges 0x0000000000002998 0x38 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_ranges 0x00000000000029d0 0xa8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_ranges 0x0000000000002a78 0x48 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_ranges 0x0000000000002ac0 0x20 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_ranges 0x0000000000002ae0 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_ranges 0x0000000000002b50 0xb0 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_ranges 0x0000000000002c00 0x18 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_ranges 0x0000000000002c18 0x68 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_ranges 0x0000000000002c80 0x18 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_ranges 0x0000000000002c98 0xa8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_ranges 0x0000000000002d40 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_ranges 0x0000000000002d70 0x190 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_ranges 0x0000000000002f00 0x328 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_ranges 0x0000000000003228 0x10 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_ranges 0x0000000000003238 0x38 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_ranges 0x0000000000003270 0x80 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_ranges 0x00000000000032f0 0xc8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_ranges 0x00000000000033b8 0x30 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_ranges 0x00000000000033e8 0x48 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_ranges 0x0000000000003430 0x18 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_ranges 0x0000000000003448 0x48 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_ranges 0x0000000000003490 0x88 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_ranges 0x0000000000003518 0x60 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_ranges 0x0000000000003578 0x40 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_ranges 0x00000000000035b8 0x28 esp-idf/main/libmain.a(app_main.c.obj) + .debug_ranges 0x00000000000035e0 0x90 esp-idf/main/libmain.a(at_uart_task.c.obj) + .debug_ranges 0x0000000000003670 0x48 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_ranges 0x00000000000036b8 0x100 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_ranges 0x00000000000037b8 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_ranges 0x00000000000037e8 0xe8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x00000000000038d0 0x90 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x0000000000003960 0xf0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x0000000000003a50 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x0000000000003a70 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_ranges 0x0000000000003a80 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_ranges 0x0000000000003ac0 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .debug_ranges 0x0000000000003ae0 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_ranges 0x0000000000003b60 0xd8 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_ranges 0x0000000000003c38 0xb8 esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .debug_ranges 0x0000000000003cf0 0x60 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_ranges 0x0000000000003d50 0x118 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_ranges 0x0000000000003e68 0xb8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_ranges 0x0000000000003f20 0x28 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .debug_ranges 0x0000000000003f48 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_ranges 0x0000000000003f68 0x290 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_ranges 0x00000000000041f8 0x560 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_ranges 0x0000000000004758 0xa0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_ranges 0x00000000000047f8 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_ranges 0x0000000000004858 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_ranges 0x00000000000048c8 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_ranges 0x0000000000004920 0x3d0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_ranges 0x0000000000004cf0 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_ranges 0x0000000000004e38 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_ranges 0x0000000000004e48 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_ranges 0x0000000000004e68 0x268 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .debug_ranges 0x00000000000050d0 0x170 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .debug_ranges 0x0000000000005240 0x38 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_ranges 0x0000000000005278 0x10 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_ranges 0x0000000000005288 0x18 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_ranges 0x00000000000052a0 0x100 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_ranges 0x00000000000053a0 0x18 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_ranges 0x00000000000053b8 0x20 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_ranges 0x00000000000053d8 0x20 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_ranges 0x00000000000053f8 0x10 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_ranges 0x0000000000005408 0x30 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .debug_ranges 0x0000000000005438 0x160 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_ranges 0x0000000000005598 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_ranges 0x00000000000055c8 0x50 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_ranges 0x0000000000005618 0x2f8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_ranges 0x0000000000005910 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_ranges 0x0000000000005938 0x50 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_ranges 0x0000000000005988 0x120 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_ranges 0x0000000000005aa8 0x38 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_ranges 0x0000000000005ae0 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_ranges 0x0000000000005b10 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_ranges 0x0000000000005b38 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_ranges 0x0000000000005b50 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_ranges 0x0000000000005b60 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_ranges 0x0000000000005c10 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_ranges 0x0000000000005c88 0x230 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_ranges 0x0000000000005eb8 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_ranges 0x0000000000005ef0 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_ranges 0x0000000000006008 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_ranges 0x00000000000060f8 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_ranges 0x0000000000006120 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_ranges 0x0000000000006250 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_ranges 0x0000000000006260 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_ranges 0x0000000000006290 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_ranges 0x00000000000062a0 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_ranges 0x00000000000062b0 0x1e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_ranges 0x0000000000006498 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_ranges 0x00000000000064e0 0x180 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_ranges 0x0000000000006660 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_ranges 0x00000000000066e0 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_ranges 0x0000000000006728 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_ranges 0x0000000000006748 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_ranges 0x0000000000006760 0x1a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .debug_ranges 0x0000000000006908 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_ranges 0x0000000000006940 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_ranges 0x00000000000069c0 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_ranges 0x0000000000006b18 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_ranges 0x0000000000006bb8 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_ranges 0x0000000000006d48 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_ranges 0x0000000000006d98 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_ranges 0x0000000000006df0 0x120 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_ranges 0x0000000000006f10 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_ranges 0x0000000000006f60 0xb0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_ranges 0x0000000000007010 0x60 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_ranges 0x0000000000007070 0x3f0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_ranges 0x0000000000007460 0x90 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_ranges 0x00000000000074f0 0xf0 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_ranges 0x00000000000075e0 0x10 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_ranges 0x00000000000075f0 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_ranges 0x0000000000007618 0x30 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_ranges 0x0000000000007648 0x48 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_ranges 0x0000000000007690 0x130 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_ranges 0x00000000000077c0 0x198 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_ranges 0x0000000000007958 0x90 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_ranges 0x00000000000079e8 0x220 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_ranges 0x0000000000007c08 0x60 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_ranges 0x0000000000007c68 0xf8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_ranges 0x0000000000007d60 0x60 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_ranges 0x0000000000007dc0 0x90 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_ranges 0x0000000000007e50 0x198 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_ranges 0x0000000000007fe8 0xd0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_ranges 0x00000000000080b8 0x20 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_ranges 0x00000000000080d8 0xa0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_ranges 0x0000000000008178 0xf8 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_ranges 0x0000000000008270 0x38 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_ranges 0x00000000000082a8 0x10 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_ranges 0x00000000000082b8 0x50 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_ranges 0x0000000000008308 0x60 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_ranges 0x0000000000008368 0x20 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_ranges 0x0000000000008388 0x10 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_ranges 0x0000000000008398 0x90 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_ranges 0x0000000000008428 0x108 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_ranges 0x0000000000008530 0x18 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_ranges 0x0000000000008548 0x18 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_ranges 0x0000000000008560 0xe8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_ranges 0x0000000000008648 0x40 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_ranges 0x0000000000008688 0x38 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_ranges 0x00000000000086c0 0xc8 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_ranges 0x0000000000008788 0x170 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_ranges 0x00000000000088f8 0x188 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_ranges 0x0000000000008a80 0x10 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_ranges 0x0000000000008a90 0x50 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_ranges 0x0000000000008ae0 0x60 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_ranges 0x0000000000008b40 0x10 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_ranges 0x0000000000008b50 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_ranges 0x0000000000008b90 0x1a0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_ranges 0x0000000000008d30 0x68 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_ranges 0x0000000000008d98 0xa0 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_ranges 0x0000000000008e38 0x78 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .debug_ranges 0x0000000000008eb0 0x20 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .debug_ranges 0x0000000000008ed0 0x288 esp-idf/bt/libbt.a(bt.c.obj) + .debug_ranges 0x0000000000009158 0x58 esp-idf/at/libat.a(at_default_config.c.obj) + .debug_ranges 0x00000000000091b0 0x78 esp-idf/at/libat.a(at_user_cmd.c.obj) + .debug_ranges 0x0000000000009228 0x70 esp-idf/at/libat.a(at_ota_cmd.c.obj) + .debug_ranges 0x0000000000009298 0x18 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .debug_ranges 0x00000000000092b0 0x48 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .debug_ranges 0x00000000000092f8 0x20 esp-idf/bt/libbt.a(btc_manage.c.obj) + .debug_ranges 0x0000000000009318 0x58 esp-idf/bt/libbt.a(btc_task.c.obj) + .debug_ranges 0x0000000000009370 0xa8 esp-idf/bt/libbt.a(blufi_prf.c.obj) + .debug_ranges 0x0000000000009418 0x10 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .debug_ranges 0x0000000000009428 0x68 esp-idf/bt/libbt.a(thread.c.obj) + .debug_ranges 0x0000000000009490 0x28 esp-idf/bt/libbt.a(semaphore.c.obj) + .debug_ranges 0x00000000000094b8 0x18 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .debug_ranges 0x00000000000094d0 0x30 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .debug_ranges 0x0000000000009500 0x170 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .debug_ranges 0x0000000000009670 0x20 esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .debug_ranges 0x0000000000009690 0x100 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .debug_ranges 0x0000000000009790 0xa0 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .debug_ranges 0x0000000000009830 0x1a8 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .debug_ranges 0x00000000000099d8 0xe0 esp-idf/bt/libbt.a(btc_config.c.obj) + .debug_ranges 0x0000000000009ab8 0x18 esp-idf/bt/libbt.a(btc_dev.c.obj) + .debug_ranges 0x0000000000009ad0 0x108 esp-idf/bt/libbt.a(btc_dm.c.obj) + .debug_ranges 0x0000000000009bd8 0x40 esp-idf/bt/libbt.a(btc_main.c.obj) + .debug_ranges 0x0000000000009c18 0x68 esp-idf/bt/libbt.a(btc_storage.c.obj) + .debug_ranges 0x0000000000009c80 0x40 esp-idf/bt/libbt.a(btc_util.c.obj) + .debug_ranges 0x0000000000009cc0 0x1d0 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .debug_ranges 0x0000000000009e90 0x18 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .debug_ranges 0x0000000000009ea8 0x60 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .debug_ranges 0x0000000000009f08 0x128 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .debug_ranges 0x000000000000a030 0x98 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .debug_ranges 0x000000000000a0c8 0x80 esp-idf/bt/libbt.a(bdaddr.c.obj) + .debug_ranges 0x000000000000a148 0x110 esp-idf/bt/libbt.a(controller.c.obj) + .debug_ranges 0x000000000000a258 0xd0 esp-idf/bt/libbt.a(hci_layer.c.obj) + .debug_ranges 0x000000000000a328 0xe8 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .debug_ranges 0x000000000000a410 0x80 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .debug_ranges 0x000000000000a490 0x38 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .debug_ranges 0x000000000000a4c8 0x38 esp-idf/bt/libbt.a(bte_main.c.obj) + .debug_ranges 0x000000000000a500 0x210 esp-idf/bt/libbt.a(btm_acl.c.obj) + .debug_ranges 0x000000000000a710 0x88 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .debug_ranges 0x000000000000a798 0x388 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .debug_ranges 0x000000000000ab20 0xe8 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .debug_ranges 0x000000000000ac08 0x138 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .debug_ranges 0x000000000000ad40 0x90 esp-idf/bt/libbt.a(btm_dev.c.obj) + .debug_ranges 0x000000000000add0 0xf8 esp-idf/bt/libbt.a(btm_devctl.c.obj) + .debug_ranges 0x000000000000aec8 0x1a0 esp-idf/bt/libbt.a(btm_inq.c.obj) + .debug_ranges 0x000000000000b068 0x18 esp-idf/bt/libbt.a(btm_main.c.obj) + .debug_ranges 0x000000000000b080 0x80 esp-idf/bt/libbt.a(btm_pm.c.obj) + .debug_ranges 0x000000000000b100 0x378 esp-idf/bt/libbt.a(btm_sec.c.obj) + .debug_ranges 0x000000000000b478 0x1a0 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .debug_ranges 0x000000000000b618 0x38 esp-idf/bt/libbt.a(btu_init.c.obj) + .debug_ranges 0x000000000000b650 0xb0 esp-idf/bt/libbt.a(btu_task.c.obj) + .debug_ranges 0x000000000000b700 0xb0 esp-idf/bt/libbt.a(gap_ble.c.obj) + .debug_ranges 0x000000000000b7b0 0x108 esp-idf/bt/libbt.a(gatt_api.c.obj) + .debug_ranges 0x000000000000b8b8 0x78 esp-idf/bt/libbt.a(gatt_auth.c.obj) + .debug_ranges 0x000000000000b930 0xa0 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .debug_ranges 0x000000000000b9d0 0xd8 esp-idf/bt/libbt.a(gatt_db.c.obj) + .debug_ranges 0x000000000000baa8 0xb8 esp-idf/bt/libbt.a(gatt_main.c.obj) + .debug_ranges 0x000000000000bb60 0x128 esp-idf/bt/libbt.a(gatt_sr.c.obj) + .debug_ranges 0x000000000000bc88 0x350 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .debug_ranges 0x000000000000bfd8 0x140 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .debug_ranges 0x000000000000c118 0x240 esp-idf/bt/libbt.a(hcicmds.c.obj) + .debug_ranges 0x000000000000c358 0xd8 esp-idf/bt/libbt.a(l2c_api.c.obj) + .debug_ranges 0x000000000000c430 0xf0 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .debug_ranges 0x000000000000c520 0x10 esp-idf/bt/libbt.a(l2c_csm.c.obj) + .debug_ranges 0x000000000000c530 0xa0 esp-idf/bt/libbt.a(l2c_link.c.obj) + .debug_ranges 0x000000000000c5d0 0x40 esp-idf/bt/libbt.a(l2c_main.c.obj) + .debug_ranges 0x000000000000c610 0x248 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .debug_ranges 0x000000000000c858 0x80 esp-idf/bt/libbt.a(smp_api.c.obj) + .debug_ranges 0x000000000000c8d8 0x330 esp-idf/bt/libbt.a(smp_keys.c.obj) + .debug_ranges 0x000000000000cc08 0x28 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .debug_ranges 0x000000000000cc30 0x30 esp-idf/bt/libbt.a(smp_main.c.obj) + .debug_ranges 0x000000000000cc60 0x168 esp-idf/bt/libbt.a(smp_utils.c.obj) + .debug_ranges 0x000000000000cdc8 0x60 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .debug_ranges 0x000000000000ce28 0x10 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .debug_ranges 0x000000000000ce38 0x88 esp-idf/bt/libbt.a(alarm.c.obj) + .debug_ranges 0x000000000000cec0 0x28 esp-idf/bt/libbt.a(allocator.c.obj) + .debug_ranges 0x000000000000cee8 0x198 esp-idf/bt/libbt.a(config.c.obj) + .debug_ranges 0x000000000000d080 0x78 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .debug_ranges 0x000000000000d0f8 0x30 esp-idf/bt/libbt.a(future.c.obj) + .debug_ranges 0x000000000000d128 0x48 esp-idf/bt/libbt.a(hash_functions.c.obj) + .debug_ranges 0x000000000000d170 0x80 esp-idf/bt/libbt.a(hash_map.c.obj) + .debug_ranges 0x000000000000d1f0 0xd8 esp-idf/bt/libbt.a(list.c.obj) + .debug_ranges 0x000000000000d2c8 0x48 esp-idf/bt/libbt.a(mutex.c.obj) + .debug_ranges 0x000000000000d310 0x18 esp-idf/bt/libbt.a(osi.c.obj) + .debug_ranges 0x000000000000d328 0x260 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .debug_ranges 0x000000000000d588 0xb0 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .debug_ranges 0x000000000000d638 0x38 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .debug_ranges 0x000000000000d670 0x48 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .debug_ranges 0x000000000000d6b8 0x18 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .debug_ranges 0x000000000000d6d0 0x158 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .debug_ranges 0x000000000000d828 0x2e8 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .debug_ranges 0x000000000000db10 0xd8 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .debug_ranges 0x000000000000dbe8 0x20 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .debug_ranges 0x000000000000dc08 0x2a8 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .debug_ranges 0x000000000000deb0 0xa0 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .debug_ranges 0x000000000000df50 0x18 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .debug_ranges 0x000000000000df68 0x40 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .debug_ranges 0x000000000000dfa8 0xd8 esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .debug_ranges 0x000000000000e080 0xe0 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .debug_ranges 0x000000000000e160 0x80 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .debug_ranges 0x000000000000e1e0 0x18 esp-idf/bt/libbt.a(bte_init.c.obj) + .debug_ranges 0x000000000000e1f8 0x220 esp-idf/bt/libbt.a(btm_ble.c.obj) + .debug_ranges 0x000000000000e418 0x128 esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .debug_ranges 0x000000000000e540 0x98 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .debug_ranges 0x000000000000e5d8 0xf0 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .debug_ranges 0x000000000000e6c8 0x20 esp-idf/bt/libbt.a(gap_api.c.obj) + .debug_ranges 0x000000000000e6e8 0x78 esp-idf/bt/libbt.a(att_protocol.c.obj) + .debug_ranges 0x000000000000e760 0x80 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .debug_ranges 0x000000000000e7e0 0xa8 esp-idf/bt/libbt.a(aes.c.obj) + .debug_ranges 0x000000000000e888 0x10 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .debug_ranges 0x000000000000e898 0x40 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .debug_ranges 0x000000000000e8d8 0x150 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .debug_ranges 0x000000000000ea28 0x220 esp-idf/bt/libbt.a(smp_act.c.obj) + .debug_ranges 0x000000000000ec48 0x50 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .debug_ranges 0x000000000000ec98 0x6a0 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .debug_ranges 0x000000000000f338 0x2e0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .debug_ranges 0x000000000000f618 0xf0 esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .debug_ranges 0x000000000000f708 0x20 esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .debug_ranges 0x000000000000f728 0x28 esp-idf/bt/libbt.a(interop.c.obj) + .debug_ranges 0x000000000000f750 0x18 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .debug_ranges 0x000000000000f768 0x548 esp-idf/mdns/libmdns.a(mdns.c.obj) + .debug_ranges 0x000000000000fcb0 0xb8 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .debug_ranges 0x000000000000fd68 0x3e8 esp-idf/json/libjson.a(cJSON.c.obj) + .debug_ranges 0x0000000000010150 0x1c8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_ranges 0x0000000000010318 0xe0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_ranges 0x00000000000103f8 0xd8 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_ranges 0x00000000000104d0 0x28 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_ranges 0x00000000000104f8 0xc8 esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_ranges 0x00000000000105c0 0x60 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_ranges 0x0000000000010620 0x40 esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_ranges 0x0000000000010660 0x98 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_ranges 0x00000000000106f8 0x48 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .debug_ranges 0x0000000000010740 0x280 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_ranges 0x00000000000109c0 0x4c0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_ranges 0x0000000000010e80 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_ranges 0x0000000000010ed8 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_ranges 0x0000000000011098 0x188 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_ranges 0x0000000000011220 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_ranges 0x00000000000112e0 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_ranges 0x00000000000114a0 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_ranges 0x00000000000115f0 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_ranges 0x0000000000011698 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_ranges 0x0000000000011758 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_ranges 0x0000000000011800 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_ranges 0x0000000000011890 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_ranges 0x0000000000011958 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_ranges 0x00000000000119f8 0x258 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_ranges 0x0000000000011c50 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_ranges 0x0000000000011d68 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_ranges 0x0000000000011de8 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_ranges 0x0000000000011e60 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_ranges 0x0000000000011f08 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_ranges 0x0000000000011fc0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_ranges 0x0000000000011fe0 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_ranges 0x00000000000120c8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_ranges 0x0000000000012108 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_ranges 0x00000000000121b8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_ranges 0x00000000000122b8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_ranges 0x00000000000122e0 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_ranges 0x0000000000012398 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_ranges 0x00000000000123c8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_ranges 0x00000000000123e0 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_ranges 0x0000000000012530 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_ranges 0x0000000000012560 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_ranges 0x0000000000012580 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_ranges 0x00000000000125a0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_ranges 0x00000000000125c0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_ranges 0x00000000000125d0 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_ranges 0x00000000000125e8 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_ranges 0x0000000000012648 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_ranges 0x0000000000012670 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_ranges 0x00000000000126e0 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_ranges 0x0000000000012748 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_ranges 0x0000000000012790 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_ranges 0x0000000000012800 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_ranges 0x0000000000012870 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_ranges 0x00000000000128e0 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_ranges 0x0000000000012930 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_ranges 0x00000000000129e0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_ranges 0x0000000000012a00 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_ranges 0x0000000000012a50 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_ranges 0x0000000000012a88 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_ranges 0x0000000000012b08 0x208 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_ranges 0x0000000000012d10 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_ranges 0x0000000000012e00 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_ranges 0x0000000000012ec8 0xd0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_ranges 0x0000000000012f98 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_ranges 0x0000000000012fb8 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_ranges 0x0000000000013028 0x180 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_ranges 0x00000000000131a8 0x80 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_ranges 0x0000000000013228 0x2c8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_ranges 0x00000000000134f0 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_ranges 0x0000000000013560 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_ranges 0x0000000000013638 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_ranges 0x0000000000013668 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_ranges 0x0000000000013720 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_ranges 0x0000000000013818 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_ranges 0x0000000000013968 0x3c0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .debug_ranges 0x0000000000013d28 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_ranges 0x0000000000013d50 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_ranges 0x0000000000013de0 0x20 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_ranges 0x0000000000013e00 0xbc8 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_ranges 0x00000000000149c8 0x1340 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_ranges 0x0000000000015d08 0x598 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_ranges 0x00000000000162a0 0xf0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_ranges 0x0000000000016390 0xb0 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_ranges 0x0000000000016440 0x70 esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_ranges 0x00000000000164b0 0x20 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .debug_ranges 0x00000000000164d0 0x28 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .debug_ranges 0x00000000000164f8 0x218 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .debug_ranges 0x0000000000016710 0x20 esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .debug_ranges 0x0000000000016730 0x68 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .debug_ranges 0x0000000000016798 0x38 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .debug_ranges 0x00000000000167d0 0xe0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_ranges 0x00000000000168b0 0x28 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_ranges 0x00000000000168d8 0x60 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_ranges 0x0000000000016938 0xe8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_ranges 0x0000000000016a20 0xb8 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .debug_ranges 0x0000000000016ad8 0x138 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_ranges 0x0000000000016c10 0xe8 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_ranges 0x0000000000016cf8 0xb8 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_ranges 0x0000000000016db0 0x68 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .debug_ranges 0x0000000000016e18 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .debug_ranges 0x0000000000016e28 0x118 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_ranges 0x0000000000016f40 0x10 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_ranges 0x0000000000016f50 0x20 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_ranges 0x0000000000016f70 0x48 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_ranges 0x0000000000016fb8 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_ranges 0x0000000000016fd0 0x88 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_ranges 0x0000000000017058 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_ranges 0x0000000000017070 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_ranges 0x0000000000017080 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_ranges 0x0000000000017090 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_ranges 0x00000000000170a0 0x28 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_ranges 0x00000000000170c8 0x68 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_ranges 0x0000000000017130 0x30 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_ranges 0x0000000000017160 0x48 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_ranges 0x00000000000171a8 0x90 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .debug_ranges 0x0000000000017238 0x50 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_ranges 0x0000000000017288 0x10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_ranges 0x0000000000017298 0x68 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_ranges 0x0000000000017300 0xd0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_ranges 0x00000000000173d0 0xa0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_ranges 0x0000000000017470 0x40 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_ranges 0x00000000000174b0 0xa0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_ranges 0x0000000000017550 0x58 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_ranges 0x00000000000175a8 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .debug_ranges 0x00000000000175c0 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .debug_ranges 0x00000000000175e0 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .debug_ranges 0x00000000000175f8 0xc8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .debug_ranges 0x00000000000176c0 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .debug_ranges 0x00000000000176d8 0x80 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .debug_ranges 0x0000000000017758 0x20 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .debug_ranges 0x0000000000017778 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .debug_ranges 0x0000000000017790 0x70 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .debug_ranges 0x0000000000017800 0x18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .debug_ranges 0x0000000000017818 0x60 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + +.debug_line 0x0000000000000000 0x31c6b5 + .debug_line 0x0000000000000000 0x69d esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + .debug_line 0x000000000000069d 0x2586 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_line 0x0000000000002c23 0xc7b esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_line 0x000000000000389e 0x977 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_line 0x0000000000004215 0x16b esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + .debug_line 0x0000000000004380 0xc2c esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_line 0x0000000000004fac 0xca4 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_line 0x0000000000005c50 0xa4c esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_line 0x000000000000669c 0xf98 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_line 0x0000000000007634 0xe4b esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_line 0x000000000000847f 0x987 esp-idf/esp_system/libesp_system.a(system_api.c.obj) + .debug_line 0x0000000000008e06 0x4c2 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_line 0x00000000000092c8 0x1553 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_line 0x000000000000a81b 0x713 esp-idf/hal/libhal.a(cpu_hal.c.obj) + .debug_line 0x000000000000af2e 0x928 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_line 0x000000000000b856 0x4bcd esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_line 0x0000000000010423 0x1d7c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_line 0x000000000001219f 0x1ba5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_line 0x0000000000013d44 0x433 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + .debug_line 0x0000000000014177 0x2433 esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + .debug_line 0x00000000000165aa 0xd76 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_line 0x0000000000017320 0x9ea esp-idf/lwip/liblwip.a(def.c.obj) + .debug_line 0x0000000000017d0a 0xaae esp-idf/log/liblog.a(log.c.obj) + .debug_line 0x00000000000187b8 0x8f0 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_line 0x00000000000190a8 0x1db5 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_line 0x000000000001ae5d 0xfed esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_line 0x000000000001be4a 0x147e esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_line 0x000000000001d2c8 0x65d3 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + .debug_line 0x000000000002389b 0xad9 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + .debug_line 0x0000000000024374 0x2f5 esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + .debug_line 0x0000000000024669 0x6d5 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + .debug_line 0x0000000000024d3e 0x880 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_line 0x00000000000255be 0x1d26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_line 0x00000000000272e4 0xaa5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_line 0x0000000000027d89 0xa0d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_line 0x0000000000028796 0x1bd3 esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + .debug_line 0x000000000002a369 0x83d5 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_line 0x000000000003273e 0x252f esp-idf/driver/libdriver.a(adc_common.c.obj) + .debug_line 0x0000000000034c6d 0x4503 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_line 0x0000000000039170 0x1d6c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_line 0x000000000003aedc 0x8ea esp-idf/driver/libdriver.a(rtc_module.c.obj) + .debug_line 0x000000000003b7c6 0x9fb esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + .debug_line 0x000000000003c1c1 0x97 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + .debug_line 0x000000000003c258 0x7a6 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_line 0x000000000003c9fe 0xcc esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_line 0x000000000003caca 0x5a9 esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + .debug_line 0x000000000003d073 0x401 esp-idf/esp32/libesp32.a(clk.c.obj) + .debug_line 0x000000000003d474 0x5f4 esp-idf/esp32/libesp32.a(dport_access.c.obj) + .debug_line 0x000000000003da68 0x56b esp-idf/esp32/libesp32.a(hw_random.c.obj) + .debug_line 0x000000000003dfd3 0xa10 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + .debug_line 0x000000000003e9e3 0x654 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + .debug_line 0x000000000003f037 0x411 esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + .debug_line 0x000000000003f448 0xd4b esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + .debug_line 0x0000000000040193 0x1576 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_line 0x0000000000041709 0x752 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_line 0x0000000000041e5b 0x5cd esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_line 0x0000000000042428 0xd43 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_line 0x000000000004316b 0x111c esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_line 0x0000000000044287 0x438 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_line 0x00000000000446bf 0x35b esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_line 0x0000000000044a1a 0x46a esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_line 0x0000000000044e84 0x909 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_line 0x000000000004578d 0x6a4 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_line 0x0000000000045e31 0x1159 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_line 0x0000000000046f8a 0x7f1 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_line 0x000000000004777b 0x32b3 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_line 0x000000000004aa2e 0x8247 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_line 0x0000000000052c75 0xc2 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + .debug_line 0x0000000000052d37 0x4e5 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_line 0x000000000005321c 0x689 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_line 0x00000000000538a5 0x599 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_line 0x0000000000053e3e 0xddf esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_line 0x0000000000054c1d 0x42c esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_line 0x0000000000055049 0x65a esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_line 0x00000000000556a3 0x44b esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_line 0x0000000000055aee 0x6e3 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_line 0x00000000000561d1 0x1007 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_line 0x00000000000571d8 0x77d esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_line 0x0000000000057955 0xdd2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_line 0x0000000000058727 0xd3b esp-idf/main/libmain.a(app_main.c.obj) + .debug_line 0x0000000000059462 0x1e4e esp-idf/main/libmain.a(at_uart_task.c.obj) + .debug_line 0x000000000005b2b0 0xb59 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_line 0x000000000005be09 0x21bc esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + .debug_line 0x000000000005dfc5 0x3a0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_line 0x000000000005e365 0x773 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_line 0x000000000005ead8 0xdb6 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x000000000005f88e 0xfb5 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x0000000000060843 0x14b5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x0000000000061cf8 0x632 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x000000000006232a 0x3ef esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x0000000000062719 0xa6d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_line 0x0000000000063186 0x490 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + .debug_line 0x0000000000063616 0x12be esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_line 0x00000000000648d4 0x186d esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + .debug_line 0x0000000000066141 0x1d0b esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + .debug_line 0x0000000000067e4c 0x830 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_line 0x000000000006867c 0x19ee esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_line 0x000000000006a06a 0x2323 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_line 0x000000000006c38d 0x5e9 esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + .debug_line 0x000000000006c976 0xc30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_line 0x000000000006d5a6 0x39bc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_line 0x0000000000070f62 0x3c31 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_line 0x0000000000074b93 0x1101 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_line 0x0000000000075c94 0xa8e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_line 0x0000000000076722 0x19b3 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_line 0x00000000000780d5 0x109c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_line 0x0000000000079171 0x471a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_line 0x000000000007d88b 0x21a2 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_line 0x000000000007fa2d 0x86f esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_line 0x000000000008029c 0x892 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_line 0x0000000000080b2e 0x28f0 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + .debug_line 0x000000000008341e 0x2ad8 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + .debug_line 0x0000000000085ef6 0x69b esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + .debug_line 0x0000000000086591 0xfa esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_line 0x000000000008668b 0x41a esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_line 0x0000000000086aa5 0x611 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_line 0x00000000000870b6 0x1958 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_line 0x0000000000088a0e 0x514 esp-idf/hal/libhal.a(soc_hal.c.obj) + .debug_line 0x0000000000088f22 0x484 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + .debug_line 0x00000000000893a6 0x2cc esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_line 0x0000000000089672 0x3a3 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + .debug_line 0x0000000000089a15 0x82c esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + .debug_line 0x000000000008a241 0x2f41 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + .debug_line 0x000000000008d182 0xa19 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_line 0x000000000008db9b 0xeb6 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_line 0x000000000008ea51 0x5c2 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_line 0x000000000008f013 0x634a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_line 0x000000000009535d 0x6ff esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_line 0x0000000000095a5c 0x78a esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + .debug_line 0x00000000000961e6 0xba0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_line 0x0000000000096d86 0x2f1c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_line 0x0000000000099ca2 0xb74 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + .debug_line 0x000000000009a816 0x4ac esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_line 0x000000000009acc2 0x52f esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_line 0x000000000009b1f1 0x6e3 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_line 0x000000000009b8d4 0x55e esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_line 0x000000000009be32 0x11b5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_line 0x000000000009cfe7 0xf81 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_line 0x000000000009df68 0x5162 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_line 0x00000000000a30ca 0x2103 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_line 0x00000000000a51cd 0x1db8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_line 0x00000000000a6f85 0xdcc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_line 0x00000000000a7d51 0x697 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_line 0x00000000000a83e8 0x164a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_line 0x00000000000a9a32 0x6b1 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_line 0x00000000000aa0e3 0x935 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + .debug_line 0x00000000000aaa18 0x581 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_line 0x00000000000aaf99 0x5ff esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_line 0x00000000000ab598 0x58d2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_line 0x00000000000b0e6a 0x23f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_line 0x00000000000b3262 0x3f00 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_line 0x00000000000b7162 0x230b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_line 0x00000000000b946d 0x13a3 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_line 0x00000000000ba810 0x8c4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_line 0x00000000000bb0d4 0xc7b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_line 0x00000000000bbd4f 0x325d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + .debug_line 0x00000000000befac 0x9ac esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_line 0x00000000000bf958 0x1901 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_line 0x00000000000c1259 0x1cea esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_line 0x00000000000c2f43 0xbba esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_line 0x00000000000c3afd 0x244e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_line 0x00000000000c5f4b 0xd89 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_line 0x00000000000c6cd4 0xff1 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_line 0x00000000000c7cc5 0x2a3d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_line 0x00000000000ca702 0xbd5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_line 0x00000000000cb2d7 0x16f7 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_line 0x00000000000cc9ce 0xc39 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_line 0x00000000000cd607 0xb3ca esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_line 0x00000000000d89d1 0x11be esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_line 0x00000000000d9b8f 0x3040 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_line 0x00000000000dcbcf 0x649 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_line 0x00000000000dd218 0x7fe esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_line 0x00000000000dda16 0x641 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_line 0x00000000000de057 0x994 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_line 0x00000000000de9eb 0x30eb esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_line 0x00000000000e1ad6 0x2c58 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_line 0x00000000000e472e 0x2055 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_line 0x00000000000e6783 0x5c43 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_line 0x00000000000ec3c6 0x4b9b esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_line 0x00000000000f0f61 0x3aac esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_line 0x00000000000f4a0d 0xe7c esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_line 0x00000000000f5889 0x3367 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_line 0x00000000000f8bf0 0x49a2 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_line 0x00000000000fd592 0x21a5 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_line 0x00000000000ff737 0xc1b esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_line 0x0000000000100352 0x1a8b esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_line 0x0000000000101ddd 0x19c0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_line 0x000000000010379d 0xee4 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_line 0x0000000000104681 0x8cf esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_line 0x0000000000104f50 0xc7d esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_line 0x0000000000105bcd 0x285b esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_line 0x0000000000108428 0x10e8 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_line 0x0000000000109510 0x8a5 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_line 0x0000000000109db5 0x17ed esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_line 0x000000000010b5a2 0x5bd3 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_line 0x0000000000111175 0x93e esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_line 0x0000000000111ab3 0x6a9 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_line 0x000000000011215c 0x13d0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_line 0x000000000011352c 0xc18 esp-idf/lwip/liblwip.a(wlanif.c.obj) + .debug_line 0x0000000000114144 0x79a esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_line 0x00000000001148de 0x2c07 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_line 0x00000000001174e5 0x2cc7 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_line 0x000000000011a1ac 0x5111 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_line 0x000000000011f2bd 0x4a9 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_line 0x000000000011f766 0xb95 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_line 0x00000000001202fb 0x1209 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_line 0x0000000000121504 0x6e2 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_line 0x0000000000121be6 0x326 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_line 0x0000000000121f0c 0x352 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_line 0x000000000012225e 0x337 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_line 0x0000000000122595 0xad6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_line 0x000000000012306b 0x37d6 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_line 0x0000000000126841 0x8d8 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + .debug_line 0x0000000000127119 0xd15 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + .debug_line 0x0000000000127e2e 0x1552 esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + .debug_line 0x0000000000129380 0x6c1 esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + .debug_line 0x0000000000129a41 0x2e82 esp-idf/bt/libbt.a(bt.c.obj) + .debug_line 0x000000000012c8c3 0xda0 esp-idf/at/libat.a(at_default_config.c.obj) + .debug_line 0x000000000012d663 0x13d2 esp-idf/at/libat.a(at_user_cmd.c.obj) + .debug_line 0x000000000012ea35 0x253b esp-idf/at/libat.a(at_ota_cmd.c.obj) + .debug_line 0x0000000000130f70 0x839 esp-idf/at/libat.a(at_fact_cmd.c.obj) + .debug_line 0x00000000001317a9 0xe1c esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + .debug_line 0x00000000001325c5 0x60a esp-idf/bt/libbt.a(btc_manage.c.obj) + .debug_line 0x0000000000132bcf 0xfc1 esp-idf/bt/libbt.a(btc_task.c.obj) + .debug_line 0x0000000000133b90 0x2e1a esp-idf/bt/libbt.a(blufi_prf.c.obj) + .debug_line 0x00000000001369aa 0x102a esp-idf/bt/libbt.a(blufi_protocol.c.obj) + .debug_line 0x00000000001379d4 0xe02 esp-idf/bt/libbt.a(thread.c.obj) + .debug_line 0x00000000001387d6 0x612 esp-idf/bt/libbt.a(semaphore.c.obj) + .debug_line 0x0000000000138de8 0x844 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + .debug_line 0x000000000013962c 0xcf9 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + .debug_line 0x000000000013a325 0x2c0b esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + .debug_line 0x000000000013cf30 0x7ba esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + .debug_line 0x000000000013d6ea 0x2cba esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + .debug_line 0x00000000001403a4 0x1d3c esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + .debug_line 0x00000000001420e0 0x2343 esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + .debug_line 0x0000000000144423 0x148c esp-idf/bt/libbt.a(btc_config.c.obj) + .debug_line 0x00000000001458af 0x70d esp-idf/bt/libbt.a(btc_dev.c.obj) + .debug_line 0x0000000000145fbc 0x1d6b esp-idf/bt/libbt.a(btc_dm.c.obj) + .debug_line 0x0000000000147d27 0xad4 esp-idf/bt/libbt.a(btc_main.c.obj) + .debug_line 0x00000000001487fb 0xd78 esp-idf/bt/libbt.a(btc_storage.c.obj) + .debug_line 0x0000000000149573 0xc67 esp-idf/bt/libbt.a(btc_util.c.obj) + .debug_line 0x000000000014a1da 0x33d8 esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + .debug_line 0x000000000014d5b2 0x73e esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + .debug_line 0x000000000014dcf0 0xe53 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + .debug_line 0x000000000014eb43 0x3216 esp-idf/bt/libbt.a(btc_gattc.c.obj) + .debug_line 0x0000000000151d59 0x31b3 esp-idf/bt/libbt.a(btc_gatts.c.obj) + .debug_line 0x0000000000154f0c 0xb25 esp-idf/bt/libbt.a(bdaddr.c.obj) + .debug_line 0x0000000000155a31 0x1432 esp-idf/bt/libbt.a(controller.c.obj) + .debug_line 0x0000000000156e63 0x16c7 esp-idf/bt/libbt.a(hci_layer.c.obj) + .debug_line 0x000000000015852a 0xfad esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + .debug_line 0x00000000001594d7 0x102e esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + .debug_line 0x000000000015a505 0xebd esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + .debug_line 0x000000000015b3c2 0x888 esp-idf/bt/libbt.a(bte_main.c.obj) + .debug_line 0x000000000015bc4a 0x4b5f esp-idf/bt/libbt.a(btm_acl.c.obj) + .debug_line 0x00000000001607a9 0x1783 esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + .debug_line 0x0000000000161f2c 0x8b94 esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + .debug_line 0x000000000016aac0 0x20a2 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + .debug_line 0x000000000016cb62 0x238a esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + .debug_line 0x000000000016eeec 0x1c4f esp-idf/bt/libbt.a(btm_dev.c.obj) + .debug_line 0x0000000000170b3b 0x1f9b esp-idf/bt/libbt.a(btm_devctl.c.obj) + .debug_line 0x0000000000172ad6 0x4f9f esp-idf/bt/libbt.a(btm_inq.c.obj) + .debug_line 0x0000000000177a75 0x77d esp-idf/bt/libbt.a(btm_main.c.obj) + .debug_line 0x00000000001781f2 0x1d08 esp-idf/bt/libbt.a(btm_pm.c.obj) + .debug_line 0x0000000000179efa 0x9dd0 esp-idf/bt/libbt.a(btm_sec.c.obj) + .debug_line 0x0000000000183cca 0x2714 esp-idf/bt/libbt.a(btu_hcif.c.obj) + .debug_line 0x00000000001863de 0xb18 esp-idf/bt/libbt.a(btu_init.c.obj) + .debug_line 0x0000000000186ef6 0x14c9 esp-idf/bt/libbt.a(btu_task.c.obj) + .debug_line 0x00000000001883bf 0x1bdf esp-idf/bt/libbt.a(gap_ble.c.obj) + .debug_line 0x0000000000189f9e 0x2f5a esp-idf/bt/libbt.a(gatt_api.c.obj) + .debug_line 0x000000000018cef8 0x138e esp-idf/bt/libbt.a(gatt_auth.c.obj) + .debug_line 0x000000000018e286 0x2978 esp-idf/bt/libbt.a(gatt_cl.c.obj) + .debug_line 0x0000000000190bfe 0x33f6 esp-idf/bt/libbt.a(gatt_db.c.obj) + .debug_line 0x0000000000193ff4 0x1d5b esp-idf/bt/libbt.a(gatt_main.c.obj) + .debug_line 0x0000000000195d4f 0x3e6c esp-idf/bt/libbt.a(gatt_sr.c.obj) + .debug_line 0x0000000000199bbb 0x5f46 esp-idf/bt/libbt.a(gatt_utils.c.obj) + .debug_line 0x000000000019fb01 0x3bf8 esp-idf/bt/libbt.a(hciblecmds.c.obj) + .debug_line 0x00000000001a36f9 0x67dc esp-idf/bt/libbt.a(hcicmds.c.obj) + .debug_line 0x00000000001a9ed5 0x25dc esp-idf/bt/libbt.a(l2c_api.c.obj) + .debug_line 0x00000000001ac4b1 0x3236 esp-idf/bt/libbt.a(l2c_ble.c.obj) + .debug_line 0x00000000001af6e7 0x82f esp-idf/bt/libbt.a(l2c_csm.c.obj) + .debug_line 0x00000000001aff16 0x2f94 esp-idf/bt/libbt.a(l2c_link.c.obj) + .debug_line 0x00000000001b2eaa 0x1240 esp-idf/bt/libbt.a(l2c_main.c.obj) + .debug_line 0x00000000001b40ea 0x7753 esp-idf/bt/libbt.a(l2c_utils.c.obj) + .debug_line 0x00000000001bb83d 0x12bc esp-idf/bt/libbt.a(smp_api.c.obj) + .debug_line 0x00000000001bcaf9 0x3afa esp-idf/bt/libbt.a(smp_keys.c.obj) + .debug_line 0x00000000001c05f3 0xb96 esp-idf/bt/libbt.a(smp_l2c.c.obj) + .debug_line 0x00000000001c1189 0x8f2 esp-idf/bt/libbt.a(smp_main.c.obj) + .debug_line 0x00000000001c1a7b 0x2ec6 esp-idf/bt/libbt.a(smp_utils.c.obj) + .debug_line 0x00000000001c4941 0x1666 esp-idf/bt/libbt.a(esp_blufi.c.obj) + .debug_line 0x00000000001c5fa7 0x596 esp-idf/bt/libbt.a(btc_alarm.c.obj) + .debug_line 0x00000000001c653d 0xfb3 esp-idf/bt/libbt.a(alarm.c.obj) + .debug_line 0x00000000001c74f0 0x384 esp-idf/bt/libbt.a(allocator.c.obj) + .debug_line 0x00000000001c7874 0x2339 esp-idf/bt/libbt.a(config.c.obj) + .debug_line 0x00000000001c9bad 0xbd7 esp-idf/bt/libbt.a(fixed_queue.c.obj) + .debug_line 0x00000000001ca784 0x6d6 esp-idf/bt/libbt.a(future.c.obj) + .debug_line 0x00000000001cae5a 0x4d7 esp-idf/bt/libbt.a(hash_functions.c.obj) + .debug_line 0x00000000001cb331 0xd5a esp-idf/bt/libbt.a(hash_map.c.obj) + .debug_line 0x00000000001cc08b 0x1200 esp-idf/bt/libbt.a(list.c.obj) + .debug_line 0x00000000001cd28b 0x6ae esp-idf/bt/libbt.a(mutex.c.obj) + .debug_line 0x00000000001cd939 0x449 esp-idf/bt/libbt.a(osi.c.obj) + .debug_line 0x00000000001cdd82 0x4146 esp-idf/bt/libbt.a(bta_dm_api.c.obj) + .debug_line 0x00000000001d1ec8 0xda3 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + .debug_line 0x00000000001d2c6b 0x9c5 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + .debug_line 0x00000000001d3630 0x8d7 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + .debug_line 0x00000000001d3f07 0x670 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + .debug_line 0x00000000001d4577 0x1f6e esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + .debug_line 0x00000000001d64e5 0x515c esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + .debug_line 0x00000000001db641 0x202a esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + .debug_line 0x00000000001dd66b 0xb05 esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + .debug_line 0x00000000001de170 0x3534 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + .debug_line 0x00000000001e16a4 0x1424 esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + .debug_line 0x00000000001e2ac8 0x7ec esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + .debug_line 0x00000000001e32b4 0xc7e esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + .debug_line 0x00000000001e3f32 0x100e esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + .debug_line 0x00000000001e4f40 0x14df esp-idf/bt/libbt.a(bta_sys_main.c.obj) + .debug_line 0x00000000001e641f 0xfb3 esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + .debug_line 0x00000000001e73d2 0xa89 esp-idf/bt/libbt.a(bte_init.c.obj) + .debug_line 0x00000000001e7e5b 0x47b1 esp-idf/bt/libbt.a(btm_ble.c.obj) + .debug_line 0x00000000001ec60c 0x2dda esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + .debug_line 0x00000000001ef3e6 0x2357 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + .debug_line 0x00000000001f173d 0x1c53 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + .debug_line 0x00000000001f3390 0x731 esp-idf/bt/libbt.a(gap_api.c.obj) + .debug_line 0x00000000001f3ac1 0x17fd esp-idf/bt/libbt.a(att_protocol.c.obj) + .debug_line 0x00000000001f52be 0x1477 esp-idf/bt/libbt.a(gatt_attr.c.obj) + .debug_line 0x00000000001f6735 0x24d4 esp-idf/bt/libbt.a(aes.c.obj) + .debug_line 0x00000000001f8c09 0x7a9 esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + .debug_line 0x00000000001f93b2 0xd4e esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + .debug_line 0x00000000001fa100 0x2c02 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + .debug_line 0x00000000001fcd02 0x4169 esp-idf/bt/libbt.a(smp_act.c.obj) + .debug_line 0x0000000000200e6b 0xd14 esp-idf/bt/libbt.a(smp_cmac.c.obj) + .debug_line 0x0000000000201b7f 0x7a25 esp-idf/bt/libbt.a(bta_dm_act.c.obj) + .debug_line 0x00000000002095a4 0x67c esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + .debug_line 0x0000000000209c20 0x51c0 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + .debug_line 0x000000000020ede0 0x259c esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + .debug_line 0x000000000021137c 0x65a esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + .debug_line 0x00000000002119d6 0x696 esp-idf/bt/libbt.a(interop.c.obj) + .debug_line 0x000000000021206c 0x7d7 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + .debug_line 0x0000000000212843 0x1389e esp-idf/mdns/libmdns.a(mdns.c.obj) + .debug_line 0x00000000002260e1 0x163e esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + .debug_line 0x000000000022771f 0x6e51 esp-idf/json/libjson.a(cJSON.c.obj) + .debug_line 0x000000000022e570 0x8374 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_line 0x00000000002368e4 0x235d esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_line 0x0000000000238c41 0x1511 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_line 0x000000000023a152 0x5fe esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_line 0x000000000023a750 0x1674 esp-idf/freertos/libfreertos.a(timers.c.obj) + .debug_line 0x000000000023bdc4 0xb15 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_line 0x000000000023c8d9 0x123d esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_line 0x000000000023db16 0x12b5 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_line 0x000000000023edcb 0x1f81 esp-idf/lwip/liblwip.a(ping_sock.c.obj) + .debug_line 0x0000000000240d4c 0x45fb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_line 0x0000000000245347 0x88e7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_line 0x000000000024dc2e 0x84b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_line 0x000000000024e479 0x6516 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + .debug_line 0x000000000025498f 0x661a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + .debug_line 0x000000000025afa9 0x18b5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_line 0x000000000025c85e 0x6dab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_line 0x0000000000263609 0x2a9d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_line 0x00000000002660a6 0x8ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_line 0x0000000000266960 0x1c1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_line 0x000000000026857d 0x1761 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_line 0x0000000000269cde 0x1b0b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + .debug_line 0x000000000026b7e9 0xf5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_line 0x000000000026c743 0x1979 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_line 0x000000000026e0bc 0x83d2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_line 0x000000000027648e 0x8306 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_line 0x000000000027e794 0x12c7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_line 0x000000000027fa5b 0x1f2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + .debug_line 0x0000000000281989 0x125f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_line 0x0000000000282be8 0x16ce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_line 0x00000000002842b6 0x5ab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_line 0x0000000000284861 0x1000 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_line 0x0000000000285861 0x136b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_line 0x0000000000286bcc 0x111f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_line 0x0000000000287ceb 0xe01 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_line 0x0000000000288aec 0xe87 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_line 0x0000000000289973 0x31d2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_line 0x000000000028cb45 0x39b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_line 0x000000000028cee0 0x350 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_line 0x000000000028d230 0x583c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_line 0x0000000000292a6c 0x12cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + .debug_line 0x0000000000293d38 0x675 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_line 0x00000000002943ad 0x759 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_line 0x0000000000294b06 0x759 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_line 0x000000000029525f 0x2a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_line 0x0000000000295500 0x2bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_line 0x00000000002957bc 0xb5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_line 0x000000000029631a 0x4f3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_line 0x000000000029680d 0x13ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_line 0x0000000000297bba 0x14bd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_line 0x0000000000299077 0x1501 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_line 0x000000000029a578 0x1967 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_line 0x000000000029bedf 0x1599 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_line 0x000000000029d478 0x1969 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_line 0x000000000029ede1 0x554 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_line 0x000000000029f335 0x1330 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_line 0x00000000002a0665 0xe55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_line 0x00000000002a14ba 0x12ec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_line 0x00000000002a27a6 0xf55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_line 0x00000000002a36fb 0x9b5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_line 0x00000000002a40b0 0x6f4c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_line 0x00000000002aaffc 0x2c2e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_line 0x00000000002adc2a 0x23ad esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_line 0x00000000002affd7 0x1f56 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_line 0x00000000002b1f2d 0x54d esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_line 0x00000000002b247a 0xbc4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_line 0x00000000002b303e 0x2c7c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_line 0x00000000002b5cba 0x2ff2 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + .debug_line 0x00000000002b8cac 0x56d8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_line 0x00000000002be384 0x1c16 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_line 0x00000000002bff9a 0x29f4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_line 0x00000000002c298e 0x1be1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_line 0x00000000002c456f 0x1ae2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_line 0x00000000002c6051 0x23b9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_line 0x00000000002c840a 0x4935 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_line 0x00000000002ccd3f 0x8fcd esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + .debug_line 0x00000000002d5d0c 0x471 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_line 0x00000000002d617d 0xf32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_line 0x00000000002d70af 0xb1 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + .debug_line 0x00000000002d7160 0x2355 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + .debug_line 0x00000000002d94b5 0x3eae ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + .debug_line 0x00000000002dd363 0x2571 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + .debug_line 0x00000000002df8d4 0x822 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + .debug_line 0x00000000002e00f6 0xdba ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + .debug_line 0x00000000002e0eb0 0x7ab esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + .debug_line 0x00000000002e165b 0x922 esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + .debug_line 0x00000000002e1f7d 0x1161 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + .debug_line 0x00000000002e30de 0x5d10 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + .debug_line 0x00000000002e8dee 0xe4f esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + .debug_line 0x00000000002e9c3d 0x1018 esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + .debug_line 0x00000000002eac55 0x8c7 esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + .debug_line 0x00000000002eb51c 0x2490 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_line 0x00000000002ed9ac 0x42b esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_line 0x00000000002eddd7 0x8c6 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_line 0x00000000002ee69d 0x278d esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_line 0x00000000002f0e2a 0x2057 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + .debug_line 0x00000000002f2e81 0x6253 esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + .debug_line 0x00000000002f90d4 0x14c9 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_line 0x00000000002fa59d 0x1abf esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_line 0x00000000002fc05c 0x1c62 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + .debug_line 0x00000000002fdcbe 0x2d7 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + .debug_line 0x00000000002fdf95 0x3748 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_line 0x00000000003016dd 0x38b esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_line 0x0000000000301a68 0x917 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_line 0x000000000030237f 0x66d esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_line 0x00000000003029ec 0x906 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_line 0x00000000003032f2 0x1515 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_line 0x0000000000304807 0x2cc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + .debug_line 0x0000000000304ad3 0x27f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + .debug_line 0x0000000000304d52 0x277 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + .debug_line 0x0000000000304fc9 0x3a8 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + .debug_line 0x0000000000305371 0x306 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + .debug_line 0x0000000000305677 0x5c9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + .debug_line 0x0000000000305c40 0x347 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + .debug_line 0x0000000000305f87 0x5c6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + .debug_line 0x000000000030654d 0x7d0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + .debug_line 0x0000000000306d1d 0x57b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + .debug_line 0x0000000000307298 0x277 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + .debug_line 0x000000000030750f 0x3be /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + .debug_line 0x00000000003078cd 0x7f3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + .debug_line 0x00000000003080c0 0x7fc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_line 0x00000000003088bc 0x13a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + .debug_line 0x00000000003089f6 0x182 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + .debug_line 0x0000000000308b78 0xadc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + .debug_line 0x0000000000309654 0xb9b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + .debug_line 0x000000000030a1ef 0xa33 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + .debug_line 0x000000000030ac22 0xb18 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + .debug_line 0x000000000030b73a 0x2ef ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .debug_line 0x000000000030ba29 0x6a ../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .debug_line 0x000000000030ba93 0x50 ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .debug_line 0x000000000030bae3 0x66 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .debug_line 0x000000000030bb49 0x66 ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .debug_line 0x000000000030bbaf 0x190 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + .debug_line 0x000000000030bd3f 0x441 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + .debug_line 0x000000000030c180 0x27b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + .debug_line 0x000000000030c3fb 0xbcd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + .debug_line 0x000000000030cfc8 0x545 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + .debug_line 0x000000000030d50d 0x226 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + .debug_line 0x000000000030d733 0x119f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + .debug_line 0x000000000030e8d2 0xc90 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + .debug_line 0x000000000030f562 0x2d6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + .debug_line 0x000000000030f838 0x4a5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + .debug_line 0x000000000030fcdd 0x49f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + .debug_line 0x000000000031017c 0x21f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + .debug_line 0x000000000031039b 0x711 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + .debug_line 0x0000000000310aac 0x1f1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + .debug_line 0x0000000000310c9d 0xc10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + .debug_line 0x00000000003118ad 0x286c /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + .debug_line 0x0000000000314119 0x217 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + .debug_line 0x0000000000314330 0xbb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + .debug_line 0x00000000003143eb 0x276a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + .debug_line 0x0000000000316b55 0x36e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + .debug_line 0x0000000000316ec3 0x1454 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + .debug_line 0x0000000000318317 0x86a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + .debug_line 0x0000000000318b81 0x223 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + .debug_line 0x0000000000318da4 0x372 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + .debug_line 0x0000000000319116 0x361 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + .debug_line 0x0000000000319477 0x354 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + .debug_line 0x00000000003197cb 0x2926 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + .debug_line 0x000000000031c0f1 0x3d2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + .debug_line 0x000000000031c4c3 0x1f2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + +.debug_str 0x0000000000000000 0x83662 + .debug_str 0x0000000000000000 0x8a3 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + 0xb5c (size before relaxing) + .debug_str 0x00000000000008a3 0x15b6 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x1cbe (size before relaxing) + .debug_str 0x0000000000001e59 0x197 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x14bf (size before relaxing) + .debug_str 0x0000000000001ff0 0x2beb esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x416f (size before relaxing) + .debug_str 0x0000000000004bdb 0x58 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + 0x79 (size before relaxing) + .debug_str 0x0000000000004c33 0x1bac esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x5750 (size before relaxing) + .debug_str 0x00000000000067df 0xa1e esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x6388 (size before relaxing) + .debug_str 0x00000000000071fd 0x314 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x3f98 (size before relaxing) + .debug_str 0x0000000000007511 0x1e1 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x1548 (size before relaxing) + .debug_str 0x00000000000076f2 0x279 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x49c4 (size before relaxing) + .debug_str 0x000000000000796b 0x18a esp-idf/esp_system/libesp_system.a(system_api.c.obj) + 0x3649 (size before relaxing) + .debug_str 0x0000000000007af5 0x62 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0xfa5 (size before relaxing) + .debug_str 0x0000000000007b57 0x3cb esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x2464 (size before relaxing) + .debug_str 0x0000000000007f22 0x15d esp-idf/hal/libhal.a(cpu_hal.c.obj) + 0x123e (size before relaxing) + .debug_str 0x000000000000807f 0x136 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x10b1 (size before relaxing) + .debug_str 0x00000000000081b5 0x7e1 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1d93 (size before relaxing) + .debug_str 0x0000000000008996 0x4cc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x2671 (size before relaxing) + .debug_str 0x0000000000008e62 0x1730 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x320e (size before relaxing) + .debug_str 0x000000000000a592 0xe7 esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + 0x8f8 (size before relaxing) + .debug_str 0x000000000000a679 0xf1a esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + 0x5cdc (size before relaxing) + .debug_str 0x000000000000b593 0x46f esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x4cf7 (size before relaxing) + .debug_str 0x000000000000ba02 0x9d esp-idf/lwip/liblwip.a(def.c.obj) + 0x12d5 (size before relaxing) + .debug_str 0x000000000000ba9f 0x21e esp-idf/log/liblog.a(log.c.obj) + 0x8f2 (size before relaxing) + .debug_str 0x000000000000bcbd 0x102 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x1475 (size before relaxing) + .debug_str 0x000000000000bdbf 0x5ad esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x18d3 (size before relaxing) + .debug_str 0x000000000000c36c 0x16d esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x14c7 (size before relaxing) + .debug_str 0x000000000000c4d9 0x480 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x17ed (size before relaxing) + .debug_str 0x000000000000c959 0x421 esp-idf/heap/libheap.a(heap_tlsf.c.obj) + 0xc1a (size before relaxing) + .debug_str 0x000000000000cd7a 0x126 esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + 0x876 (size before relaxing) + .debug_str 0x000000000000cea0 0x11b esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + 0x764 (size before relaxing) + .debug_str 0x000000000000cfbb 0x15b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + 0x35b2 (size before relaxing) + .debug_str 0x000000000000d116 0x11c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x1336 (size before relaxing) + .debug_str 0x000000000000d232 0x687 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40bb (size before relaxing) + .debug_str 0x000000000000d8b9 0xbb esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3692 (size before relaxing) + .debug_str 0x000000000000d974 0x152 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x302f (size before relaxing) + .debug_str 0x000000000000dac6 0x1da esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + 0x1776 (size before relaxing) + .debug_str 0x000000000000dca0 0x147c esp-idf/driver/libdriver.a(uart.c.obj) + 0x382e (size before relaxing) + .debug_str 0x000000000000f11c 0xad6 esp-idf/driver/libdriver.a(adc_common.c.obj) + 0x4545 (size before relaxing) + .debug_str 0x000000000000fbf2 0xb0b esp-idf/driver/libdriver.a(gpio.c.obj) + 0x47d0 (size before relaxing) + .debug_str 0x00000000000106fd 0x31b esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x3f3d (size before relaxing) + .debug_str 0x0000000000010a18 0x109 esp-idf/driver/libdriver.a(rtc_module.c.obj) + 0x38d0 (size before relaxing) + .debug_str 0x0000000000010b21 0x63 esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + 0x12a9 (size before relaxing) + .debug_str 0x0000000000010b84 0x31 esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + 0x60 (size before relaxing) + .debug_str 0x0000000000010bb5 0xbc esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x12e2 (size before relaxing) + .debug_str 0x0000000000010c71 0x2f esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + 0x5e (size before relaxing) + .debug_str 0x0000000000010ca0 0x6d esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + 0x116c (size before relaxing) + .debug_str 0x0000000000010d0d 0x34 esp-idf/esp32/libesp32.a(clk.c.obj) + 0x28aa (size before relaxing) + .debug_str 0x0000000000010d41 0x101 esp-idf/esp32/libesp32.a(dport_access.c.obj) + 0x2c9e (size before relaxing) + .debug_str 0x0000000000010e42 0x6f esp-idf/esp32/libesp32.a(hw_random.c.obj) + 0x118c (size before relaxing) + .debug_str 0x0000000000010eb1 0x105 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + 0x3ef3 (size before relaxing) + .debug_str 0x0000000000010fb6 0xe6 esp-idf/esp_common/libesp_common.a(brownout.c.obj) + 0x3582 (size before relaxing) + .debug_str 0x000000000001109c 0x7d esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + 0x754 (size before relaxing) + .debug_str 0x0000000000011119 0x5e8 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + 0xc42 (size before relaxing) + .debug_str 0x0000000000011701 0x367 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x1755 (size before relaxing) + .debug_str 0x0000000000011a68 0xdc esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x1426 (size before relaxing) + .debug_str 0x0000000000011b44 0x75 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x1245 (size before relaxing) + .debug_str 0x0000000000011bb9 0x19e esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x3b4f (size before relaxing) + .debug_str 0x0000000000011d57 0x495 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x1956 (size before relaxing) + .debug_str 0x00000000000121ec 0x35 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x64 (size before relaxing) + .debug_str 0x0000000000012221 0x3c esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x6b (size before relaxing) + .debug_str 0x000000000001225d 0x47 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x1130 (size before relaxing) + .debug_str 0x00000000000122a4 0x3c esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x6b (size before relaxing) + .debug_str 0x00000000000122e0 0xc9 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x1361 (size before relaxing) + .debug_str 0x00000000000123a9 0x433 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x1797 (size before relaxing) + .debug_str 0x00000000000127dc 0xa3 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x12d6 (size before relaxing) + .debug_str 0x000000000001287f 0x71d esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1d1f (size before relaxing) + .debug_str 0x0000000000012f9c 0xd7f esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2777 (size before relaxing) + .debug_str 0x0000000000013d1b 0x44 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + 0x73 (size before relaxing) + .debug_str 0x0000000000013d5f 0x2e esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x1112 (size before relaxing) + .debug_str 0x0000000000013d8d 0x84 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x83f (size before relaxing) + .debug_str 0x0000000000013e11 0x188 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x712 (size before relaxing) + .debug_str 0x0000000000013f99 0x350 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x182f (size before relaxing) + .debug_str 0x00000000000142e9 0xd1 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x6f8 (size before relaxing) + .debug_str 0x00000000000143ba 0x4b esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x5ca (size before relaxing) + .debug_str 0x0000000000014405 0x14d esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x9cc (size before relaxing) + .debug_str 0x0000000000014552 0xed esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x875 (size before relaxing) + .debug_str 0x000000000001463f 0x1f0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x3818 (size before relaxing) + .debug_str 0x000000000001482f 0x129 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x2bd0 (size before relaxing) + .debug_str 0x0000000000014958 0x97f esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x1c53 (size before relaxing) + .debug_str 0x00000000000152d7 0x2fb esp-idf/main/libmain.a(app_main.c.obj) + 0x444e (size before relaxing) + .debug_str 0x00000000000155d2 0x7c4 esp-idf/main/libmain.a(at_uart_task.c.obj) + 0x47d6 (size before relaxing) + .debug_str 0x0000000000015d96 0x161 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x3786 (size before relaxing) + .debug_str 0x0000000000015ef7 0x6a4 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + 0x4bfa (size before relaxing) + .debug_str 0x000000000001659b 0x34 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0xc8e (size before relaxing) + .debug_str 0x00000000000165cf 0x1c4 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0xc91 (size before relaxing) + .debug_str 0x0000000000016793 0x225 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x92e (size before relaxing) + .debug_str 0x00000000000169b8 0x207 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0xe01 (size before relaxing) + .debug_str 0x0000000000016bbf 0x2e7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0xc08 (size before relaxing) + .debug_str 0x0000000000016ea6 0x6d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0xb7c (size before relaxing) + .debug_str 0x0000000000016f13 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x1111 (size before relaxing) + .debug_str 0x0000000000016f6b 0x220 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0xc79 (size before relaxing) + .debug_str 0x000000000001718b 0x87 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + 0x669 (size before relaxing) + .debug_str 0x0000000000017212 0x40b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x2262 (size before relaxing) + .debug_str 0x000000000001761d 0x3d2 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + 0x1611 (size before relaxing) + .debug_str 0x00000000000179ef 0x56e esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + 0x2591 (size before relaxing) + .debug_str 0x0000000000017f5d 0x28a esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x15be (size before relaxing) + .debug_str 0x00000000000181e7 0x242 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x17fd (size before relaxing) + .debug_str 0x0000000000018429 0x253 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x1d37 (size before relaxing) + .debug_str 0x000000000001867c 0x4f esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + 0x144c (size before relaxing) + .debug_str 0x00000000000186cb 0x2d8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x57db (size before relaxing) + .debug_str 0x00000000000189a3 0x7354 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x9ee1 (size before relaxing) + .debug_str 0x000000000001fcf7 0x2ca9 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8600 (size before relaxing) + .debug_str 0x00000000000229a0 0x499 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x7d50 (size before relaxing) + .debug_str 0x0000000000022e39 0x309 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x268f (size before relaxing) + .debug_str 0x0000000000023142 0x162f esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x902c (size before relaxing) + .debug_str 0x0000000000024771 0x6b6 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x27ef (size before relaxing) + .debug_str 0x0000000000024e27 0x6ca esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x388c (size before relaxing) + .debug_str 0x00000000000254f1 0x6e6 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x5693 (size before relaxing) + .debug_str 0x0000000000025bd7 0xb9 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0x2218 (size before relaxing) + .debug_str 0x0000000000025c90 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x1979 (size before relaxing) + .debug_str 0x0000000000025cc2 0x656 esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + 0x1af0 (size before relaxing) + .debug_str 0x0000000000026318 0xd17 esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + 0x5b25 (size before relaxing) + .debug_str 0x000000000002702f 0xa3 esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + 0x2bc1 (size before relaxing) + .debug_str 0x00000000000270d2 0x46 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x75 (size before relaxing) + .debug_str 0x0000000000027118 0x9c esp-idf/hal/libhal.a(mpu_hal.c.obj) + 0x646 (size before relaxing) + .debug_str 0x00000000000271b4 0x56 esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0xb0e (size before relaxing) + .debug_str 0x000000000002720a 0x41f esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x1959 (size before relaxing) + .debug_str 0x0000000000027629 0x82 esp-idf/hal/libhal.a(soc_hal.c.obj) + 0x33ee (size before relaxing) + .debug_str 0x00000000000276ab 0x86 esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + 0x11f1 (size before relaxing) + .debug_str 0x0000000000027731 0x3d esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x14a0 (size before relaxing) + .debug_str 0x000000000002776e 0x58 esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + 0x1184 (size before relaxing) + .debug_str 0x00000000000277c6 0x162 esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + 0xc40 (size before relaxing) + .debug_str 0x0000000000027928 0x1085 esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + 0x33c2 (size before relaxing) + .debug_str 0x00000000000289ad 0x17c esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x19b7 (size before relaxing) + .debug_str 0x0000000000028b29 0x127 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x18e0 (size before relaxing) + .debug_str 0x0000000000028c50 0xc6 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x16c5 (size before relaxing) + .debug_str 0x0000000000028d16 0x1ad7 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x3cf8 (size before relaxing) + .debug_str 0x000000000002a7ed 0x94 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x278b (size before relaxing) + .debug_str 0x000000000002a881 0x5f esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + 0x1770 (size before relaxing) + .debug_str 0x000000000002a8e0 0xbee esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x2793 (size before relaxing) + .debug_str 0x000000000002b4ce 0x51f esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x203b (size before relaxing) + .debug_str 0x000000000002b9ed 0xa6 esp-idf/esp_event/libesp_event.a(event_send.c.obj) + 0x250f (size before relaxing) + .debug_str 0x000000000002ba93 0x91 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x6a2 (size before relaxing) + .debug_str 0x000000000002bb24 0x7f esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x9de (size before relaxing) + .debug_str 0x000000000002bba3 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x678 (size before relaxing) + .debug_str 0x000000000002bc1f 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + 0x624 (size before relaxing) + .debug_str 0x000000000002bc64 0x1795 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x3b83 (size before relaxing) + .debug_str 0x000000000002d3f9 0x361 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x2928 (size before relaxing) + .debug_str 0x000000000002d75a 0x1216 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x3cb7 (size before relaxing) + .debug_str 0x000000000002e970 0xdd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x291e (size before relaxing) + .debug_str 0x000000000002ea4d 0x1be esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x8cf (size before relaxing) + .debug_str 0x000000000002ec0b 0xf4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x75a (size before relaxing) + .debug_str 0x000000000002ecff 0xc7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + 0x699 (size before relaxing) + .debug_str 0x000000000002edc6 0x1239 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1a15 (size before relaxing) + .debug_str 0x000000000002ffff 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + 0x5ce (size before relaxing) + .debug_str 0x000000000003003a 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + 0x64b (size before relaxing) + .debug_str 0x00000000000300b8 0x43 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0x604 (size before relaxing) + .debug_str 0x00000000000300fb 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0x601 (size before relaxing) + .debug_str 0x0000000000030138 0xa1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x3d8e (size before relaxing) + .debug_str 0x0000000000030b52 0x1a9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x2c72 (size before relaxing) + .debug_str 0x0000000000030cfb 0x70d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1062 (size before relaxing) + .debug_str 0x0000000000031408 0xd1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x2541 (size before relaxing) + .debug_str 0x00000000000314d9 0x11b esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x749 (size before relaxing) + .debug_str 0x00000000000315f4 0xb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x712 (size before relaxing) + .debug_str 0x00000000000316a9 0x13f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x2d94 (size before relaxing) + .debug_str 0x00000000000317e8 0x11f9 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + 0x3ad1 (size before relaxing) + .debug_str 0x00000000000329e1 0x55 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x28aa (size before relaxing) + .debug_str 0x0000000000032a36 0x1a1 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x2b6c (size before relaxing) + .debug_str 0x0000000000032bd7 0x1b32 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + 0x327e (size before relaxing) + .debug_str 0x0000000000034709 0x19e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x94c (size before relaxing) + .debug_str 0x00000000000348a7 0x817 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x171a (size before relaxing) + .debug_str 0x00000000000350be 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x707 (size before relaxing) + .debug_str 0x0000000000035186 0x123 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x28d8 (size before relaxing) + .debug_str 0x00000000000352a9 0x409 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x318d (size before relaxing) + .debug_str 0x00000000000356b2 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + 0x906 (size before relaxing) + .debug_str 0x000000000003574c 0x31a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x2c79 (size before relaxing) + .debug_str 0x0000000000035a66 0x109 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x25b3 (size before relaxing) + .debug_str 0x0000000000035b6f 0x143d esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x3241 (size before relaxing) + .debug_str 0x0000000000036fac 0x2fc esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x1db5 (size before relaxing) + .debug_str 0x00000000000372a8 0x41f esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1f48 (size before relaxing) + .debug_str 0x00000000000376c7 0x117 esp-idf/lwip/liblwip.a(init.c.obj) + 0x1bea (size before relaxing) + .debug_str 0x00000000000377de 0x69 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x19cf (size before relaxing) + .debug_str 0x0000000000037847 0x53 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x1301 (size before relaxing) + .debug_str 0x000000000003789a 0x2a5 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x20b0 (size before relaxing) + .debug_str 0x0000000000037b3f 0x40d esp-idf/lwip/liblwip.a(netif.c.obj) + 0x242d (size before relaxing) + .debug_str 0x0000000000037f4c 0x39d esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x2324 (size before relaxing) + .debug_str 0x00000000000382e9 0x1d5 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x1d19 (size before relaxing) + .debug_str 0x00000000000384be 0x5dd esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x24f2 (size before relaxing) + .debug_str 0x0000000000038a9b 0x247 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x2183 (size before relaxing) + .debug_str 0x0000000000038ce2 0x200 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x2170 (size before relaxing) + .debug_str 0x0000000000038ee2 0x128 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x1eac (size before relaxing) + .debug_str 0x000000000003900a 0x236 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x1e9e (size before relaxing) + .debug_str 0x0000000000039240 0x7b6 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x24c7 (size before relaxing) + .debug_str 0x00000000000399f6 0x43f esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x1f7e (size before relaxing) + .debug_str 0x0000000000039e35 0xae esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x1956 (size before relaxing) + .debug_str 0x0000000000039ee3 0x1da esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x1c65 (size before relaxing) + .debug_str 0x000000000003a0bd 0x138 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x2227 (size before relaxing) + .debug_str 0x000000000003a1f5 0x5d esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x182b (size before relaxing) + .debug_str 0x000000000003a252 0x64 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x1860 (size before relaxing) + .debug_str 0x000000000003a2b6 0x31e esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x1bf3 (size before relaxing) + .debug_str 0x000000000003a5d4 0x1b4 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x1fd5 (size before relaxing) + .debug_str 0x000000000003a788 0xd8 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x142d (size before relaxing) + .debug_str 0x000000000003a860 0x49 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x18b8 (size before relaxing) + .debug_str 0x000000000003a8a9 0xfe esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x1dcc (size before relaxing) + .debug_str 0x000000000003a9a7 0x4f0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x2496 (size before relaxing) + .debug_str 0x000000000003ae97 0x7c esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x1b0b (size before relaxing) + .debug_str 0x000000000003af13 0xb8 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x143c (size before relaxing) + .debug_str 0x000000000003afcb 0x16e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x1951 (size before relaxing) + .debug_str 0x000000000003b139 0xac esp-idf/lwip/liblwip.a(wlanif.c.obj) + 0x26bf (size before relaxing) + .debug_str 0x000000000003b1e5 0xb0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x1b1e (size before relaxing) + .debug_str 0x000000000003b295 0x336 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x2a93 (size before relaxing) + .debug_str 0x000000000003b5cb 0x1d1 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x25b1 (size before relaxing) + .debug_str 0x000000000003b79c 0x3c2 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x2976 (size before relaxing) + .debug_str 0x000000000003bb5e 0x41 esp-idf/lwip/liblwip.a(err.c.obj) + 0x1242 (size before relaxing) + .debug_str 0x000000000003bb9f 0x79 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x164d (size before relaxing) + .debug_str 0x000000000003bc18 0x111 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x14c8 (size before relaxing) + .debug_str 0x000000000003bd29 0x45 esp-idf/lwip/liblwip.a(ethip6.c.obj) + 0x1786 (size before relaxing) + .debug_str 0x000000000003bd6e 0x2e esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x839 (size before relaxing) + .debug_str 0x000000000003bd9c 0x30 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + 0x2835 (size before relaxing) + .debug_str 0x000000000003bdcc 0x2e esp-idf/soc/libsoc.a(uart_periph.c.obj) + 0xf09 (size before relaxing) + .debug_str 0x000000000003bdfa 0xa38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x464c (size before relaxing) + .debug_str 0x000000000003c832 0x71a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x1d10 (size before relaxing) + .debug_str 0x000000000003cf4c 0xf2 esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + 0x3847 (size before relaxing) + .debug_str 0x000000000003d03e 0x1d7 esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + 0x3701 (size before relaxing) + .debug_str 0x000000000003d215 0x15a esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + 0x3145 (size before relaxing) + .debug_str 0x000000000003d36f 0x3c esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + 0x2d3a (size before relaxing) + .debug_str 0x000000000003d3ab 0x1248 esp-idf/bt/libbt.a(bt.c.obj) + 0x57c5 (size before relaxing) + .debug_str 0x000000000003e5f3 0x2a1 esp-idf/at/libat.a(at_default_config.c.obj) + 0x3038 (size before relaxing) + .debug_str 0x000000000003e894 0x748 esp-idf/at/libat.a(at_user_cmd.c.obj) + 0x32ec (size before relaxing) + .debug_str 0x000000000003efdc 0x1775 esp-idf/at/libat.a(at_ota_cmd.c.obj) + 0x5d36 (size before relaxing) + .debug_str 0x0000000000040751 0x69 esp-idf/at/libat.a(at_fact_cmd.c.obj) + 0x28c7 (size before relaxing) + .debug_str 0x00000000000407ba 0x1083 esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + 0x274c (size before relaxing) + .debug_str 0x000000000004183d 0x73 esp-idf/bt/libbt.a(btc_manage.c.obj) + 0x1312 (size before relaxing) + .debug_str 0x00000000000418b0 0xcc5 esp-idf/bt/libbt.a(btc_task.c.obj) + 0x30db (size before relaxing) + .debug_str 0x0000000000042575 0x2c2 esp-idf/bt/libbt.a(blufi_prf.c.obj) + 0x2773 (size before relaxing) + .debug_str 0x0000000000042837 0x68 esp-idf/bt/libbt.a(blufi_protocol.c.obj) + 0x21fa (size before relaxing) + .debug_str 0x000000000004289f 0x227 esp-idf/bt/libbt.a(thread.c.obj) + 0x150e (size before relaxing) + .debug_str 0x0000000000042ac6 0x3b esp-idf/bt/libbt.a(semaphore.c.obj) + 0x1292 (size before relaxing) + .debug_str 0x0000000000042b01 0xc7 esp-idf/bt/libbt.a(esp_bt_device.c.obj) + 0x1702 (size before relaxing) + .debug_str 0x0000000000042bc8 0x228 esp-idf/bt/libbt.a(esp_bt_main.c.obj) + 0x2020 (size before relaxing) + .debug_str 0x0000000000042df0 0x3726 esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + 0x53fd (size before relaxing) + .debug_str 0x0000000000046516 0x12c esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + 0x174d (size before relaxing) + .debug_str 0x0000000000046642 0x2123 esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + 0x3c3b (size before relaxing) + .debug_str 0x0000000000048765 0xba1 esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + 0x34f0 (size before relaxing) + .debug_str 0x0000000000049306 0x5de esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + 0x1ff1 (size before relaxing) + .debug_str 0x00000000000498e4 0x230 esp-idf/bt/libbt.a(btc_config.c.obj) + 0x180a (size before relaxing) + .debug_str 0x0000000000049b14 0x7a esp-idf/bt/libbt.a(btc_dev.c.obj) + 0x13e1 (size before relaxing) + .debug_str 0x0000000000049b8e 0x2083 esp-idf/bt/libbt.a(btc_dm.c.obj) + 0x5a91 (size before relaxing) + .debug_str 0x000000000004bc11 0x26f1 esp-idf/bt/libbt.a(btc_main.c.obj) + 0x596f (size before relaxing) + .debug_str 0x000000000004e302 0xfe esp-idf/bt/libbt.a(btc_storage.c.obj) + 0x1803 (size before relaxing) + .debug_str 0x000000000004e400 0x352 esp-idf/bt/libbt.a(btc_util.c.obj) + 0x2087 (size before relaxing) + .debug_str 0x000000000004e752 0xa3d esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + 0x5605 (size before relaxing) + .debug_str 0x000000000004f18f 0x90 esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + 0x1645 (size before relaxing) + .debug_str 0x000000000004f21f 0x12f esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + 0x25e3 (size before relaxing) + .debug_str 0x000000000004f34e 0x76d esp-idf/bt/libbt.a(btc_gattc.c.obj) + 0x3872 (size before relaxing) + .debug_str 0x000000000004fabb 0x460 esp-idf/bt/libbt.a(btc_gatts.c.obj) + 0x36ff (size before relaxing) + .debug_str 0x000000000004ff1b 0x98 esp-idf/bt/libbt.a(bdaddr.c.obj) + 0x1441 (size before relaxing) + .debug_str 0x000000000004ffb3 0xb0a esp-idf/bt/libbt.a(controller.c.obj) + 0x27c9 (size before relaxing) + .debug_str 0x0000000000050abd 0x6a7 esp-idf/bt/libbt.a(hci_layer.c.obj) + 0x1e22 (size before relaxing) + .debug_str 0x0000000000051164 0x115 esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + 0x17c3 (size before relaxing) + .debug_str 0x0000000000051279 0x206 esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + 0x189e (size before relaxing) + .debug_str 0x000000000005147f 0x169 esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + 0x1a1c (size before relaxing) + .debug_str 0x00000000000515e8 0x1bb esp-idf/bt/libbt.a(bte_main.c.obj) + 0x1e86 (size before relaxing) + .debug_str 0x00000000000517a3 0x1a46 esp-idf/bt/libbt.a(btm_acl.c.obj) + 0x520e (size before relaxing) + .debug_str 0x00000000000531e9 0x3af esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + 0x3b2d (size before relaxing) + .debug_str 0x0000000000053598 0x126f esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + 0x6d4d (size before relaxing) + .debug_str 0x0000000000054807 0x337 esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + 0x45b8 (size before relaxing) + .debug_str 0x0000000000054b3e 0x452 esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + 0x3a6c (size before relaxing) + .debug_str 0x0000000000054f90 0x21b esp-idf/bt/libbt.a(btm_dev.c.obj) + 0x35e6 (size before relaxing) + .debug_str 0x00000000000551ab 0x562 esp-idf/bt/libbt.a(btm_devctl.c.obj) + 0x55c4 (size before relaxing) + .debug_str 0x000000000005570d 0x781 esp-idf/bt/libbt.a(btm_inq.c.obj) + 0x4b37 (size before relaxing) + .debug_str 0x0000000000055e8e 0x5c esp-idf/bt/libbt.a(btm_main.c.obj) + 0x3959 (size before relaxing) + .debug_str 0x0000000000055eea 0x2d0 esp-idf/bt/libbt.a(btm_pm.c.obj) + 0x50f1 (size before relaxing) + .debug_str 0x00000000000561ba 0x102c esp-idf/bt/libbt.a(btm_sec.c.obj) + 0x69a8 (size before relaxing) + .debug_str 0x00000000000571e6 0xb11 esp-idf/bt/libbt.a(btu_hcif.c.obj) + 0x5527 (size before relaxing) + .debug_str 0x0000000000057cf7 0x7b7 esp-idf/bt/libbt.a(btu_init.c.obj) + 0x58f3 (size before relaxing) + .debug_str 0x00000000000584ae 0x2c8 esp-idf/bt/libbt.a(btu_task.c.obj) + 0x5c40 (size before relaxing) + .debug_str 0x0000000000058776 0x340 esp-idf/bt/libbt.a(gap_ble.c.obj) + 0x470e (size before relaxing) + .debug_str 0x0000000000058ab6 0x986 esp-idf/bt/libbt.a(gatt_api.c.obj) + 0x494c (size before relaxing) + .debug_str 0x000000000005943c 0x2a4 esp-idf/bt/libbt.a(gatt_auth.c.obj) + 0x41b0 (size before relaxing) + .debug_str 0x00000000000596e0 0x2c7 esp-idf/bt/libbt.a(gatt_cl.c.obj) + 0x3a44 (size before relaxing) + .debug_str 0x00000000000599a7 0x463 esp-idf/bt/libbt.a(gatt_db.c.obj) + 0x4275 (size before relaxing) + .debug_str 0x0000000000059e0a 0x2fd esp-idf/bt/libbt.a(gatt_main.c.obj) + 0x49a1 (size before relaxing) + .debug_str 0x000000000005a107 0x46d esp-idf/bt/libbt.a(gatt_sr.c.obj) + 0x36de (size before relaxing) + .debug_str 0x000000000005a574 0x38d esp-idf/bt/libbt.a(gatt_utils.c.obj) + 0x53cf (size before relaxing) + .debug_str 0x000000000005a901 0x39b esp-idf/bt/libbt.a(hciblecmds.c.obj) + 0x1c0c (size before relaxing) + .debug_str 0x000000000005ac9c 0x30c esp-idf/bt/libbt.a(hcicmds.c.obj) + 0x3c23 (size before relaxing) + .debug_str 0x000000000005afa8 0x352 esp-idf/bt/libbt.a(l2c_api.c.obj) + 0x3345 (size before relaxing) + .debug_str 0x000000000005b2fa 0x4e3 esp-idf/bt/libbt.a(l2c_ble.c.obj) + 0x4f35 (size before relaxing) + .debug_str 0x000000000005b7dd 0x3e esp-idf/bt/libbt.a(l2c_csm.c.obj) + 0x40fa (size before relaxing) + .debug_str 0x000000000005b81b 0x280 esp-idf/bt/libbt.a(l2c_link.c.obj) + 0x4f08 (size before relaxing) + .debug_str 0x000000000005ba9b 0x79 esp-idf/bt/libbt.a(l2c_main.c.obj) + 0x4a8c (size before relaxing) + .debug_str 0x000000000005bb14 0x419 esp-idf/bt/libbt.a(l2c_utils.c.obj) + 0x4f97 (size before relaxing) + .debug_str 0x000000000005bf2d 0x281 esp-idf/bt/libbt.a(smp_api.c.obj) + 0x4a68 (size before relaxing) + .debug_str 0x000000000005c1ae 0x916 esp-idf/bt/libbt.a(smp_keys.c.obj) + 0x440f (size before relaxing) + .debug_str 0x000000000005cac4 0x124 esp-idf/bt/libbt.a(smp_l2c.c.obj) + 0x1f70 (size before relaxing) + .debug_str 0x000000000005cbe8 0xa89 esp-idf/bt/libbt.a(smp_main.c.obj) + 0x2e33 (size before relaxing) + .debug_str 0x000000000005d671 0x5d3 esp-idf/bt/libbt.a(smp_utils.c.obj) + 0x5857 (size before relaxing) + .debug_str 0x000000000005dc44 0x115 esp-idf/bt/libbt.a(esp_blufi.c.obj) + 0x50bc (size before relaxing) + .debug_str 0x000000000005dd59 0x6d esp-idf/bt/libbt.a(btc_alarm.c.obj) + 0x125a (size before relaxing) + .debug_str 0x000000000005ddc6 0x18b esp-idf/bt/libbt.a(alarm.c.obj) + 0x1794 (size before relaxing) + .debug_str 0x000000000005df51 0x74 esp-idf/bt/libbt.a(allocator.c.obj) + 0x5fb (size before relaxing) + .debug_str 0x000000000005dfc5 0x154 esp-idf/bt/libbt.a(config.c.obj) + 0xf1f (size before relaxing) + .debug_str 0x000000000005e119 0xe1 esp-idf/bt/libbt.a(fixed_queue.c.obj) + 0x1519 (size before relaxing) + .debug_str 0x000000000005e1fa 0x42 esp-idf/bt/libbt.a(future.c.obj) + 0x12b5 (size before relaxing) + .debug_str 0x000000000005e23c 0xa8 esp-idf/bt/libbt.a(hash_functions.c.obj) + 0x606 (size before relaxing) + .debug_str 0x000000000005e2e4 0x16e esp-idf/bt/libbt.a(hash_map.c.obj) + 0x809 (size before relaxing) + .debug_str 0x000000000005e452 0xa7 esp-idf/bt/libbt.a(list.c.obj) + 0x745 (size before relaxing) + .debug_str 0x000000000005e4f9 0x91 esp-idf/bt/libbt.a(mutex.c.obj) + 0x1330 (size before relaxing) + .debug_str 0x000000000005e58a 0x2a esp-idf/bt/libbt.a(osi.c.obj) + 0x11dd (size before relaxing) + .debug_str 0x000000000005e5b4 0x102f esp-idf/bt/libbt.a(bta_dm_api.c.obj) + 0x7421 (size before relaxing) + .debug_str 0x000000000005f5e3 0x1f4 esp-idf/bt/libbt.a(bta_dm_co.c.obj) + 0x23f5 (size before relaxing) + .debug_str 0x000000000005f7d7 0x467 esp-idf/bt/libbt.a(bta_dm_main.c.obj) + 0x5591 (size before relaxing) + .debug_str 0x000000000005fc3e 0x55 esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + 0x48ac (size before relaxing) + .debug_str 0x000000000005fc93 0x58 esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + 0x1c61 (size before relaxing) + .debug_str 0x000000000005fceb 0x647 esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + 0x3090 (size before relaxing) + .debug_str 0x0000000000060332 0x815 esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + 0x4c77 (size before relaxing) + .debug_str 0x0000000000060b47 0x2a8 esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + 0x4247 (size before relaxing) + .debug_str 0x0000000000060def 0x43b esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + 0x2d7a (size before relaxing) + .debug_str 0x000000000006122a 0x319 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + 0x2dcc (size before relaxing) + .debug_str 0x0000000000061543 0x42d esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + 0x26a4 (size before relaxing) + .debug_str 0x0000000000061970 0x287 esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + 0x2634 (size before relaxing) + .debug_str 0x0000000000061bf7 0xb8 esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + 0x1fac (size before relaxing) + .debug_str 0x0000000000061caf 0x25d esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + 0x1784 (size before relaxing) + .debug_str 0x0000000000061f0c 0x513 esp-idf/bt/libbt.a(bta_sys_main.c.obj) + 0x2653 (size before relaxing) + .debug_str 0x000000000006241f 0x1fc esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + 0x2eff (size before relaxing) + .debug_str 0x000000000006261b 0x4c esp-idf/bt/libbt.a(bte_init.c.obj) + 0x583b (size before relaxing) + .debug_str 0x0000000000062667 0x52b esp-idf/bt/libbt.a(btm_ble.c.obj) + 0x5d79 (size before relaxing) + .debug_str 0x0000000000062b92 0x6bd esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + 0x4513 (size before relaxing) + .debug_str 0x000000000006324f 0x4e3 esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + 0x42ff (size before relaxing) + .debug_str 0x0000000000063732 0x224 esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + 0x4882 (size before relaxing) + .debug_str 0x0000000000063956 0x4e esp-idf/bt/libbt.a(gap_api.c.obj) + 0x1e2b (size before relaxing) + .debug_str 0x00000000000639a4 0x149 esp-idf/bt/libbt.a(att_protocol.c.obj) + 0x20da (size before relaxing) + .debug_str 0x0000000000063aed 0x1a8 esp-idf/bt/libbt.a(gatt_attr.c.obj) + 0x27d4 (size before relaxing) + .debug_str 0x0000000000063c95 0x1d9 esp-idf/bt/libbt.a(aes.c.obj) + 0x1430 (size before relaxing) + .debug_str 0x0000000000063e6e 0x4e esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + 0x1287 (size before relaxing) + .debug_str 0x0000000000063ebc 0x22c esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + 0x148f (size before relaxing) + .debug_str 0x00000000000640e8 0xef esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + 0x149b (size before relaxing) + .debug_str 0x00000000000641d7 0x635 esp-idf/bt/libbt.a(smp_act.c.obj) + 0x5075 (size before relaxing) + .debug_str 0x000000000006480c 0xda esp-idf/bt/libbt.a(smp_cmac.c.obj) + 0x2502 (size before relaxing) + .debug_str 0x00000000000648e6 0xdbc esp-idf/bt/libbt.a(bta_dm_act.c.obj) + 0x8ca4 (size before relaxing) + .debug_str 0x00000000000656a2 0x3c esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + 0x48ca (size before relaxing) + .debug_str 0x00000000000656de 0x6d6 esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + 0x5194 (size before relaxing) + .debug_str 0x0000000000065db4 0x25c esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + 0x3e91 (size before relaxing) + .debug_str 0x0000000000066010 0x4f esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + 0x150f (size before relaxing) + .debug_str 0x000000000006605f 0x6c esp-idf/bt/libbt.a(interop.c.obj) + 0x13e1 (size before relaxing) + .debug_str 0x00000000000660cb 0xf8 esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + 0x3cef (size before relaxing) + .debug_str 0x00000000000661c3 0x1577 esp-idf/mdns/libmdns.a(mdns.c.obj) + 0x533f (size before relaxing) + .debug_str 0x000000000006773a 0x131 esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + 0x3266 (size before relaxing) + .debug_str 0x000000000006786b 0xc40 esp-idf/json/libjson.a(cJSON.c.obj) + 0x133a (size before relaxing) + .debug_str 0x00000000000684ab 0x17c2 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x4aa2 (size before relaxing) + .debug_str 0x0000000000069c6d 0x1ab esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x1c85 (size before relaxing) + .debug_str 0x0000000000069e18 0xcc esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x1553 (size before relaxing) + .debug_str 0x0000000000069ee4 0x4a esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x1373 (size before relaxing) + .debug_str 0x0000000000069f2e 0x52a esp-idf/freertos/libfreertos.a(timers.c.obj) + 0x1b24 (size before relaxing) + .debug_str 0x000000000006a458 0x249 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x15d9 (size before relaxing) + .debug_str 0x000000000006a6a1 0x17f esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x1be4 (size before relaxing) + .debug_str 0x000000000006a820 0x2ab esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x2022 (size before relaxing) + .debug_str 0x000000000006aacb 0x29f esp-idf/lwip/liblwip.a(ping_sock.c.obj) + 0x2252 (size before relaxing) + .debug_str 0x000000000006ad6a 0x8a4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x2fe6 (size before relaxing) + .debug_str 0x000000000006b60e 0x13c4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x40f7 (size before relaxing) + .debug_str 0x000000000006c9d2 0x16d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x1470 (size before relaxing) + .debug_str 0x000000000006cb3f 0x687 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + 0x31e5 (size before relaxing) + .debug_str 0x000000000006d1c6 0x572 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + 0x34d9 (size before relaxing) + .debug_str 0x000000000006d738 0x213 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x91d (size before relaxing) + .debug_str 0x000000000006d94b 0x3f7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xd7a (size before relaxing) + .debug_str 0x000000000006dd42 0x547 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x1862 (size before relaxing) + .debug_str 0x000000000006e289 0x47a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x183c (size before relaxing) + .debug_str 0x000000000006e703 0x2e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0xc5e (size before relaxing) + .debug_str 0x000000000006e9e7 0x294 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0xa63 (size before relaxing) + .debug_str 0x000000000006ec7b 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + 0xa49 (size before relaxing) + .debug_str 0x000000000006ee23 0x30d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0xcbd (size before relaxing) + .debug_str 0x000000000006f130 0x336 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0xf39 (size before relaxing) + .debug_str 0x000000000006f466 0x547 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x1616 (size before relaxing) + .debug_str 0x000000000006f9ad 0x4bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xd96 (size before relaxing) + .debug_str 0x000000000006fe69 0x224 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0xa85 (size before relaxing) + .debug_str 0x000000000007008d 0x171 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + 0x1557 (size before relaxing) + .debug_str 0x00000000000701fe 0x1e8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xb17 (size before relaxing) + .debug_str 0x00000000000703e6 0x1e1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xc25 (size before relaxing) + .debug_str 0x00000000000705c7 0x7b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x6e8 (size before relaxing) + .debug_str 0x0000000000070642 0x43f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1626 (size before relaxing) + .debug_str 0x0000000000070a81 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x1195 (size before relaxing) + .debug_str 0x0000000000070b5f 0x2b2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0xc40 (size before relaxing) + .debug_str 0x0000000000070e11 0x2d3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xf2e (size before relaxing) + .debug_str 0x00000000000710e4 0x195 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x1616 (size before relaxing) + .debug_str 0x0000000000071279 0x2a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x1925 (size before relaxing) + .debug_str 0x000000000007151f 0xca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x663 (size before relaxing) + .debug_str 0x00000000000715e9 0x6b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x655 (size before relaxing) + .debug_str 0x0000000000071654 0x46e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1212 (size before relaxing) + .debug_str 0x0000000000071ac2 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + 0x7fb (size before relaxing) + .debug_str 0x0000000000071b0a 0x79 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x778 (size before relaxing) + .debug_str 0x0000000000071b83 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x7be (size before relaxing) + .debug_str 0x0000000000071c1f 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x7be (size before relaxing) + .debug_str 0x0000000000071cbb 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x5a3 (size before relaxing) + .debug_str 0x0000000000071ced 0x59 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x5b8 (size before relaxing) + .debug_str 0x0000000000071d46 0xad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x74c (size before relaxing) + .debug_str 0x0000000000071df3 0x53 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x1193 (size before relaxing) + .debug_str 0x0000000000071e46 0x112 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x174b (size before relaxing) + .debug_str 0x0000000000071f58 0x213 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x1456 (size before relaxing) + .debug_str 0x000000000007216b 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x15f7 (size before relaxing) + .debug_str 0x0000000000072203 0x159 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x86d (size before relaxing) + .debug_str 0x000000000007235c 0xd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x8a0 (size before relaxing) + .debug_str 0x000000000007242e 0xd9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x8b6 (size before relaxing) + .debug_str 0x0000000000072507 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x6da (size before relaxing) + .debug_str 0x0000000000072554 0x1e1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x8dc (size before relaxing) + .debug_str 0x0000000000072735 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x76c (size before relaxing) + .debug_str 0x00000000000727c7 0xe5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x149e (size before relaxing) + .debug_str 0x00000000000728ac 0xe6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x153e (size before relaxing) + .debug_str 0x0000000000072992 0x172 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x1820 (size before relaxing) + .debug_str 0x0000000000072b04 0x960 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x1c1d (size before relaxing) + .debug_str 0x0000000000073464 0x18f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1f38 (size before relaxing) + .debug_str 0x00000000000735f3 0x5ff esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x4712 (size before relaxing) + .debug_str 0x0000000000073bf2 0x4f4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x1d4e (size before relaxing) + .debug_str 0x00000000000740e6 0x42 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x880 (size before relaxing) + .debug_str 0x0000000000074128 0xfb esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x3298 (size before relaxing) + .debug_str 0x0000000000074223 0x42b esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x27b9 (size before relaxing) + .debug_str 0x000000000007464e 0x633 esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + 0x1e69 (size before relaxing) + .debug_str 0x0000000000074c81 0x1715 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x4bf4 (size before relaxing) + .debug_str 0x0000000000076396 0x67b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0x3431 (size before relaxing) + .debug_str 0x0000000000076a11 0x937 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x1ab2 (size before relaxing) + .debug_str 0x0000000000077348 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + 0x11b9 (size before relaxing) + .debug_str 0x00000000000773ea 0x1d7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x1281 (size before relaxing) + .debug_str 0x00000000000775c1 0x1b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x13ed (size before relaxing) + .debug_str 0x0000000000077771 0x4c3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x270b (size before relaxing) + .debug_str 0x0000000000077c34 0xaeb esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + 0x2e34 (size before relaxing) + .debug_str 0x000000000007871f 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + 0x637 (size before relaxing) + .debug_str 0x000000000007876f 0x1ac esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x12b9 (size before relaxing) + .debug_str 0x000000000007891b 0x16e ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + 0x24f (size before relaxing) + .debug_str 0x0000000000078a89 0x14cf ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + 0x191f (size before relaxing) + .debug_str 0x0000000000079f58 0x121a ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + 0x261d (size before relaxing) + .debug_str 0x000000000007b172 0x900 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + 0x1b2a (size before relaxing) + .debug_str 0x000000000007ba72 0x21f ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + 0xabe (size before relaxing) + .debug_str 0x000000000007bc91 0x249 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + 0xb67 (size before relaxing) + .debug_str 0x000000000007beda 0xbf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + 0x6b6 (size before relaxing) + .debug_str 0x000000000007bf99 0x20d esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + 0x2505 (size before relaxing) + .debug_str 0x000000000007c1a6 0xb8 esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + 0x2bc0 (size before relaxing) + .debug_str 0x000000000007c25e 0xd16 esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + 0x40bb (size before relaxing) + .debug_str 0x000000000007cf74 0x8b esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + 0x1d1e (size before relaxing) + .debug_str 0x000000000007cfff 0x10e esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + 0x8d4 (size before relaxing) + .debug_str 0x000000000007d10d 0xcf esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + 0x719 (size before relaxing) + .debug_str 0x000000000007d1dc 0x5c8 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x43fb (size before relaxing) + .debug_str 0x000000000007d7a4 0x86 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x6aa (size before relaxing) + .debug_str 0x000000000007d82a 0x9a esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x2838 (size before relaxing) + .debug_str 0x000000000007d8c4 0x141 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x4297 (size before relaxing) + .debug_str 0x000000000007da05 0x318 esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + 0x29e6 (size before relaxing) + .debug_str 0x000000000007dd1d 0xdce esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + 0x1686 (size before relaxing) + .debug_str 0x000000000007eaeb 0x2a4 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x2f5a (size before relaxing) + .debug_str 0x000000000007ed8f 0x11c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x411f (size before relaxing) + .debug_str 0x000000000007eeab 0x88 esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + 0x1e5f (size before relaxing) + .debug_str 0x000000000007ef33 0x36 esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + 0x5f2 (size before relaxing) + .debug_str 0x000000000007ef69 0x51e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x228c (size before relaxing) + .debug_str 0x000000000007f487 0x26 esp-idf/newlib/libnewlib.a(random.c.obj) + 0x61a (size before relaxing) + .debug_str 0x000000000007f4ad 0x11d esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x12ab (size before relaxing) + .debug_str 0x000000000007f5ca 0x13e esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x1260 (size before relaxing) + .debug_str 0x000000000007f708 0x64 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x56e1 (size before relaxing) + .debug_str 0x000000000007f76c 0x144 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x1acf (size before relaxing) + .debug_str 0x000000000007f8b0 0x1cc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + 0x69a (size before relaxing) + .debug_str 0x000000000007fa7c 0xe1 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + 0x661 (size before relaxing) + .debug_str 0x000000000007fb5d 0xdd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + 0x642 (size before relaxing) + .debug_str 0x000000000007fc3a 0xdb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + 0xb5c (size before relaxing) + .debug_str 0x000000000007fd15 0x11b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + 0x6c3 (size before relaxing) + .debug_str 0x000000000007fe30 0x6f0 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + 0x85f (size before relaxing) + .debug_str 0x0000000000080520 0x2b9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + 0x4cc (size before relaxing) + .debug_str 0x00000000000807d9 0x2eb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + 0xe21 (size before relaxing) + .debug_str 0x0000000000080ac4 0x401 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + 0x1054 (size before relaxing) + .debug_str 0x0000000000080ec5 0x397 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + 0x831 (size before relaxing) + .debug_str 0x000000000008125c 0xdd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + 0x637 (size before relaxing) + .debug_str 0x0000000000081339 0xed /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + 0xc86 (size before relaxing) + .debug_str 0x0000000000081426 0x297 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + 0x11e5 (size before relaxing) + .debug_str 0x00000000000816bd 0x392 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x10ff (size before relaxing) + .debug_str 0x0000000000081a4f 0xc5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + 0xd3 (size before relaxing) + .debug_str 0x0000000000081b14 0x5b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + 0xd3 (size before relaxing) + .debug_str 0x0000000000081b6f 0x1bd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + 0x74d (size before relaxing) + .debug_str 0x0000000000081d2c 0x9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + 0x74d (size before relaxing) + .debug_str 0x0000000000081d35 0xa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + 0x74e (size before relaxing) + .debug_str 0x0000000000081d3f 0xa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + 0x74e (size before relaxing) + .debug_str 0x0000000000081d49 0x4f ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + 0x82 (size before relaxing) + .debug_str 0x0000000000081d98 0x104 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + 0x5ca (size before relaxing) + .debug_str 0x0000000000081e9c 0x216 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + 0x822 (size before relaxing) + .debug_str 0x00000000000820b2 0x67 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + 0x745 (size before relaxing) + .debug_str 0x0000000000082119 0xbe /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + 0x962 (size before relaxing) + .debug_str 0x00000000000821d7 0x5e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + 0x7b1 (size before relaxing) + .debug_str 0x0000000000082235 0xdf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + 0x5df (size before relaxing) + .debug_str 0x0000000000082314 0x2be /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + 0xc30 (size before relaxing) + .debug_str 0x00000000000825d2 0xff /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + 0xbbe (size before relaxing) + .debug_str 0x00000000000826d1 0x6b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + 0x72d (size before relaxing) + .debug_str 0x000000000008273c 0x95 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + 0x7f2 (size before relaxing) + .debug_str 0x00000000000827d1 0xe5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + 0x5ee (size before relaxing) + .debug_str 0x00000000000828b6 0x7f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + 0x5f1 (size before relaxing) + .debug_str 0x0000000000082935 0x8e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + 0x69a (size before relaxing) + .debug_str 0x00000000000829c3 0x114 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + 0x607 (size before relaxing) + .debug_str 0x0000000000082ad7 0x101 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + 0x623 (size before relaxing) + .debug_str 0x0000000000082bd8 0x2d3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + 0xc4e (size before relaxing) + .debug_str 0x0000000000082eab 0xe5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + 0x639 (size before relaxing) + .debug_str 0x0000000000082f90 0x5a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + 0x134 (size before relaxing) + .debug_str 0x0000000000082fea 0xf5 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + 0xaa8 (size before relaxing) + .debug_str 0x00000000000830df 0x5b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + 0x5e6 (size before relaxing) + .debug_str 0x000000000008313a 0xe9 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + 0xb8d (size before relaxing) + .debug_str 0x0000000000083223 0x66 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + 0xa77 (size before relaxing) + .debug_str 0x0000000000083289 0x102 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + 0x902 (size before relaxing) + .debug_str 0x000000000008338b 0xa6 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + 0x9a6 (size before relaxing) + .debug_str 0x0000000000083431 0x7a /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + 0x943 (size before relaxing) + .debug_str 0x00000000000834ab 0x73 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + 0x954 (size before relaxing) + .debug_str 0x000000000008351e 0x7f /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + 0xa51 (size before relaxing) + .debug_str 0x000000000008359d 0x6e /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + 0x7b4 (size before relaxing) + .debug_str 0x000000000008360b 0x57 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + 0x601 (size before relaxing) + +Cross Reference Table + +Symbol File +AK_Group_bssid ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +API_btdm_get_version /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +API_vhci_host_check_send_available /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + esp-idf/bt/libbt.a(bt.c.obj) +API_vhci_host_register_callback /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + esp-idf/bt/libbt.a(bt.c.obj) +API_vhci_host_send_packet /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + esp-idf/bt/libbt.a(bt.c.obj) +APRecvBcnStartTick ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +AddBigHexModP256 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) +ApFreqCalTimer ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +BAROFDMSched ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +BLE_EVENT_MASK esp-idf/bt/libbt.a(controller.c.obj) +BTA_BleCfgAdvInstData esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_BleDisableAdvInstance esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_BleEnableAdvInstance esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_BleUpdateAdvInstParam esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DisableBluetooth esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +BTA_DisableTestMode esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmAddBleDevice esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +BTA_DmAddBleKey esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +BTA_DmAddDevice esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) +BTA_DmBleBroadcast esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleCfgFilterCondition esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleConfigLocalIcon esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleConfigLocalPrivacy esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleConfirmReply esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleDisableBatchScan esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleDisconnect esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleEnableBatchScan esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleGetEnergyInfo esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleObserve esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBlePasskeyReply esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleReadAdvTxPower esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleReadScanReports esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleScan esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleScanFilterSetup esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleSecurityGrant esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleSetAdvConfig esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleSetAdvConfigRaw esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleSetBgConnType esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleSetChannels esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleSetDataLength esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleSetLongAdv esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleSetScanRsp esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleSetScanRspRaw esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleSetStaticPasskey esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBleSetStorageParams esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleStopAdvertising esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleTrackAdvertiser esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleUpdateConnectionParam esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBleUpdateConnectionParams esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmBond esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBondByTransport esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmBondCancel esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmClearRandAddress esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmClearWhiteList esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmCloseACL esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmCoexEventTrigger esp-idf/bt/libbt.a(bta_dm_main.c.obj) +BTA_DmConfirm esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmDiscoverByTransport esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmDiscoverExt esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmEnableScanFilter esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmGetConnectionState esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmLocalOob esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmOobReply esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmReadRSSI esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmRemoveDevice esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +BTA_DmSearch esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmSearchCancel esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmSearchExt esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmSetBleAdvParams esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmSetBleAdvParamsAll esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmSetBleConnScanParams esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmSetBlePrefConnParams esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmSetBleScanFilterParams esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmSetBleScanParams esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmSetDeviceName esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(btc_dev.c.obj) +BTA_DmSetEncryption esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmSetRandAddress esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmSetVisibility esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_DmUpdateDuplicateExceptionalList esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_DmUpdateWhiteList esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTA_EnableBluetooth esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +BTA_EnableTestMode esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_GATTC_AppDeregister esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_AppRegister esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_Broadcast esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +BTA_GATTC_CacheAssoc esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_CacheGetAddrList esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_CancelOpen esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTA_GATTC_Clean esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_Close esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_ConfigureMTU esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_DeregisterForNotifications esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_Disable esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +BTA_GATTC_ExecuteWrite esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetAllChar esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetAllDescriptor esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetCharByUUID esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetCharacteristic esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +BTA_GATTC_GetDBSize esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetDBSizeByType esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetDescrByCharHandle esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetDescrByUUID esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetDescriptor esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +BTA_GATTC_GetGattDb esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetIncludeService esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetServiceWithUUID esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_GetServices esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +BTA_GATTC_Listen esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +BTA_GATTC_Open esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_PrepareWrite esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_PrepareWriteCharDescr esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_ReadCharDescr esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_ReadCharacteristic esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_ReadMultiple esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_Read_by_type esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_Refresh esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_RegisterForNotifications esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_SendIndConfirm esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_ServiceSearchRequest esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_WriteCharDescr esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTC_WriteCharValue esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +BTA_GATTS_AddCharDescriptor esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_AddCharacteristic esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_AddIncludeService esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_AppDeregister esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_AppRegister esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_CancelOpen esp-idf/bt/libbt.a(bta_gatts_api.c.obj) +BTA_GATTS_Close esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_CreateService esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_DeleteService esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_Disable esp-idf/bt/libbt.a(bta_gatts_api.c.obj) +BTA_GATTS_HandleValueIndication esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_Listen esp-idf/bt/libbt.a(bta_gatts_api.c.obj) +BTA_GATTS_Open esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_SendRsp esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_SendServiceChangeIndication esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_StartService esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATTS_StopService esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GATT_GetLocalMTU esp-idf/bt/libbt.a(bta_gatt_common.c.obj) +BTA_GATT_SetLocalMTU esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + esp-idf/bt/libbt.a(btc_gatt_common.c.obj) +BTA_GetAttributeValue esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_GetEirService esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTA_SetAttributeValue esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +BTA_VendorCleanup esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) +BTA_VendorInit esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTE_DeinitStack esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +BTE_InitStack esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +BTM_AddEirService esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleAdvFilterParamSetup esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleBroadcast esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleCfgAdvInstData esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleCfgFilterCondition esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleClearBgConnDev esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleClearRandAddress esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleClearWhitelist esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleConfigConnParams esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleConfigLocalIcon esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleConfigPrivacy esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleConfirmReply esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleDataSignature esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +BTM_BleDisableAdvInstance esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleDisableBatchScan esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleEnableAdvInstance esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleEnableBatchScan esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleEnableDisableFilterFeature esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleEnableMixedPrivacyMode esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_BleGetCurrentAddress esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +BTM_BleGetEnergyInfo esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleGetSupportedKeySize esp-idf/bt/libbt.a(btm_ble.c.obj) +BTM_BleGetVendorCapabilities esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +BTM_BleGetWhiteListSize esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTM_BleLoadLocalKeys esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleLocalPrivacyEnabled esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_BleMaxMultiAdvInstanceCount esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +BTM_BleObserve esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_BleOobDataReply esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BlePasskeyReply esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleReadAdvParams esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_BleReadAdvTxPower esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleReadConnectability esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleReadControllerFeatures esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_BleReadDiscoverability esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleReadScanReports esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleReceiverTest esp-idf/bt/libbt.a(btm_ble.c.obj) +BTM_BleRegiseterConnParamCallback esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +BTM_BleScan esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleSecurityProcedureIsRunning esp-idf/bt/libbt.a(btm_ble.c.obj) +BTM_BleSetAdvParams esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleSetAdvParamsAll esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleSetBgConnType esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleSetChannels esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleSetConnScanParams esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleSetConnectableMode esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_BleSetPrefConnParams esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +BTM_BleSetRandAddress esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleSetScanFilterParams esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleSetScanParams esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleSetStaticAddr esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_BleSetStaticPasskey esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleSetStorageConfig esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleStartAdv esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleTestEnd esp-idf/bt/libbt.a(btm_ble.c.obj) +BTM_BleTrackAdvertiser esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleTransmitterTest esp-idf/bt/libbt.a(btm_ble.c.obj) +BTM_BleUpdateAdvFilterPolicy esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) +BTM_BleUpdateAdvInstParam esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleUpdateAdvWhitelist esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) +BTM_BleUpdateBgConnDev esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) +BTM_BleUpdateOwnType esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_BleVerifySignature esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +BTM_BleWriteAdvData esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleWriteAdvDataRaw esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleWriteLongAdvData esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleWriteScanRsp esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_BleWriteScanRspRaw esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_Ble_Authorization esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +BTM_BuildOobData esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_CancelInquiry esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_CancelPeriodicInquiry esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_CancelRemoteDeviceName esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_ChangeEScoLinkParms esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_CheckAdvData esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +BTM_CheckEirData esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_ClearInqDb esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_ConfirmReqReply esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_CreateSco esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_DeleteStoredLinkKey esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) +BTM_DeviceReset esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +BTM_EScoConnRsp esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_EnableTestMode esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_GetCurrentConnParams esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +BTM_GetDeviceDHK esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +BTM_GetDeviceEncRoot esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +BTM_GetDeviceIDRoot esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) +BTM_GetEirSupportedServices esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_GetEirUuidList esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +BTM_GetHCIConnHandle esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) +BTM_GetLeSecurityState esp-idf/bt/libbt.a(btm_ble.c.obj) +BTM_GetLinkSuperTout esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_GetLocalResolvablePrivateAddr esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_GetNumAclLinks esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) +BTM_GetNumScoLinks esp-idf/bt/libbt.a(btm_sco.c.obj) + esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +BTM_GetRole esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_GetSecurityFlags esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_GetSecurityFlagsByTransport esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +BTM_HasEirService esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_HasInquiryEirService esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_InqDbFirst esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_InqDbNext esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_InqDbRead esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) +BTM_IoCapRsp esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_IsAclConnectionUp esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) +BTM_IsBleConnection esp-idf/bt/libbt.a(btm_ble.c.obj) +BTM_IsDeviceUp esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_IsInquiryActive esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_PM_ReadControllerState esp-idf/bt/libbt.a(btm_pm.c.obj) +BTM_PmRegister esp-idf/bt/libbt.a(btm_pm.c.obj) +BTM_ReadAllRemoteFeatures esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_ReadConnectability esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) +BTM_ReadConnectedTransportAddress esp-idf/bt/libbt.a(btm_ble.c.obj) +BTM_ReadConnectionAddr esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +BTM_ReadDevInfo esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_ReadDeviceClass esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_ReadDeviceScoPacketTypes esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_ReadDiscoverability esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_ReadEScoLinkParms esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_ReadInquiryRspTxPower esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_ReadLinkQuality esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_ReadLocalDeviceName esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +BTM_ReadLocalDeviceNameFromController esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_ReadLocalFeatures esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_ReadLocalOobData esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_ReadNumberRemoteFeaturesPages esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_ReadOobData esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_ReadPowerMode esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_ReadRSSI esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_ReadRemoteConnectionAddr esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +BTM_ReadRemoteDeviceName esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_ReadRemoteExtendedFeatures esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_ReadRemoteFeatures esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_ReadRemoteVersion esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_ReadScoBdAddr esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_ReadScoDiscReason esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_ReadScoHandle esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_ReadScoPacketTypes esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_ReadTrustedMask esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_ReadTxPower esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_Recovery_Pre_State esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) +BTM_RegBusyLevelNotif esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_RegForEScoEvts esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_RegisterForDeviceStatusNotif esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) +BTM_RegisterForVSEvents esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +BTM_RemoteOobDataReply esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_RemoveEirService esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_RemoveSco esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_SecAddBleDevice esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SecAddBleKey esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SecAddDevice esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SecAddRmtNameNotifyCallback esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_SecBond esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SecBondByTransport esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SecBondCancel esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SecClearSecurityFlags esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SecDeleteDevice esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +BTM_SecDeleteRmtNameNotifyCallback esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_SecGetDeviceLinkKey esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_SecGetDeviceLinkKeyType esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +BTM_SecReadDevName esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SecRegister esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SecRegisterLinkKeyNotificationCallback esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_SecurityGrant esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SetBleDataLength esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +BTM_SetConnectability esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +BTM_SetDefaultLinkPolicy esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SetDefaultLinkSuperTout esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SetDeviceClass esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_SetDiscoverability esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +BTM_SetEScoMode esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_SetEncryption esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +BTM_SetInquiryMode esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +BTM_SetInquiryScanType esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +BTM_SetLinkPolicy esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_SetLinkSuperTout esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +BTM_SetLocalDeviceName esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +BTM_SetPageScanType esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +BTM_SetPairableMode esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SetPeriodicInquiryMode esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_SetPowerMode esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_SetQoS esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_SetScoPacketTypes esp-idf/bt/libbt.a(btm_sco.c.obj) +BTM_SetSecureConnectionsOnly esp-idf/bt/libbt.a(btm_sec.c.obj) +BTM_SetSecurityLevel esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +BTM_SetSsrParams esp-idf/bt/libbt.a(btm_pm.c.obj) +BTM_SetTraceLevel esp-idf/bt/libbt.a(btm_acl.c.obj) +BTM_StartInquiry esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_SwitchRole esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) +BTM_UpdateAddrInfor esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_UpdateBleDuplicateExceptionalList esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +BTM_UseLeLink esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_VendorHciEchoCmdCallback esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_VendorHciEchoCmdTest esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_VendorSpecificCommand esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) + esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +BTM_WriteEIR esp-idf/bt/libbt.a(btm_inq.c.obj) +BTM_WritePageTimeout esp-idf/bt/libbt.a(btm_devctl.c.obj) +BTM_WriteVoiceSettings esp-idf/bt/libbt.a(btm_devctl.c.obj) +BTU_BleAclPktSize esp-idf/bt/libbt.a(btu_init.c.obj) +BTU_ShutDown esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) +BTU_StartUp esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) +BT_BD_ANY esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +BT_init_rx_filters ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +BT_tx_8m_enable ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +BT_tx_if_init ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +BasicOFDMSched ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +CHANGE_CH_FREQ ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +CLASSIC_EVENT_MASK esp-idf/bt/libbt.a(controller.c.obj) +Cache_Flush_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +Cache_Read_Disable_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) +Cache_Read_Enable_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +CalConnectParamTimeout esp-idf/bt/libbt.a(l2c_ble.c.obj) +CanDoFreqCal ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +CurFreeSigIdx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +CurSigIdxToBeUse ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +DATA_RSSI_BEAR ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +DefFreqCalTimer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +DefFreqCalTimerCB ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ECC_CheckPointIsInElliCur_P256 esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +ECC_PointMult_Bin_NAF esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +ESP_EFUSE_ABS_DONE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ABS_DONE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC2_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC2_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC_VREF_AND_SDIO_DREF esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_CPU_FREQ_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_CPU_FREQ_RATED esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_VER_DIS_APP_CPU esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_VER_DIS_BT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_VER_PKG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_CHIP_VER_REV1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_CHIP_VER_REV2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_CONSOLE_DEBUG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_DISABLE_DL_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_DL_DECRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_DL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ENCRYPT_CONFIG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ENCRYPT_FLASH_KEY esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_MAC_CUSTOM esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +ESP_EFUSE_MAC_CUSTOM_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +ESP_EFUSE_MAC_CUSTOM_VER esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +ESP_EFUSE_MAC_FACTORY esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +ESP_EFUSE_MAC_FACTORY_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +ESP_EFUSE_RD_DIS_BLK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +ESP_EFUSE_RD_DIS_BLK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +ESP_EFUSE_RD_DIS_BLK3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +ESP_EFUSE_SDIO_FORCE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SDIO_TIEH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_UART_DOWNLOAD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_WR_DIS_BLK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +ESP_EFUSE_WR_DIS_BLK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +ESP_EFUSE_WR_DIS_BLK3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +ESP_EFUSE_WR_DIS_EFUSE_RD_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_XPD_SDIO_REG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ETH_EVENT esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +ET_Broadcast_bssid ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +ET_Multicast_bssid ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +FreqCalCntForScan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +GAP_BleAttrDBUpdate esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +GAP_BleCancelReadPeerDevName esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +GAP_BleReadPeerAddressResolutionCap esp-idf/bt/libbt.a(gap_ble.c.obj) +GAP_BleReadPeerDevName esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +GAP_BleReadPeerPrefConnParams esp-idf/bt/libbt.a(gap_ble.c.obj) +GAP_Deinit esp-idf/bt/libbt.a(gap_api.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) +GAP_Init esp-idf/bt/libbt.a(gap_api.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) +GAP_SetTraceLevel esp-idf/bt/libbt.a(gap_api.c.obj) +GATTC_ConfigureMTU esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +GATTC_Discover esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +GATTC_ExecuteWrite esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +GATTC_Read esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GATTC_SendHandleValueConfirm esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +GATTC_Write esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) +GATTS_AddCharDescriptor esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) +GATTS_AddCharacteristic esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GATTS_AddHandleRange esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +GATTS_AddIncludeService esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +GATTS_CreateService esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GATTS_DeleteService esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +GATTS_GetAttributeValue esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) +GATTS_HandleValueIndication esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +GATTS_HandleValueNotification esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +GATTS_NVRegister esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +GATTS_SendRsp esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GATTS_SetAttributeValue esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) +GATTS_StartService esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GATTS_StopService esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +GATT_CancelConnect esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GATT_ConfigServiceChangeCCC esp-idf/bt/libbt.a(gatt_attr.c.obj) +GATT_Connect esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GATT_Deregister esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +GATT_Disconnect esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GATT_GetConnIdIfConnected esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GATT_GetConnectionInfor esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) +GATT_Listen esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +GATT_Register esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GATT_SendServiceChangeIndication esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +GATT_SetIdleTimeout esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +GATT_SetTraceLevel esp-idf/bt/libbt.a(gatt_api.c.obj) +GATT_StartIf esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +GPIO esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +GPIO_HOLD_MASK esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +GPIO_PIN_MUX_REG esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +GetAccess ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +HighestFreqOffsetInOneChk ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +I2S0 esp-idf/hal/libhal.a(i2s_hal.c.obj) +I2S1 esp-idf/hal/libhal.a(i2s_hal.c.obj) +IP_EVENT esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_event/libesp_event.a(event_send.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +KISS_Deal_with ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +KISS_Find_channel ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +KISS_Find_channel_direct ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +KISS_Find_channel_end ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +KISS_Find_channel_trans ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +KISS_Free_Glob_Diret ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +KISS_Free_Glob_Trans ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +KISS_Free_guide_glob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +KISS_Init_Glob_Diret ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +KISS_Init_Glob_Trans ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +KISS_Init_guide_glob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +KissRes_ht20_timer ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +L2CA_CancelBleConnectReq esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +L2CA_CheckIsCongest esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +L2CA_ConnectFixedChnl esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +L2CA_ConnectLECocReq esp-idf/bt/libbt.a(l2c_api.c.obj) +L2CA_ConnectLECocRsp esp-idf/bt/libbt.a(l2c_api.c.obj) +L2CA_DeregisterLECoc esp-idf/bt/libbt.a(l2c_api.c.obj) +L2CA_EnableUpdateBleConnParams esp-idf/bt/libbt.a(l2c_ble.c.obj) +L2CA_FlushChannel esp-idf/bt/libbt.a(l2c_api.c.obj) +L2CA_GetBDAddrbyHandle esp-idf/bt/libbt.a(l2c_api.c.obj) +L2CA_GetBleConnRole esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) +L2CA_GetCurFreePktBufferNum_LE esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) +L2CA_GetDisconnectReason esp-idf/bt/libbt.a(l2c_ble.c.obj) +L2CA_GetFreePktBufferNum_LE esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) +L2CA_GetIdentifiers esp-idf/bt/libbt.a(l2c_api.c.obj) +L2CA_GetPeerFeatures esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +L2CA_GetPeerLECocConfig esp-idf/bt/libbt.a(l2c_api.c.obj) +L2CA_RegisterFixedChannel esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +L2CA_RegisterLECoc esp-idf/bt/libbt.a(l2c_api.c.obj) +L2CA_RemoveFixedChnl esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +L2CA_SendFixedChnlData esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(att_protocol.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) +L2CA_SetChnlFlushability esp-idf/bt/libbt.a(l2c_api.c.obj) +L2CA_SetDesireRole esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +L2CA_SetFixedChannelTout esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +L2CA_SetIdleTimeout esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +L2CA_SetIdleTimeoutByBdAddr esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +L2CA_SetTraceLevel esp-idf/bt/libbt.a(l2c_api.c.obj) +L2CA_UpdateBleConnParams esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +LLM_AA_CT1 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +LLM_AA_CT2 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +LM_Sniff /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) +LowestFreqOffsetInOneChk ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +MESH_EVENT esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) +MQTT_EVENTS esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +MultiplyBigHexModP256 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) +NoiseTimerInterval ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +RC_GetAckRate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) +RC_GetAckTime ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +RC_GetBlockAckTime ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +RC_GetCtsTime ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +RC_GetRtsRate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) +RC_SetBasicRate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +RFChannelSel ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) +RSSI_BEAR ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +RSSI_MIN ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +RTCCNTL esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +RTCIO esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +Restart_delay_timer ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +RxNodeNum ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +SCAN_CHANNEL_SELECT_CONFIG /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +SCO_HOST_BUFFER_SIZE esp-idf/bt/libbt.a(controller.c.obj) +SC_EVENT esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) +SC_TAG ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +SC_VERSION ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +SENS esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(dac.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/hal/libhal.a(dac_hal.c.obj) + esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +SMP_ConfirmReply esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +SMP_CreateLocalSecureConnectionsOobData esp-idf/bt/libbt.a(smp_api.c.obj) +SMP_Encrypt esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(smp_cmac.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +SMP_Free esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +SMP_Init esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +SMP_KeypressNotification esp-idf/bt/libbt.a(smp_api.c.obj) +SMP_OobDataReply esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +SMP_Pair esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +SMP_PairCancel esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +SMP_PasskeyReply esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +SMP_Register esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +SMP_SecureConnectionOobDataReply esp-idf/bt/libbt.a(smp_api.c.obj) +SMP_SecurityGrant esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +SMP_SetStaticPasskey esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +SMP_SetTraceLevel esp-idf/bt/libbt.a(smp_api.c.obj) +SPI0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) +SPI1 esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SPI2 esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +SPI3 esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +SYSCON esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +SigInMacISR ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +SigSpaceFree ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +SigSpaceMalloc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +SnifGlob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +SubtractBigHexMod256 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) +TASK_DESC_LLD /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +TIMERG0 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +TIMERG1 esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +TOUCH_Deal_with ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +TOUCH_Find_sync_ht20 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +TOUCH_Find_sync_ht40 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +TOUCH_Free_glob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +TOUCH_Free_guide_glob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +TOUCH_Init_glob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +TOUCH_Init_guide_glob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +TOUCH_v2_free_glob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +TOUCH_v2_init_glob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +TRC_AMPDU_PER_DOWN_THRESHOLD ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +TRC_AMPDU_PER_UP_THRESHOLD ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +TRC_PER_IS_GOOD ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +TestStaFreqCalValInput ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +TmpSTAAPCloseAP ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +TouchRestart_ht20_timer ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +TouchRestart_ht40_timer ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +TouchUdpTimer ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +TxNodeNum ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +TxRxCxt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +UART0 esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +UART1 esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) +UART2 esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) +VolToPart esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +WIFI_EVENT esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_event/libesp_event.a(event_send.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +WIFI_MESH_EVENT ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +Xthal_intlevel ../esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +_Balloc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +_Bfree /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +_C_numeric_locale /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +_DebugExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_DoubleExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_ITM_deregisterTMCloneTable /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o +_ITM_registerTMCloneTable /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o +_KernelExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level2Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level3Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level4Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level5Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_NMIExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_PathLocale /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) +_UserExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowOverflow12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowOverflow4 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowOverflow8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowUnderflow12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowUnderflow4 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowUnderflow8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Z17__frame_state_forPvP11frame_state esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +_ZN10__cxxabiv111__terminateEPFvvE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +_ZN10__cxxabiv112__unexpectedEPFvvE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +_ZN10__cxxabiv117__class_type_infoD0Ev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) +_ZN10__cxxabiv117__class_type_infoD1Ev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) +_ZN10__cxxabiv117__class_type_infoD2Ev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) +_ZN10__cxxabiv119__terminate_handlerE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +_ZN10__cxxabiv120__si_class_type_infoD0Ev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) +_ZN10__cxxabiv120__si_class_type_infoD1Ev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) +_ZN10__cxxabiv120__si_class_type_infoD2Ev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) +_ZN10__cxxabiv120__unexpected_handlerE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +_ZN11WL_Ext_Perf11erase_rangeEjj esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_Perf11sector_sizeEv esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_Perf12erase_sectorEj esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_Perf16erase_sector_fitEjj esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) +_ZN11WL_Ext_Perf4initEv esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_Perf6configEP11WL_Config_sP12Flash_Access esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_Perf9chip_sizeEv esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) +_ZN11WL_Ext_PerfC1Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) +_ZN11WL_Ext_PerfC2Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_PerfD0Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) +_ZN11WL_Ext_PerfD1Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) +_ZN11WL_Ext_PerfD2Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_Safe16erase_sector_fitEjj esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_Safe4initEv esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_Safe6configEP11WL_Config_sP12Flash_Access esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_Safe7recoverEv esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_Safe9chip_sizeEv esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_SafeC1Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) +_ZN11WL_Ext_SafeC2Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_SafeD0Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_SafeD1Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN11WL_Ext_SafeD2Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN12Flash_Access5flushEv esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZN14NVSHandleEntry17s_nvs_next_handleE esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs11PageManager12activatePageEv esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +_ZN3nvs11PageManager14requestNewPageEv esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs11PageManager4loadEPNS_9PartitionEjj esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs11PageManager9fillStatsER11nvs_stats_t esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs12NVSPartition11erase_rangeEjj esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartition11get_addressEv esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartition18get_partition_nameEv esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartition4readEjPvj esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartition5writeEjPKvj esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartition8get_sizeEv esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartition8read_rawEjPvj esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartition9write_rawEjPKvj esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartitionC1EPK15esp_partition_t esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs12NVSPartitionC2EPK15esp_partition_t esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartitionD0Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartitionD1Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs12NVSPartitionD2Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZN3nvs15NVSHandleSimple10erase_itemEPKc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple10get_stringEPKcPcj esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple20get_used_entry_countERj esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple22calcEntriesInNamespaceERj esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple6commitEv esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple8get_blobEPKcPvj esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple9debugDumpEv esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple9erase_allEv esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple9fillStatsER11nvs_stats_t esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple9findEntryEP21nvs_opaque_iterator_tPKc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimple9nextEntryEP21nvs_opaque_iterator_t esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimpleD0Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimpleD1Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs15NVSHandleSimpleD2Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEjj esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs19NVSPartitionManager12get_instanceEv esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs19NVSPartitionManager14init_partitionEPKc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs19NVSPartitionManager16deinit_partitionEPKc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs19NVSPartitionManager17open_handles_sizeEv esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs19NVSPartitionManager8instanceE esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZN3nvs19NVSPartitionManagerD0Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZN3nvs19NVSPartitionManagerD1Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZN3nvs19NVSPartitionManagerD2Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZN3nvs4Item14calculateCrc32EPKhj esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Lock10mSemaphoreE esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs4Page10initializeEv esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page10setVersionEh esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page10writeEntryERKNS_4ItemE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page11calcEntriesER11nvs_stats_t esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +_ZN3nvs4Page11markFreeingEv esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +_ZN3nvs4Page12setSeqNumberEj esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +_ZN3nvs4Page14alterPageStateENS0_9PageStateE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page14writeEntryDataEPKhj esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page15mLoadEntryTableEv esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page15pageStateToNameENS0_9PageStateE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page17eraseEntryAndSpanEj esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page20updateFirstUsedEntryEjj esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page4loadEPNS_9PartitionEj esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +_ZN3nvs4Page5eraseEv esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +_ZN3nvs4Page6Header14calculateCrc32Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs4Page8findItemEhNS_8ItemTypeEPKchNS_9VerOffsetE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs4Page8markFullEv esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs4Page9copyItemsERS0_ esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +_ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs4PageC1Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +_ZN3nvs4PageC2Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs7Storage14eraseNamespaceEh esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs7Storage15clearNamespacesEv esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs7Storage17readMultiPageBlobEhPKcPvj esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZN3nvs7Storage22calcEntriesInNamespaceEhRj esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs7Storage4initEjj esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs7Storage9debugDumpEv esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs7Storage9fillStatsER11nvs_stats_t esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +_ZN3nvs7StorageD1Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZN3nvs7StorageD2Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs8HashList13HashListBlockC1Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +_ZN3nvs8HashList13HashListBlockC2Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +_ZN3nvs8HashList4findEjRKNS_4ItemE esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs8HashList5clearEv esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs8HashList5eraseEjb esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs8HashList6insertERKNS_4ItemEj esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs8HashListC1Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZN3nvs8HashListC2Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +_ZN3nvs8HashListD1Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZN3nvs8HashListD2Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +_ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8get_itemIiEEiPKcRT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8get_itemIjEEiPKcRT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8set_itemIiEEiPKcT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8set_itemIjEEiPKcT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8set_itemItEEiPKcT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZN5crc328crc32_leEjPKhj esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_Flash10fillOkBuffEi esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_Flash10recoverPosEv esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_Flash11erase_rangeEjj esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN8WL_Flash11sector_sizeEv esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN8WL_Flash11updateV1_V2Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_Flash12erase_sectorEj esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN8WL_Flash12initSectionsEv esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_Flash13updateVersionEv esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_Flash4initEv esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) +_ZN8WL_Flash4readEjPvj esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN8WL_Flash5flushEv esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN8WL_Flash5writeEjPKvj esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN8WL_Flash6configEP11WL_Config_sP12Flash_Access esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) +_ZN8WL_Flash7get_cfgEv esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_Flash7get_drvEv esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) +_ZN8WL_Flash8calcAddrEj esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_Flash8updateWLEv esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_Flash9OkBuffSetEi esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_Flash9chip_sizeEv esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZN8WL_FlashC1Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_FlashC2Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) +_ZN8WL_FlashD0Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_FlashD1Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZN8WL_FlashD2Ev esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) +_ZN9Partition11erase_rangeEjj esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZN9Partition11sector_sizeEv esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZN9Partition12erase_sectorEj esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZN9Partition4readEjPvj esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZN9Partition5writeEjPKvj esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZN9Partition9chip_sizeEv esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZN9PartitionC1EPK15esp_partition_t esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) +_ZN9PartitionC2EPK15esp_partition_t esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZN9PartitionD0Ev esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZN9PartitionD1Ev esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZN9PartitionD2Ev esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) +_ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) +_ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) +_ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) +_ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) +_ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) +_ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) +_ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) +_ZNK3nvs15NVSHandleSimple18get_partition_nameEv esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZNK3nvs4Item14calculateCrc32Ev esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZNK3nvs4Item26calculateCrc32WithoutValueEv esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +_ZNK3nvs4Page12getSeqNumberERj esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +_ZNK3nvs4Page18getVarDataTailroomEv esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZNK3nvs4Page9debugDumpEv esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZNK3nvs4Page9readEntryEjRNS_4ItemE esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZNK3nvs7Storage7isValidEv esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZNKSt9type_info10__do_catchEPKS_PPvj /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) +_ZNKSt9type_info11__do_upcastEPKN10__cxxabiv117__class_type_infoEPPv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) +_ZNKSt9type_info14__is_pointer_pEv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) +_ZNKSt9type_info15__is_function_pEv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) +_ZNSt9type_infoD0Ev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) +_ZNSt9type_infoD1Ev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) +_ZNSt9type_infoD2Ev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) +_ZSt10unexpectedv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +_ZSt13get_terminatev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +_ZSt13set_terminatePFvvE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +_ZSt14get_unexpectedv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +_ZSt14set_unexpectedPFvvE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +_ZSt15get_new_handlerv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +_ZSt15set_new_handlerPFvvE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) +_ZSt18uncaught_exceptionv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) +_ZSt19uncaught_exceptionsv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) +_ZSt7nothrow /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_handler.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZSt9terminatev /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_unex_handler.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +_ZTISt9bad_alloc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +_ZTISt9exception /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +_ZTSSt9bad_alloc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +_ZTSSt9exception /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +_ZTV11WL_Ext_Perf esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) +_ZTV11WL_Ext_Safe esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) +_ZTV8WL_Flash esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) +_ZTV9Partition esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) +_ZTVN10__cxxabiv117__class_type_infoE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +_ZTVN10__cxxabiv120__si_class_type_infoE /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +_ZTVN3nvs12NVSPartitionE esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +_ZTVN3nvs15NVSHandleSimpleE esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZTVN3nvs19NVSPartitionManagerE esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +_ZTVSt9type_info /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) +_ZdaPv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +_ZdlPv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_opv.o) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +_ZdlPvj /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_ops.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) +_ZnajRKSt9nothrow_t /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +_ZnwjRKSt9nothrow_t /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opvnt.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +__DTOR_END__ /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o +__TMC_END__ /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtend.o + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o +__adddf3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__any_on /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) +__ascii_mbtowc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) +__ascii_wctomb /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) +__assert esp-idf/newlib/libnewlib.a(assert.c.obj) +__assert_func esp-idf/newlib/libnewlib.a(assert.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/bt/libbt.a(interop.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(controller.c.obj) + esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp32/libesp32.a(hw_random.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +__b2d /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) +__bswapsi2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_bswapsi2.o) + esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +__copybits /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__cvt /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) +__cxa_begin_catch /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +__cxa_end_catch /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +__cxa_get_exception_ptr /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) +__cxa_get_globals /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) +__cxa_get_globals_fast /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) +__cxa_guard_abort esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_acquire esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_dummy esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_release esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxx_eh_arena_size_get esp-idf/esp_system/libesp_system.a(startup.c.obj) +__d2b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__default_global_locale /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) +__divdf3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdf3.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +__divdi3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divdi3.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +__divsf3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_divsf3.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) +__dso_handle /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o +__env_lock /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) +__env_lock_object esp-idf/newlib/libnewlib.a(locks.c.obj) +__env_unlock /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) +__eqdf2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) +__errno /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +__exponent /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) +__extendsfdf2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_extendsfdf2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) +__fixdfdi /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfdi.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +__fixdfsi /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixdfsi.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) +__fixunsdfdi /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfdi.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +__fixunsdfsi /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_fixunsdfsi.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__floatdidf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +__floatdisf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) +__floatsidf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +__floatundidf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdidf.o) +__floatundisf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatdisf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +__floatunsidf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_floatsidf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + esp-idf/driver/libdriver.a(i2s.c.obj) +__fp_lock_all /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__fp_unlock_all /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__gedf2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + esp-idf/json/libjson.a(cJSON.c.obj) +__gethex /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__getreent esp-idf/freertos/libfreertos.a(tasks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-errno.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +__gettzinfo /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gettzinfo.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) +__global_locale_ptr /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__gtdf2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) +__hexdig_fun /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) +__hexnan /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__hi0bits /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) +__hide_aliasing_typecast esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +__i2b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__init_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) +__init_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) +__itoa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) +__ledf2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + esp-idf/json/libjson.a(cJSON.c.obj) +__lo0bits /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) +__locale_mb_cur_max /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) +__localeconv_l /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) +__lock___arc4random_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___at_quick_exit_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___atexit_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___dd_hash_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___env_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) +__lock___malloc_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___sfp_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__lock___sinit_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__lock___tz_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) +__lshift /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__ltdf2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) +__match /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-hexnan.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__mcmp /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__mdiff /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__moddi3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_moddi3.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +__month_lengths /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-month_lengths.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) +__mprec_bigtens /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__mprec_tens /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__mprec_tinytens /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) +__muldf3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_muldf3.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +__multadd /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) +__multiply /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__nedf2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) +__numeric_load_locale /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lnumeric.o) +__popcountsi2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_popcountsi2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__pow5mult /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__ratio /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__retarget_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) +__retarget_lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +__retarget_lock_close esp-idf/newlib/libnewlib.a(locks.c.obj) +__retarget_lock_close_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +__retarget_lock_init esp-idf/newlib/libnewlib.a(locks.c.obj) +__retarget_lock_init_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__retarget_lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) +__retarget_lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-envlock.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +__retarget_lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) +__retarget_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) +__s2b /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__sccl /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sccl.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) +__sclose /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__seofread /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) +__sf_fake_stderr /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +__sf_fake_stdin /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +__sf_fake_stdout /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +__sflags /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-flags.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) +__sflush_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +__sfmoreglue /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__sfp /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) +__sfp_lock esp-idf/newlib/libnewlib.a(locks.c.obj) +__sfp_lock_acquire /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +__sfp_lock_release /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +__sfputs_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) +__sfvwrite_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) +__sinit /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +__sinit_lock esp-idf/newlib/libnewlib.a(locks.c.obj) +__sinit_lock_acquire /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__sinit_lock_release /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__smakebuf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) +__sprint_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) +__sread /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__srefill_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) +__sseek /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__ssprint_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) +__ssputs_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) +__ssrefill_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) +__ssvfiscanf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) +__ssvfscanf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) +__subdf3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_addsubdf3.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) +__submore /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) +__swbuf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) +__swbuf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) +__swhatbuf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) +__swrite /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +__swsetup_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) +__truncdfsf2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_truncdfsf2.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + esp-idf/driver/libdriver.a(i2s.c.obj) +__tz_lock /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) +__tz_lock_object esp-idf/newlib/libnewlib.a(locks.c.obj) +__tz_unlock /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzlock.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) +__tzcalc_limits /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzcalc_limits.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) +__udivdi3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_udivdi3.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +__ulp /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +__umoddi3 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_umoddi3.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +__unorddf2 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/libgcc.a(_cmpdf2.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + esp-idf/json/libjson.a(cJSON.c.obj) +__utoa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) +__wpa_send_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +__wrap__Unwind_Backtrace esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_DeleteException esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_catch.o) +__wrap__Unwind_FindEnclosingFunction esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_Find_FDE esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_ForcedUnwind esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetCFA esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetDataRelBase esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetGR esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetIP esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetIPInfo esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetLanguageSpecificData esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetRegionStart esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetTextRelBase esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_RaiseException esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_Resume esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +__wrap__Unwind_Resume_or_Rethrow esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_SetEnableExceptionFdeSorting esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_SetGR esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_SetIP esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___cxa_call_unexpected esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) +__wrap___deregister_frame esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___deregister_frame_info esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o +__wrap___deregister_frame_info_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___gxx_personality_v0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) +__wrap___register_frame esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crtbegin.o +__wrap___register_frame_info_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info_table esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info_table_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_table esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +_asiprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) +_asprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) +_atoi_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) +_binary_phy_multiple_init_data_bin_end esp-idf/esp_wifi/libesp_wifi.a(phy_multiple_init_data.bin.S.obj) +_binary_phy_multiple_init_data_bin_start esp-idf/esp_wifi/libesp_wifi.a(phy_multiple_init_data.bin.S.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +_bss_end esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_bss_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_bt_bss_end esp-idf/bt/libbt.a(bt.c.obj) +_bt_bss_start esp-idf/bt/libbt.a(bt.c.obj) +_bt_data_end esp-idf/bt/libbt.a(bt.c.obj) +_bt_data_start esp-idf/bt/libbt.a(bt.c.obj) +_btc_storage_compare_address_key_value esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +_btdm_bss_end esp-idf/bt/libbt.a(bt.c.obj) +_btdm_bss_start esp-idf/bt/libbt.a(bt.c.obj) +_btdm_data_end esp-idf/bt/libbt.a(bt.c.obj) +_btdm_data_start esp-idf/bt/libbt.a(bt.c.obj) +_calloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_cleanup /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +_cleanup_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) +_close_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_cnx_start_connect_without_scan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +_ctype_ /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ctype_.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +_data_end_btdm esp-idf/bt/libbt.a(bt.c.obj) +_data_start esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) +_data_start_btdm esp-idf/bt/libbt.a(bt.c.obj) +_data_start_btdm_rom esp-idf/bt/libbt.a(bt.c.obj) +_daylight /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) +_do_wifi_start ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +_do_wifi_stop ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +_dtoa_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) +_esp_error_check_failed esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +_esp_error_check_failed_without_abort esp-idf/esp_common/libesp_common.a(esp_err.c.obj) +_esp_system_init_fn_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) +_esp_system_init_fn_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) +_esp_wifi_clear_default_wifi_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +_esp_wifi_set_default_wifi_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +_exit esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_fclose_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +_fcntl_r esp-idf/vfs/libvfs.a(vfs.c.obj) +_fflush_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wbuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) +_fgets_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) +_findenv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) +_findenv_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) +_fini /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crti.o +_flash_rodata_align esp-idf/freertos/libfreertos.a(port.c.obj) +_flash_rodata_start esp-idf/freertos/libfreertos.a(port.c.obj) +_fopen_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) +_fputs_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) +_fread_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) +_free_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wsetup.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_frxt_dispatch esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_frxt_int_enter esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_frxt_int_exit esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_frxt_setup_switch esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_frxt_task_coproc_state esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +_frxt_tick_timer_init esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_frxt_timer_int esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_fseek_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) +_fseeko_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) +_fstat_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_ftell_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) +_ftello_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) +_fwalk /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) +_fwalk_reent /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwalk.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) +_fwrite_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) +_g_esp_netif_inherent_ap_config esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +_g_esp_netif_inherent_eth_config esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +_g_esp_netif_inherent_ppp_config esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) +_g_esp_netif_inherent_slip_config esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) +_g_esp_netif_inherent_sta_config esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +_g_esp_netif_netstack_default_eth esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +_g_esp_netif_netstack_default_ppp esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +_g_esp_netif_netstack_default_wifi_ap esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +_g_esp_netif_netstack_default_wifi_sta esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +_g_esp_netif_soft_ap_ip esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) +_getenv_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) +_getpid_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_global_impure_ptr /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-impure.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +_heap_start esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) +_init /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/no-rtti/crti.o +_invalid_pc_placeholder esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +_iprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) +_iram_end esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) +_iram_start esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) +_isatty_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) +_kill_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_link_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_localeconv_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) +_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +_lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +_lock_close esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_lock_close_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_lock_init esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_lock_init_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +_lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +_lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_lseek_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_malloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-makebuf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_mbtowc_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mbtowc_r.o) +_mdns_disable_pcb esp-idf/mdns/libmdns.a(mdns.c.obj) +_mdns_enable_pcb esp-idf/mdns/libmdns.a(mdns.c.obj) +_mdns_get_esp_netif esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) +_mdns_pcb_deinit esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) +_mdns_pcb_init esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) +_mdns_send_rx_action esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) +_mdns_server esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) +_mdns_udp_pcb_write esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) +_mesh_check_roots_gone ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_check_window_close_expire ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_check_window_open_expire ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_find_root_competitor ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +_mesh_remove_gone ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_reset_window_open_time ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_num_reach_max ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_announce ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_conflict_table ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_fixed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_gone ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_stop ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_yield ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_set_flag_roots_found ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_timer_process_announce ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_timer_process_conflict_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_timer_process_fixed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_timer_process_gone ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_timer_process_yield ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mprec_log10 /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) +_nimble_bss_end esp-idf/bt/libbt.a(bt.c.obj) +_nimble_bss_start esp-idf/bt/libbt.a(bt.c.obj) +_nimble_data_end esp-idf/bt/libbt.a(bt.c.obj) +_nimble_data_start esp-idf/bt/libbt.a(bt.c.obj) +_open_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_print_roots_count ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_printf_common /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) +_printf_float /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_printf_i /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) +_printf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) +_putc_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) +_putchar_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) +_puts_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) +_raise_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_read_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_read_r_console esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_realloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_reclaim_reent /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +_rename_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_rtc_bss_end esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_bss_start esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_force_fast_end esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) +_sbrk_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_scanf_chars /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) +_scanf_float /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_scanf_i /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) +_setenv_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) +_setlocale_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) +_siprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) +_siscanf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) +_sniprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) +_snprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) +_sprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) +_sscanf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) +_start /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o +_stat_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_strdup_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) +_strerror_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) +_strndup_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) +_strtod_l /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +_strtod_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) +_strtol_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) +_strtoul_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) +_sungetc_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) +_svfiprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) +_svfprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) +_system_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_thread_local_end esp-idf/freertos/libfreertos.a(port.c.obj) +_thread_local_start esp-idf/freertos/libfreertos.a(port.c.obj) +_times_r esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_timezone /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) +_tzname /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzvars.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) +_tzset_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) +_tzset_unlocked /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) +_tzset_unlocked_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) +_ungetc_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) +_unlink_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_unsetenv_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) +_user_strerror /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-u_strerr.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) +_vasiprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) +_vasprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) +_vector_table esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_vfiprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) +_vfprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) +_viprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) +_vprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) +_vsniprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) +_vsnprintf_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) +_wctomb_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-wctomb_r.o) +_wifi_vnd_ext_mesh_roots_free ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_wifi_vnd_ext_mesh_roots_malloc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_write_r esp-idf/vfs/libvfs.a(vfs.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_write_r_console esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_xt_alloca_exc esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_context_restore esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) +_xt_context_save esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) +_xt_coproc_init esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_xt_coproc_owner_sa esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +_xt_coproc_release esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_xt_coproc_restorecs esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_coproc_sa_offset esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +_xt_coproc_savecs esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +_xt_exception_table esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +_xt_interrupt_table esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +_xt_medint2_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_medint3_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_nmi esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) +_xt_panic esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_tick_divisor esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +_xt_tick_divisor_init esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_xt_user_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_xtos_set_intlevel esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +abort esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_term_handler.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_terminate.o) + esp-idf/hal/libhal.a(sha_hal.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +abort_expect_void esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +abort_expect_void_and_return esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +access esp-idf/vfs/libvfs.a(vfs.c.obj) +adc1_amp_read ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +adc1_amp_read_full ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +adc1_config_channel_atten esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc1_config_width esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_dma_mode_acquire esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +adc1_get_raw esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_get_voltage esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_lock_release esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +adc1_pad_get_io_num esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_pad_init ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +adc1_read ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +adc1_read_test ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +adc1_rtc_mode_acquire esp-idf/driver/libdriver.a(adc_common.c.obj) +adc1_ulp_enable esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_config_channel_atten esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_get_raw esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_pad_get_io_num esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_pad_init ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +adc2_read ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +adc2_read_test ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +adc2_vref_to_gpio esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_wifi_acquire esp-idf/driver/libdriver.a(adc_common.c.obj) +adc2_wifi_release esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_ana_conf_org ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +adc_channel_io_map esp-idf/soc/libsoc.a(adc_periph.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_digi_controller_config esp-idf/driver/libdriver.a(adc.c.obj) +adc_digi_deinit esp-idf/driver/libdriver.a(adc.c.obj) +adc_digi_init esp-idf/driver/libdriver.a(adc.c.obj) +adc_gpio_init esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_convert esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_hal_digi_controller_config esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_digi_deinit esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_hall_convert esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_hal_init esp-idf/hal/libhal.a(adc_hal.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) +adc_i2s_mode_init esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +adc_pad_init ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +adc_pad_int ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +adc_power_acquire esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) +adc_power_off esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_power_on esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_power_release esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) +adc_set_clk_div esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_set_data_inv esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_set_data_width esp-idf/driver/libdriver.a(adc_common.c.obj) +adc_set_i2s_data_source esp-idf/driver/libdriver.a(adc.c.obj) +adc_vref_to_gpio esp-idf/driver/libdriver.a(adc_common.c.obj) +addba_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +adjtime esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +adv_data_sem esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +adv_data_status esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +adv_enable_sem esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +adv_enable_status esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +adv_param_sem esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +adv_param_status esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +aes_128_cbc_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_128_cbc_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_128_ctr_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +aes_cbc_decrypt esp-idf/bt/libbt.a(aes.c.obj) +aes_cbc_encrypt esp-idf/bt/libbt.a(aes.c.obj) +aes_ccm_ad esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +aes_ccm_ae esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +aes_cipher_msg_auth_code esp-idf/bt/libbt.a(smp_cmac.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +aes_ctr_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +aes_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_decrypt_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_decrypt_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_encrypt_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_encrypt_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_hal_setkey esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_hal_transform_block esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_set_key esp-idf/bt/libbt.a(aes.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +aes_unwrap esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_wrap esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +agc_reg_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ampdu_alloc_rx_ba_index ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch_all ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch_as_many_as_possible ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch_movement ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch_upto ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_free_rx_ba_index ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +analog_gain_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ant_btrx_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ant_bttx_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ant_dft_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ant_wifirx_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ant_wifitx_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ap_no_lr ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ap_rx_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ap_rxcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +app_main esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +appl_trace_level esp-idf/bt/libbt.a(bta_sys_main.c.obj) +asctime /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +asctime_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) +asiprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) +asprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asprintf.o) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +assoc_ie_buf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +at_a2dp_dec_task_shut_down ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +at_a2dp_dec_task_start_up ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +at_ap_sta_list ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_approve_light_sleep ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_ble_conn_cb_init ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_ble_process_dev_filter ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_ble_send_data ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_ble_tx_power_get ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_ble_tx_power_set ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_blufi_send_wifi_conn_report ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_bt_a2dp_reset_param ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_bt_send_data ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +at_bt_spp_reset_param ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_check_ps_mode_is_none ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_cmd_parse ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_cmd_process ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_conn_wpa2_enterprise ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +at_current_is_sendex_mode ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_custom_init esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +at_data_is_same_char ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_deinit_ble ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_deinit_bt ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_deinit_wifi ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_disapprove_light_sleep ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_eap_boot_start_fun ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +at_eth_get_sta_state ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_event_status_group ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_exeBleEncClear ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_exeBtEncClear ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_exeCmdBleAdvStart ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_exeCmdBleAdvStop ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_exeCmdBleDisConn ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_exeCmdBleSpp ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_exeCmdBleSrvStart ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_exeCmdBleSrvStop ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_exeCmdBlesCreSrv ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_exeCmdBtSppSend ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +at_exeCmdBtSppStart ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +at_exe_cmd_cwlif ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_get_ble_init_mode ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_get_ble_init_status ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_get_blufi_ble_conn_status ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_get_blufi_init_status ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_get_blufi_sta_status ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_get_blufi_wifi_bssid ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_get_blufi_wifi_ssid ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_get_bt_init_status ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_get_cipsendl_port_recv_length ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_get_cipsendl_report_size ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_get_cipsendl_trans_size ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_get_dhcp_status ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_get_echo_flag ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_get_hid_init_status ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_get_netconn_max_num ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_get_pki_count ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_get_pki_data ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) +at_get_pki_item_data ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_get_pki_item_length ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) +at_get_pki_partition_name ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_get_sys_msg ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_get_syslog_flag ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) +at_get_transmission_mode ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_get_transmit_reconnect_interval ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_get_wifi_poweron_autoconn ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_handle_restart ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_handle_result_code ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_hostname_to_ipaddr ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) +at_interface_init esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +at_ipv4_addr_is_valid ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_ipv6_is_enable ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_ipv6_set ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_is_transmission_send_mode ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_is_ultra_send_mode ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_is_waiting_data_to_send ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_netconn_init ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_nvm_ap_type_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_nvm_ap_type_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +at_nvm_ble_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_nvm_ble_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_nvm_ble_hid_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +at_nvm_ble_hid_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +at_nvm_blufi_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_nvm_blufi_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_nvm_bt_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_nvm_bt_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_nvm_dhcp_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_nvm_dhcp_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_dhcps_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_nvm_dhcps_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_nvm_dns_server_erase ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_dns_server_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_dns_server_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_eap_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +at_nvm_eap_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +at_nvm_ethernet_ip_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_nvm_ethernet_ip_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_nvm_ethernet_mac_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_nvm_ethernet_mac_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_nvm_ipv6_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_ipv6_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_restore ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_nvm_sockopt_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_sockopt_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_softap_ip_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_softap_ip_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_softap_mac_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_softap_mac_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_ssl_client_conf_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_ssl_client_conf_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_ssl_client_conf_update ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_station_ip_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_station_ip_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_station_mac_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_station_mac_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_sys_msg_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_nvm_sys_msg_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_nvm_trans_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_trans_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_transmit_reconnect_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_transmit_reconnect_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_nvm_wifi_autoconn_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_nvm_wifi_autoconn_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_nvm_wifi_reconn_config_get ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_nvm_wifi_reconn_config_set ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_port_print ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_pre_deepsleep_callback esp-idf/main/libmain.a(at_uart_task.c.obj) +at_pre_restart_callback esp-idf/main/libmain.a(at_uart_task.c.obj) +at_process_queue ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_queryBleEncDev ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryBleHidName ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +at_queryBleSecParam ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryBleSetKey ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryBtEncDev ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_queryCmdBLeSacnRspData ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBLeScanParam ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleAddr ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleAdvData ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleAdvDataEx ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleAdvParam ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleCfgMtu ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleConn ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleConnParam ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleGattsChar ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleGattsSrv ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleName ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBleSppCfg ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_queryCmdBtA2dpConn ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +at_queryCmdBtA2dpInit ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +at_queryCmdBtA2dpSrc ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +at_queryCmdBtInit ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_queryCmdBtName ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_queryCmdBtPower ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_queryCmdBtScanMode ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_queryCmdBtSecParam ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_queryCmdBtSppConn ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +at_queryCmdBtSppInit ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +at_query_cmd_cehostname ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_query_cmd_cipeth ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_query_cmd_cipethmac ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_query_cmd_ciprecvlen ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_query_cmd_join_eap ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +at_query_cmd_sysflash ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_recv_cmd_queue ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_recv_data_queue ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) +at_recv_set ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_release_wpa2 ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_restart ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_restore_dns_server ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_send_busy ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_sending_data ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_set_ble_init_mode ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_set_ble_init_status ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +at_set_blufi_ble_conn_status ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_set_blufi_init_status ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_set_blufi_sta_status ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_set_blufi_wifi_info ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_set_bt_init_status ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_set_custom_version ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_set_dhcp_status ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_set_dns_server ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_set_hid_init_status ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +at_set_sys_msg ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_set_transmission_mode ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_set_transmit_reconnect_interval ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_set_wifi_poweron_autoconn ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_set_wifi_reconn_count ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_set_wifi_reconn_interval ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_setupBleEncClear ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupBleHidConsumer ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +at_setupBleHidKB ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +at_setupBleHidMus ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +at_setupBleHidName ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +at_setupBleSecParam ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupBleSetConfReply ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupBleSetEncryption ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupBleSetEncryptionRsp ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupBleSetKey ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupBleSetKeyReply ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupBtCod ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setupBtEncClear ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setupCmdBLeSacnRspData ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBLeScanParam ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleAddr ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleAdvData ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleAdvDataEx ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleAdvParam ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleCfgMtu ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleConn ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleConnParam ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleDataLen ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleDisConn ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleGattcChar ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleGattcInclSrv ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleGattcPrimSrv ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleGattcRd ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleGattcWr ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleGattsInd ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleGattsNtfy ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleInit ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleName ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleScan ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleSppCfg ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleSrvStart ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBleSrvStop ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBlesSetCharDesc ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_setupCmdBtA2dpConn ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +at_setupCmdBtA2dpCtrl ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +at_setupCmdBtA2dpDisConn ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +at_setupCmdBtA2dpInit ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +at_setupCmdBtA2dpSrc ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +at_setupCmdBtInit ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setupCmdBtName ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setupCmdBtPower ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setupCmdBtScanMode ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setupCmdBtSecCfm ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setupCmdBtSecKeyReply ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setupCmdBtSecParam ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setupCmdBtSecPinReply ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setupCmdBtSppConn ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +at_setupCmdBtSppDisConn ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +at_setupCmdBtSppInit ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +at_setupCmdBtSppSend ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +at_setupCmdBtStartDisc ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +at_setup_cmd_cehostname ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_setup_cmd_cipap ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_setup_cmd_cipeth ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_setup_cmd_cipethmac ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +at_setup_cmd_cipsta ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_setup_cmd_join_eap ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +at_setup_cmd_sysflash ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_socket_client_cleanup_all_task ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_ssl_client_config_set ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_status_callback esp-idf/main/libmain.a(at_uart_task.c.obj) +at_str_2_mac ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_str_is_null ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +at_str_to_ip4addr ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_sys_load_mode_is_flash ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_sys_store_mode_is_flash ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_trans_client_init ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_transparent_transmit ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_transparent_transmit_ble ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_transparent_transmit_bt ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +at_transparent_transmit_preprocess ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_transparent_transmit_set_func ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +at_ultra_send_stop ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +at_update_link_state ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_wifi_connect ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_wifi_disconnect ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_wifi_get_ap_type ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_wifi_get_auth_floor ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_wifi_get_max_tx_power ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_wifi_get_sta_state ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +at_wifi_reconnect_init ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_wifi_reconnect_stop ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_wifi_scan_start ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_wifi_set_ap_type ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_wifi_set_ap_type_to_ram ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +at_wifi_set_auth_floor ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +at_wifi_set_max_tx_power ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +at_wifi_set_sta_state ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +atoi /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +attp_build_browse_cmd esp-idf/bt/libbt.a(att_protocol.c.obj) +attp_build_err_cmd esp-idf/bt/libbt.a(att_protocol.c.obj) +attp_build_exec_write_cmd esp-idf/bt/libbt.a(att_protocol.c.obj) +attp_build_handle_cmd esp-idf/bt/libbt.a(att_protocol.c.obj) +attp_build_mtu_cmd esp-idf/bt/libbt.a(att_protocol.c.obj) +attp_build_opcode_cmd esp-idf/bt/libbt.a(att_protocol.c.obj) +attp_build_read_by_type_value_cmd esp-idf/bt/libbt.a(att_protocol.c.obj) +attp_build_read_multi_cmd esp-idf/bt/libbt.a(att_protocol.c.obj) +attp_build_sr_msg esp-idf/bt/libbt.a(att_protocol.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +attp_build_value_cmd esp-idf/bt/libbt.a(att_protocol.c.obj) +attp_cl_send_cmd esp-idf/bt/libbt.a(att_protocol.c.obj) +attp_send_cl_msg esp-idf/bt/libbt.a(att_protocol.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +attp_send_msg_to_l2cap esp-idf/bt/libbt.a(att_protocol.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) +attp_send_sr_msg esp-idf/bt/libbt.a(att_protocol.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +base64_decode esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) +base64_encode esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +base64_url_decode esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) +base64_url_encode esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) +bb_bss_cbw40 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bb_bss_cbw40_ana ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bb_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bb_intr_handl ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +bb_reg_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bb_wdg_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bb_wdt_get_status ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +bb_wdt_int_enable ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +bb_wdt_rst_enable ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bb_wdt_timeout_clear ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +bdaddr_copy esp-idf/bt/libbt.a(bdaddr.c.obj) +bdaddr_equals esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +bdaddr_is_empty esp-idf/bt/libbt.a(bdaddr.c.obj) +bdaddr_to_string esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +bin_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +ble_adv_txpwr_get_inter /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +ble_advtrack_cb_ptr esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +ble_batchscan_cb_ptr esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +ble_bb_rst /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) +ble_dfl_txpwr_get_inter /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) +ble_energy_info_cb esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) +ble_master_soft_rst /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) +ble_scan_txpwr_get_inter /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +ble_txpwr_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + esp-idf/bt/libbt.a(bt.c.obj) +ble_txpwr_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + esp-idf/bt/libbt.a(bt.c.obj) +ble_txpwr_set_inter /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +bluedroid_aes_decrypt esp-idf/bt/libbt.a(aes.c.obj) +bluedroid_aes_decrypt_128 esp-idf/bt/libbt.a(aes.c.obj) +bluedroid_aes_decrypt_256 esp-idf/bt/libbt.a(aes.c.obj) +bluedroid_aes_encrypt esp-idf/bt/libbt.a(aes.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +bluedroid_aes_encrypt_128 esp-idf/bt/libbt.a(aes.c.obj) +bluedroid_aes_encrypt_256 esp-idf/bt/libbt.a(aes.c.obj) +bluedroid_init_done_cb esp-idf/bt/libbt.a(bte_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +blufi_create_service esp-idf/bt/libbt.a(esp_blufi.c.obj) +blufi_env_ptr esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(blufi_protocol.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +bootloader_ana_clock_glitch_reset_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_atexit esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_clock_get_rated_freq_mhz esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) +bootloader_common_check_chip_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_common_check_long_hold_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_erase_part_type_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_get_active_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_get_chip_revision esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_common_get_chip_ver_pkg esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_common_get_partition_description esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +bootloader_common_get_reset_reason esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_get_sha256_of_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +bootloader_common_label_search esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_ota_select_crc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_invalid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_valid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_select_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_vddsdio_configure esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_console_deinit esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_debug_buffer esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_enable_wp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_fill_random esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +bootloader_flash_clock_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_dummy_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_erase_range esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_flash_erase_sector esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_get_cs_io esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_flash_get_wp_pin esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_gpio_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_read esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_flash_read_sfdp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_unlock esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_update_size esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_xmc_startup esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_init_mem esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_load_image esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_load_image_no_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_mmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_mmap_get_free_pages esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_munmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_random_disable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_random_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) +bootloader_read_flash_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_finish esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_flash_contents esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_sha256_hex_to_str esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_utility_get_selected_boot_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_utility_load_boot_image esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_utility_load_partition_table esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +br_addr ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +bredr_sco_datapath_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + esp-idf/bt/libbt.a(bt.c.obj) +bredr_txpwr_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + esp-idf/bt/libbt.a(bt.c.obj) +bredr_txpwr_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + esp-idf/bt/libbt.a(bt.c.obj) +bredr_txpwr_set_inter /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +brownout_hal_config esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_common/libesp_common.a(brownout.c.obj) +brownout_hal_intr_clear esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_common/libesp_common.a(brownout.c.obj) +brownout_hal_intr_enable esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_common/libesp_common.a(brownout.c.obj) +bt_bb_init_cmplx ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +bt_bb_init_cmplx_reg ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) +bt_bb_to_index ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bt_cmplx_hq_re ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +bt_cmplx_hq_wr ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +bt_cmplx_lq_re ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +bt_cmplx_lq_wr ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +bt_correct_bbgain ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bt_dgmixer_fstep_250k ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +bt_dig_gain_force ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bt_esp_vs_evt_desc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) +bt_get_i2c_data ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bt_i2c_read_mem ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bt_i2c_read_set ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bt_i2c_set_wifi_data ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bt_i2c_write_set ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bt_index_to_bb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +bt_mode_wifibb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bt_opt_2480 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bt_plf_log_hex /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) +bt_pwr_cap_sum ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bt_pwr_cap_sum_old ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bt_pwr_freq_old ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bt_pwr_track_num ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bt_rfoffset_en ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +bt_rxfilt ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +bt_track_pll_cap ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) +bt_track_tx_power ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bt_tx_gain_cal ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bt_tx_pwctrl_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bt_txdc_cal ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bt_txfilt ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +bt_txiq_cal ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bt_txpwr_backoff ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +bt_util_buf_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) +bt_util_buf_lmp_tx_stored_clear /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) +bt_util_buf_lmp_tx_stored_clear_all /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) +bt_util_buf_lmp_tx_stored_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) +bt_util_buf_lmp_tx_stored_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) +bt_wifi_chan_data ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +bta_alarm_cb esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_ble_scan_setup_cb esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_dm_acl_change esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_action esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_add_ble_device esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_add_blekey esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_add_device esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_broadcast esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_clear_rand_address esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_config_local_icon esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_config_local_privacy esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_confirm_reply esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_disable_batch_scan esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_disconnect esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_enable_batch_scan esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_get_energy_info esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_multi_adv_data esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_multi_adv_enb esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_multi_adv_upd_param esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_observe esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_passkey_reply esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_read_adv_tx_power esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_read_scan_reports esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_scan esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_adv_config esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_adv_config_raw esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_adv_params esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_adv_params_all esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_bg_conn_type esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_channels esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_conn_params esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_conn_scan_params esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_data_length esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_long_adv esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_rand_address esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_scan_fil_params esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_scan_params esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_scan_rsp esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_scan_rsp_raw esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_set_static_passkey esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_setup_storage esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_stop_advertising esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_track_advertiser esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_update_conn_params esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ble_update_duplicate_exceptional_list esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_bond esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_bond_cancel esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_cb_ptr esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_dm_cfg esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) +bta_dm_cfg_filter_cond esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ci_io_req esp-idf/bt/libbt.a(bta_dm_ci.c.obj) +bta_dm_ci_io_req_act esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_ci_rmt_oob esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + esp-idf/bt/libbt.a(bta_dm_co.c.obj) +bta_dm_ci_rmt_oob_act esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_clear_white_list esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_close_acl esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_co_ble_get_accept_auth_enable esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +bta_dm_co_ble_get_auth_req esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +bta_dm_co_ble_io_req esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_dm_co_ble_load_local_keys esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_dm_co_ble_oob_support esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +bta_dm_co_ble_set_accept_auth_enable esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +bta_dm_co_ble_set_appl_enc_key_size esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +bta_dm_co_ble_set_auth_req esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +bta_dm_co_ble_set_init_key_req esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +bta_dm_co_ble_set_io_cap esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +bta_dm_co_ble_set_max_key_size esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +bta_dm_co_ble_set_min_key_size esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +bta_dm_co_ble_set_rsp_key_req esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +bta_dm_co_bt_set_io_cap esp-idf/bt/libbt.a(bta_dm_co.c.obj) +bta_dm_co_get_compress_memory esp-idf/bt/libbt.a(bta_dm_co.c.obj) +bta_dm_co_io_req esp-idf/bt/libbt.a(bta_dm_co.c.obj) +bta_dm_co_io_rsp esp-idf/bt/libbt.a(bta_dm_co.c.obj) +bta_dm_co_le_io_key_req esp-idf/bt/libbt.a(bta_dm_co.c.obj) +bta_dm_co_lk_upgrade esp-idf/bt/libbt.a(bta_dm_co.c.obj) +bta_dm_co_loc_oob esp-idf/bt/libbt.a(bta_dm_co.c.obj) +bta_dm_co_rmt_oob esp-idf/bt/libbt.a(bta_dm_co.c.obj) +bta_dm_confirm esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_conn_srvcs_ptr esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) +bta_dm_deinit_cb esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_dm_di_cb_ptr esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) +bta_dm_disable esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_disable_test_mode esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_disc_result esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_disc_rmt_name esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_eir_cfg esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) +bta_dm_eir_update_uuid esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_dm_enable esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_enable_scan_filter esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_enable_test_mode esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_encrypt_cback esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_dm_execute_callback esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_find_peer_device esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_dm_get_av_count esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_dm_init_cb esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_dm_inq_cmpl esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_loc_oob esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_oob_reply esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_pin_reply esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_queue_search esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_read_rssi esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_remove_all_acl esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_remove_device esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_rm_cfg esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) +bta_dm_rmt_name esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_scan_filter_param_setup esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_action esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_cancel esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_cancel_cmpl esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_cancel_notify esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_cb_ptr esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) +bta_dm_search_clear_queue esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_cmpl esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_disc_active_st_table esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_idle_st_table esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_result esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_search_active_st_table esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_search_cancelling_st_table esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_sm_disable esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_dm_search_sm_execute esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_dm_search_st_tbl esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_search_start esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_security_grant esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_set_afh_channels esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_set_dev_name esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_set_encryption esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_set_pin_type esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_set_visibility esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dm_sm_deinit esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +bta_dm_sm_disable esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_dm_sm_execute esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_dm_update_white_list esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_dmexecutecallback esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_gatt_convert_uuid16_to_uuid128 esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) +bta_gattc_action esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_broadcast esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_cache_load esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_cache_reset esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_cache_save esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_cancel_bk_conn esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_cancel_open esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_cancel_open_error esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_cancel_open_ok esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_cb_ptr esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) +bta_gattc_cfg_mtu esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_cfg_mtu_cmpl esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_check_bg_conn esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) +bta_gattc_check_notif_registry esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_cl_get_regcb esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_gattc_clcb_alloc esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_clcb_dealloc esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_clear_notif_registration esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_clear_notif_registration_by_bda esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_close esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_close_fail esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_co_addr_in_cache esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +bta_gattc_co_cache_addr_deinit esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +bta_gattc_co_cache_addr_init esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +bta_gattc_co_cache_addr_save esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +bta_gattc_co_cache_append_assoc_addr esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_co_cache_clear_assoc_addr esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +bta_gattc_co_cache_close esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +bta_gattc_co_cache_find_src_addr esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +bta_gattc_co_cache_load esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_co_cache_new_assoc_list esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +bta_gattc_co_cache_open esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_co_cache_remove_assoc_addr esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_co_cache_reset esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_co_cache_save esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_co_find_addr_in_cache esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +bta_gattc_co_find_hash_in_cache esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +bta_gattc_co_get_addr_list esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_co_get_addr_num esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_confirm esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_conn esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_conn_alloc esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) +bta_gattc_conn_dealloc esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) +bta_gattc_conn_find esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_conn_find_alloc esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_conncback esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_deinit esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +bta_gattc_deregister esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_disable esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_disc_close esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_disc_cmpl esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_disc_cmpl_cback esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_disc_res_cback esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_disconncback esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_discover_pri_service esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_discover_procedure esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_enqueue esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_exec_cmpl esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_execute esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_fail esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_fill_gatt_db_el esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_fill_nv_attr esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_find_alloc_clcb esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_find_clcb_by_cif esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_find_clcb_by_conn_id esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_find_int_conn_clcb esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_find_int_disconn_clcb esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_find_matching_service esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_find_scb_by_cid esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_find_srcb esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_find_srvr_cache esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_free_command_data esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_get_cache_attr_length esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_get_characteristic esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_gattc_get_characteristic_srcb esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_get_db_size_handle esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_gattc_get_db_size_with_type_handle esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_gattc_get_db_with_opration esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_gattc_get_descriptor esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_gattc_get_descriptor_srcb esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_get_disc_range esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_get_gatt_db esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_gattc_get_service_for_handle esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_get_service_for_handle_srcb esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_get_service_with_uuid esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_gattc_get_services esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_gattc_get_services_srcb esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_hdl_event esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_gattc_ignore_op_cmpl esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_init_bk_conn esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_init_cache esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_init_clcb_conn esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_insert_sec_service_to_cache esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_listen esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_mark_bg_conn esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_num_reg_app esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_op_cmpl esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_open esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_open_error esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_open_fail esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_proc_other_indication esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_process_api_cache_assoc esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_process_api_cache_clean esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_process_api_cache_get_addr_list esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_process_api_open esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_process_api_open_cancel esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_process_api_refresh esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_process_enc_cmpl esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_process_indicate esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_process_listen_all esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_process_srvc_chg_ind esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_q_cmd esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_read esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_read_by_type esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_read_cmpl esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_read_multi esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_rebuild_cache esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_register esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_reset_discover_st esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_restart_discover esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_search esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_search_service esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_send_connect_cback esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_send_disconnect_cback esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_send_open_cback esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_set_discover_st esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gattc_sm_execute esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_srcb_alloc esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) +bta_gattc_st_tbl esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_start_disc_char esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_start_disc_char_dscp esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_start_disc_include_srvc esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_start_discover esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_start_if esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_update_include_service esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_uuid_compare esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +bta_gattc_write esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) +bta_gattc_write_cmpl esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_gatts_add_char esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_add_char_descr esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_add_include_srvc esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_alloc_srvc_cb esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +bta_gatts_api_disable esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_cancel_open esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_cb_ptr esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) +bta_gatts_close esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_co_load_handle_range esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +bta_gatts_co_srv_chg esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +bta_gatts_co_update_handle_range esp-idf/bt/libbt.a(bta_gatts_co.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +bta_gatts_create_srvc esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_deinit esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +bta_gatts_delete_service esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_deregister esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_enable esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +bta_gatts_find_app_rcb_by_app_if esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +bta_gatts_find_app_rcb_idx_by_app_if esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +bta_gatts_find_srvc_cb_by_attr_id esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_find_srvc_cb_by_srvc_id esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_get_attr_value esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) +bta_gatts_hdl_event esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) +bta_gatts_indicate_handle esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_listen esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_nv_cback esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +bta_gatts_open esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_register esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_send_rsp esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_send_service_change_indication esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_set_attr_value esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_srvc_build_act esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_start_if esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_start_service esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_stop_service esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) +bta_gatts_uuid_compare esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +bta_security esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_service_id_to_btm_srv_id_lkup_tbl esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_service_id_to_uuid_lkup_tbl esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_sys_action esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_add_uuid esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_app_close esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_app_open esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_busy esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_sys_cb_ptr esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_clear_default_policy esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_clear_policy esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_collision_register esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_conn_close esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_sys_conn_open esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_sys_deregister esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +bta_sys_disable esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_eir_register esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_sys_event esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +bta_sys_free esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +bta_sys_free_timer esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_get_remaining_ticks esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_get_sys_features esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_api_disable esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_api_enable esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_btm_cback esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_error esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_evt_disabled esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_evt_enabled esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_evt_stack_enabled esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_off esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_on esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_register esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_hw_starting esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_stopping esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_hw_unregister esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_idle esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +bta_sys_init esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +bta_sys_is_register esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) +bta_sys_notify_collision esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_notify_role_chg esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_pm_register esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_policy_register esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_register esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +bta_sys_remove_uuid esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_rm_register esp-idf/bt/libbt.a(bta_sys_conn.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_role_chg_register esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_sco_close esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_sco_open esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_sco_register esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_sco_unuse esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_sco_use esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_sendmsg esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +bta_sys_set_default_policy esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_set_policy esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_sys_set_trace_level esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_sm_execute esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_st_tbl esp-idf/bt/libbt.a(bta_sys_main.c.obj) +bta_sys_start_timer esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_stop_timer esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_timer_is_active esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +bta_sys_vs_hdl esp-idf/bt/libbt.a(bta_sys_conn.c.obj) +bta_to_btc_gatt_id esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +bta_to_btc_srvc_id esp-idf/bt/libbt.a(btc_gatt_util.c.obj) +bta_to_btc_uuid esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +bta_to_btif_uuid esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +btc128_to_bta_uuid esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +btc_alarm_handler esp-idf/bt/libbt.a(btc_alarm.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_ble_gattc_get_all_char esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +btc_ble_gattc_get_all_descr esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +btc_ble_gattc_get_attr_count esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +btc_ble_gattc_get_char_by_uuid esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +btc_ble_gattc_get_db esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +btc_ble_gattc_get_descr_by_char_handle esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +btc_ble_gattc_get_descr_by_uuid esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +btc_ble_gattc_get_include_service esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +btc_ble_gattc_get_service esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +btc_blufi_call_deep_copy esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(esp_blufi_api.c.obj) +btc_blufi_call_deep_free esp-idf/bt/libbt.a(blufi_prf.c.obj) +btc_blufi_call_handler esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_blufi_cb_deep_copy esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(blufi_protocol.c.obj) +btc_blufi_cb_deep_free esp-idf/bt/libbt.a(blufi_prf.c.obj) +btc_blufi_cb_handler esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_blufi_cb_to_app esp-idf/bt/libbt.a(blufi_prf.c.obj) +btc_blufi_get_version esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(esp_blufi_api.c.obj) +btc_blufi_protocol_handler esp-idf/bt/libbt.a(blufi_protocol.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) +btc_blufi_recv_handler esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) +btc_blufi_report_error esp-idf/bt/libbt.a(blufi_prf.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +btc_blufi_send_encap esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(blufi_protocol.c.obj) +btc_blufi_send_notify esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) +btc_blufi_send_wifi_list esp-idf/bt/libbt.a(blufi_prf.c.obj) +btc_blufi_set_callbacks esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(esp_blufi_api.c.obj) +btc_bta_status_to_esp_status esp-idf/bt/libbt.a(btc_util.c.obj) +btc_btm_status_to_esp_status esp-idf/bt/libbt.a(btc_util.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +btc_check_queue_is_congest esp-idf/bt/libbt.a(btc_task.c.obj) +btc_clear_services_mask esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_compare_address_key_value esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_clean_up esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +btc_config_clear esp-idf/bt/libbt.a(btc_config.c.obj) +btc_config_exist esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_flush esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_get_bin esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_get_bin_length esp-idf/bt/libbt.a(btc_config.c.obj) +btc_config_get_int esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_get_str esp-idf/bt/libbt.a(btc_config.c.obj) +btc_config_has_section esp-idf/bt/libbt.a(btc_config.c.obj) +btc_config_init esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +btc_config_lock esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_remove esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_remove_section esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_section_begin esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_section_end esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_section_name esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_section_next esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_set_bin esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_set_int esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_config_set_str esp-idf/bt/libbt.a(btc_config.c.obj) +btc_config_shut_down esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +btc_config_unlock esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_congest_callback esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) +btc_creat_tab_env_ptr esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_deinit esp-idf/bt/libbt.a(btc_task.c.obj) + esp-idf/bt/libbt.a(esp_bt_main.c.obj) +btc_dev_arg_deep_free esp-idf/bt/libbt.a(btc_dev.c.obj) +btc_dev_call_handler esp-idf/bt/libbt.a(btc_dev.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_dm_cb_ptr esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_dm_disable_service esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_dm_enable_service esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_dm_execute_service_request esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_dm_get_ble_local_keys esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(bta_dm_co.c.obj) +btc_dm_load_ble_local_keys esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +btc_dm_sec_arg_deep_copy esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_dm_sec_cb_handler esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_dm_sec_evt esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +btc_gap_ble_arg_deep_copy esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +btc_gap_ble_arg_deep_free esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +btc_gap_ble_call_handler esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_gap_ble_cb_deep_copy esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +btc_gap_ble_cb_deep_free esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +btc_gap_ble_cb_handler esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_gap_ble_deinit esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +btc_gap_callback_init esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_gatt_com_call_handler esp-idf/bt/libbt.a(btc_gatt_common.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_gattc_arg_deep_copy esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +btc_gattc_arg_deep_free esp-idf/bt/libbt.a(btc_gattc.c.obj) +btc_gattc_call_handler esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_gattc_cb_handler esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_gattc_congest_callback esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +btc_gatts_arg_deep_copy esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +btc_gatts_arg_deep_free esp-idf/bt/libbt.a(btc_gatts.c.obj) +btc_gatts_call_handler esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_gatts_cb_handler esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_gatts_get_attr_value esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +btc_get_enabled_services_mask esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_get_whitelist_size esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +btc_hci_to_esp_status esp-idf/bt/libbt.a(btc_util.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +btc_init esp-idf/bt/libbt.a(btc_task.c.obj) + esp-idf/bt/libbt.a(esp_bt_main.c.obj) +btc_init_callback esp-idf/bt/libbt.a(btc_main.c.obj) +btc_inter_profile_call esp-idf/bt/libbt.a(btc_task.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_main_call_handler esp-idf/bt/libbt.a(btc_main.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_main_get_future_p esp-idf/bt/libbt.a(btc_main.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(esp_bt_main.c.obj) +btc_profile_cb_get esp-idf/bt/libbt.a(btc_manage.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) +btc_profile_cb_set esp-idf/bt/libbt.a(btc_manage.c.obj) + esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi_api.c.obj) +btc_profile_cb_tab esp-idf/bt/libbt.a(btc_manage.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +btc_storage_add_ble_bonding_key esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_add_ble_local_key esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_add_bonded_device esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_compare_address_key_value esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_storage_get_ble_bonding_key esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_storage_get_ble_dev_auth_mode esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_storage_get_ble_dev_type esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_storage_get_ble_local_key esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_get_bonded_ble_devices_list esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +btc_storage_get_bonded_bt_devices_list esp-idf/bt/libbt.a(btc_storage.c.obj) +btc_storage_get_num_ble_bond_devices esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +btc_storage_get_num_bt_bond_devices esp-idf/bt/libbt.a(btc_storage.c.obj) +btc_storage_get_remote_addr_type esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_load_bonded_ble_devices esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_load_bonded_devices esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_remove_ble_bonding_keys esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_remove_ble_dev_auth_mode esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_remove_ble_dev_type esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_remove_ble_local_keys esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_storage_remove_bonded_device esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_remove_remote_addr_type esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_save esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +btc_storage_set_ble_dev_auth_mode esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_set_ble_dev_type esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_storage_set_remote_addr_type esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btc_thread esp-idf/bt/libbt.a(btc_task.c.obj) +btc_to_bta_gatt_id esp-idf/bt/libbt.a(btc_gatt_util.c.obj) +btc_to_bta_response esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +btc_to_bta_srvc_id esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +btc_to_bta_uuid esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +btc_transfer_context esp-idf/bt/libbt.a(btc_task.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + esp-idf/bt/libbt.a(esp_bt_main.c.obj) + esp-idf/bt/libbt.a(esp_bt_device.c.obj) + esp-idf/bt/libbt.a(blufi_protocol.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(esp_blufi_api.c.obj) +btc_update_conn_param_callback esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +btc_update_duplicate_exceptional_list_callback esp-idf/bt/libbt.a(btc_gap_ble.c.obj) +btdm_app_ref_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_controller_compile_version_check /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_controller_deinit /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_controller_disable /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_controller_enable /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_controller_enable_sleep /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_controller_get_compile_version /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_controller_get_mode /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_controller_get_sleep_mode /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_controller_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_controller_scan_duplicate_list_clear /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_controller_set_mode /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_controller_set_sleep_mode /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_controller_sleep_enabled /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_controller_task /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_disable_adv_delay /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +btdm_dispatch_work_to_controller /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_env_p /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) +btdm_get_power_state /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_get_prevent_sleep_flag /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +btdm_in_wakeup_requesting_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_lpclk_select_src /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_lpclk_set_div /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_osi_funcs_register /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_power_state_active /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_pwr_state /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_r_btdm_option_data_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_r_btdm_rom_version_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_r_import_rf_phy_func_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_r_ip_func_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_r_modules_func_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_r_plf_func_p_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_rf_bb_init_phase1 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) +btdm_rf_bb_init_phase2 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + esp-idf/bt/libbt.a(bt.c.obj) +btdm_rom_ref_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_slp_err /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_task_post /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_task_post_from_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_task_recycle /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +btdm_wakeup_request /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +bte_appl_cfg esp-idf/bt/libbt.a(bta_dm_co.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) +bte_main_boot_entry esp-idf/bt/libbt.a(bte_main.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +bte_main_hci_send esp-idf/bt/libbt.a(bte_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +bte_main_postload_cfg esp-idf/bt/libbt.a(bte_main.c.obj) +bte_main_shutdown esp-idf/bt/libbt.a(bte_main.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +btif_trace_level esp-idf/bt/libbt.a(bta_sys_main.c.obj) +btm_acl_chk_peer_pkt_type_support esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_acl_created esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_acl_device_down esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btm_acl_encrypt_change esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_acl_free esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_acl_init esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_acl_notif_conn_collision esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_acl_removed esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +btm_acl_report_role_change esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_acl_reset_paging esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_acl_resubmit_page esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_acl_role_changed esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_acl_update_busy_level esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_add_dev_to_controller esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +btm_bda_to_acl esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btm_ble_add_2_white_list_complete esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_add_resolving_list_entry_complete esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_addr_resolvable esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) +btm_ble_adv_filt_cb_ptr esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_adv_filter_cleanup esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +btm_ble_adv_filter_init esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_advfilt_deq_op_q esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_advfilt_enq_op_q esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_alloc_addr_filter_counter esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_batchscan_cleanup esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +btm_ble_batchscan_deq_op_q esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_batchscan_deq_rep_data esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_batchscan_enq_op_q esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_batchscan_enq_rep_data esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_batchscan_enq_rep_q esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_batchscan_filter_track_adv_vse_cback esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_batchscan_init esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_batchscan_vsc_cmpl_cback esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_br_keys_req esp-idf/bt/libbt.a(btm_ble.c.obj) +btm_ble_brcm_find_resolving_pending_entry esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_build_adv_data esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_cache_adv_data esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_cancel_remote_name esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btm_ble_clear_irk_index esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_clear_resolving_list esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_clear_resolving_list_complete esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_clear_scan_pf_filter esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_clear_topology_mask esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +btm_ble_clear_white_list esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_clear_white_list_complete esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_condtype_to_ocf esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_conn_complete esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_connected esp-idf/bt/libbt.a(btm_ble.c.obj) +btm_ble_cont_energy_cmpl_cback esp-idf/bt/libbt.a(btm_ble_cont_energy.c.obj) +btm_ble_create_conn_cancel_complete esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_create_ll_conn_complete esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_dealloc_addr_filter_counter esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_deq_resolving_pending esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_determine_security_act esp-idf/bt/libbt.a(btm_ble.c.obj) +btm_ble_dir_adv_tout esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_disable_resolving_list esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_enable_disable_batchscan esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_enable_multi_adv esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_enable_resolving_list esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_enable_resolving_list_for_platform esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +btm_ble_enq_resolving_list_pending esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_enqueue_direct_conn_req esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btm_ble_exe_disable_resolving_list esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_exe_enable_resolving_list esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_find_addr_filter_counter esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_find_irk_index esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_free esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +btm_ble_get_acl_remote_addr esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_ble_get_conn_st esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_get_enc_key_type esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +btm_ble_get_topology_mask esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_increment_sign_ctr esp-idf/bt/libbt.a(btm_ble.c.obj) +btm_ble_init esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +btm_ble_init_pseudo_addr esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_initiate_select_conn esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_inter_get esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +btm_ble_inter_set esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_io_capabilities_req esp-idf/bt/libbt.a(btm_ble.c.obj) +btm_ble_is_discoverable esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_link_encrypted esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_ble_link_sec_check esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +btm_ble_lock_free esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_ble_lock_init esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_ble_ltk_request esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_ltk_request_reply esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +btm_ble_map_adv_tx_power esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_multi_adv_cleanup esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) +btm_ble_multi_adv_configure_rpa esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_multi_adv_deq_op_q esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_multi_adv_enb_privacy esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_multi_adv_enq_op_q esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_multi_adv_gen_rpa_cmpl esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_multi_adv_get_ref esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +btm_ble_multi_adv_init esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btm_ble_multi_adv_reenable esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_multi_adv_set_params esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_multi_adv_vsc_cmpl_cback esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_multi_adv_vse_cback esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_multi_adv_write_rpa esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_obtain_vsc_details esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_ocf_to_condtype esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_process_adv_discard_evt esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_process_adv_pkt esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_rand_enc_complete esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_read_batchscan_reports esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_read_remote_features_complete esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_read_remote_name esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btm_ble_read_remote_name_cmpl esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_read_resolving_list_entry esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btm_ble_read_resolving_list_entry_complete esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_read_sec_key_size esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) +btm_ble_refresh_local_resolvable_private_addr esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_ble_refresh_peer_resolvable_private_addr esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_remove_from_white_list_complete esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_remove_resolving_list_entry esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_remove_resolving_list_entry_complete esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_reset_id esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_ble_resolve_random_addr esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_resolving_list_cleanup esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +btm_ble_resolving_list_init esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btm_ble_resolving_list_load_dev esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +btm_ble_resolving_list_remove_dev esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_ble_resolving_list_vsc_op_cmpl esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_resume_bg_conn esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_resume_resolving_list_activity esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_scan_pf_cmpl_cback esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_select_adv_interval esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_sem_free esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_ble_sem_init esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_ble_send_extended_scan_params esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +btm_ble_set_adv_flag esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_set_batchscan_param esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_set_channels_complete esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_set_conn_st esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btm_ble_set_connectability esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_set_discoverability esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_set_encryption esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_ble_set_storage_config esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) +btm_ble_set_topology_mask esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +btm_ble_start_adv esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btm_ble_start_auto_conn esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_start_encrypt esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +btm_ble_start_inquiry esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btm_ble_start_scan esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btm_ble_start_sec_check esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btm_ble_start_select_conn esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_stop_adv esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btm_ble_stop_inquiry esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btm_ble_stop_scan esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btm_ble_suspend_bg_conn esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_suspend_resolving_list_activity esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_test_command_complete esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_ble_timeout esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btm_ble_topology_check esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btm_ble_update_addr_filter esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_update_dmt_flag_bits esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_ble_update_inq_result esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_ble_update_link_topology_mask esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btm_ble_update_mode_operation esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_ble_update_pf_local_name esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_update_pf_manu_data esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_update_resolving_list esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_update_sec_key_size esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +btm_ble_update_srvc_data_change esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_update_uuid_filter esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +btm_ble_vendor_enable_irk_feature esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btm_ble_white_list_init esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btm_ble_write_adv_enable_complete esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_cb_ptr esp-idf/bt/libbt.a(btm_main.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_clear_all_pending_le_entry esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btm_clr_inq_db esp-idf/bt/libbt.a(btm_inq.c.obj) +btm_consolidate_dev esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +btm_cont_rswitch esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) +btm_create_conn_cancel_complete esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_delete_stored_link_key_complete esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_dev_init esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_dev_support_switch esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +btm_dev_timeout esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btm_dm_ble_multi_adv_disable esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +btm_enq_wl_dev_operation esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +btm_establish_continue esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btm_event_filter_complete esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_execute_wl_dev_operation esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_find_dev esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_find_dev_by_handle esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_find_dev_by_identity_addr esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btm_find_or_alloc_dev esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_find_sec_dev_in_list esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btm_free esp-idf/bt/libbt.a(btm_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +btm_gen_non_resolvable_private_addr esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btm_gen_resolvable_private_addr esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_gen_resolve_paddr_low esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_get_acl_db esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_get_acl_disc_reason_code esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +btm_get_bond_type_dev esp-idf/bt/libbt.a(btm_dev.c.obj) +btm_get_current_conn_params esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_get_local_div esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +btm_get_max_packet_size esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) +btm_handle_to_acl esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_identity_addr_to_random_pseudo esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_init esp-idf/bt/libbt.a(btm_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +btm_initiate_rem_name esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_inq_clear_ssp esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_inq_db_find esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_inq_db_init esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_inq_db_new esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_inq_db_reset esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btm_inq_find_bdaddr esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_inq_rmt_name_failed esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_inq_stop_on_ssp esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_io_capabilities_req esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_io_capabilities_rsp esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_keypress_notif_evt esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_le_state_combo_tbl esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_multi_adv_cb_ptr esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_multi_adv_idx_q_ptr esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) +btm_pm_device_in_active_or_sniff_mode esp-idf/bt/libbt.a(btm_pm.c.obj) +btm_pm_device_in_scan_state esp-idf/bt/libbt.a(btm_pm.c.obj) +btm_pm_md_comp_matrix esp-idf/bt/libbt.a(btm_pm.c.obj) +btm_pm_mode_msk esp-idf/bt/libbt.a(btm_pm.c.obj) +btm_pm_mode_off esp-idf/bt/libbt.a(btm_pm.c.obj) +btm_pm_proc_cmd_status esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_pm_proc_mode_change esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_pm_reset esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btm_pm_sm_alloc esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_proc_smp_cback esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_proc_sp_req_evt esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_process_cancel_complete esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_process_clk_off_comp_evt esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_process_inq_complete esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_process_inq_results esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_process_remote_name esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_qos_setup_complete esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_qos_setup_timeout esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btm_random_pseudo_to_identity_addr esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btm_read_link_quality_complete esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_read_linq_tx_power_complete esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_read_local_name_complete esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_read_local_oob_complete esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_read_remote_ext_features_complete esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_read_remote_ext_features_failed esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_read_remote_features_complete esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_read_remote_version_complete esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_read_rssi_complete esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_read_tx_power_complete esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_rem_oob_req esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_remove_acl esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +btm_report_device_status esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_resume_wl_activity esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +btm_sec_abort_access_req esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_alloc_dev esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_are_all_trusted esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_auth_complete esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_sec_auth_payload_tout esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_bond_by_transport esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_clear_ble_keys esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) +btm_sec_clr_temp_auth_service esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) +btm_sec_conn_req esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_sec_connected esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_sec_dev_authorization esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_sec_dev_free esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_sec_dev_init esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_sec_dev_rec_cback_event esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +btm_sec_dev_reset esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btm_sec_device_down esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_disconnect esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btm_sec_disconnected esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_sec_encrypt_change esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_sec_find_bonded_dev esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_find_dev_by_sec_state esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_find_first_serv esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +btm_sec_free_dev esp-idf/bt/libbt.a(btm_dev.c.obj) +btm_sec_init esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) +btm_sec_is_a_bonded_dev esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +btm_sec_is_le_capable_dev esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_l2cap_access_req esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_link_key_notification esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_sec_link_key_request esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_sec_mx_access_request esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_sec_rmt_host_support_feat_evt esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_sec_rmt_name_request_complete esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_sec_save_le_key esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) +btm_sec_set_peer_sec_caps esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btm_sec_update_clock_offset esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_send_pending_direct_conn esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_send_sel_conn_callback esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_set_bond_type_dev esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +btm_set_packet_types esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btm_simple_pair_complete esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_sort_inq_result esp-idf/bt/libbt.a(btm_inq.c.obj) +btm_update_dev_to_white_list esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_update_scanner_filter_policy esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btm_vendor_specific_evt esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btm_vsc_complete esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btpwr_atten_offset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +btpwr_backoff ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +btpwr_pll_track ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +btpwr_tsen_flag ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +btpwr_tsen_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +btpwr_tsen_old ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +btpwr_tsens_track ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +btsnd_hcic_accept_conn esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +btsnd_hcic_accept_esco_conn esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_auth_request esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_ble_add_device_resolving_list esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_ble_add_white_list esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +btsnd_hcic_ble_clear_resolving_list esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btsnd_hcic_ble_clear_white_list esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +btsnd_hcic_ble_create_conn_cancel esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btsnd_hcic_ble_create_ll_conn esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btsnd_hcic_ble_encrypt esp-idf/bt/libbt.a(hciblecmds.c.obj) +btsnd_hcic_ble_ltk_req_neg_reply esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +btsnd_hcic_ble_ltk_req_reply esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +btsnd_hcic_ble_rand esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btsnd_hcic_ble_rc_param_req_neg_reply esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btsnd_hcic_ble_rc_param_req_reply esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btsnd_hcic_ble_read_adv_chnl_tx_power esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_ble_read_chnl_map esp-idf/bt/libbt.a(hciblecmds.c.obj) +btsnd_hcic_ble_read_host_supported esp-idf/bt/libbt.a(hciblecmds.c.obj) +btsnd_hcic_ble_read_remote_feat esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_ble_read_resolvable_addr_local esp-idf/bt/libbt.a(hciblecmds.c.obj) +btsnd_hcic_ble_read_resolvable_addr_peer esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btsnd_hcic_ble_receiver_test esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +btsnd_hcic_ble_remove_from_white_list esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +btsnd_hcic_ble_rm_device_resolving_list esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) +btsnd_hcic_ble_set_addr_resolution_enable esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btsnd_hcic_ble_set_adv_data esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btsnd_hcic_ble_set_adv_enable esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btsnd_hcic_ble_set_channels esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btsnd_hcic_ble_set_data_length esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_ble_set_host_chnl_class esp-idf/bt/libbt.a(hciblecmds.c.obj) +btsnd_hcic_ble_set_local_used_feat esp-idf/bt/libbt.a(hciblecmds.c.obj) +btsnd_hcic_ble_set_rand_priv_addr_timeout esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btsnd_hcic_ble_set_random_addr esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btsnd_hcic_ble_set_scan_enable esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btsnd_hcic_ble_set_scan_params esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btsnd_hcic_ble_set_scan_rsp_data esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btsnd_hcic_ble_start_enc esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +btsnd_hcic_ble_test_end esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +btsnd_hcic_ble_transmitter_test esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +btsnd_hcic_ble_upd_ll_conn_params esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +btsnd_hcic_ble_update_adv_report_flow_control esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) +btsnd_hcic_ble_write_adv_params esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btsnd_hcic_change_conn_type esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_change_name esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_create_conn esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) +btsnd_hcic_create_conn_cancel esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_delete_stored_key esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btsnd_hcic_disconnect esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_enable_test_mode esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btsnd_hcic_enhanced_flush esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_exit_park_mode esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) +btsnd_hcic_exit_per_inq esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_exit_sniff_mode esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) +btsnd_hcic_get_link_quality esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_hold_mode esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) +btsnd_hcic_host_num_xmitted_pkts esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +btsnd_hcic_inq_cancel esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btsnd_hcic_inquiry esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_io_cap_req_neg_reply esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_io_cap_req_reply esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_link_key_neg_reply esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_link_key_req_reply esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_park_mode esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) +btsnd_hcic_per_inq_mode esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_pin_code_neg_reply esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_pin_code_req_reply esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_qos_setup esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_read_inq_tx_power esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_read_lmp_handle esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_read_local_oob_data esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_read_name esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btsnd_hcic_read_rmt_clk_offset esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_read_rssi esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_read_tx_power esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_reject_conn esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_reject_esco_conn esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_rem_oob_neg_reply esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_rem_oob_reply esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_rmt_ext_features esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_rmt_features_req esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_rmt_name_req esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_rmt_name_req_cancel esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_rmt_ver_req esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_send_keypress_notif esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_set_conn_encrypt esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_set_event_filter esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btsnd_hcic_setup_esco_conn esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_sniff_mode esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) +btsnd_hcic_switch_role esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_user_conf_reply esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_user_passkey_neg_reply esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_user_passkey_reply esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_vendor_spec_cmd esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btsnd_hcic_write_auth_enable esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +btsnd_hcic_write_auto_flush_tout esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) +btsnd_hcic_write_cur_iac_lap esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_write_def_policy_set esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_write_dev_class esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btsnd_hcic_write_ext_inquiry_response esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_write_inqscan_cfg esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_write_inqscan_type esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_write_inquiry_mode esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_write_link_super_tout esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_write_page_tout esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btsnd_hcic_write_pagescan_cfg esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_write_pagescan_type esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_write_pin_type esp-idf/bt/libbt.a(hcicmds.c.obj) +btsnd_hcic_write_policy_set esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btsnd_hcic_write_scan_enable esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +btsnd_hcic_write_voice_settings esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +btu_cb_ptr esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +btu_free_core esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btu_free_quick_timer esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) +btu_free_timer esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +btu_general_alarm_cb esp-idf/bt/libbt.a(btu_task.c.obj) +btu_general_alarm_hash_map esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btu_general_alarm_lock esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btu_hcif_process_event esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btu_hcif_send_cmd esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btu_hcif_send_host_rdy_for_data esp-idf/bt/libbt.a(btu_hcif.c.obj) +btu_init_core esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btu_l2cap_alarm_hash_map esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btu_l2cap_alarm_lock esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btu_oneshot_alarm_cb esp-idf/bt/libbt.a(btu_task.c.obj) +btu_oneshot_alarm_hash_map esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btu_oneshot_alarm_lock esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +btu_start_quick_timer esp-idf/bt/libbt.a(btu_task.c.obj) +btu_start_timer esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btu_start_timer_oneshot esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btu_stop_quick_timer esp-idf/bt/libbt.a(btu_task.c.obj) +btu_stop_timer esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +btu_stop_timer_oneshot esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) +btu_task_post esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +btu_task_shut_down esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +btu_task_start_up esp-idf/bt/libbt.a(btu_task.c.obj) +btu_thread esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +bzero /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + esp-idf/newlib/libnewlib.a(heap.c.obj) +cJSON_AddArrayToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddBoolToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddFalseToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddItemReferenceToArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddItemReferenceToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddItemToArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddItemToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddItemToObjectCS esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddNullToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddNumberToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddObjectToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddRawToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddStringToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddTrueToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Compare esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateArrayReference esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateBool esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateDoubleArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateFalse esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateFloatArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateIntArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateNull esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateNumber esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateObjectReference esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateRaw esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateString esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateStringArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateStringReference esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateTrue esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Delete esp-idf/json/libjson.a(cJSON.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +cJSON_DeleteItemFromArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DeleteItemFromObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DeleteItemFromObjectCaseSensitive esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DetachItemFromArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DetachItemFromObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DetachItemFromObjectCaseSensitive esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DetachItemViaPointer esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Duplicate esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_GetArrayItem esp-idf/json/libjson.a(cJSON.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +cJSON_GetArraySize esp-idf/json/libjson.a(cJSON.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +cJSON_GetErrorPtr esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_GetNumberValue esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_GetObjectItem esp-idf/json/libjson.a(cJSON.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +cJSON_GetObjectItemCaseSensitive esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_GetStringValue esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_HasObjectItem esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_InitHooks esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_InsertItemInArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsBool esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsFalse esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsInvalid esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsNull esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsNumber esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsRaw esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsString esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsTrue esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Minify esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Parse esp-idf/json/libjson.a(cJSON.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +cJSON_ParseWithLength esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ParseWithLengthOpts esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ParseWithOpts esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Print esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_PrintBuffered esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_PrintPreallocated esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_PrintUnformatted esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ReplaceItemInArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ReplaceItemInObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ReplaceItemInObjectCaseSensitive esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ReplaceItemViaPointer esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_SetNumberHelper esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_SetValuestring esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Version esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_free esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_malloc esp-idf/json/libjson.a(cJSON.c.obj) +cache_flash_mmu_set_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +cal_rf_ana_gain ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +call_start_cpu0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +call_user_start esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +calloc esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(allocator.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(controller.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +candidate_monitor_timer_start ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +candidate_monitor_timer_stop ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +cannel_scan_connect_state ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ccmp ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ccmp_256_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +ccmp_256_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +ccmp_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +ccmp_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +ccmp_encrypt_pv1 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +ccmp_get_pn esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +cfg_sdio_volt ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +cfree esp-idf/newlib/libnewlib.a(heap.c.obj) +challenge_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) +challenge_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +chan14_mic_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +chan14_mic_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +chan14_mic_enable ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +chan14_mic_flag ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +chan14_mic_most_power ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +chan_to_freq ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +channel_timer ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +chap_md5 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +check_bss_queue ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +check_rfpll_write_i2c ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +chip7_phy_api_ctrl ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +chip7_phy_init_ctrl ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +chip7_sleep_params ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +chip_disable ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chip_enable ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chip_post_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chip_sleep_prot_dis ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +chip_sleep_prot_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +chip_v7_adc_wr_dly ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +chip_v7_rxmax_ext ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +chip_v7_rxmax_ext_ana ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +chip_v7_rxmax_ext_dig ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +chip_v7_set_chan ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) +chip_v7_set_chan_ana ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +chip_v7_set_chan_misc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +chip_v7_set_chan_nomac ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +chip_v7_set_chan_offset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +chm_acquire_lock ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_cancel_op ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_end_op ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +chm_end_op_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +chm_get_chan_info ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +chm_get_current_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_get_home_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +chm_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_is_at_home_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +chm_mhz2num ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +chm_release_lock ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +chm_return_home_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_set_current_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +chm_set_home_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +chm_start_op ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chnl_map_check /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) +cipher_map_net80211_to_public_cipher ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cipher_type_map_public_to_supp esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +cipher_type_map_supp_to_public esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +cleanup_glue /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-reent.o) +clear_bss_queue ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +clock_getres esp-idf/newlib/libnewlib.a(time.c.obj) +clock_gettime esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +clock_settime esp-idf/newlib/libnewlib.a(time.c.obj) +close /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysclose.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +closedir esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +cmac_cb esp-idf/bt/libbt.a(smp_cmac.c.obj) +cmn_ble_adv_vsc_cb_ptr esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) +cnx_add_rc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_add_to_blacklist ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_assoc_timeout ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_assoc_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_auth_done ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_auth_timeout ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +cnx_auth_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_beacon_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_bss_alloc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_bss_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_can_do_obss_scan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_check_bssid_in_blacklist ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_clear_blacklist ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +cnx_coexist_timeout ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_coexist_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_connect_next_ap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_connect_timeout ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_connect_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_csa_fn ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_csa_fn_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_handshake_timeout ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_handshake_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_node_alloc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_node_is_existing ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_node_join ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_node_leave ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +cnx_node_remove ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_node_search ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_obss_scan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_obss_scan_done_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_obss_scan_timeout ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_rc_search ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_rc_update_age ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_rc_update_rssi ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_rc_update_state_metric ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_remove_all_rc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +cnx_remove_rc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_remove_rc_except ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_sta_associated ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_sta_connect_cmd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cnx_sta_connect_led_timer_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_sta_leave ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_sta_pm ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_sta_scan_cmd ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cnx_start_handoff_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_start_obss_scan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cnx_stop_obss_scan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cnx_update_bss ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_update_bss_more ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +co_default_bdaddr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +co_null_bdaddr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) +coef_B /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) +coex_arbit_clean_overtime ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_arbit_deinit ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_arbit_delete ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_arbit_dump ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) +coex_arbit_first ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_arbit_init ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_arbit_insert ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_arbit_next ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_bb_reset_lock ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bt.c.obj) +coex_bb_reset_unlock ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bt.c.obj) +coex_bb_rst_mux ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) +coex_ble_lld_last_active_evt_counter_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +coex_ble_lld_last_terminate_evt_wait_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) +coex_ble_lld_last_terminate_evt_wait_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +coex_ble_scan_abort_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +coex_bt_high_prio ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +coex_bt_release ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bt.c.obj) +coex_bt_request ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bt.c.obj) +coex_condition_dissatisfy ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_condition_set ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_core_bb_reset_lock ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_bb_reset_unlock ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_condition_check ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_core_condition_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_core_condition_set ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_deinit ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_disable ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_enable ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_event_duration_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_init ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_pre_init ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_register_cb ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_release ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_request ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_status_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_core_ts_end ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_core_ts_start ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_deinit ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_disable ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_enable ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_env ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_event_duration_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_force_wifi_mode ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_fwm_mux ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) +coex_init ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_is_in_isr_wrapper esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_pre_init ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +coex_preference_set ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_prio_tab ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_register_bt_cb ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bt.c.obj) +coex_register_wifi_cb ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_register_wifi_channel_change_callback ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/bt/libbt.a(bt.c.obj) +coex_schm_all_default ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_a2dp_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_a2dp_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_a2dp_wifi_default ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_a2dp_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_default_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_default_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_default_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_idle_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_idle_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_idle_wifi_default ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_default_bt_idle_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_idle_bt_idle_wifi_default ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_paused_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_a2dp_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_conn_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_conn_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_conn_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_default_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_default_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_default_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_iscan_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_iscan_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_iscan_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_sniff_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_sniff_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_bt_sniff_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_config_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_paused_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_a2dp_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_conn_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_conn_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_conn_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_default_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_default_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_default_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_iscan_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_iscan_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_iscan_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_sniff_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_sniff_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_bt_sniff_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_standby_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_paused_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_a2dp_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_conn_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_conn_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_conn_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_default_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_default_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_default_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_iscan_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_iscan_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_iscan_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_sniff_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_sniff_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_bt_sniff_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_mesh_traffic_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_ble_scan_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) +coex_schm_ble_scan_stop /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) +coex_schm_ble_scan_stop_interval_num_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +coex_schm_bt_a2dp_paused_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_paused_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_paused_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_a2dp_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_conn_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_conn_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_conn_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_default_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_default_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_default_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_idle_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_idle_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_idle_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_iscan_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_iscan_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_iscan_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_sniff_wifi_conn ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_sniff_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_bt_sniff_wifi_scan ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_btdm_callback /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +coex_schm_btdm_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) +coex_schm_curr_period_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_schm_curr_phase_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_schm_curr_phase_idx_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_schm_curr_phase_idx_set ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_schm_deinit ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_disable_flag_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +coex_schm_env ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_get_phase_by_idx ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_init ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_schm_interval_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_schm_interval_set ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_schm_lock ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_phase_end_ts_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +coex_schm_process /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +coex_schm_process_in_active /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +coex_schm_register_btdm_callback ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/bt/libbt.a(bt.c.obj) +coex_schm_set_afh_ch_class /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) +coex_schm_status_bit_clear ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_schm_status_bit_set ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_schm_status_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_unlock ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) +coex_schm_wakeup_flag_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +coex_schm_wifi_channel_change_btdm_set_afh /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +coex_status_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_sw_event_from_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +coex_time_diff ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_time_is_in_time ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_time_is_past ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) +coex_time_now ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_time_now_ms ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) +coex_timer_deinit ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_timer_init ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_timer_ts_end_alarm ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_timer_ts_end_disalarm ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_timer_ts_end_handler ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) +coex_timer_ts_start_alarm ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_timer_ts_start_disalarm ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_timer_ts_start_handler ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) +coex_ts_end_timer_dislarmed ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_ts_start_timer_dislarmed ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_unforce_wifi_mode ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +coex_version_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +coex_wifi_channel_change_btdm /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +coex_wifi_channel_change_btdm_callback /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +coex_wifi_channel_get ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/bt/libbt.a(bt.c.obj) +coex_wifi_channel_set ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_wifi_release ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coex_wifi_request ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +coexist_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +config_bt_util_buf_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_bt_util_sp_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_co_utils_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_dbg_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_ea_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_free esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +config_get_bool esp-idf/bt/libbt.a(config.c.obj) +config_get_int esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_get_string esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_get_wifi_ampdu_rx_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_ampdu_tx_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_amsdu_tx_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_beacon_max_len ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) +config_get_wifi_cache_tx_buffer_num ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +config_get_wifi_coexist_task_stack_size ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +config_get_wifi_csi_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +config_get_wifi_dynamic_rx_buffer_num ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +config_get_wifi_dynamic_tx_buffer_num ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +config_get_wifi_feature_capabilities ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +config_get_wifi_mgmt_sbuf_num ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +config_get_wifi_nvs_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +config_get_wifi_pm_task_stack_size ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +config_get_wifi_rx_baw ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_sta_disconnected_pm ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +config_get_wifi_static_rx_buffer_num ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_static_tx_buffer_num ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_task_core_id ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +config_get_wifi_task_stack_size ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +config_get_wifi_timer_task_stack_size ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +config_get_wifi_tx_buffer_type ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_wpa2_task_stack_size ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +config_get_wifi_wps_task_stack_size ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +config_has_key esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_has_key_in_section esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_has_section esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_hci_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_hci_msg_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_hci_tl_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_is_cache_tx_buf_enabled ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +config_ke_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_ke_msg_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_ke_task_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lc_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lc_lmppdu_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lc_sco_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lc_sniff_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lc_task_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_ld_acl_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_ld_fm_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_ld_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_ld_pscan_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_ld_sched_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_ld_sscan_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_llc_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_llc_hci_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_llc_llcp_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_llc_task_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_llc_util_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lld_evt_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lld_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lld_pdu_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lld_util_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_llm_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_llm_hci_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_llm_task_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_llm_util_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lm_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_lm_task_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_new esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_new_empty esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_nvds_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_remove_key esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_remove_section esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_rf2_espressif_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_rwble_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_rwbt_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_rwip_funcs_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) +config_save esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_section_begin esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_section_end esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_section_name esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_section_next esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_set_bool esp-idf/bt/libbt.a(config.c.obj) +config_set_int esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +config_set_string esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +conn_param_update_cb esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +connect_scan_flag ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +const_Rb esp-idf/bt/libbt.a(smp_cmac.c.obj) +controller_get_interface esp-idf/bt/libbt.a(controller.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + esp-idf/bt/libbt.a(esp_bt_device.c.obj) +core_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +corr_cca_thr ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +correct_rfpll_offset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +country_info_24ghz ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) +cpu_hal_clear_breakpoint esp-idf/hal/libhal.a(cpu_hal.c.obj) +cpu_hal_clear_watchpoint esp-idf/hal/libhal.a(cpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +cpu_hal_set_breakpoint esp-idf/hal/libhal.a(cpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +cpu_hal_set_vecbase esp-idf/hal/libhal.a(cpu_hal.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +cpu_hal_set_watchpoint esp-idf/hal/libhal.a(cpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +crc16_be ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +crc32_le ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + esp-idf/wear_levelling/libwear_levelling.a(crc32.cpp.obj) +crypto_bignum_add esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_addmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +crypto_bignum_bits esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_cmp esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_div esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_exptmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_init_set esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_inverse esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_is_one esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_is_zero esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_legendre esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_mod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_mulmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_sub esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_to_bin esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_to_string esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +crypto_cipher_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_cipher_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_debug_print_ec_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_debug_print_point esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_dh_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_ec_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_free_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_gen_keypair esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_affine_coordinates esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_curve_id esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_group_byname esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_group_from_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_mbedtls_to_nist_group_id esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_order esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_get_prime esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_get_priv_key_der esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_private_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_public_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_publickey_buf esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_parse_subpub_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_point_add esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_cmp esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_compute_y_sqr esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_from_bin esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_invert esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_is_at_infinity esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_is_on_curve esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_mul esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_solve_y_coord esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_to_bin esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_prime_len esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_prime_len_bits esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_set_pubkey_point esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_write_pub_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ecdh esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ecdsa_get_sign esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_edcsa_sign_verify esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_free_buffer esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +crypto_get_order esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_hash_finish esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_hash_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_hash_update esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_is_ec_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_key_compare esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_mod_exp esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) +crypto_pk_write_formatted_pubkey_der esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_rng_wrapper esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_write_pubkey_der esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +ctx ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) +current_task_is_wifi_task ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +curve_p256_ptr esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) +curve_ptr esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) +dac_cw_generator_config esp-idf/driver/libdriver.a(dac_common.c.obj) +dac_cw_generator_disable esp-idf/driver/libdriver.a(dac_common.c.obj) +dac_cw_generator_enable esp-idf/driver/libdriver.a(dac_common.c.obj) +dac_hal_cw_generator_config esp-idf/hal/libhal.a(dac_hal.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) +dac_i2s_disable esp-idf/driver/libdriver.a(dac.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +dac_i2s_enable esp-idf/driver/libdriver.a(dac.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +dac_out ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +dac_out_voltage esp-idf/driver/libdriver.a(dac_common.c.obj) +dac_output_disable esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +dac_output_enable esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +dac_output_voltage esp-idf/driver/libdriver.a(dac_common.c.obj) +dac_pad_get_io_num esp-idf/driver/libdriver.a(dac_common.c.obj) +dac_pad_init ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +dac_periph_signal esp-idf/soc/libsoc.a(dac_periph.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) +dbg_assert_block /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +dbg_cnt_lmac_drop ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +dbg_default_handler_2 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) +dbg_default_state /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) +dbg_ebuf_loc_show ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_his_lmac_eb_show ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_his_lmac_event_show ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_his_lmac_int_show ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_his_lmac_rx_show ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_his_lmac_tx_show ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_hmac_rxtx_statis_dump ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) +dbg_hmac_statis_dump ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +dbg_lmac_diag_statis_dump ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_lmac_get_acs ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +dbg_lmac_hw_statis_dump ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_lmac_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +dbg_lmac_ps_statis_dump ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_lmac_ps_statis_reset ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +dbg_lmac_rxtx_statis_dump ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_lmac_statis_dump ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +dbg_perf_path_set ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_perf_path_show ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_perf_throughput_cal ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_state /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) +dec_write_ringbuf ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +default_router_list esp-idf/lwip/liblwip.a(nd6.c.obj) +deinit_semaphore esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(bta_dm_pm.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +des3_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des3_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des3_key_setup esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des_block_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des_block_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) +des_key_setup esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +destination_cache esp-idf/lwip/liblwip.a(nd6.c.obj) +devclass2uint esp-idf/bt/libbt.a(btc_util.c.obj) +dh5_derive_shared esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +dh5_free esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +dh5_init esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) +dh5_init_fixed esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) +dh_derive_shared esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) +dh_groups_get esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dh_init esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) +dhcp_arp_reply esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +dhcp_cleanup esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_coarse_tmr esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +dhcp_fine_tmr esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +dhcp_inform esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_network_changed esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +dhcp_release esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_release_and_stop esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_renew esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_rx_options_given esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_rx_options_val esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_search_ip_on_mac esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) +dhcp_set_cb esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_set_struct esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_start esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_stop esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_supplied_address esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcps_coarse_tmr esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +dhcps_dns_getserver esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_dns_setserver esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_option_info esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_pbuf_alloc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +dhcps_set_new_lease_cb esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_set_option_info esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_start esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_stop esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +disable_wifi_agc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +discnx_reason_id2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +div /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-div.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) +dns_clear_cache esp-idf/lwip/liblwip.a(dns.c.obj) +dns_clear_servers esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dns_gethostbyname esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +dns_gethostbyname_addrtype esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +dns_getserver esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dns_init esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +dns_mquery_v4group esp-idf/lwip/liblwip.a(dns.c.obj) +dns_mquery_v6group esp-idf/lwip/liblwip.a(dns.c.obj) +dns_setserver esp-idf/lwip/liblwip.a(dns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dns_tmr esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +dpd_scale_set ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +dup_binstr esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +dutytype2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +eTaskConfirmSleepModeStatus esp-idf/freertos/libfreertos.a(tasks.c.obj) +eTaskGetState esp-idf/freertos/libfreertos.a(tasks.c.obj) +ea_conflict_check /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) +ea_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) +ea_get_current_elt /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +ea_prog_timer /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) +ea_prog_timestamp_latest /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +eap_deinit_prev_method esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_get_config esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_blob esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_get_config_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_password2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_id esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_phase2_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_get_phase2_types esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_get_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_hdr_len_valid esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) +eap_hdr_validate esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_mbedtls_x509_crt_profile esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +eap_msg_alloc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_blob_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_peer_blob_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_peer_config_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_peer_config_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_peer_get_eap_method esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_peer_get_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_get_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_method_alloc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_peer_method_free esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_peer_method_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_peer_mschapv2_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_peap_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_register_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_peer_select_phase2_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_build_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_derive_key esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_derive_session_id esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_phase2_nak esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_process_helper esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_process_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_reauth_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_tls_reset_input esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_reset_output esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_peer_tls_ssl_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_ssl_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_status esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_ttls_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_unregister_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_set_config_blob esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_sm_abort esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_sm_buildIdentity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +eap_sm_build_identity_resp esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_sm_build_nak esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_sm_get_method_name esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_sm_process_request esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_sm_request_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_sm_request_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_sm_request_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_sm_send_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +eap_update_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eapol_sm_notify_eap_success esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +eapol_txcb esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +ecc_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) +ecc_point_multiplication_uint8_256 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) +eif_api /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +eloop_cancel_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +eloop_register_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +em_buf_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) +emul_timeout ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +enable_wifi_agc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +encrypt_pw_block_with_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +environ /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-environ.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +err_to_errno esp-idf/lwip/liblwip.a(err.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +esf_buf_alloc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +esf_buf_alloc_default_handler ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_alloc_dynamic ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_alloc_dynamic_default_handler ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_free_static ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_recycle ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +esf_buf_recycle_default_handler ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_setdown ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +esf_buf_setup ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +esf_buf_setup_for_mesh ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +esf_buf_setup_static ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_statis_dump ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +esp_a2d_media_ctrl ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_a2d_register_callback ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_a2d_sink_deinit ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_a2d_sink_init ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_a2d_sink_register_data_callback ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_a2d_source_connect ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_a2d_source_deinit ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_a2d_source_disconnect ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_a2d_source_init ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_a2d_source_register_data_callback ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_aes_acquire_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_cbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_crypt_cfb128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +esp_aes_crypt_cfb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_ctr esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_crypt_ecb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_crypt_ofb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_crypt_xts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_release_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_xts_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_xts_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_xts_setkey_dec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_xts_setkey_enc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_app_desc esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) +esp_at_base_cmd_regist ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_ble_cmd_regist ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_ble_hid_cmd_regist ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_blufi_cmd_regist ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_board_init esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_bt_a2dp_cmd_regist ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_at_bt_cmd_regist ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_at_bt_spp_cmd_regist ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +esp_at_clear_recv_queue ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_at_custom_ble_ops_regist ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_at_custom_cmd_array_regist ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_fact_cmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_at_custom_cmd_line_terminator_get ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +esp_at_custom_cmd_line_terminator_set ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) +esp_at_custom_fat_spiflash_mount ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) +esp_at_custom_net_ops_regist ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_at_custom_ops_regist ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_at_custom_partition_find ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_at_custom_pre_deepsleep_callback ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_at_custom_pre_restart_callback ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +esp_at_custom_status_callback ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +esp_at_device_ops_regist ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_at_eap_cmd_regist ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_at_eth_cmd_regist ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +esp_at_eth_is_enable ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_at_eth_set_enable ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +esp_at_fact_cmd_regist esp-idf/at/libat.a(at_fact_cmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_get_bluetooth_controller_default_config esp-idf/at/libat.a(at_default_config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_at_get_cmd_list ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_at_get_current_cmd_name ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) +esp_at_get_current_module_name esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_get_eth_default_config ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +esp_at_get_module_id esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_at_get_module_name_by_id esp-idf/at/libat.a(at_default_config.c.obj) +esp_at_get_ota_token_by_id esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_at_get_para_as_digit ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_fact_cmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_at_get_para_as_str ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_at_get_process_task_stack_size esp-idf/at/libat.a(at_default_config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +esp_at_get_socket_by_link_id ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_at_get_socket_task_stack_size esp-idf/at/libat.a(at_default_config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_at_get_version ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) +esp_at_http_cmd_regist ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_mdns_cmd_regist ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_module_init ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_mqtt_cmd_regist ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_net_cmd_regist ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_ota_cmd_regist esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_peripheral_init esp-idf/at/libat.a(at_default_config.c.obj) +esp_at_ping_cmd_regist ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_port_enter_specific ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) +esp_at_port_exit_specific ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) +esp_at_port_get_data_length ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) +esp_at_port_read_data ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) +esp_at_port_recv_data_notify ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_at_port_recv_data_notify_from_isr ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) +esp_at_port_wait_write_complete ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_at_port_write_data ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_at_printf_error_code ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_at_response_result ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_at_smartconfig_cmd_regist ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_transmit_terminal ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_at_transmit_terminal_from_isr ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_at_upgrade_process esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_at_user_cmd_regist esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_wifi_cmd_regist ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_at_wifi_get_configure_type ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_at_wifi_set_configure_type ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) +esp_at_wps_cmd_regist ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_avrc_ct_init ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_avrc_ct_register_callback ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_avrc_ct_send_metadata_cmd ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_avrc_ct_send_passthrough_cmd ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_avrc_ct_send_register_notification_cmd ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_backtrace_get_next_frame esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_backtrace_get_start esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) + esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) +esp_backtrace_print esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp32/libesp32.a(crosscore_int.c.obj) +esp_base_mac_addr_get esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +esp_base_mac_addr_set esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +esp_ble_confirm_reply esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_add_duplicate_scan_exceptional_device esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_gap_clean_duplicate_scan_exceptional_list esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_gap_clear_rand_addr esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_clear_whitelist esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_gap_config_adv_data esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +esp_ble_gap_config_adv_data_raw esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_config_local_icon esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +esp_ble_gap_config_local_privacy esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_config_scan_rsp_data_raw esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_disconnect esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_get_local_used_addr esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_gap_get_whitelist_size esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_gap_read_rssi esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_gap_register_callback esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_remove_duplicate_scan_exceptional_device esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_gap_security_rsp esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_set_device_name esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_set_pkt_data_len esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_set_prefer_conn_params esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_gap_set_rand_addr esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_set_scan_params esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_set_security_param esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_start_advertising esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_start_scanning esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_stop_advertising esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_stop_scanning esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_update_conn_params esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gap_update_whitelist esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_gatt_set_local_mtu esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_app_register esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_app_unregister esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_cache_assoc esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_cache_clean esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_cache_get_addr_list esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_cache_refresh esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_close esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_execute_write esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_get_all_char esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_get_all_descr esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_get_attr_count esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_get_char_by_uuid esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_get_db esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_get_descr_by_char_handle esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_get_descr_by_uuid esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_get_include_service esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_get_service esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_open esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_prepare_write esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_prepare_write_char_descr esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_read_by_type esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_read_char esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_read_char_descr esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_read_multiple esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_register_callback esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_register_for_notify esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_search_service esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_send_mtu_req esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_unregister_for_notify esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +esp_ble_gattc_write_char esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gattc_write_char_descr esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gatts_add_char esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +esp_ble_gatts_add_char_descr esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +esp_ble_gatts_add_included_service esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +esp_ble_gatts_app_register esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gatts_app_unregister esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gatts_close esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +esp_ble_gatts_create_attr_tab esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gatts_create_service esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +esp_ble_gatts_delete_service esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) +esp_ble_gatts_get_attr_value esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +esp_ble_gatts_open esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +esp_ble_gatts_register_callback esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gatts_send_indicate esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gatts_send_response esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +esp_ble_gatts_send_service_change_indication esp-idf/bt/libbt.a(esp_gatts_api.c.obj) +esp_ble_gatts_set_attr_value esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gatts_start_service esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_gatts_stop_service esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_get_bond_device_list esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_get_bond_device_num esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_get_cur_sendable_packets_num esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) +esp_ble_get_current_conn_params esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_get_sendable_packets_num esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) +esp_ble_oob_req_reply esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_ble_passkey_reply esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_remove_bond_device esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_resolve_adv_data esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_scan_dupilcate_list_flush esp-idf/bt/libbt.a(bt.c.obj) +esp_ble_set_encryption esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_tx_power_get esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_ble_tx_power_set esp-idf/bt/libbt.a(bt.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_bluedroid_deinit esp-idf/bt/libbt.a(esp_bt_main.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_bluedroid_disable esp-idf/bt/libbt.a(esp_bt_main.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_bluedroid_enable esp-idf/bt/libbt.a(esp_bt_main.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_bluedroid_get_status esp-idf/bt/libbt.a(esp_bt_main.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + esp-idf/bt/libbt.a(esp_gatt_common_api.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + esp-idf/bt/libbt.a(esp_bt_device.c.obj) + esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_bluedroid_init esp-idf/bt/libbt.a(esp_bt_main.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_blufi_adv_start esp-idf/bt/libbt.a(esp_blufi.c.obj) +esp_blufi_adv_stop esp-idf/bt/libbt.a(esp_blufi.c.obj) +esp_blufi_close esp-idf/bt/libbt.a(esp_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +esp_blufi_deinit esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) +esp_blufi_disconnect esp-idf/bt/libbt.a(esp_blufi.c.obj) +esp_blufi_gap_event_handler esp-idf/bt/libbt.a(esp_blufi.c.obj) +esp_blufi_get_version esp-idf/bt/libbt.a(esp_blufi_api.c.obj) +esp_blufi_init esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) +esp_blufi_profile_deinit esp-idf/bt/libbt.a(esp_blufi_api.c.obj) +esp_blufi_profile_init esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +esp_blufi_register_callbacks esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +esp_blufi_send_custom_data esp-idf/bt/libbt.a(esp_blufi_api.c.obj) +esp_blufi_send_encap esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) +esp_blufi_send_error_info esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +esp_blufi_send_notify esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) +esp_blufi_send_wifi_conn_report esp-idf/bt/libbt.a(esp_blufi_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +esp_blufi_send_wifi_list esp-idf/bt/libbt.a(esp_blufi_api.c.obj) +esp_bredr_sco_datapath_set esp-idf/bt/libbt.a(bt.c.obj) +esp_bredr_tx_power_get esp-idf/bt/libbt.a(bt.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bredr_tx_power_set esp-idf/bt/libbt.a(bt.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_brownout_disable esp-idf/esp_common/libesp_common.a(brownout.c.obj) +esp_brownout_init esp-idf/esp_common/libesp_common.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_bt_controller_deinit esp-idf/bt/libbt.a(bt.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_bt_controller_disable esp-idf/bt/libbt.a(bt.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_bt_controller_enable esp-idf/bt/libbt.a(bt.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_bt_controller_get_status esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/bt/libbt.a(esp_bt_main.c.obj) +esp_bt_controller_init esp-idf/bt/libbt.a(bt.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_bt_controller_mem_release esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_bt_controller_set_log_level /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) +esp_bt_controller_shutdown /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bt.c.obj) +esp_bt_dev_get_address esp-idf/bt/libbt.a(esp_bt_device.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +esp_bt_dev_set_device_name esp-idf/bt/libbt.a(esp_bt_device.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_get_bond_device_list ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_get_bond_device_num ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_pin_reply ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_register_callback ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_remove_bond_device ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_resolve_eir_data ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_set_cod ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_set_pin ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_set_scan_mode ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_set_security_param ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_ssp_confirm_reply ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_ssp_passkey_reply ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_gap_start_discovery ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +esp_bt_mem_release esp-idf/bt/libbt.a(bt.c.obj) +esp_bt_sleep_disable esp-idf/bt/libbt.a(bt.c.obj) +esp_bt_sleep_enable esp-idf/bt/libbt.a(bt.c.obj) +esp_cache_err_get_cpuid esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_cache_err_int_init esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_chip_info esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) +esp_clear_watchpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +esp_clk_apb_freq esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp32/libesp32.a(hw_random.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +esp_clk_cpu_freq esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + esp-idf/esp32/libesp32.a(hw_random.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_clk_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_clk_rtc_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +esp_clk_slowclk_cal_get esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_clk_slowclk_cal_set esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +esp_clk_xtal_freq esp-idf/esp32/libesp32.a(clk.c.obj) +esp_coex_adapter_funcs_md5_check ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +esp_coex_adapter_register ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_coex_status_bit_clear ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +esp_coex_status_bit_set ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) +esp_cpu_configure_region_protection esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) +esp_cpu_in_ocd_debug_mode esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_cpu_reset esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) +esp_cpu_stall esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/esp_common/libesp_common.a(brownout.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) +esp_cpu_unstall esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) +esp_crc8 ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +esp_create_mbedtls_handle esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_crosscore_int_init esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +esp_crosscore_int_send_freq_switch esp-idf/esp32/libesp32.a(crosscore_int.c.obj) +esp_crosscore_int_send_print_backtrace esp-idf/esp32/libesp32.a(crosscore_int.c.obj) +esp_crosscore_int_send_yield esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_crypto_base64_encode esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) +esp_crypto_sha1 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_deep_sleep esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_deep_sleep_disable_rom_logging esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_deep_sleep_start esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_default_wake_deep_sleep esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_deregister_freertos_idle_hook esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) +esp_deregister_freertos_idle_hook_for_cpu esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) +esp_deregister_freertos_tick_hook esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) +esp_deregister_freertos_tick_hook_for_cpu esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) +esp_derive_local_mac esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +esp_dport_access_int_abort esp-idf/esp32/libesp32.a(dport_access.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_dport_access_int_init esp-idf/esp32/libesp32.a(dport_access.c.obj) +esp_dport_access_int_pause esp-idf/esp32/libesp32.a(dport_access.c.obj) +esp_dport_access_int_resume esp-idf/esp32/libesp32.a(dport_access.c.obj) +esp_dport_access_read_buffer esp-idf/esp32/libesp32.a(dport_access.c.obj) + esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +esp_dport_access_reg_read esp-idf/esp32/libesp32.a(dport_access.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +esp_dport_access_sequence_reg_read esp-idf/esp32/libesp32.a(dport_access.c.obj) +esp_dport_access_stall_other_cpu_end esp-idf/esp32/libesp32.a(dport_access.c.obj) +esp_dport_access_stall_other_cpu_start esp-idf/esp32/libesp32.a(dport_access.c.obj) +esp_efuse_batch_write_begin esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_batch_write_cancel esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_batch_write_commit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_disable_basic_rom_console esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_disable_rom_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_get_chip_ver esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_efuse_get_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_get_field_size esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_pkg_ver esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) +esp_efuse_mac_get_custom esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +esp_efuse_mac_get_default esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_efuse_read_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_read_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_read_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +esp_efuse_read_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_read_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_set_read_protect esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_set_write_protect esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_apply_34_encoding esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_utility_apply_new_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_burn_efuses esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_clear_program_registers esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_count_once esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_debug_dump_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_erase_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_fill_buff esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_number_of_items esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_process esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_read_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_reset esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_update_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_write_blob esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_cnt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_write_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_write_random_key esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_write_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_err_to_name esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_err_to_name_r esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +esp_esptouch_set_timeout ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_esptouch_set_timeout_local ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_eth_clear_default_handlers esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_eth_decrease_reference esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) +esp_eth_del_netif_glue esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) +esp_eth_driver_install esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +esp_eth_driver_uninstall esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) +esp_eth_increase_reference esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) +esp_eth_ioctl esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) +esp_eth_new_netif_glue esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_eth_receive esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) +esp_eth_set_default_handlers esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_eth_start esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) +esp_eth_stop esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) +esp_eth_transmit esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) +esp_eth_update_input_path esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) +esp_event_dump esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +esp_event_handler_instance_register esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) +esp_event_handler_instance_register_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_instance_unregister esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_instance_unregister_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_register esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_event_handler_register_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_register_with_internal esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +esp_event_handler_unregister esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_event_handler_unregister_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_unregister_with_internal esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +esp_event_isr_post esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_isr_post_to esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_loop_create esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_loop_create_default esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_event_loop_delete esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_loop_delete_default esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_loop_run esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_event_post esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/esp_event/libesp_event.a(event_send.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_event_post_to esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_send esp-idf/esp_event/libesp_event.a(event_send.c.obj) +esp_event_send_internal esp-idf/esp_event/libesp_event.a(event_send.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_event_send_legacy esp-idf/esp_event/libesp_event.a(event_send.c.obj) +esp_event_send_noop esp-idf/esp_event/libesp_event.a(event_send.c.obj) +esp_event_send_to_default_loop esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_fill_random esp-idf/esp32/libesp32.a(hw_random.c.obj) + esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) +esp_flash_app_enable_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_flash_default_chip esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_flash_deinit_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_init_main_bus_lock esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_flash_init_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_gap_ble_set_authorization esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_gap_ble_set_channels esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) +esp_get_ble_isr_err_counter /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) +esp_get_bt_isr_err_counter /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) +esp_get_deep_sleep_wake_stub esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_get_free_heap_size esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_get_free_internal_heap_size esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_get_idf_version esp-idf/esp_system/libesp_system.a(system_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_get_minimum_free_heap_size esp-idf/esp_system/libesp_system.a(system_api.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_http_client_add_auth esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_http_client_cleanup esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +esp_http_client_close esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_http_client_delete_header esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_fetch_headers esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +esp_http_client_flush_response esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_get_chunk_length esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_get_content_length esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_get_header esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_get_password esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_get_post_field esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_get_status_code esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +esp_http_client_get_transport_type esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_get_url esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_get_username esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_init esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +esp_http_client_is_chunked_response esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +esp_http_client_is_complete_data_received esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_http_client_open esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +esp_http_client_perform esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +esp_http_client_read esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_http_client_read_response esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_set_authtype esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_set_header esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +esp_http_client_set_method esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +esp_http_client_set_password esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_set_post_field esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +esp_http_client_set_redirection esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_http_client_set_url esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_set_username esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_http_client_write esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_https_ota esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) +esp_https_ota_abort esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_https_ota_begin esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_https_ota_finish esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_https_ota_get_image_len_read esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_https_ota_get_img_desc esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_https_ota_is_complete_data_received esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_https_ota_perform esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_image_get_flash_size esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_get_metadata esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_image_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_image_verify_bootloader esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_verify_bootloader_data esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_int_wdt_cpu_init esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +esp_int_wdt_init esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +esp_internal_aes_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_internal_aes_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_intr_alloc esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +esp_intr_alloc_intrstatus esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +esp_intr_disable esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_intr_disable_source esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/esp32/libesp32.a(cache_err_int.c.obj) +esp_intr_enable esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_intr_enable_source esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/esp32/libesp32.a(cache_err_int.c.obj) +esp_intr_free esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +esp_intr_get_cpu esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +esp_intr_get_intno esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +esp_intr_mark_shared esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +esp_intr_noniram_disable esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_intr_noniram_enable esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_intr_reserve esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +esp_intr_set_in_iram esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +esp_ip4addr_aton esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_ip4addr_ntoa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_light_sleep_start esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_log_early_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_log_impl_lock esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) +esp_log_impl_lock_timeout esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) +esp_log_impl_unlock esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) +esp_log_level_set esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_log_set_vprintf esp-idf/log/liblog.a(log.c.obj) +esp_log_system_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) +esp_log_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_event/libesp_event.a(event_send.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_log_write esp-idf/log/liblog.a(log.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Safe.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_event/libesp_event.a(event_send.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_log_writev esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_mbedtls_cleanup esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +esp_mbedtls_conn_delete esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_free_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_get_bytes_avail esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_get_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_handshake esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_init_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_mem_calloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +esp_mbedtls_mem_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +esp_mbedtls_read esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_server_session_create esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_server_session_delete esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_set_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_verify_certificate esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +esp_mbedtls_write esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_md5_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +esp_md5_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) +esp_md5_finish_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +esp_md5_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +esp_md5_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +esp_md5_init_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +esp_md5_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) +esp_md5_update_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +esp_mesh_add_conflict_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_allow_root_conflicts ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_ap_enqueue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_clear ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_clear_expire ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_clear_invalid ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) +esp_mesh_ap_list_find ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_find_expire ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_find_invalid ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_update_invalid ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_appie ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_available_txupQ_num ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_best_effort_tx ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_channel_enable_jp ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_check_multi_redundant_ack ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_check_nonassociated_children ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_check_vnd_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_clear_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_clear_parent_candidate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_combine_multi_redundant_ack ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_compute_my_votes ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_compute_votes ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_conn_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_conn_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_connect ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_copy_mgmt_announce ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_create_context ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_create_mbox ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_decrypt_vnd_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_delete_group_addr ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_delete_group_id ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_delete_sub_children ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_delivery_toDS ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_delivery_toSelf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_disable_ps ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_discard_context ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_disconnect ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_enable_ps ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_encrypt_vnd_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_find_conflict_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_fix_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_flush_scan_result ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +esp_mesh_flush_tcpip_queue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_flush_upstream_packets ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_force_txupQ_pending ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_forward_check_active ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_forward_packet ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_free_context ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_free_mbox ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_active_duty_cycle ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_announce_interval ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_ap_assoc_expire ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_ap_authmode ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_ap_connections ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_attempts ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_beacon_interval ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_capacity_num ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_child_idx ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_get_child_idx_lock ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_get_child_num ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_get_config ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_conflict_root_state ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_group_list ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_group_num ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_id ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_ie_crypto_key ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_layer ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_max_layer ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_network_duty_cycle ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_non_mesh_connections ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_optlen ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_get_parent_bssid ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_get_parent_candidate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_get_parent_monitor_config ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_get_passive_scan_time ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_root_addr ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_root_healing_delay ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_router ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_router_bssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_routing_table ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_get_routing_table_size ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_get_rssi_threshold ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_rssi_threshold_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_running_active_duty_cycle ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +esp_mesh_get_rx_pending ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_self_organized ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_storage ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_sub_capacity ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_get_subnet_nodes_list ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_subnet_nodes_num ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_switch_parent_paras ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_topology ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_total_children_num ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_get_total_node_num ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_tsf_time ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +esp_mesh_get_tx_pending ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_get_type ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_vnd_ext_assoc_len ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_vnd_roots_len ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_vnd_ssid_len ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_vote_percentage ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_xon_qsize ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_ie_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_ie_monitor ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ie_update_capacity ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ie_update_rssi ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_insert_child ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_insert_group_addr ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_io_sem_signal ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_io_sem_wait ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_is_device_active ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_my_group ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_is_my_ie_encrypted ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_is_nwk_inited ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_nwk_running ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_ps_enabled ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_root_conflicts_allowed ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_is_root_fixed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_roots_found ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_is_rt_change_debug ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_is_same_router ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +esp_mesh_is_scan_allowed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_is_start_pm_now ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_is_switch_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_look_for_network ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_lookup_route ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_lookup_sub_route ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_map_change_beacon_interval ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_map_deauth ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_mesh_map_probe_response ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_map_reject_connection ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_map_stop_beacon ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_match_self ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_mcast_cover_node ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_monitor_nonassociated_children ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_monitor_parent_candidate_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_monitor_parent_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_monitor_vote_candidate_rssi ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_nvs_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_nvs_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_nvs_operate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) +esp_mesh_nvs_set_assoc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_nvs_set_layer ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_nwk_redundant_route ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_nwk_task_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_nwk_task_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_operation_rxseqno ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_mesh_pack_multi_routing_table ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_pack_rmv_announcement ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_parent_reselect ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_parent_select ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_parse_beacon ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_parse_conflict_assoc_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_parse_conflict_roots_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_parse_ext_assoc_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_parse_ps_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_go_to_sleep ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_go_to_wake ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_rx_beacon_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_tbtt_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_tx_data_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_tx_null_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_post_toDS_state ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_print_route_table ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_print_rxQ_waiting ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_print_scan_result ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_print_txQ_waiting ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_mesh_process_bcast ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_process_mcast ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_process_options ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_process_ps_awake ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_process_ps_type ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_process_redundant_subchildren ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_process_txupQ_pending ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_process_ucast ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_ps_control_check_awake ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_ps_duty ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_ps_duty_cycle_get_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_ps_duty_cycle_set_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_ps_duty_ext_get_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_ps_duty_signaling ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_ps_get_duties ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_ps_get_ext_duty ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_push_to_ack_state_queue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_push_to_myself_queue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_push_to_nwk_queue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_push_to_ps_tx_queue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_push_to_rx_queue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_mesh_push_to_tcpip_queue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_push_to_tx_queue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_push_to_wnd_queue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_push_to_xmit_state_queue ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_quick_funcs ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_quick_funcs_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_quick_funcs_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_recv ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_recv_release ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_recv_toDS ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_recv_xon ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_mesh_refresh_routing_table ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_remove_child ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_remove_children ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_remove_conflict_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_remove_nonassociated_children ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_revote_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_root_process_duty_duration_expire ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_route_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_route_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_rt_change_debug ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_rx_task_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_rx_task_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_scan_done ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_scan_done_get_channel ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_scan_done_vote ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_scan_get_ap_ie_len ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_scan_get_ap_record ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_send ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_send_add_announcement ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_send_block_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_send_block_event ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_send_block_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_send_block_start ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_send_block_time ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_send_event_internal esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_send_mgmt ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_send_rmv_announcement ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_send_root_switch ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_send_rtable_ack ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_send_rtable_request ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_send_sem_signal ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_send_sem_wait ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_send_stop_vote ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_send_xon ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_set_6m_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +esp_mesh_set_active_duty_cycle ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_announce_interval ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ap_assoc_expire ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_set_ap_authmode ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ap_connections ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ap_password ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_attempts ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_beacon_interval ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_capacity_num ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_config ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_group_id ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_id ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_ie_crypto_funcs ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ie_crypto_funcs_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ie_crypto_key ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ie_crypto_key_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_max_layer ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_network_duty_cycle ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_network_duty_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_set_non_mesh_connections ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_parent_candidate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_parent_candidate_config ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_parent_monitor_config ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_passive_scan_time ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_root_healing_delay ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_router ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_router_bssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_set_rssi_threshold ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_rssi_threshold_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_self_organized ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_switch_parent_paras ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_topology ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_type ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_vote_percentage ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_xon_qsize ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_sta_connect ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_sta_disassoc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_sta_disconnect ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_sta_monitor_rssi ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_start ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_stop ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_stop_parent_reconnection ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_switch_channel ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_switch_channel_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_sync_interface_tsf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +esp_mesh_tx_task_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_tx_task_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_tx_tid_flush ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_txupQ_pending ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_txupQ_pending_clear_xonseq ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_txupQ_pending_delete_child ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_txupQ_pending_get_cidx ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_txupQ_pending_get_xonseq ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_txupQ_pending_insert_child ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_update_conflict_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_waive_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_wifi_recv_cb ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_mont_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_disable_hardware_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_enable_hardware_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_hardware_words esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mul_mpi_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mul_mpi_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +esp_mpi_mul_mpi_mod_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mult_mpi_failover_mod_mult_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_read_result_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mqtt_client_destroy esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) +esp_mqtt_client_disconnect esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_enqueue esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_get_outbox_size esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_init esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) +esp_mqtt_client_publish esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) +esp_mqtt_client_reconnect esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_register_event esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_set_uri esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_start esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) +esp_mqtt_client_stop esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_subscribe esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) +esp_mqtt_client_unsubscribe esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) +esp_mqtt_set_config esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_netif_action_connected esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_action_disconnected esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_action_got_ip esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_action_start esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_action_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_add_to_list esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_attach esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_attach_wifi_ap esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_attach_wifi_station esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_create_default_wifi_ap esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_netif_create_default_wifi_mesh_netifs esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_create_default_wifi_sta esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_netif_create_ip6_linklocal esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_create_wifi esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_deinit esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_destroy esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcpc_get_status esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_dhcpc_option esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_dhcpc_start esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_dhcpc_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_dhcps_get_status esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_dhcps_option esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_dhcps_start esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_dhcps_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_down esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_free_rx_buffer esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) +esp_netif_get_all_ip6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_desc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_dns_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_get_event_id esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_get_flags esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_get_handle_from_ifkey esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_get_handle_from_netif_impl esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_get_hostname esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_get_ifkey esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) +esp_netif_get_io_driver esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_get_ip6_global esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_get_ip6_linklocal esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_get_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_get_mac esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_netif_impl esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_get_netif_impl_index esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_get_netif_impl_name esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_nr_of_ifs esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) +esp_netif_get_old_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_get_route_prio esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_sta_list esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_init esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_netif_ip6_get_addr_type esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_is_netif_listed esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_is_netif_up esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_is_valid_static_ip esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_list_lock esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_list_unlock esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_lwip_ppp_input esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +esp_netif_netstack_buf_free esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_netstack_buf_ref esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_new esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_next esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) +esp_netif_next_unsafe esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_receive esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_remove_from_list esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_dns_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_set_driver_config esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_set_hostname esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_set_ip4_addr esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_set_mac esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_set_old_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_netif_start esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_str_to_ip4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_str_to_ip6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_transmit esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) +esp_netif_transmit_wrap esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) +esp_netif_up esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_newlib_init esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_newlib_locks_init esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_newlib_time_init esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_ota_abort esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) +esp_ota_begin esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_ota_check_rollback_is_possible esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_end esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_ota_erase_last_boot_app_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_app_description esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) +esp_ota_get_app_elf_sha256 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_ota_get_boot_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_ota_get_last_invalid_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_next_update_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_ota_get_partition_description esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_running_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_ota_get_state_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_init_app_elf_sha256 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj) +esp_ota_mark_app_invalid_rollback_and_reboot esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_mark_app_valid_cancel_rollback esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_set_boot_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_ota_write esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_ota_write_with_offset esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_panic_handler esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_panic_handler_reconfigure_wdts esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_partition_check_identity esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_partition_deregister_external esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_partition_erase_range esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_find esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_find_first esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +esp_partition_get esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_get_sha256 esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_partition_iterator_release esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_main_flash_region_safe esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +esp_partition_mmap esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_next esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_read esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +esp_partition_read_raw esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +esp_partition_register_external esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +esp_partition_table_verify esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_partition_verify esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_write esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(Partition.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +esp_partition_write_raw esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +esp_perip_clk_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_phy_apply_phy_init_data ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_phy_common_clock_disable esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_common_clock_enable esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_disable esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_enable esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_erase_cal_data_in_nvs esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_phy_get_init_data esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_phy_load_cal_and_init esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_phy_load_cal_data_from_nvs esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_phy_release_init_data esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_phy_rf_get_on_ts esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) +esp_phy_store_cal_data_to_nvs esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_phy_update_country_info esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_update_init_data esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_ping_delete_session esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) +esp_ping_get_profile esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) +esp_ping_new_session esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) +esp_ping_start esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) +esp_ping_stop esp-idf/lwip/liblwip.a(ping_sock.c.obj) +esp_pm_configure esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_pm_dump_locks esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) +esp_pm_get_configuration esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_pm_impl_get_cpu_freq esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_impl_get_mode esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) +esp_pm_impl_idle_hook esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) +esp_pm_impl_init esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_pm_impl_isr_hook esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +esp_pm_impl_switch_mode esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) +esp_pm_impl_waiti esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) +esp_pm_lock_acquire esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_pm_lock_create esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_pm_lock_delete esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +esp_pm_lock_release esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_pm_register_inform_out_light_sleep_overhead_callback esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_register_light_sleep_default_params_config_callback esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_register_skip_light_sleep_callback esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_unregister_inform_out_light_sleep_overhead_callback esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_unregister_light_sleep_default_params_config_callback esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_pm_unregister_skip_light_sleep_callback esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_profile_cb_reset esp-idf/bt/libbt.a(btc_manage.c.obj) +esp_pthread_get_cfg esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_pthread_get_default_config esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_pthread_init esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_pthread_set_cfg esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_random esp-idf/esp32/libesp32.a(hw_random.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_read_mac esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_reent_cleanup esp-idf/newlib/libnewlib.a(reent_init.c.obj) +esp_reent_init esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_register_freertos_idle_hook esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) +esp_register_freertos_idle_hook_for_cpu esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) +esp_register_freertos_tick_hook esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) +esp_register_freertos_tick_hook_for_cpu esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) +esp_register_shutdown_handler esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) +esp_reset_reason esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_reset_reason_get_hint esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_reset_reason_set_hint esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_common/libesp_common.a(brownout.c.obj) +esp_restart esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) +esp_restart_noos esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_common/libesp_common.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_restart_noos_dig esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_rom_crc32_le esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +esp_rom_delay_us esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_disable_logging esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_rom_efuse_get_flash_gpio_info esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +esp_rom_efuse_mac_address_crc8 esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) +esp_rom_gpio_connect_in_signal esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +esp_rom_gpio_connect_out_signal esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +esp_rom_gpio_pad_pullup_only esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_rom_gpio_pad_select_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_install_channel_putc esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +esp_rom_md5_final esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) +esp_rom_md5_init esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) +esp_rom_md5_update esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) +esp_rom_printf esp-idf/driver/libdriver.a(i2s.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + esp-idf/esp_common/libesp_common.a(brownout.c.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/xtensa/libxtensa.a(debug_helpers.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +esp_rom_spiflash_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +esp_rom_spiflash_config_readmode esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_erase_area esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_erase_block esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +esp_rom_spiflash_erase_chip esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_erase_sector esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +esp_rom_spiflash_lock esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_prepare_encrypted_data esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_read esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +esp_rom_spiflash_read_status esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_read_statushigh esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_read_user_cmd esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_unlock esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_wait_idle esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_write esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +esp_rom_spiflash_write_disable esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +esp_rom_spiflash_write_encrypted esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) +esp_rom_spiflash_write_encrypted_disable esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_write_encrypted_enable esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_spiflash_write_status esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +esp_rom_uart_rx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) +esp_rom_uart_set_clock_baudrate esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_uart_tx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) +esp_rom_uart_tx_wait_idle esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rrm_send_neighbor_rep_request esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_rtc_get_time_us esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_set_breakpoint_if_jtag esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +esp_set_deep_sleep_wake_stub esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_set_time_from_rtc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_set_watchpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_setup_newlib_syscalls esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_sha_block esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_lock_engine esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +esp_sha_lock_memory_block esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +esp_sha_read_digest_state esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_try_lock_engine esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_unlock_engine esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_unlock_memory_block esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +esp_sleep_config_gpio_isolate esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_sleep_disable_wakeup_source esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_disable_wifi_wakeup esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_enable_ext0_wakeup esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_enable_ext1_wakeup esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_enable_gpio_switch esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_sleep_enable_gpio_wakeup esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_sleep_enable_timer_wakeup esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_sleep_enable_touchpad_wakeup esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_enable_uart_wakeup esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_sleep_enable_ulp_wakeup esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_enable_wifi_wakeup esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_get_ext1_wakeup_status esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_get_touchpad_wakeup_status esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_get_wakeup_cause esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_is_valid_wakeup_gpio esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_sleep_pd_config esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_smartconfig_fast_mode ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_smartconfig_fast_mode_local ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_smartconfig_get_rvd_data ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) +esp_smartconfig_get_type ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_smartconfig_get_version ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_smartconfig_internal_set_encrypt ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_smartconfig_internal_start ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) +esp_smartconfig_internal_stop ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) +esp_smartconfig_set_type ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) +esp_smartconfig_set_type_local ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_smartconfig_start esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) +esp_smartconfig_start_local ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_smartconfig_stop esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) +esp_smartconfig_stop_local ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_spp_connect ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +esp_spp_deinit ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +esp_spp_disconnect ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +esp_spp_init ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +esp_spp_register_callback ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +esp_spp_start_discovery ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +esp_spp_start_srv ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +esp_spp_vfs_register ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +esp_startup_start_app esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_startup_start_app_common esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_supplicant_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_supplicant_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_sync_counters_rtc_and_frc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) +esp_system_abort esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_system_get_time esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +esp_system_get_time_resolution esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_task_wdt_add esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +esp_task_wdt_deinit esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) +esp_task_wdt_delete esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) +esp_task_wdt_init esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +esp_task_wdt_isr_user_handler esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) +esp_task_wdt_reset esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) +esp_task_wdt_status esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) +esp_time_impl_get_boot_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_get_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_get_time_since_boot esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_init esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_set_boot_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_timer_create esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_deinit esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_delete esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_dump esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_early_init esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_timer_get_next_alarm esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_timer_get_time esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_timer_impl_advance esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_impl_deinit esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_early_init esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_get_alarm_reg esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_impl_get_counter_reg esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_impl_get_min_period_us esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_get_time esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_init esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_init_system_time esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_impl_set_alarm esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_unlock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_impl_update_apb_freq esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_init esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_timer_is_active esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) +esp_timer_private_advance esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_timer_private_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_timer_private_unlock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_timer_private_update_apb_freq esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +esp_timer_start_once esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_start_periodic esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_stop esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_tls_conn_delete esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_tls_conn_destroy esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_conn_http_new esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_conn_http_new_async esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_conn_new esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_conn_new_async esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_conn_new_sync esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_tls_free_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_get_and_clear_error_type esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) +esp_tls_get_and_clear_last_error esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_tls_get_bytes_avail esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_tls_get_conn_sockfd esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_tls_get_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_init esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +esp_tls_init_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_internal_event_tracker_capture esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_internal_event_tracker_create esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_internal_event_tracker_destroy esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_server_session_create esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_tls_server_session_delete esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_tls_set_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_transport_capture_errno esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_close esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_connect esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_connect_async esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_transport_destroy esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_get_context_data esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_get_default_port esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_get_errno esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_get_error_handle esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_get_payload_transport_handle esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) +esp_transport_get_socket esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_init esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_list_add esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_list_clean esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) +esp_transport_list_destroy esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_list_get_transport esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_list_init esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_poll_read esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_poll_write esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_read esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_set_async_connect_func esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_set_context_data esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_set_default_port esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_set_errors esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_set_func esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_set_parent_transport_func esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ssl_enable_global_ca_store esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_init esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_alpn_protocol esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_cert_data esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_cert_data_der esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_client_cert_data esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_client_cert_data_der esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_client_key_data esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_client_key_data_der esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_client_key_password esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_keep_alive esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_transport_ssl_set_psk_key_hint esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_skip_common_name_check esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_tcp_init esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_tcp_set_keep_alive esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +esp_transport_utils_ms_to_timeval esp-idf/tcp_transport/libtcp_transport.a(transport_utils.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_write esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ws_get_read_opcode esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_get_read_payload_len esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_init esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ws_poll_connection_closed esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_send_raw esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_set_config esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_set_headers esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_set_path esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ws_set_subprotocol esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ws_set_user_agent esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_tx_state_out ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +esp_unregister_shutdown_handler esp-idf/esp_system/libesp_system.a(system_api.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_vApplicationIdleHook esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +esp_vApplicationTickHook esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +esp_vfs_access esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_close esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_closedir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_dev_uart_port_set_rx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_port_set_tx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_register esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_vfs_dev_uart_set_rx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_set_tx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_use_driver esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_use_nonblocking esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_fat_register esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) +esp_vfs_fat_unregister_path esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) +esp_vfs_fcntl_r esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_fstat esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_fsync esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_ioctl esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_link esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_lseek esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_lwip_sockets_register esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) +esp_vfs_mkdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_open esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_opendir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_pread esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_pwrite esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_read esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_readdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_register_fd esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_fd_range esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +esp_vfs_register_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rename esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rewinddir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rmdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_seekdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_select esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_select_triggered esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_select_triggered_isr esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_stat esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_telldir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_truncate esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unlink esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unregister esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +esp_vfs_unregister_fd esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_utime esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_write esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vhci_host_check_send_available esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +esp_vhci_host_register_callback esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) +esp_vhci_host_send_packet esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) +esp_wake_deep_sleep esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +esp_wifi_80211_tx ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +esp_wifi_action_tx_req ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_ap_deauth_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +esp_wifi_ap_get_prof_ap_ssid_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_authmode_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_pairwise_cipher_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_password_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_pmk_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +esp_wifi_ap_get_sta_aid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ap_get_sta_aid_local ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ap_get_sta_list ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_auth_done_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_clear_default_wifi_driver_and_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_clear_fast_connect ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_config_11b_rate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_config_80211_tx_rate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_config_espnow_rate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_connect ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_create_if_driver esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_deauth_sta ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_deauthenticate_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_deinit esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_deinit_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_del_key_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_destroy_if_driver esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_disable_pmf_config ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_disarm_sta_connection_timer_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_disconnect ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_enable_sta_privacy_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_ftm_end_session ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_end_session_local ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_initiate_session ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_resp_set_offset ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_resp_set_offset_local ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_ant ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_ant_gpio ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_appie_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_get_assoc_bssid_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_get_auto_connect ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_bandwidth ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_beacon_interval ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_wifi_get_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_config ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_get_config_channel_local ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_country ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_get_country_code ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_event_mask ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +esp_wifi_get_hostap_private_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_get_if_mac esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_get_inactive_time ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_inactive_time_local ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_key_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_get_mac ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) +esp_wifi_get_macaddr_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_get_max_tx_power ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_get_mode ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_wifi_get_negotiated_bw_local ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_negotiated_channel_local ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_promiscuous ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_get_promiscuous_ctrl_filter ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_promiscuous_filter ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_protocol ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_get_ps ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_wifi_get_spp_attrubute_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_get_sta_hw_key_idx_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_get_sta_key_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_get_tsf_time ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_user_init_flag_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_get_wps_status_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_get_wps_type_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_improve_contention_ability ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_init esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_wifi_init_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_configure_wake_window ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_crypto_funcs_md5_check ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_esp_wifi_md5_check ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_free_rx_buffer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) +esp_wifi_internal_get_config_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_fix_rate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_log ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_mib ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +esp_wifi_internal_get_negotiated_bandwidth ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_negotiated_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_rts ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +esp_wifi_internal_ioctl ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_issue_disconnect ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_internal_osi_funcs_md5_check ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_reg_netstack_buf_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_internal_reg_netstack_buf_cb_local ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_reg_rxcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_set_baw ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +esp_wifi_internal_set_fix_rate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_set_log_level ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_set_log_mod ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_set_msdu_lifetime ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +esp_wifi_internal_set_retry_counter ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +esp_wifi_internal_set_rts ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +esp_wifi_internal_set_spp_amsdu ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_set_sta_ip ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_internal_supplicant_header_md5_check ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_internal_tx ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_internal_tx_by_ref ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +esp_wifi_internal_tx_is_stop ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +esp_wifi_internal_update_light_sleep_default_params ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_update_mac_time ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_wifi_type_md5_check ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ipc_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +esp_wifi_is_btm_enabled_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_is_if_ready_when_started esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_is_rm_enabled_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_mesh_reg_rxcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_wifi_mesh_tx ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_wifi_promiscuous_scan_start ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_register_if_rxcb esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_register_mgmt_frame_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_register_tx_cb_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_register_wpa2_cb_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_register_wpa3_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_register_wpa_cb_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_remain_on_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_restart ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_restore ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_scan_get_ap_num ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_scan_get_ap_records ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_scan_get_cur_ap_info ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +esp_wifi_scan_get_cur_ap_record ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +esp_wifi_scan_sort_ap_records ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_scan_sort_get_cur_ap_info ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_scan_sort_get_cur_ap_record ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_scan_start ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_scan_stop ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_wifi_send_deauth_local ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_send_mgmt_frm_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_set_11b_tx_plcp ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + esp-idf/at/libat.a(at_fact_cmd.c.obj) +esp_wifi_set_ant ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_ant_gpio ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_ap_key_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +esp_wifi_set_appie_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_set_auto_connect ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_bandwidth ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_beacon_interval ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_wifi_set_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_wifi_set_config ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +esp_wifi_set_connectionless_wake_interval ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_country ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) +esp_wifi_set_country_code ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_csi ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_csi_config ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_csi_rx_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_default_wifi_ap_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_wifi_set_default_wifi_sta_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +esp_wifi_set_event_mask ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_home_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_igtk_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_set_inactive_time ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_inactive_time_local ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_keep_alive_time ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_key_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_set_mac ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +esp_wifi_set_max_tx_power ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) +esp_wifi_set_mode ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +esp_wifi_set_non_mesh_connections ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_set_promiscuous ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_wifi_set_promiscuous_ctrl_filter ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_promiscuous_filter ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_wifi_set_promiscuous_rx_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +esp_wifi_set_protocol ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_set_ps ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +esp_wifi_set_rssi_threshold ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_set_sleep_delay_time ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_sta_key_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_set_sta_rx_probe_req ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_storage ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) +esp_wifi_set_tx_done_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_vendor_ie ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_vendor_ie_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_wpa2_ent_state_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_set_wps_cb_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_set_wps_start_flag_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_set_wps_status_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_set_wps_type_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_skip_supp_pmkcaching ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_get_ap_info ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +esp_wifi_sta_get_ap_info_prof_pmk_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_get_group_cipher_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_mgmt_group_cipher ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_get_pairwise_cipher_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_prof_authmode_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_prof_password_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_prof_pmk_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_sta_get_prof_ssid_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_reset_param_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_is_ap_notify_completed_rsne_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_is_running_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_pmf_enabled ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_prof_is_wapi_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_prof_is_wpa2_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_prof_is_wpa3_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_prof_is_wpa_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_send_mgmt_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_sta_set_reset_param_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_update_ap_info_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_wpa2_ent_clear_ca_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_sta_wpa2_ent_clear_cert_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_sta_wpa2_ent_clear_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_sta_wpa2_ent_clear_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_clear_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_sta_wpa2_ent_clear_username esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_sta_wpa2_ent_disable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_wpa2_ent_disable_fn esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_disable_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_enable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_sta_wpa2_ent_enable_fn esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_enable_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_get_disable_time_check esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_set_ca_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_sta_wpa2_ent_set_cert_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_sta_wpa2_ent_set_disable_time_check esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_set_fast_phase1_params esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_set_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_sta_wpa2_ent_set_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_set_pac_file esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_set_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_sta_wpa2_ent_set_ttls_phase2_method esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_sta_wpa2_ent_set_username esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) +esp_wifi_start ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +esp_wifi_statis_dump ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_stop ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_unregister_wpa2_cb_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +esp_wifi_unregister_wpa_cb_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_unset_appie_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_vnd_lora_disable ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +esp_wifi_vnd_lora_enable ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +esp_wifi_vnd_mesh_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_vnd_mesh_get ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_vnd_mesh_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_vnd_mesh_set ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_vnd_roots_get ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_vnd_roots_set ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_wpa_ptk_init_done_internal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +esp_wifi_wps_disable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) +esp_wifi_wps_enable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) +esp_wifi_wps_start esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) +esp_wnm_send_bss_transition_mgmt_query esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wpa3_free_sae_data esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +etharp_cleanup_netif esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +etharp_find_addr esp-idf/lwip/liblwip.a(etharp.c.obj) +etharp_get_entry esp-idf/lwip/liblwip.a(etharp.c.obj) +etharp_input esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) +etharp_output esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) +etharp_query esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +etharp_request esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +etharp_tmr esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +ethbroadcast esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +ethernet_input esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +ethernet_output esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ethip6.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +ethernetif_init esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +ethernetif_input esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +ethip6_output esp-idf/lwip/liblwip.a(ethip6.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) +ethzero esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +ets_delay_us ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +ets_get_detected_xtal_freq esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +ets_install_putc1 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +ets_install_putc2 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +ets_isr_mask esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +ets_isr_unmask esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +ets_printf /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +ets_timer_arm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +ets_timer_arm_us esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +ets_timer_deinit esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +ets_timer_disarm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +ets_timer_done esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +ets_timer_init esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +ets_timer_setfn esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +ets_update_cpu_frequency esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +ets_update_cpu_frequency_rom esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +event_empty /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +f_chmod esp-idf/fatfs/libfatfs.a(ff.c.obj) +f_close esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_closedir esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_fdisk esp-idf/fatfs/libfatfs.a(ff.c.obj) +f_getfree esp-idf/fatfs/libfatfs.a(ff.c.obj) +f_lseek esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_mkdir esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_mkfs esp-idf/fatfs/libfatfs.a(ff.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) +f_mount esp-idf/fatfs/libfatfs.a(ff.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) +f_open esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_opendir esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_read esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_readdir esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_rename esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_stat esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_sync esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_truncate esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_unlink esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_utime esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +f_write esp-idf/fatfs/libfatfs.a(ff.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) +fclose /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +fcntl esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +fe_reg_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ferror /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +ff_cre_syncobj esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_del_syncobj esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_disk_initialize esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_disk_ioctl esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_disk_read esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_disk_status esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_disk_write esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_diskio_clear_pdrv_wl esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +ff_diskio_get_drive esp-idf/fatfs/libfatfs.a(diskio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) +ff_diskio_get_pdrv_wl esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +ff_diskio_register esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) +ff_diskio_register_wl_partition esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) +ff_memalloc esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_memfree esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_oem2uni esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_rel_grant esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_req_grant esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_uni2oem esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +ff_wl_handles esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +ff_wl_initialize esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +ff_wl_ioctl esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +ff_wl_read esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +ff_wl_status esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +ff_wl_write esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +ff_wtoupper esp-idf/fatfs/libfatfs.a(ffunicode.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +fflush /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-refill.o) +fgets /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +fixed_queue_capacity esp-idf/bt/libbt.a(fixed_queue.c.obj) +fixed_queue_dequeue esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +fixed_queue_enqueue esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(l2c_csm.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +fixed_queue_free esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +fixed_queue_get_list esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +fixed_queue_is_empty esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +fixed_queue_length esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +fixed_queue_new esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +fixed_queue_process esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +fixed_queue_register_dequeue esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +fixed_queue_try_peek_first esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +fixed_queue_try_peek_last esp-idf/bt/libbt.a(fixed_queue.c.obj) +fixed_queue_try_remove_from_queue esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +fixed_queue_unregister_dequeue esp-idf/bt/libbt.a(fixed_queue.c.obj) +flash_rom_init esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) +fopen /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +force_bt_mode ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +force_bttx_gain ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +force_txrxoff ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +force_wifi_mode ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) +force_wifi_mode_on ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +forced_memzero esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) +forward_abort_uw_ctx esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +fpm_allow_tx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +fpm_close ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) +fpm_do_sleep ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) +fpm_do_wakeup ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +fpm_is_open ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) +fpm_open ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) +fpm_rf_is_closed ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_for_bcn_only_mode.o) +fputs /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +fread /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +free esp-idf/newlib/libnewlib.a(heap.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(del_op.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth_netif_glue.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(smp_cmac.c.obj) + esp-idf/bt/libbt.a(gap_api.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(allocator.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(btc_dev.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +free_bss_info ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +freq_i2c_addr ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +fseek /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseek.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +fseeko /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) +fsync esp-idf/vfs/libvfs.a(vfs.c.obj) +ftell /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftell.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +ftello /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) +future_await esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(controller.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(esp_bt_main.c.obj) +future_free esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) +future_new esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(esp_bt_main.c.obj) +future_new_immediate esp-idf/bt/libbt.a(future.c.obj) +future_ready esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) +fwrite /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) +gChmCxt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +gScanStruct ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +gWpaSm esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +gWpsSm esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +g_ET_TimeOut ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +g_SC_Select ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +g_allowed_groups esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +g_ap_ifkey ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +g_at_eth_handle ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +g_at_ipmux ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +g_beacon_eb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) +g_beacon_idx ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) +g_bt_plf_log_level /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +g_change_ap ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) +g_channel_timer_init ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +g_chm ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +g_cipsendl_pcb ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +g_cnxMgr ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +g_cnx_probe_rc_list_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +g_coa_funcs_p ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_scheme.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +g_coex_adapter_funcs esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +g_coex_adapter_funcs_md5 ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +g_coex_param ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_param.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_core.o) +g_coex_swisr_queue /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +g_config_data ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +g_eb_list_desc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +g_encrypt_enable ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +g_esp_wifi_md5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_eth_ifkey ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +g_exc_frames esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +g_flash_guard_default_ops esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +g_flash_guard_no_os_ops esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +g_hmac_cnt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_ic ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_intr_lock_mux ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_is_mesh_started ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +g_is_root_fixed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +g_is_standalone_sta ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +g_is_wifi_connected ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_is_wifi_connecting ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_is_wifi_disconnecting ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_lmac_cnt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +g_log_level ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_log_mod ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_lwip_task esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +g_mac_sleep_en ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +g_main_spi_bus_lock esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +g_mesh_ann_interval ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_cfg_attemps ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_cfg_switch_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +g_mesh_cfg_vote_percent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_chain ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_conn ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +g_mesh_current_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_dfs_compensation_ms ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +g_mesh_ext_cfg ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +g_mesh_ext_vote_state ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +g_mesh_init_ps_type ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_mesh_is_root ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_mesh_is_started ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_mesh_manual_nwk ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +g_mesh_max_layer ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +g_mesh_monitor_parent_beacon_count ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_nvs_settings ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_packet_lifetime ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +g_mesh_passive_scan_time ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_rmv_opt ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +g_mesh_root_conflicts_allowed ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_mesh_root_healing_delay ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_rt_capacity ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +g_mesh_self_map_addr ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_self_organized ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +g_mesh_self_sta_addr ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +g_mesh_stop_event_group ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_stop_reconnection ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_topology ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_mesh_xon_cfg_qsize ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +g_misc_nvs ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +g_osi_funcs_p ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +g_panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +g_pd_mac_in_light_sleep ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +g_phyFuns ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +g_pm ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +g_pm_cfg ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +g_pm_cnt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +g_pp_timer_info ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +g_pwd_max_len ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +g_rom_flashchip esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +g_rom_spiflash_chip esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) +g_rom_spiflash_dummy_len_plus esp-idf/spi_flash/libspi_flash.a(spi_flash_rom_patch.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +g_rw_controller_task_handle /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +g_rw_init_sem /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +g_rw_schd_queue /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +g_sc_data ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) +g_scan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +g_sleep_exception /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +g_spi_lock_main_flash_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +g_spiram_ok esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +g_sta_connected_flag ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +g_sta_ifkey ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +g_sta_state ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +g_startup_fn esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +g_startup_time esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +g_sync_len_min ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +g_sync_min ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +g_ticks_per_us_pro esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +g_timer_info ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +g_touch_timeout ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +g_waking_sleeping_sem /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +g_wdev_csi_rx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +g_wdev_csi_rx_ctx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +g_wdev_last_desc_reset ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +g_wifi_crypto_funcs_md5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_default_mesh_crypto_funcs esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +g_wifi_default_wpa_crypto_funcs esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +g_wifi_event_mask ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +g_wifi_feature_caps esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +g_wifi_global_lock ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_improve_contention_ability ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_mac_time_delta ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_wifi_menuconfig ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +g_wifi_nvs ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_osi_funcs esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +g_wifi_osi_funcs_md5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_supplicant_funcs_md5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +g_wifi_type_md5 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wpa_anonymous_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_anonymous_identity_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_ca_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_ca_cert_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_client_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_client_cert_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_new_password_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_pac_file esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_pac_file_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_password_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_phase1_options esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_private_key esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_private_key_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_private_key_passwd esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_private_key_passwd_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_ttls_phase2_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_username esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +g_wpa_username_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +gap_attr_db_init esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(gap_api.c.obj) +gap_ble_accept_cl_operation esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_ble_cl_op_cmpl esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_ble_dealloc_clcb esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_ble_dequeue_request esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_ble_enqueue_request esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_ble_find_clcb_by_conn_id esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_ble_send_cl_read_request esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_cb_ptr esp-idf/bt/libbt.a(gap_api.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_clcb_alloc esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_find_clcb_by_bd_addr esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_proc_read esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_proc_write_req esp-idf/bt/libbt.a(gap_ble.c.obj) +gap_read_attr_value esp-idf/bt/libbt.a(gap_ble.c.obj) +garp_tmr esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +gatt_act_connect esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_act_discovery esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_act_read esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_act_send_browse esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_act_write esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_add_a_bonded_dev_for_srv_chg esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_add_a_srv_to_list esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_add_an_item_to_list esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_add_bg_dev_list esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_add_pending_enc_channel_clcb esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_add_pending_ind esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_add_pending_new_srv_start esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_add_srv_chg_clt esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_alloc_bg_dev esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_alloc_hdl_buffer esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_allocate_tcb_by_bdaddr esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_attr_process_prepare_write esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_build_uuid_to_stream esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(att_protocol.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) +gatt_cancel_open esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_cb_ptr esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_check_write_long_terminate esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_chk_srv_chg esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_cl_send_next_cmd_inq esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_clcb_alloc esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_clcb_dealloc esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_clcb_find_by_conn_id esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_clcb_find_by_idx esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_cleanup_upon_disc esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_client_handle_server_rsp esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_cmd_dequeue esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_cmd_enq esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(att_protocol.c.obj) +gatt_cmd_to_rsp_code esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_connect esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_convert_uuid16_to_uuid128 esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_convert_uuid32_to_uuid128 esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_convertchar_descr_type esp-idf/bt/libbt.a(gatt_db.c.obj) +gatt_data_process esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_dbg_display_uuid esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_dbg_op_name esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_default esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_delete_dev_from_srv_chg_clt_list esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_dequeue_sr_cmd esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_deregister_bgdev_list esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_determine_sec_act esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_disconnect esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_enc_cmpl_cback esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_end_operation esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_find_app_for_bg_dev esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_find_app_hold_link esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_find_bg_dev esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_find_hdl_buffer_by_app_id esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_find_hdl_buffer_by_attr_handle esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_find_hdl_buffer_by_handle esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_find_i_tcb_by_addr esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_find_i_tcb_free esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_find_specific_app_in_hold_link esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) +gatt_find_tcb_by_addr esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_find_tcb_by_cid esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_find_the_connected_bda esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_free esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +gatt_free_attr_value_buffer esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_free_hdl_buffer esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_free_pending_enc_queue esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_free_pending_ind esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_free_pending_prepare_write_queue esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_free_srvc_db_buffer_app_id esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_get_ch_state esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_get_link_encrypt_status esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_get_local_mtu esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(bta_gatt_common.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_get_num_apps_for_bg_dev esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_get_regcb esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_get_sec_act esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_get_tcb_by_idx esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +gatt_ind_ack_timeout esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +gatt_init esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +gatt_init_srv_chg esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_is_bda_connected esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_is_bda_in_the_srv_chg_clt_list esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_is_bg_dev_for_app esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_is_clcb_allocated esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_is_last_attribute esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_is_srv_chg_ind_pending esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_notify_enc_cmpl esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +gatt_num_apps_hold_link esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_num_clcb_by_bd_addr esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_parse_uuid_from_cmd esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_proc_disc_error_rsp esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_proc_read esp-idf/bt/libbt.a(gatt_attr.c.obj) +gatt_proc_srv_chg esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_proc_write_req esp-idf/bt/libbt.a(gatt_attr.c.obj) +gatt_process_error_rsp esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_process_exec_write_req esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_process_find_type_value_rsp esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_process_handle_rsp esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_process_mtu_rsp esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_process_notification esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_process_prep_write_rsp esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_process_read_by_type_rsp esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_process_read_info_rsp esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_process_read_multi_req esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_process_read_rsp esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_profile_clcb_alloc esp-idf/bt/libbt.a(gatt_attr.c.obj) +gatt_profile_clcb_dealloc esp-idf/bt/libbt.a(gatt_attr.c.obj) +gatt_profile_db_init esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_profile_find_conn_id_by_bd_addr esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_remove_a_srv_from_list esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_remove_an_item_from_list esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_remove_bg_dev_for_app esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_remove_bg_dev_from_list esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_reset_bgdev_list esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) +gatt_rsp_timeout esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +gatt_sec_check_complete esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_security_check_start esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_send_error_rsp esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_send_packet esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_send_prepare_write esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_send_queue_write_cancel esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_send_srv_chg_ind esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_send_write_msg esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_server_handle_client_req esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_set_ch_state esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_set_local_mtu esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(bta_gatt_common.c.obj) +gatt_set_sec_act esp-idf/bt/libbt.a(gatt_auth.c.obj) +gatt_set_srv_chg esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_sr_alloc_rcb esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_sr_cmd_empty esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_sr_copy_prep_cnt_to_cback_cnt esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_sr_enqueue_cmd esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) +gatt_sr_find_i_rcb_by_app_id esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_sr_find_i_rcb_by_handle esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_sr_get_sec_info esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_sr_is_cback_cnt_zero esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_sr_is_new_srv_chg esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_sr_is_prep_cnt_zero esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_sr_process_app_rsp esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_sr_reset_cback_cnt esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_sr_reset_prep_cnt esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_sr_send_req_callback esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) +gatt_sr_update_cback_cnt esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) +gatt_sr_update_prep_cnt esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatt_start_conf_timer esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_start_ind_ack_timer esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_start_rsp_timer esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(att_protocol.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_tcb_alloc esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_tcb_free esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_update_app_hold_link_status esp-idf/bt/libbt.a(gatt_main.c.obj) +gatt_update_app_use_link_flag esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_update_auto_connect_dev esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_update_last_pri_srv_info esp-idf/bt/libbt.a(gatt_utils.c.obj) +gatt_update_listen_mode esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatt_uuid_compare esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) +gatt_verify_signature esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) +gatts_add_char_descr esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatts_add_characteristic esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatts_add_included_service esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatts_db_read_attr_value_by_type esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatts_get_attribute_value esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatts_get_service_uuid esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatts_init_service_db esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatts_is_auto_response esp-idf/bt/libbt.a(gatt_db.c.obj) +gatts_process_attribute_req esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatts_process_primary_service_req esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatts_process_read_by_type_req esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatts_process_value_conf esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatts_process_write_req esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatts_read_attr_perm_check esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatts_read_attr_value_by_handle esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatts_set_attribute_value esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatts_update_srv_list_elem esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) +gatts_write_attr_perm_check esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +gatts_write_attr_value_by_handle esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) +generate_authenticator_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +generate_authenticator_response_pwhash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) +generate_nt_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +generate_nt_response_pwhash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) +get_asymetric_start_key esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +get_bbgain_db ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +get_btc_work_queue_size esp-idf/bt/libbt.a(btc_task.c.obj) +get_btu_work_queue_size esp-idf/bt/libbt.a(btu_init.c.obj) +get_chan_pwr_index ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +get_delay_restart_flag ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +get_fattime esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/fatfs/libfatfs.a(ff.c.obj) +get_i2c_read_mask ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +get_i2c_write_data ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +get_iav_key ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +get_master_key esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +get_param esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +get_phy_target_power ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +get_phy_version_str ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +get_rate_fcc_index ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +get_rate_target_power ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +get_rf_freq_cap ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +get_rf_freq_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +get_target_power_offset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +get_total_scan_time ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +get_uuid16 esp-idf/bt/libbt.a(btc_gatt_util.c.obj) +get_vdd33 ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +get_wifi_internal_state ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +getenv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv.o) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +getle32 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +getrandom esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +gettimeofday /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysgettod.o) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +gl_bta_adv_data_ptr esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +gl_bta_scan_rsp_data_ptr esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +gmtime /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +gmtime_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) +gpio_config esp-idf/driver/libdriver.a(gpio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +gpio_deep_sleep_hold_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_deep_sleep_hold_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_get_drive_capability esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_get_level esp-idf/driver/libdriver.a(gpio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +gpio_hal_intr_disable esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hal_intr_enable_on_core esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hal_sleep_pupd_config_apply esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hal_sleep_pupd_config_unapply esp-idf/hal/libhal.a(gpio_hal_workaround.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hold_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hold_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_install_isr_service esp-idf/driver/libdriver.a(gpio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +gpio_intr_disable esp-idf/driver/libdriver.a(gpio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +gpio_intr_enable esp-idf/driver/libdriver.a(gpio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +gpio_iomux_in esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +gpio_iomux_out esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +gpio_isr_handler_add esp-idf/driver/libdriver.a(gpio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +gpio_isr_handler_remove esp-idf/driver/libdriver.a(gpio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +gpio_isr_register esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pulldown_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pulldown_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pullup_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pullup_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_reset_pin esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +gpio_set_direction esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_set_drive_capability esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_set_intr_type esp-idf/driver/libdriver.a(gpio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +gpio_set_level esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_set_pull_mode esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_sleep_pupd_config_apply esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +gpio_sleep_pupd_config_unapply esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +gpio_sleep_sel_dis esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +gpio_sleep_sel_en esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +gpio_sleep_set_direction esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +gpio_sleep_set_pull_mode esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +gpio_uninstall_isr_service esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_wakeup_disable esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_wakeup_enable esp-idf/driver/libdriver.a(gpio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +h_errno esp-idf/lwip/liblwip.a(netdb.c.obj) +hal_agreement_add_rx_ba ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_agreement_clr_rx_ba ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_agreement_del_rx_ba ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_attenna_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_ba_session_restore ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_ba_session_store ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_crypto_clr_key_entry ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_crypto_disable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_crypto_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +hal_crypto_get_key_entry ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_crypto_get_using_key_idx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) +hal_crypto_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_crypto_is_key_valid ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_crypto_set_key_entry ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_deinit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_disable_mac ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_disable_sta_tsf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +hal_enable_mac ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_enable_sta_tsf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +hal_get_tsf_time ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hal_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_clr_bssid ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_mac_clr_txq_state ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_deinit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_disable_low_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_enable_low_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_get_txq_pmd ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_get_txq_state ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_interrupt_clr_event ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_interrupt_clr_watchdog ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_interrupt_get_event ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_is_low_rate_enabled ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +hal_mac_is_txq_enabled ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_rate_autoack_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_mac_rx_disable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_mac_rx_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_mac_rx_get_end_info ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_get_end_state ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_get_last_dscr ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_is_dscr_reload ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_read_rxdscrlast ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_read_rxdscrnext ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_set_base ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_set_dscr_reload ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_set_policy ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_set_addr ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_set_bssid ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_set_csi ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_set_rxq_policy ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_set_txq_invalid ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tsf_get_time ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_tsf_reset ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_tsf_set_time ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_tx_config_edca ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tx_config_timeout ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tx_get_blockack ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tx_is_cbw40 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tx_set_cca ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tx_set_ppdu ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_txq_disable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_txq_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_random ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_rx_disable_bssid_check ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_rx_enable_bssid_check ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_sniffer_disable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_sniffer_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_sniffer_rx_clr_statistics ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_sniffer_rx_set_promis ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hall_sens_amp_read ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +hall_sens_amp_read_full ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +hall_sens_read ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +hall_sens_read_full ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +hall_sensor_read esp-idf/driver/libdriver.a(adc.c.obj) +hash_function_bdaddr esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +hash_function_blob esp-idf/bt/libbt.a(hash_functions.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +hash_function_integer esp-idf/bt/libbt.a(hash_functions.c.obj) +hash_function_naive esp-idf/bt/libbt.a(hash_functions.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) +hash_function_pointer esp-idf/bt/libbt.a(hash_functions.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +hash_function_string esp-idf/bt/libbt.a(hash_functions.c.obj) +hash_iter_ro_cb esp-idf/bt/libbt.a(bta_sys_main.c.obj) +hash_map_clear esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +hash_map_erase esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) +hash_map_foreach esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) +hash_map_free esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) +hash_map_get esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) +hash_map_has_key esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +hash_map_new esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) +hash_map_new_internal esp-idf/bt/libbt.a(hash_map.c.obj) +hash_map_set esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) +hash_nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +hci_cmd_desc_tab_stat_par_esp /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) +hci_cmd_desc_tab_vs_esp /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) +hci_create_con_cancel_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +hci_create_con_cancel_cmd_handler_lm /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +hci_evt_le_desc_tab_esp /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) +hci_fc_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) +hci_hal_h4_get_interface esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +hci_hal_h4_task_post esp-idf/bt/libbt.a(hci_hal_h4.c.obj) +hci_host_nb_cmp_pkts_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +hci_host_task_post esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) +hci_layer_get_interface esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) + esp-idf/bt/libbt.a(controller.c.obj) +hci_le_rd_rem_used_feats_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) +hci_look_for_le_evt_desc_esp /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) +hci_packet_factory_get_interface esp-idf/bt/libbt.a(hci_packet_factory.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(controller.c.obj) +hci_packet_parser_get_interface esp-idf/bt/libbt.a(hci_packet_parser.c.obj) + esp-idf/bt/libbt.a(controller.c.obj) +hci_rd_clk_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +hci_rd_rem_ext_feats_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +hci_refresh_enc_key_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +hci_set_afh_host_ch_class_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +hci_shut_down esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) +hci_sniff_mode_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +hci_start_up esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) +hci_tl_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) +hci_tl_inc_nb_h2c_cmd_pkts /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) +hci_tl_tx_trigger_on_acl_fc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) +hci_user_cfm_req_reply_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +hci_user_passkey_req_reply_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +hci_wr_scan_en_cmd_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) +heap_caps_add_region_with_caps esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_aligned_free esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_integrity_addr esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_integrity_all esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_dump esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_dump_all esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_enable_nonos_stack_heaps esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +heap_caps_free esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_get_allocated_size esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) +heap_caps_get_info esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_largest_free_block esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +heap_caps_get_minimum_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) +heap_caps_get_total_size esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_init esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +heap_caps_malloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +heap_caps_malloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_malloc_extmem_enable esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_match esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_print_heap_info esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +heap_caps_realloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_register_failed_alloc_callback esp-idf/heap/libheap.a(heap_caps.c.obj) +hex2byte esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +hexstr2bin esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +hmac_md5 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_md5_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_sha1 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_sha1_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_sha256 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +hmac_sha256_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_sha384 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) +hmac_sha384_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) +host_ch_class /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +host_recv_adv_packet esp-idf/bt/libbt.a(hci_hal_h4.c.obj) +hostap_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +hostap_eapol_resend_process esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +hostap_handle_timer ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hostap_handle_timer_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +hostap_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +hostap_input ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +hostapd_config_defaults esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_config_defaults_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_get_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +hostapd_mac_comp esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_mac_comp_empty esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_maclist_found esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_rate_found esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_setup_wpa_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +hostapd_wep_key_cmp esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +http_auth_basic esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_auth_digest esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_body_is_final esp-idf/nghttp/libnghttp.a(http_parser.c.obj) +http_errno_description esp-idf/nghttp/libnghttp.a(http_parser.c.obj) +http_errno_name esp-idf/nghttp/libnghttp.a(http_parser.c.obj) +http_header_clean esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) +http_header_count esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) +http_header_delete esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_header_destroy esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_header_generate_string esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_header_get esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_header_get_item esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) +http_header_init esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_header_set esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_header_set_format esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_header_set_from_string esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) +http_message_needs_eof esp-idf/nghttp/libnghttp.a(http_parser.c.obj) +http_method_str esp-idf/nghttp/libnghttp.a(http_parser.c.obj) +http_parser_execute esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_parser_init esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_parser_parse_url esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +http_parser_pause esp-idf/nghttp/libnghttp.a(http_parser.c.obj) +http_parser_settings_init esp-idf/nghttp/libnghttp.a(http_parser.c.obj) +http_parser_url_init esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) +http_parser_version esp-idf/nghttp/libnghttp.a(http_parser.c.obj) +http_should_keep_alive esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_utils_append_string esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_utils_assign_string esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_utils_get_string_between esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_utils_join_string esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) +http_utils_str_starts_with esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +http_utils_trim_whitespace esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) +huart_flow_off /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +huart_flow_on /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +huart_read /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +huart_write /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +hwaddr_aton2 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +i2c_bbpll_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +i2c_bbtop_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +i2c_bias_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +i2c_bt_filter_set ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +i2c_master_reset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +i2c_rfpll_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +i2c_rftx_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +i2c_write_master ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +i2c_xtal_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +i2cmst_reg_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +i2s_adc_disable esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_adc_enable esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_clear_intr_status esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_disable_rx_intr esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_disable_tx_intr esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_driver_install esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_driver_uninstall esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_enable_rx_intr esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_enable_tx_intr esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_get_clk esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_config_param esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_enable_master_mode esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_enable_slave_mode esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_format_config esp-idf/hal/libhal.a(i2s_hal.c.obj) +i2s_hal_get_rx_pdm esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_get_tx_pdm esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_init esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_reset esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_rx_pdm_cfg esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_set_clk_div esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_set_in_link esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_set_rx_bits_mod esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_set_rx_mode esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_set_tx_bits_mod esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_set_tx_mode esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_start_rx esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_start_tx esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_stop_rx esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_stop_tx esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_hal_tx_pdm_cfg esp-idf/hal/libhal.a(i2s_hal.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_periph_signal esp-idf/soc/libsoc.a(i2s_periph.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_read esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_set_adc_mode esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_set_clk esp-idf/driver/libdriver.a(i2s.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +i2s_set_dac_mode esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_set_pdm_rx_down_sample esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_set_pin esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_set_sample_rates esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_start esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_stop esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_write esp-idf/driver/libdriver.a(i2s.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +i2s_write_expand esp-idf/driver/libdriver.a(i2s.c.obj) +i2s_zero_dma_buffer esp-idf/driver/libdriver.a(i2s.c.obj) +ic_add_rx_ba ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ic_ampdu_op ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ic_bb_check_noise_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_create_wifi_task ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_csi_set_config ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_deinit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_del_key ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_del_key_all ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_del_rx_ba ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ic_delete_wifi_task ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_disable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_disable_crypto ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_disable_rx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_disable_sniffer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_ebuf_alloc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ic_ebuf_recycle_rx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ic_ebuf_recycle_tx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_enable_rx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_enable_sniffer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_get_80211_tx_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_get_addr ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_get_default_sched ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_get_espnow_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ic_get_fix_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_get_key ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_get_next_tbtt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_get_pp_hdl ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_get_promis_ctrl_filter ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_get_promis_filter ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_get_ptk_alg ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ic_get_random ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ic_get_rssi ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_get_trc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_interface_enabled ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ic_is_pure_sta ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_mac_deinit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_mac_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_obtain_key ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ic_pp_post ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_register_config_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_register_csi_rx_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_register_ftm_callbacks ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_register_michael_mic_failure_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ic_register_net80211_tx_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_register_pm_tx_null_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_register_pp_tx_done_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_register_promis_rx_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_register_rx_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ic_register_timer_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_register_timer_post_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_register_tx_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ic_reset_rx_ba ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ic_reset_tbtt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_rx_disable_bssid_check ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_rx_enable_bssid_check ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_set_80211_tx_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_ac_param ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +ic_set_bar_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_beacon_int ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_set_bssid ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_connectionless_wake_interval ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_csi ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_set_current_channel ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +ic_set_espnow_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_fix_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_set_interface ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ic_set_keep_alive_time ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_key ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_mac ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_promis_ctrl_filter ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_set_promis_filter ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_set_rx_policy ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_rx_policy_ubssid_check ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_sleep_delay_time ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_sta ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ic_set_sta_auth_flag ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_trc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ic_set_vif ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_stop_hw_txq ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_stop_sw_txq ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_trc_set_per_pkt_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_trc_update_def_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_trc_update_ifx_phy_mode ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +ic_tx_is_idle ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_tx_pkt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_txq_empty ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_update_light_sleep_default_params ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +icmp6_dest_unreach esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +icmp6_input esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +icmp6_packet_too_big esp-idf/lwip/liblwip.a(icmp6.c.obj) +icmp6_param_problem esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +icmp6_time_exceeded esp-idf/lwip/liblwip.a(icmp6.c.obj) +icmp6_time_exceeded_with_addrs esp-idf/lwip/liblwip.a(icmp6.c.obj) +icmp_dest_unreach esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +icmp_input esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +ieee80211_action_vendor_spec_attach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_add_action_vendor_spec_esp ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_add_countryie ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_dsparams ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_extcap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_htcap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_htcap_vendor ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_htinfo ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_htinfo_vendor ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_ie_esp_mesh_head ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_ie_vendor_esp_freq_annon ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_ie_vendor_esp_head ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_add_ie_vendor_esp_manufacturer ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_ie_vendor_esp_mesh_group ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_ie_vendor_esp_now ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_add_ie_vendor_esp_simple_pair ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_ie_vendor_esp_ssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_mesh_assoc_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_duty_signaling ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_ext_assoc_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_ps_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_roots_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_ssid_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_rates ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_xrates ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_adjust_2nd_chan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_align_eb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_alloc_action_vendor_spec ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_alloc_challenge ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_alloc_deauth ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_alloc_proberesp ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_alloc_tx_buf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_ampdu_age_all ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +ieee80211_ampdu_enable ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_ampdu_reorder ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_ampdu_request ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_ampdu_start_age_timer ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_ampdu_stop ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_amsdu_negotiate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_beacon_alloc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_better_rsn_pairwise_cipher ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ieee80211_cal_tx_pps ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_ccmp_decrypt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_ccmp_encrypt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_classify ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_cnx_attach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_copy_eb_header ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_crypto_aes_128_cmac_decrypt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_crypto_aes_128_cmac_encrypt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +ieee80211_crypto_attach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_crypto_available ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +ieee80211_crypto_decap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_crypto_encap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_crypto_setkey ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +ieee80211_decap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_decap1 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_decap_amsdu ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_decrypt_espnow_pkt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_deliver_data ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ieee80211_empty_txq ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_encap_amsdu ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_encap_esfbuf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_encap_null_data ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_espnow_get_init_flag ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_espnow_set_init_flag ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_ethbroadcast ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_find_ie ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_freedom_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_freedom_inside_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_ftm_attach esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +ieee80211_get_chan_info ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_get_key ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_get_mac_addr_from_frame ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_get_ptk ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_get_spp ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_get_sta_gtk_index ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_getbcnframe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_getcapinfo ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_getmgtframe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_gettid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_gpsq_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_has_ht40_bss ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_hostap_attach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_hostap_send_beacon_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +ieee80211_hostapd_beacon_txcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +ieee80211_hostapd_data_txcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_hostapd_ps_txcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_ht_attach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_ht_deattach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_ht_node_cleanup ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_ht_node_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_ht_updatehtcap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_ht_updateparams ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_ifattach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_ifdetach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_init_mesh_assoc_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_ioctl ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_ioctl_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_ioctl_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_ioctl_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_is_11b_rate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ieee80211_is_40mhz_valid_bw ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_is_ht_cipher ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_is_lr_only ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_is_mesh_roots_announce ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_announce_used ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_fixed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_gone ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_valid ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_yield ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_yield_used ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_support_rate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ieee80211_is_tx_allowed ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_iserp_rateset ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +ieee80211_match_security ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_mesh_quick_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_mesh_quick_get ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_mesh_quick_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_mesh_quick_set ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_mgmt_output ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_mlme_connect_bss ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_mt_key_clear_mask ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_mt_key_is_mask ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_mt_key_is_mask_zero ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_mt_key_set_mask ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_node_pwrsave ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_nvs_set_default_ssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +ieee80211_opcap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_output ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_output_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_output_pending_eb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_output_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_output_raw_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_parse_action ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_parse_beacon ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_parse_htcap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_parse_obss_scan_param ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_parse_rsn ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_parse_wapi ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_parse_wmeparams ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_parse_wpa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_phy_2nd_chan_is_valid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_phy_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_phy_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_phy_mode_show ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_phy_type_get ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_pm_tx_null_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_post_hmac_tx ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) +ieee80211_proto_attach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_psq_cleanup ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_drop_one_pkt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_find_max_bss ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_psq_is_buff_pkt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_send_one_pkt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_take_head ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_take_tail ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_public_action_recv_mesh_awake ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_public_action_send_mesh_awake ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_pwrsave ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_pwrsave_node_cleanup ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_pwrsave_txcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_rate_ref_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_raw_frame_sanity_check ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_recv_action ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_recv_action_register ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_recv_action_unregister ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) +ieee80211_recv_action_vendor_spec ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_recv_bar ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_recv_mesh_duty_signaling ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_recycle_cache_eb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_reg_encap_amsdu_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_reg_netstack_buf_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_chan_in_range ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_regdomain_chan_num ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_get_country ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_regdomain_is_active_scan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_regdomain_max_chan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_max_tx_power ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_regdomain_min_chan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_policy ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_update ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) +ieee80211_regdomain_update_in_connect ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_regdomain_update_in_scan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_register_wapi_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_rfid_locp_recv ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_rfid_locp_recv_close ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) +ieee80211_rfid_locp_recv_open ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) +ieee80211_rfid_locp_recv_reset ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_rsn_cipher_priority ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ieee80211_scan_attach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_scan_deattach ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_search_node ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_send_action ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_send_action_register ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_send_action_unregister ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) +ieee80211_send_action_vendor_spec ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_send_deauth ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_send_mgmt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_send_nulldata ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_send_probereq ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_send_proberesp ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_send_setup ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_set_appie ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_gtk ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_set_hmac_stop ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_key ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_set_max_rate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_set_phy_2nd_chan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_phy_bw ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_set_phy_mode ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_shortslottime ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_set_sta_gtk_index ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_set_tim ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_set_tx_desc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_set_user_sup_rate ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +ieee80211_setup_basic_htrates ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_setup_htrates ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_setup_lr_rates ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_setup_phy_mode ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_setup_pmf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_setup_rates ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_setup_rateset ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_setup_ratetable ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +ieee80211_setup_robust_mgmtframe ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_sta_connect ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_sta_disconnect ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_sta_is_connected ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_sta_new_state ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_sta_scan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_timer_do_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_timer_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_tx_mgt_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +ieee80211_unregister_wapi_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_update_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_update_phy_country ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_user_ie_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_vnd_ie_set ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_ie_size ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_lora_ie_set ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_lora_ie_size ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_mesh_fully_associated ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_vnd_mesh_quick_get ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_quick_set ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_roots_get ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_roots_set ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_update_beacon ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_wme_initparams ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +ieee80211_wme_standard_ac_to_esp_ac ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_wme_updateparams ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211w_get_active_igtk_key_id ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +ieee80211w_get_igtk_from_keyidx ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +ieee80211w_set_keys esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +if_ctrl ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +igmp_init esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +igmp_input esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +igmp_joingroup esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +igmp_joingroup_netif esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +igmp_leavegroup esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +igmp_leavegroup_netif esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +igmp_lookfor_group esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +igmp_report_groups esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +igmp_start esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +igmp_stop esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +igmp_tmr esp-idf/lwip/liblwip.a(igmp.c.obj) +in_blacklist_flag ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +inc_byte_array esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +include_esp_phy_override esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) +inet_chksum esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) +inet_chksum_pbuf esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) +inet_chksum_pseudo esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +inet_chksum_pseudo_partial esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +int_array_len esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +interop_match esp-idf/bt/libbt.a(interop.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +interrupt_controller_hal_desc_flags esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +interrupt_controller_hal_desc_level esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +interrupt_controller_hal_desc_table esp-idf/hal/libhal.a(interrupt_descriptor_table.c.obj) + esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) +interrupt_controller_hal_desc_type esp-idf/hal/libhal.a(interrupt_controller_hal.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +intr_matrix_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/esp32/libesp32.a(cache_err_int.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +io_cfg2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +ioctl esp-idf/vfs/libvfs.a(vfs.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +ip4_addr_isbroadcast_u32 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip4_addr_netmask_valid esp-idf/lwip/liblwip.a(ip4_addr.c.obj) +ip4_frag esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_input esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip4_netif_exist esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_output esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_output_if esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip4_output_if_opt esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) +ip4_output_if_opt_src esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_output_if_src esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +ip4_route esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_route_src esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip4_route_src_hook esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_set_default_multicast_netif esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4addr_aton esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +ip4addr_ntoa esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip4addr_ntoa_r esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +ip6_addr_any esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +ip6_chksum_pseudo esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6_chksum_pseudo_partial esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +ip6_frag esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +ip6_input esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip6_options_add_hbh_ra esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) +ip6_output esp-idf/lwip/liblwip.a(ip6.c.obj) +ip6_output_if esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6_output_if_src esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +ip6_route esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6_select_source_address esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6addr_aton esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +ip6addr_ntoa esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip6addr_ntoa_r esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +ip_addr_any esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +ip_addr_any_type esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +ip_addr_broadcast esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +ip_chksum_pseudo esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +ip_chksum_pseudo_partial esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +ip_data esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip_input esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +ipaddr_addr esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +ipaddr_aton esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +ipaddr_ntoa esp-idf/lwip/liblwip.a(ip.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +ipaddr_ntoa_r esp-idf/lwip/liblwip.a(ip.c.obj) +iprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) +is_esp_mesh_assoc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +is_esp_mesh_duty_signaling ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +is_esp_mesh_ext_assoc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +is_esp_mesh_ps ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +is_lc_free_and_used_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) +is_lc_lmp_rx_flooding /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +is_lmac_idle ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +is_mesh_child ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +is_mesh_last_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +is_my_ie_encrypted ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +is_nil_uuid esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) +is_rd_rem_ext_feats_sent_cs /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +is_self_mac_greater ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +itoa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-itoa.o) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) +ke_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) +ke_handler_search /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) +ke_lmp_rx_flooding_detect /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) +ke_task_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) +l2ble_sec_access_req esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2ble_update_att_acl_pkt_num esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) +l2c_ble_link_adjust_allocation esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2c_cb_ptr esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_csm.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2c_chnl_allocation_in_ccb_list esp-idf/bt/libbt.a(l2c_link.c.obj) +l2c_csm_execute esp-idf/bt/libbt.a(l2c_api.c.obj) +l2c_enqueue_peer_data esp-idf/bt/libbt.a(l2c_csm.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2c_free esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +l2c_free_p_ccb_pool esp-idf/bt/libbt.a(l2c_main.c.obj) +l2c_free_p_lcb_pool esp-idf/bt/libbt.a(l2c_main.c.obj) +l2c_info_timeout esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) +l2c_init esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) +l2c_is_cmd_rejected esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2c_link_adjust_allocation esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2c_link_adjust_chnl_allocation esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2c_link_check_power_mode esp-idf/bt/libbt.a(l2c_link.c.obj) +l2c_link_check_send_pkts esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) +l2c_link_hci_conn_comp esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +l2c_link_hci_conn_req esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +l2c_link_hci_disc_comp esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +l2c_link_hci_qos_violation esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +l2c_link_pkts_rcvd esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +l2c_link_process_num_completed_pkts esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +l2c_link_processs_ble_num_bufs esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +l2c_link_processs_num_bufs esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +l2c_link_role_changed esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +l2c_link_sec_comp esp-idf/bt/libbt.a(l2c_link.c.obj) +l2c_link_segments_xmitted esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +l2c_link_timeout esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) +l2c_pin_code_request esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +l2c_process_held_packets esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +l2c_process_timeout esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +l2c_rcv_acl_data esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +l2c_send_update_conn_params_cb esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) +l2cap_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) +l2cble_advertiser_conn_comp esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cble_conn_comp esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +l2cble_create_conn esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cble_credit_based_conn_req esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cble_credit_based_conn_res esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cble_get_conn_param_format_err_from_contoller esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +l2cble_init_direct_conn esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) +l2cble_notify_le_connection esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +l2cble_process_conn_update_evt esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +l2cble_process_data_length_change_event esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +l2cble_process_rc_param_request_evt esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +l2cble_process_sig_cmd esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) +l2cble_scanner_conn_comp esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cble_sec_comp esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cble_send_flow_control_credit esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cble_send_peer_disc_req esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) +l2cble_set_fixed_channel_tx_data_length esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cble_update_data_length esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cu_adj_id esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_adjust_out_mps esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_allocate_ble_rcb esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2cu_allocate_ccb esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2cu_allocate_lcb esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +l2cu_allocate_rcb esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_build_header esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_change_pri_ccb esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_check_channel_congestion esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_csm.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2cu_create_conn esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +l2cu_create_conn_after_switch esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +l2cu_dequeue_ccb esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_device_reset esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +l2cu_disconnect_chnl esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_enqueue_ccb esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_find_ble_rcb_by_psm esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2cu_find_ccb_by_cid esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2cu_find_ccb_by_remote_cid esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_find_ccb_in_list esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_find_free_ccb esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_find_free_lcb esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_find_lcb_by_bd_addr esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) +l2cu_find_lcb_by_handle esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2cu_find_lcb_by_state esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +l2cu_find_rcb_by_psm esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_get_conn_role esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +l2cu_get_next_buffer_to_send esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +l2cu_get_num_hi_priority esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_initialize_fixed_ccb esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2cu_lcb_disconnecting esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +l2cu_no_dynamic_ccbs esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2cu_plcb_active_count esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cu_process_fixed_chnl_resp esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cu_process_fixed_disc_cback esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +l2cu_process_our_cfg_req esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_process_peer_cfg_req esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_process_peer_cfg_rsp esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_reject_ble_connection esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_reject_connection esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_release_ccb esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2cu_release_lcb esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +l2cu_release_rcb esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) +l2cu_send_peer_ble_credit_based_conn_req esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cu_send_peer_ble_credit_based_conn_res esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cu_send_peer_ble_credit_based_disconn_req esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cu_send_peer_ble_flow_control_credit esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cu_send_peer_ble_par_req esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cu_send_peer_ble_par_rsp esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cu_send_peer_cmd_reject esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) +l2cu_send_peer_config_rej esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_send_peer_config_req esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_send_peer_config_rsp esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_send_peer_connect_req esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_send_peer_connect_rsp esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_send_peer_disc_req esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_send_peer_disc_rsp esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_send_peer_echo_req esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +l2cu_send_peer_echo_rsp esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_send_peer_info_req esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +l2cu_send_peer_info_rsp esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_set_acl_hci_header esp-idf/bt/libbt.a(l2c_utils.c.obj) +l2cu_set_acl_priority esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +l2cu_set_non_flushable_pbf esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) +l2cu_start_post_bond_timer esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +l2cu_update_lcb_4_bonding esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) +lc_acl_disc_ind_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_acl_rx_ind_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_afh_update_ind_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_cmd_cmp_bd_addr_send /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_default_state_tab_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +lc_get_sniff_timing_control_flag /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +lc_hci_cmd_handler_tab_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_lmp_msg_stored_num /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) +lc_lmp_rx_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_lmp_tx_cfm_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_lmp_tx_stored /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) +lc_lmp_tx_stored_clear /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +lc_lmp_tx_stored_send /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_pwr_decr_ind_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_pwr_incr_ind_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_pwr_max_ind_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_reset_hci_cmd_handler_table_funcs /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_reset_lc_default_state_funcs /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_sco_data_path_config /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) +lc_sco_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) +lc_set_encap_pdu_data_p192 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_set_encap_pdu_data_p256 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lc_sync_rx_ind_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +ld_acl_clk_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_acl_clk_isr_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_acl_end /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_evt_canceled_cbk /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_evt_start_cbk /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_evt_stop_cbk /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_frm_cbk /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_frm_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_acl_lmp_embuf_free /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +ld_acl_resched /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_acl_rsw_end /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_rsw_frm_cbk /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_rsw_frm_cbk_wrapper /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_acl_rx /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_rx_no_sync /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_rx_sync /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_rx_sync2 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_sched /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_sco_rsvd_check /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_sniff_frm_cbk /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_acl_sniff_sched /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_test_mode_update /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_acl_tx /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_acl_tx_packet_type_select /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_fm_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_fm_fifo_empty /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) +ld_fm_fix_no_sent_buf /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_include_panic_highint_hdl esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) +ld_inq_end /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) +ld_inq_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) +ld_inq_frm_cbk /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_inq_frm_isr_wrapper /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_inq_sched /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) +ld_lmp_rx_flooding_search /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) +ld_pscan_assert_err_handle /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_pscan_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) +ld_pscan_frm_cbk /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_sched_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) +ld_sched_link_in_sniff /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_sco_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_sco_frm_cbk /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_sco_frm_isr_wrapper /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_sco_modify /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +ld_sniff_cntl_offset_adjust /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +ld_sniff_cntl_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) +le_scan_duplicate_option /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +le_send_adv_reserved_func /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +libcoexist_reversion_git ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) +libcore_reversion_git ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) +libmesh_reversion_git ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +libnet80211_reversion_git ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +libnet80211_reversion_remote ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +libpp_reversion_git ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +libsc_reversion_git ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +list_append esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +list_back esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) +list_back_node esp-idf/bt/libbt.a(list.c.obj) +list_begin esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +list_clear esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) +list_contains esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) +list_delete esp-idf/bt/libbt.a(list.c.obj) +list_delete_node esp-idf/bt/libbt.a(list.c.obj) +list_end esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +list_foreach esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +list_free esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +list_free_node esp-idf/bt/libbt.a(list.c.obj) +list_front esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +list_get_node esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) +list_insert_after esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) +list_is_empty esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +list_length esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) +list_new esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +list_new_internal esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) +list_next esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +list_node esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +list_prepend esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) +list_remove esp-idf/bt/libbt.a(list.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(hash_map.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +llc_defalut_state_tab_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) +llc_default_state_tab_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) +llc_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) +llc_get_hci_pending_pkts /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +llc_hci_acl_data_tx_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) +llc_hci_cmd_handler_tab_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) +llc_hci_pending_pkts_inc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) +llc_peer_conn_param_req_not_support_clear /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) +llc_peer_conn_param_req_not_support_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) +llc_peer_conn_param_req_not_support_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) +llcp_channel_map_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) +llcp_con_up_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) +llcp_defalut_state_tab_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) +llcp_length_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) +llcp_length_rsp_pre_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) +llcp_pdu_handler_tab_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) +llcp_unknown_rsp_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) +lld_adjust_after_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) +lld_adv_to_connected /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) +lld_elt_prog_is_empty /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) +lld_evt_adv_delay_time /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_evt_deferred_elt_pop /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_evt_deferred_elt_push /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_evt_elt_remove /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_evt_elt_wait_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_evt_end_run_flag_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_evt_end_run_flag_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) +lld_evt_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_evt_get_next_free_slot /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_evt_rxwin_compute /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_evt_slave_time_compute /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_evt_winsize_change /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_pdu_get_tx_flush_nb /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_pdu_is_retry_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +lld_pdu_is_retry_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +lld_pdu_llcp_pk_desc_tab /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +lld_pdu_pack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +lld_pdu_refresh_rem_proc_state /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +lld_pdu_tx_flush_list /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +lld_pdu_tx_prog_llcp /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +lld_retry_tx_prog /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) +lld_scan_to_connected /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) +llm_ble_update_adv_flow_control /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) +llm_default_state_tab_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) +llm_elt /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +llm_hci_cmd_handler_tab_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) +llm_hci_cmd_handler_tab_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) +llm_init_ble_adv_report_flow_contol /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) +llm_le_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +llm_reset_scan_procedure /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +llm_set_long_adv_data /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) +llm_task_default_state_tab_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) +llm_update_duplicate_scan_exceptional_list /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) +lm_cmd_cmp_send /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +lm_default_state_tab_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +lm_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) +lm_get_auth_method /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lm_hci_cmd_handler_tab_p_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +lm_inq_res_ind_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +lm_n192_mod_add /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) +lm_n192_mod_mul /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) +lm_n192_mod_sub /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) +lm_page_end_ind_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +lm_reset_hci_cmd_handler_tab /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +lm_reset_lm_default_state_funcs /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) +lmacAdjustTimestamp ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacConfMib ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacDisableTransmit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacDiscardAgedMSDU ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacDiscardMSDU ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacEndFrameExchangeSequence ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacEndRetryAMPDUFail ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacInit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +lmacIsIdle ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +lmacIsLongFrame ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacMSDUAged ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacPostTxComplete ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +lmacProcessAckTimeout ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessAllTxTimeout ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +lmacProcessCollision ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessCollisions ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +lmacProcessCollisions_task ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacProcessCtsTimeout ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessRxSucData ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +lmacProcessTxComplete ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacProcessTxError ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessTxRtsError ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessTxSuccess ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessTxTimeout ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacProcessTxopSuccess ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessTxseckiderr ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacReachLongLimit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacReachShortLimit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacRecycleMPDU ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacRetryTxFrame ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacRxDone ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +lmacSetAcParam ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +lmacSetTxFrame ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacTxDone ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacTxFrame ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmac_record_txtime ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmac_stop_hw_txq ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +lmp_accepted_ext_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_accepted_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_aurand_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_aurand_handler_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_auto_rate_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_ch_class_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_ch_class_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_clk_adj_ack_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_clk_adj_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_clk_adj_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_clk_off_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_clk_off_res_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_combkey_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_decr_pwr_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_detach_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_dhkey_chk_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_enc_key_size_mask_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_enc_key_size_mask_res_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_enc_key_size_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_enc_mode_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_encaps_hdr_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_esco_link_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_feats_req_ext_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_feats_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_feats_res_ext_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_feats_res_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_host_con_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_incr_pwr_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_inrand_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_io_cap_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_io_cap_res_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_keypress_notif_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_max_pwr_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_max_slot_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_max_slot_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_min_pwr_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_name_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_name_res_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_not_accepted_ext_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_num_comparison_fail_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_oob_fail_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_page_mode_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_page_scan_mode_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_passkey_fail_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_pause_enc_aes_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_pause_enc_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_ping_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_ping_res_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_pkt_type_tbl_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_pref_rate_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_pwr_ctrl_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_pwr_ctrl_res_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_qos_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_qos_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_resume_enc_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_rmv_esco_link_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_rmv_sco_link_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_sco_link_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_set_afh_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_setup_cmp_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_slot_off_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_sniff_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_sp_cfm_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_sp_nb_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_sres_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_ssr_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_ssr_res_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_start_enc_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_stop_enc_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_supv_to_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_switch_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_tempkey_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_temprand_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_test_activate_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_test_ctrl_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_timing_accu_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_timing_accu_res_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_tx_stored /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) +lmp_unitkey_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_unsniff_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_use_semi_perm_key_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_ver_req_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +lmp_ver_res_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +localeconv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-localeconv.o) +localtime_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-lcltime_r.o) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/fatfs/libfatfs.a(diskio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +lock_type ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) +lr_enable ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +lwip_accept esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_bind esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_close esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_connect esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +lwip_cyclic_timers esp-idf/lwip/liblwip.a(timeouts.c.obj) +lwip_fcntl esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_freeaddrinfo esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_getaddrinfo esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_gethostbyname esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +lwip_gethostbyname_r esp-idf/lwip/liblwip.a(netdb.c.obj) +lwip_getpeername esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_getsockname esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_getsockopt esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_hook_tcp_isn esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +lwip_htonl esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/bt/libbt.a(btc_util.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +lwip_htons esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/bt/libbt.a(btc_util.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_inet_ntop esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_inet_pton esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +lwip_init esp-idf/lwip/liblwip.a(init.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +lwip_init_tcp_isn esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +lwip_ioctl esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_itoa esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +lwip_listen esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_netconn_do_accepted esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_bind esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_bind_if esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_close esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_connect esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_delconn esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_disconnect esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_getaddr esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_gethostbyname esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_join_leave_group esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_join_leave_group_netif esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_listen esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_newconn esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_recv esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_send esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_write esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_is_deallocated_msg esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_is_err_msg esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_num_cyclic_timers esp-idf/lwip/liblwip.a(timeouts.c.obj) +lwip_poll esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_read esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_readv esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_recv esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_recvfrom esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_recvmsg esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_select esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_send esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_sendmsg esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_sendto esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +lwip_setsockopt esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +lwip_shutdown esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +lwip_socket esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +lwip_socket_dbg_get_socket esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_socket_thread_cleanup esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_socket_thread_init esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_standard_chksum esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +lwip_stricmp esp-idf/lwip/liblwip.a(def.c.obj) +lwip_strnicmp esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +lwip_strnstr esp-idf/lwip/liblwip.a(def.c.obj) +lwip_write esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_writev esp-idf/lwip/liblwip.a(sockets.c.obj) +mac_enable_bb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +mac_last_rxbuf_deinit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +mac_last_rxbuf_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +mac_rxbuf_disable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_rxbuf_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_tx_set_duration ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_tx_set_htsig ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_tx_set_plcp0 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_tx_set_plcp1 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_tx_set_plcp2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +main /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o +mallinfo esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc esp-idf/newlib/libnewlib.a(heap.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gmtime.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(new_opnt.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Ext_Perf.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(smp_cmac.c.obj) + esp-idf/bt/libbt.a(att_protocol.c.obj) + esp-idf/bt/libbt.a(gap_api.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(allocator.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_auth.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(esp_bt_device.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +malloc_stats esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc_trim esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc_usable_size esp-idf/newlib/libnewlib.a(heap.c.obj) +mallopt esp-idf/newlib/libnewlib.a(heap.c.obj) +map_assoc_expire ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +mbedtls_asn1_find_named_data esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_free_named_data esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_free_named_data_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_get_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_asn1_get_alg_null esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_asn1_get_bitstring esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_get_bitstring_null esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_asn1_get_bool esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_get_enum esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_get_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_asn1_get_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_get_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +mbedtls_asn1_get_sequence_of esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_get_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +mbedtls_asn1_sequence_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_store_named_data esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_traverse_sequence_of esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_write_algorithm_identifier esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_asn1_write_bitstring esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_bool esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_enum esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_ia5_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_asn1_write_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_asn1_write_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_asn1_write_named_bitstring esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_null esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_octet_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_asn1_write_oid esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_asn1_write_printable_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_raw_buffer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_asn1_write_tagged_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_utf8_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_base64_decode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) +mbedtls_base64_encode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) +mbedtls_base64_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) +mbedtls_calloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ccm_auth_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_encrypt_and_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_ccm_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_ccm_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) +mbedtls_ccm_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_ccm_star_auth_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) +mbedtls_ccm_star_encrypt_and_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) +mbedtls_cipher_auth_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_auth_decrypt_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_cipher_auth_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_auth_encrypt_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_cipher_check_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_crypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_cipher_definitions esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) +mbedtls_cipher_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_info_from_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_info_from_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_info_from_values esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) +mbedtls_cipher_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_reset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_set_iv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_set_padding_mode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_cipher_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_supported esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) +mbedtls_cipher_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_write_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ct_base64_dec_value esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) +mbedtls_ct_base64_enc_char esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) +mbedtls_ct_hmac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ct_memcmp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ct_memcpy_if_eq esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) +mbedtls_ct_memcpy_offset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ct_mpi_uint_cond_assign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) +mbedtls_ct_mpi_uint_lt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) +mbedtls_ct_mpi_uint_mask esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) +mbedtls_ct_rsaes_pkcs1_v15_unpadding esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_ct_size_bool_eq esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ct_size_mask esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ct_size_mask_ge esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ct_uint_if esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) +mbedtls_ct_uint_mask esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ctr_drbg_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ctr_drbg_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ctr_drbg_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ctr_drbg_random_with_add esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_reseed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_seed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ctr_drbg_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_entropy_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_nonce_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_prediction_resistance esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_reseed_interval esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_update_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_update_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_write_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_dhm_calc_secret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +mbedtls_dhm_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +mbedtls_dhm_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +mbedtls_dhm_make_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_dhm_make_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +mbedtls_dhm_parse_dhm esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +mbedtls_dhm_parse_dhmfile esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +mbedtls_dhm_read_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +mbedtls_dhm_read_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_dhm_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +mbedtls_dhm_set_group esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ecdh_calc_secret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdh_can_do esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecdh_compute_shared esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecdh_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdh_gen_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecdh_get_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdh_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdh_make_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ecdh_make_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ecdh_read_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ecdh_read_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ecdh_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ecdsa_can_do esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_from_keypair esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_genkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_ecdsa_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_read_signature esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_ecdsa_read_signature_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_sign_det esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_sign_det_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_write_signature esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_ecdsa_write_signature_det esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_write_signature_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_eckey_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_eckeydh_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_ecp_check_privkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_ecp_check_pub_priv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_ecp_check_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_curve_info_from_grp_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ecp_curve_info_from_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_curve_info_from_tls_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ecp_curve_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_gen_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_gen_keypair esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_gen_keypair_base esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_gen_privkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_get_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_group_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_group_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_group_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_group_load esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_grp_id_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ecp_is_zero esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_keypair_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_keypair_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_mul esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_mul_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_muladd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_muladd_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_point_cmp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_point_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_point_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_point_read_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_ecp_point_read_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_point_write_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_read_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_set_zero esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_tls_read_group esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_tls_read_group_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_tls_read_point esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_tls_write_group esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_tls_write_point esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_write_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_entropy_add_source esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_entropy_func esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_entropy_gather esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_entropy_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_source_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_update_manual esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_update_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_write_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_gcm_auth_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_gcm_crypt_and_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_gcm_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_gcm_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_gcm_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_gcm_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) +mbedtls_gcm_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_gcm_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_gcm_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_hardware_poll esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_hmac_drbg_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_random_with_add esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_reseed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_seed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_seed_buf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_set_entropy_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_set_prediction_resistance esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_set_reseed_interval esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_update_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_update_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_write_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_internal_sha1_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_internal_sha256_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_internal_sha512_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_md5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) +mbedtls_md5_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md5_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md5_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) +mbedtls_md_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) +mbedtls_md_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_get_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_md_get_size esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_md_get_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) +mbedtls_md_hmac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_hmac_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_hmac_reset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_md_hmac_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_hmac_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_info_from_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_info_from_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_init_ctx esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_md_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_add_abs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) +mbedtls_mpi_add_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_mpi_add_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_bitlen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_cmp_abs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_cmp_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_cmp_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_mpi_div_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_mpi_div_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_exp_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_fill_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +mbedtls_mpi_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_gcd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_gen_prime esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_get_bit esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_mpi_grow esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) +mbedtls_mpi_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_inv_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_is_prime esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_is_prime_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) +mbedtls_mpi_lsb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) +mbedtls_mpi_lset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_mpi_lt_mpi_ct esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_mod_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_mod_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_mul_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_mul_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_mpi_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +mbedtls_mpi_read_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_read_binary_le esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_read_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_read_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_mpi_safe_cond_assign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_safe_cond_swap esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_set_bit esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_shift_l esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_shift_r esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_shrink esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_size esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_sub_abs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_sub_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_sub_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_mpi_swap esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_write_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_write_binary_le esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_mpi_write_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_write_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_net_accept esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_bind esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_connect esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_net_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +mbedtls_net_recv esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_net_recv_timeout esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_send esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_net_set_block esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_set_nonblock esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_usleep esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_oid_get_attr_short_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_certificate_policies esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_oid_get_cipher_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_oid_get_ec_grp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_extended_key_usage esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_oid_get_md_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_md_hmac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_oid_get_numeric_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_oid_get_oid_by_ec_grp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_oid_get_oid_by_md esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_oid_get_oid_by_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_oid_get_oid_by_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) +mbedtls_oid_get_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_pkcs12_pbe_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_sig_alg_desc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_x509_ext_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pem_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +mbedtls_pem_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +mbedtls_pem_read_buffer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) +mbedtls_pem_write_buffer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_pk_can_do esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_check_pair esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_debug esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_pk_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_pk_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_pk_get_bitlen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_pk_get_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pk_get_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_info_from_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_pk_load_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pk_parse_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_pk_parse_keyfile esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pk_parse_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pk_parse_public_keyfile esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pk_parse_subpubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_setup_rsa_alt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_pk_sign_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_pk_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_pk_verify_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pk_verify_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_pk_write_key_der esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_key_pem esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_pk_write_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_pubkey_der esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_pubkey_formatted esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_pubkey_pem esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_pkcs12_derivation esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) +mbedtls_pkcs12_pbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pkcs12_pbe_sha1_rc4_128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pkcs5_pbes2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pkcs5_pbkdf2_hmac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_pkcs5_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_platform_gmtime_r esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_platform_set_calloc_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_teardown esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_zeroize esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +mbedtls_rsa_alt_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_check_privkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_check_pub_priv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_check_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_rsa_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_rsa_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_deduce_crt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_deduce_primes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_deduce_private_exponent esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_export esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_rsa_export_crt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_rsa_export_raw esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_gen_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_get_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_import esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_rsa_import_raw esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_rsa_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_pkcs1_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_pkcs1_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_pkcs1_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_pkcs1_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_private esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsaes_oaep_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsaes_oaep_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsaes_pkcs1_v15_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsaes_pkcs1_v15_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pkcs1_v15_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pkcs1_v15_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pss_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pss_sign_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pss_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pss_verify_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_set_padding esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_validate_crt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_validate_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_sha1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) +mbedtls_sha1_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha1_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +mbedtls_sha1_finish_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha1_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha1_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha1_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha1_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +mbedtls_sha1_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha1_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) +mbedtls_sha1_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +mbedtls_sha1_starts_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha1_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +mbedtls_sha1_update_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha224_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) +mbedtls_sha256_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha256_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_finish_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha256_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha256_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha256_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) +mbedtls_sha256_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_starts_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha256_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_sha256_update_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha384_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) +mbedtls_sha512_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha512_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) +mbedtls_sha512_finish_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha512_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha512_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha512_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) +mbedtls_sha512_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_sha512_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) +mbedtls_sha512_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) +mbedtls_sha512_starts_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_sha512_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) +mbedtls_sha512_update_ret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_check_cert_usage esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_check_curve esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_check_pending esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_check_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_check_sig_hash esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_check_timer esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_ciphersuite_from_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_ciphersuite_from_string esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) +mbedtls_ssl_ciphersuite_uses_ec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_ciphersuite_uses_psk esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_close_notify esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_conf_alpn_protocols esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_conf_authmode esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_ca_chain esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_cbc_record_splitting esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_cert_profile esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_cert_req_ca_list esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_ciphersuites esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_ciphersuites_for_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_curves esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_dbg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_dh_param esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_dh_param_bin esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_dh_param_ctx esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_dhm_min_bitlen esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_encrypt_then_mac esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_endpoint esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_export_keys_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_export_keys_ext_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_extended_master_secret esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_fallback esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_legacy_renegotiation esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_max_frag_len esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_max_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_min_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_own_cert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_psk esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_conf_psk_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_read_timeout esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_renegotiation esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_conf_renegotiation_enforced esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_renegotiation_period esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_rng esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_session_cache esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_session_tickets esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_session_tickets_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_sig_hashes esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_sni esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_transport esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_truncated_hmac esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_verify esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_config_defaults esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_config_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_config_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_decrypt_buf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_derive_keys esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_encrypt_buf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_fetch_input esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_flush_output esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_get_alpn_protocol esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_bytes_avail esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_get_ciphersuite esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_get_ciphersuite_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) +mbedtls_ssl_get_ciphersuite_name esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_ciphersuite_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_get_ciphersuite_sig_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_get_input_max_frag_len esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_key_exchange_md_ssl_tls esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_get_key_exchange_md_tls1_2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_get_max_frag_len esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_max_out_record_payload esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_get_output_max_frag_len esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_peer_cert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_record_expansion esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_get_session esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_session_pointer esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_verify_result esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_get_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_handle_message_type esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_handshake esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_handshake_client_step esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake_server_step esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake_step esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_handshake_wrapup esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_handshake_wrapup_free_hs_transform esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_hash_from_md_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_list_ciphersuites esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_md_alg_from_hash esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_optimize_checksum esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_parse_certificate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_parse_change_cipher_spec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_parse_finished esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_pk_alg_from_sig esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_prepare_handshake_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_psk_derive_premaster esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_read esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_read_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_read_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_renegotiate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_reset_checksum esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_reset_in_out_pointers esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_send_alert_message esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_send_fatal_handshake_failure esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_session_copy esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_session_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_session_load esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_reset esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_session_reset_int esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_save esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_bio esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_set_calc_verify_md esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_set_hostname esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_set_hs_authmode esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_hs_ca_chain esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_hs_own_cert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_hs_psk esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_session esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_timer esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_timer_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_verify esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_setup esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_sig_from_pk esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_sig_from_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_sig_hash_set_add esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_sig_hash_set_const_hash esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_sig_hash_set_find esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_start_renegotiation esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_tls_prf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_transform_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_transform_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_update_handshake_status esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) +mbedtls_ssl_update_in_pointers esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_update_out_pointers esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_write esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_write_certificate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_write_change_cipher_spec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_write_finished esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_ssl_write_handshake_msg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_write_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_write_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) +mbedtls_test_ca_crt esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_test_ca_crt_ec esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_ec_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_ec_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_ec_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_ec_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_ec_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_test_ca_crt_rsa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha1_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha1_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha1_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha1_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha1_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha256 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha256_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha256_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha256_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha256_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_crt_rsa_sha256_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_ec esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_ec_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_ec_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_ec_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_ec_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_ec_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_rsa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_rsa_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_rsa_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_rsa_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_rsa_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_key_rsa_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_ec esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_ec_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_ec_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_ec_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_ec_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_rsa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_rsa_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_rsa_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_rsa_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_ca_pwd_rsa_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cas esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cas_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cas_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cas_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cas_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cas_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_test_cli_crt_ec esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_ec_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_ec_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_ec_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_ec_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_ec_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_test_cli_crt_rsa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_rsa_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_rsa_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_rsa_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_rsa_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_crt_rsa_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_ec esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_ec_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_ec_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_ec_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_ec_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_ec_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_rsa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_rsa_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_rsa_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_rsa_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_rsa_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_key_rsa_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_pwd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_pwd_ec esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_pwd_ec_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_pwd_ec_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_pwd_ec_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_pwd_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_pwd_rsa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_pwd_rsa_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_pwd_rsa_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_cli_pwd_rsa_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_ec esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_ec_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_ec_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_ec_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_ec_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_ec_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha1_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha1_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha1_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha1_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha1_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha256 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha256_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha256_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha256_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha256_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_crt_rsa_sha256_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_ec esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_ec_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_ec_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_ec_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_ec_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_ec_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_rsa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_rsa_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_rsa_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_rsa_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_rsa_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_key_rsa_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_ec esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_ec_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_ec_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_ec_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_ec_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_rsa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_rsa_der_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_rsa_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_rsa_pem esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_test_srv_pwd_rsa_pem_len esp-idf/mbedtls/mbedtls/library/libmbedx509.a(certs.c.obj) +mbedtls_x509_crt_check_extended_key_usage esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_check_key_usage esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_free esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_x509_crt_info esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_init esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_x509_crt_is_revoked esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_x509_crt_parse_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_parse_der_nocopy esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_der_with_ext_cb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_file esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_path esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_profile_default esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_profile_next esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_profile_suiteb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_verify esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_crt_verify_info esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_x509_crt_verify_restartable esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_verify_with_profile esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_dn_gets esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_alg esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_alg_null esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_get_ext esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_rsassa_pss_params esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_get_serial esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_sig esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_time esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_key_size_helper esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_parse_subject_alt_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_self_test esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_serial_gets esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_sig_alg_gets esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_time_is_future esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_time_is_past esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +md4_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) +md5_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +mdns_free esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) +mdns_handle_system_event esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_hostname_set esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) +mdns_init esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) +mdns_instance_name_set esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_parse_packet esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_query esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_query_a esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_query_aaaa esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_query_ptr esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_query_results_free esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_query_srv esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_query_txt esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_service_add esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) +mdns_service_instance_name_set esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_service_port_set esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_service_remove esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_service_remove_all esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_service_txt_item_remove esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_service_txt_item_set esp-idf/mdns/libmdns.a(mdns.c.obj) +mdns_service_txt_set esp-idf/mdns/libmdns.a(mdns.c.obj) +mem_calloc esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) +mem_free esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +mem_free_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) +mem_init esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +mem_malloc esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) +mem_trim esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) +memalign esp-idf/newlib/libnewlib.a(heap.c.obj) +memchr /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memchr.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfscanf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_i.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) +memcmp /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + esp-idf/bt/libbt.a(interop.c.obj) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_util.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +memcpy /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memcpy.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mprec.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-dtoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_https_ota/libesp_https_ota.a(esp_https_ota.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_internal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/fatfs/libfatfs.a(diskio.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_ci.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(smp_cmac.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + esp-idf/bt/libbt.a(aes.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(att_protocol.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(bta_gatts_utils.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(allocator.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_link.c.obj) + esp-idf/bt/libbt.a(l2c_ble.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_ble_addr.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) + esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + esp-idf/bt/libbt.a(esp_gattc_api.c.obj) + esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj) + esp-idf/bt/libbt.a(blufi_protocol.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/lwip/liblwip.a(ethip6.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/esp_event/libesp_event.a(event_send.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_common/libesp_common.a(mac_addr.c.obj) + esp-idf/esp32/libesp32.a(hw_random.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) + esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +memmove /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memmove.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-svfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fvwrite.o) + esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/lwip/liblwip.a(def.c.obj) +memp_ARP_QUEUE esp-idf/lwip/liblwip.a(memp.c.obj) +memp_FRAG_PBUF esp-idf/lwip/liblwip.a(memp.c.obj) +memp_IGMP_GROUP esp-idf/lwip/liblwip.a(memp.c.obj) +memp_MLD6_GROUP esp-idf/lwip/liblwip.a(memp.c.obj) +memp_ND6_QUEUE esp-idf/lwip/liblwip.a(memp.c.obj) +memp_NETBUF esp-idf/lwip/liblwip.a(memp.c.obj) +memp_NETCONN esp-idf/lwip/liblwip.a(memp.c.obj) +memp_NETDB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_PBUF esp-idf/lwip/liblwip.a(memp.c.obj) +memp_PBUF_POOL esp-idf/lwip/liblwip.a(memp.c.obj) +memp_RAW_PCB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_SYS_TIMEOUT esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCPIP_MSG_API esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCPIP_MSG_INPKT esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCP_PCB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCP_PCB_LISTEN esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCP_SEG esp-idf/lwip/liblwip.a(memp.c.obj) +memp_UDP_PCB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_free esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +memp_free_pool esp-idf/lwip/liblwip.a(memp.c.obj) +memp_init esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +memp_init_pool esp-idf/lwip/liblwip.a(memp.c.obj) +memp_malloc esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +memp_malloc_pool esp-idf/lwip/liblwip.a(memp.c.obj) +memp_pools esp-idf/lwip/liblwip.a(memp.c.obj) +memset /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-memset.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-bzero.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + esp-idf/nghttp/libnghttp.a(http_parser.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_arbit.o) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(base64.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/wear_levelling/libwear_levelling.a(WL_Flash.cpp.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(bta_gatts_act.c.obj) + esp-idf/bt/libbt.a(bta_gattc_act.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(smp_cmac.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) + esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + esp-idf/bt/libbt.a(gatt_attr.c.obj) + esp-idf/bt/libbt.a(gap_api.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(btm_ble_batchscan.c.obj) + esp-idf/bt/libbt.a(btm_ble_adv_filter.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bte_init.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_main.c.obj) + esp-idf/bt/libbt.a(bta_gatts_api.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_main.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(bta_gattc_api.c.obj) + esp-idf/bt/libbt.a(bta_dm_main.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(hciblecmds.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_sr.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(gatt_db.c.obj) + esp-idf/bt/libbt.a(gatt_cl.c.obj) + esp-idf/bt/libbt.a(gatt_api.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_pm.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_privacy.c.obj) + esp-idf/bt/libbt.a(btm_ble_multi_adv.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(btc_gatts.c.obj) + esp-idf/bt/libbt.a(btc_gap_ble.c.obj) + esp-idf/bt/libbt.a(btc_dm.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) + esp-idf/bt/libbt.a(esp_gatts_api.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_sta_list.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +memspi_host_erase_block esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_erase_chip esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_erase_sector esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_flush_cache esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_init_pointers esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +memspi_host_program_page esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_data_slicer esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_id_hs esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_status_hs esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_set_write_protect esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_write_data_slicer esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +mesh_add_invalid_rc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_add_option ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_adjust_passive_scan_time ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_bcn_change_timeout ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_bcn_change_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_bcn_change_timer_start ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_candidate_monitor_timeout ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_candidate_monitor_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_chain_header_add_ttl ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_check_conflict_beacon ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_check_last_rcandidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_check_rc_expire ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_check_tid_mbox_full ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_child_clr_ps_duty ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_child_set_ps_duty ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_clear_parent_candidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_coding_ie_key ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_conn_leave ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_conn_mutex ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_connect_to_candidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_connect_to_router ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_construct_rmv_announcement ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_create_task ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) +mesh_csa_set_bssid ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_deinit_cb ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_disable_parent_switch_monitor ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_encrypt_ie_plain_key ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_fill_rmv_sub_child ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_find_root_competitor ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_flush_txQ ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_flush_upstream_packets ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_free ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_get_parent_candidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_get_parent_monitor_config ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_get_rssi_threshold ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_get_sub_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_get_subnet_nodes_list ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_get_subnet_nodes_num ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_get_tx_pending ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_get_vnd_roots_len ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_ie_monitor_timeout ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ie_monitor_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_ie_type2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_init_cb ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_init_rcandidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ioctl_sem ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_is_better_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_is_ie_ignored ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_is_last_rc_existing ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_is_new_found_conflict_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_is_new_root_found ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_is_new_root_invalid ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_is_yield_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_look_for_network ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_malloc ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_malloc_rmv_announcement ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_multi_recv_ack ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_multi_send_ack ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_mutex_lock ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_mutex_unlock ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_myself_mbox ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_node_process_cycle ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_node_process_disconnect ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_node_process_healing ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_add_conflict_roots ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_change_layer ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_check_conflict_roots ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_check_layer ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_check_no_parent_found ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +mesh_nwk_delete_timers ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_duty_check_allowed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_check_duration_expire ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_clr_master_identity ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_clr_remaining ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_master_is_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_post_event ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_process_remaining ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_set_master_identity ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_set_remaining ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_find_conflict_roots ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_io_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_manual_networking ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_nwk_process_allow_switch ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_child_event ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_conflict_discnx ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_disconnected ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_ie_change ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_leaf ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_look_for_network ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_no_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_nvs_settings ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_reselect ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_rootless ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_scan_done ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_scan_request ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_vote_done ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_yield_roots_announce ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_yield_roots_monitor ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_remove_conflict_roots ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_task_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_task_main ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_pack_rmv_announcement ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_parent_check_root_conflict ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_parent_insert_candidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_parent_select_done ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_parse_conflict_roots_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_parse_option ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_parse_ps_entire_rule ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_parse_ps_uplink_rule ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_pm_set_null ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +mesh_pm_tbtt_start ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +mesh_post_parent_assoc_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_post_parent_switch_candidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_post_parent_weak_rssi ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_print_txQ_waiting ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_process_child_macconnected ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_process_mcast_cover_node ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_process_mgmt_announce ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_process_mgmt_root_switch ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_process_mgmt_root_waive ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_process_mgmt_routing_table ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_process_parent_organized ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +mesh_process_root_candidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_process_roots_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_process_roots_ie_ttl ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_process_same_root_candidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ps_control_get_min_duty ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ps_control_set_awake ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ps_control_set_sleep ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ps_control_timeout ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ps_control_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_ps_get_duties ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_ps_keep_cnx ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +mesh_ps_set_new_duty ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_ps_tx ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_recv ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_recv_add_option ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_recv_process_flag ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_register_timer_cb ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_remove_myself_from_forwarding ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_root_connect_timeout ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_root_connect_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_root_connect_timer_start ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_root_process_connect ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_root_process_disconnect ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_root_process_roots_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_route_announce_timeout ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_rt_change_timeout ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_rt_change_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_rt_change_timer_start ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_rx_task_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +mesh_rx_task_main ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +mesh_rxcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +mesh_scan_done_process_weak ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_is_better_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_parent_compute_rank ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_parent_limit_layer2_cap ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_parent_try_layer ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_parent_try_rssi ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_router ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_set_ignore ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_self_xonseq ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_send_block_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_send_block_main ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_send_process_flag ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_send_process_topo ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_send_roots_fixed ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_send_roots_gone ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_send_roots_stop ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_send_stop_vote ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_set_default_rssi_threshold ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_set_id ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_set_ie_crypto_config ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_set_ie_crypto_funcs ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_set_ie_crypto_key ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_set_io_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_set_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_set_parent_candidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_set_parent_monitor_config ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_set_root_candidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_set_root_candidate_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_set_router ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_set_rssi_threshold ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_set_self_organized ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_set_type ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_sta_auth_expire_time ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_stop_recv ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_switch_channel ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_tcpip_mbox ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_timer_bcn_change ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_candidate_monitor ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_do_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_timer_info ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_mie_monitor ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_ps_control ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_root_connect ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_route_announce ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_rt_change ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_topo_get_ttl ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_tx_cb ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_tx_task_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_tx_task_main ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_tx_tid_stop ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_update_current_parent ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_update_ie_rssi ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_update_rcandidate_rssi ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_update_route_table ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_vote_root_candidate ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_waive_root ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_wifi_event_cb ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_wifi_event_deinit ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_wifi_event_init ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_xmit_state_mbox ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_xon ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_deliver_packet ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_flush_packets ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_process_disconnected ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_process_expired ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_process_no_wnd ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_task_main ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mgd_probe_send_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +misc_nvs_deinit ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +misc_nvs_init ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +misc_nvs_load ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) +misc_nvs_restore ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mkdir esp-idf/vfs/libvfs.a(vfs.c.obj) +mktime /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-mktime.o) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +mld6_input esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) +mld6_joingroup esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +mld6_joingroup_netif esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +mld6_leavegroup esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +mld6_leavegroup_netif esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +mld6_lookfor_group esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +mld6_report_groups esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +mld6_stop esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +mld6_tmr esp-idf/lwip/liblwip.a(mld6.c.obj) +mpu_hal_set_region_access esp-idf/hal/libhal.a(mpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +mqtt_get_id esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_get_publish_data esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_get_publish_topic esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_get_suback_data esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_get_total_length esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_has_valid_msg_hdr esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_header_complete esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) +mqtt_msg_connect esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_disconnect esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_init esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_pingreq esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_pingresp esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) +mqtt_msg_puback esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_pubcomp esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_publish esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_pubrec esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_pubrel esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_subscribe esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_unsubscribe esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +ms_to_timeval esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) +mschapv2_derive_response esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +mschapv2_remove_domain esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +mschapv2_verify_auth_response esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +mt_addr ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) +multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_aligned_alloc_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_aligned_alloc_impl_offs esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_aligned_free esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_check esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_dump esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_free esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_free_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_free_size esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_free_size_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_allocated_size esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_get_allocated_size_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_block_address esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_block_address_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_block_owner esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_first_block esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_info esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_get_info_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_next_block esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_internal_lock esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_internal_unlock esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_is_free esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_malloc esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_malloc_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_minimum_free_size esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_minimum_free_size_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_realloc esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_realloc_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_register esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multi_heap_register_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_set_lock esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multiprecision_add esp-idf/bt/libbt.a(p_256_multprecision.c.obj) +multiprecision_add_mod esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_compare esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_copy esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_dword_bits esp-idf/bt/libbt.a(p_256_multprecision.c.obj) +multiprecision_fast_mod esp-idf/bt/libbt.a(p_256_multprecision.c.obj) +multiprecision_fast_mod_P256 esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_init esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_inv_mod esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_iszero esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_lshift esp-idf/bt/libbt.a(p_256_multprecision.c.obj) +multiprecision_lshift_mod esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_mersenns_mult_mod esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_mersenns_squa_mod esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_most_signbits esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_most_signdwords esp-idf/bt/libbt.a(p_256_multprecision.c.obj) +multiprecision_mult esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_rshift esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_sub esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +multiprecision_sub_mod esp-idf/bt/libbt.a(p_256_multprecision.c.obj) + esp-idf/bt/libbt.a(p_256_ecc_pp.c.obj) +nan /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-s_nan.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +nanf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sf_nan.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) +nd6_adjust_mld_membership esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +nd6_cleanup_netif esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +nd6_clear_destination_cache esp-idf/lwip/liblwip.a(nd6.c.obj) +nd6_find_route esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +nd6_get_destination_mtu esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +nd6_get_next_hop_addr_or_queue esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ethip6.c.obj) +nd6_input esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) +nd6_reachability_hint esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +nd6_restart_netif esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +nd6_set_cb esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +nd6_tmr esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +neighbor_cache esp-idf/lwip/liblwip.a(nd6.c.obj) +net80211_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +netbuf_alloc esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netbuf_chain esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_data esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_delete esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netbuf_first esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_free esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netbuf_new esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_next esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_ref esp-idf/lwip/liblwip.a(netbuf.c.obj) +netconn_aborted esp-idf/lwip/liblwip.a(api_msg.c.obj) +netconn_accept esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_alloc esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_bind esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_bind_if esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_close esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_closed esp-idf/lwip/liblwip.a(api_msg.c.obj) +netconn_connect esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_delete esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_deleted esp-idf/lwip/liblwip.a(api_msg.c.obj) +netconn_disconnect esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_err esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_free esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_getaddr esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_gethostbyname_addrtype esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) +netconn_join_leave_group esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_join_leave_group_netif esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_listen_with_backlog esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_new_with_proto_and_callback esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_prepare_delete esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_recv esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_recv_tcp_pbuf esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_recv_tcp_pbuf_flags esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_recv_udp_raw_netbuf esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_recv_udp_raw_netbuf_flags esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_reset esp-idf/lwip/liblwip.a(api_msg.c.obj) +netconn_send esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_sendto esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_shutdown esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_tcp_recvd esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_thread_cleanup esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_thread_init esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_write_partly esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_write_vectors_partly esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netif_add esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_add_ip6_address esp-idf/lwip/liblwip.a(netif.c.obj) +netif_add_noaddr esp-idf/lwip/liblwip.a(netif.c.obj) +netif_create_ip6_linklocal_address esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_default esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +netif_find esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netif_get_by_index esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netif_get_ip6_addr_match esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +netif_index_to_name esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_init esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +netif_input esp-idf/lwip/liblwip.a(netif.c.obj) +netif_ip6_addr_set esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_ip6_addr_set_parts esp-idf/lwip/liblwip.a(netif.c.obj) +netif_ip6_addr_set_state esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_list esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +netif_loop_output esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +netif_name_to_index esp-idf/lwip/liblwip.a(netif.c.obj) +netif_poll esp-idf/lwip/liblwip.a(netif.c.obj) +netif_remove esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_addr esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_default esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_down esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_garp_flag esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_gw esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_ipaddr esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_link_down esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_link_up esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_netmask esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_up esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +new_password_encrypted_with_old_nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +newlib_include_assert_impl esp-idf/newlib/libnewlib.a(assert.c.obj) +newlib_include_heap_impl esp-idf/newlib/libnewlib.a(heap.c.obj) +newlib_include_pthread_impl esp-idf/newlib/libnewlib.a(pthread.c.obj) +newlib_include_syscalls_impl esp-idf/newlib/libnewlib.a(syscalls.c.obj) +node_remove_from_list esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +noise_array ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +noise_check_loop ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +noise_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +noise_timeout_flag ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +nt_challenge_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +nt_password_hash_encrypted_with_block esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +nvds_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) +nvds_erase /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) +nvds_init_memory /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) +nvds_magic_number /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) +nvds_null_erase /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) +nvds_null_read /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) +nvds_null_write /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) +nvds_read /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) +nvds_write /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) +nvs_close esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_commit esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/bt/libbt.a(config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_dump esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_find esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_info esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_next esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_erase_all esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +nvs_erase_key esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_flash_deinit esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_deinit_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_erase esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_erase_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_erase_partition_ptr esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_init esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(app_main.c.obj) +nvs_flash_init_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_init_partition_ptr esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_blob esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_i16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +nvs_get_i64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_stats esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_str esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) +nvs_get_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +nvs_get_u64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_used_entry_count esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_op2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) +nvs_open esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_open_from_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_release_iterator esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_blob esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_set_i16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +nvs_set_i64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_set_str esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) +nvs_set_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_set_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +nvs_set_u64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nwk_event_id2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +offchan_in_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +offchan_recv_action ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +offchan_send_action_tx_status ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +offchan_txop_end ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +offchan_txop_start ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +old_nt_password_hash_encrypted_with_new_nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +omac1_aes_128 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +omac1_aes_128_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) +omac1_aes_256 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) +omac1_aes_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-omac1.c.obj) +one_bits /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) +op_code_name esp-idf/bt/libbt.a(gatt_utils.c.obj) +opendir esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +opt_11b_resart ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +opt_type2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +optype2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +os_get_random esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +os_get_time esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +os_gmtime esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +os_memdup esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +os_mktime esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +os_random esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +os_sleep esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +os_time_expired esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +os_timer_arm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_arm_us esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_disarm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_done esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_setfn esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +osi_alarm_cancel esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +osi_alarm_create_mux esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +osi_alarm_deinit esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +osi_alarm_delete_mux esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +osi_alarm_free esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +osi_alarm_get_remaining_ms esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) +osi_alarm_init esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) +osi_alarm_is_active esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) +osi_alarm_new esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +osi_alarm_set esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +osi_alarm_set_periodic esp-idf/bt/libbt.a(alarm.c.obj) +osi_calloc_func esp-idf/bt/libbt.a(allocator.c.obj) +osi_deinit esp-idf/bt/libbt.a(osi.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) +osi_free_func esp-idf/bt/libbt.a(allocator.c.obj) + esp-idf/bt/libbt.a(btm_ble_bgconn.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(bta_gattc_utils.c.obj) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(l2c_utils.c.obj) + esp-idf/bt/libbt.a(l2c_main.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(gatt_main.c.obj) + esp-idf/bt/libbt.a(btm_main.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btm_acl.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +osi_init esp-idf/bt/libbt.a(osi.c.obj) + esp-idf/bt/libbt.a(bte_main.c.obj) +osi_malloc_func esp-idf/bt/libbt.a(allocator.c.obj) +osi_mutex_free esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +osi_mutex_global_deinit esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/bt/libbt.a(osi.c.obj) +osi_mutex_global_init esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/bt/libbt.a(osi.c.obj) +osi_mutex_global_lock esp-idf/bt/libbt.a(mutex.c.obj) +osi_mutex_global_unlock esp-idf/bt/libbt.a(mutex.c.obj) +osi_mutex_lock esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +osi_mutex_new esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +osi_mutex_unlock esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/bt/libbt.a(bta_sys_main.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +osi_sem_free esp-idf/bt/libbt.a(semaphore.c.obj) + esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +osi_sem_give esp-idf/bt/libbt.a(semaphore.c.obj) + esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +osi_sem_new esp-idf/bt/libbt.a(semaphore.c.obj) + esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +osi_sem_take esp-idf/bt/libbt.a(semaphore.c.obj) + esp-idf/bt/libbt.a(future.c.obj) + esp-idf/bt/libbt.a(fixed_queue.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +osi_strdup esp-idf/bt/libbt.a(allocator.c.obj) + esp-idf/bt/libbt.a(config.c.obj) +osi_thread_create esp-idf/bt/libbt.a(thread.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +osi_thread_free esp-idf/bt/libbt.a(thread.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +osi_thread_name esp-idf/bt/libbt.a(thread.c.obj) +osi_thread_post esp-idf/bt/libbt.a(thread.c.obj) + esp-idf/bt/libbt.a(hci_hal_h4.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +osi_thread_queue_wait_size esp-idf/bt/libbt.a(thread.c.obj) + esp-idf/bt/libbt.a(btu_init.c.obj) + esp-idf/bt/libbt.a(btc_task.c.obj) +osi_thread_set_priority esp-idf/bt/libbt.a(thread.c.obj) +osi_time_get_os_boottime_ms esp-idf/bt/libbt.a(alarm.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) +outbox_delete esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_delete_all_items esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_delete_expired esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_delete_item esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_delete_msgid esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) +outbox_delete_msgtype esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) +outbox_delete_single_expired esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) +outbox_dequeue esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_destroy esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_enqueue esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_get esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) +outbox_get_size esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_init esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_item_get_data esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_item_get_pending esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_set_pending esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_set_tick esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +pAKGuideGlob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +pAPListHead ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +pAPListTral ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +pAkDiret ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +pAkTrans ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +pBleLink ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +pCHListHead ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +pCHListTral ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +pETGuideGlob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +pTouchGlob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +pTxRx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +p_256_init_curve esp-idf/bt/libbt.a(p_256_curvepara.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) +p_bta_dm_cfg esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +p_bta_dm_eir_cfg esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +p_bta_dm_rm_cfg esp-idf/bt/libbt.a(bta_dm_cfg.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) +packet_fragmenter_get_interface esp-idf/bt/libbt.a(packet_fragmenter.c.obj) + esp-idf/bt/libbt.a(hci_layer.c.obj) +panicHandler esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) +panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) +panic_arch_fill_info esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_get_address esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_get_cause esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_backtrace esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_char esp-idf/esp_system/libesp_system.a(panic.c.obj) +panic_print_dec esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_print_hex esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_print_registers esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_str esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_restart esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +panic_set_address esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_soc_fill_info esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +patch_hci_look_for_dbg_evt_desc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) +patch_lc_auth_cmp /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +pbkdf2_sha1 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +pbuf_add_header esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +pbuf_add_header_force esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +pbuf_alloc esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_alloc_reference esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_alloced_custom esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_cat esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +pbuf_chain esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +pbuf_clen esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +pbuf_clone esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +pbuf_coalesce esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_copy esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +pbuf_copy_partial esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +pbuf_copy_partial_pbuf esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_dechain esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_free esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(ethernetif.c.obj) + esp-idf/lwip/liblwip.a(wlanif.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +pbuf_free_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) +pbuf_free_header esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +pbuf_free_ooseq_pending esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_get_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) +pbuf_get_contiguous esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_header esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_header_force esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +pbuf_memcmp esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_memfind esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_put_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_realloc esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +pbuf_ref esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +pbuf_remove_header esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +pbuf_skip esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_strstr esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_take esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_take_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_try_get_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbus_rx_dco_cal_1step ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +pcTaskGetName esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pcTimerGetName esp-idf/freertos/libfreertos.a(timers.c.obj) +peap_prfplus esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +pend_flag_periodic_cal ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +periph_inform_out_light_sleep_overhead esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +periph_module_disable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +periph_module_enable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +periph_module_reset esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +phy_ant_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_bt_pll_track ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) +phy_bt_pll_track_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_bt_power_track ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) +phy_bt_power_track_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_bttx_low_power ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_byte_to_word ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_chan_dump_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +phy_chan_filt_set ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +phy_chan_gain_table ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_chan_pwr_index ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_chan_target_power ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_change_channel ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) +phy_change_channel_nomac ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +phy_close_pa ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_close_rf ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +phy_dig_reg_backup ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +phy_dis_hw_set_freq ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_dis_pwdet_one ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_disable_low_rate ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +phy_en_hw_set_freq ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_enable_low_rate ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +phy_enter_critical esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_exit_critical esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_force_wifi_chan ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +phy_force_wifi_chan_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_freq_correct_opt ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_freq_offset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_freq_wifi_only ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_get_adc_rand ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_get_bb_freqoffset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_get_fetx_delay ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +phy_get_most_tpw ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +phy_get_rf_cal_version ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +phy_get_romfunc_addr ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_get_romfuncs ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_get_rx_freq ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_get_tx_pwr ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_get_tx_rate ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_get_txpwr_param ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_i2c_enter_critical esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) +phy_i2c_exit_critical esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) +phy_i2c_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_in_most_power ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_in_most_power_bk ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_in_vdd33_offset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_init_flag ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_init_pwr_print ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_meas_noise_floor ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_multiple_init_data_bin esp-idf/esp_wifi/libesp_wifi.a(phy_multiple_init_data.bin.S.obj) +phy_multiple_init_data_bin_length esp-idf/esp_wifi/libesp_wifi.a(phy_multiple_init_data.bin.S.obj) +phy_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_pwdet_always_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_pwdet_onetime_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_pwdet_onetime_flag ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_reg_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_rfcal_data_check ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_rx11blr_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_rx_sense_set ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_rxbb_dc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_rxrf_dc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_set_bbfreq_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_set_bt_dig_gain ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_set_most_tpw ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +phy_set_most_tpw_disbg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_set_most_tpw_flag ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_set_most_tpw_index ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_set_rfrx_dcap ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_set_wifi_mode_only ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_sw_set_chan_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_tx_power_out ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +phy_tx_pwr_error ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_unforce_wifi_chan ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +phy_version_print ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_version_str ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +phy_wakeup_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +phy_wifi_pll_track ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +phy_wifi_pll_track_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +platform_create_id_string esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +platform_random esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) +platform_tick_get_ms esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +pll_correct_dcap ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +pm_active_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_allow_tx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_attach ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_beacon_misc_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_beacon_timestamp_statistic ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_check_state ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_coex_schm_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_coex_slice_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_coex_tbtt_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_connectionless_wake_interval_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_connectionless_wake_window_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_deattach ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_disable_disconnected_sleep_delay_timer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_disable_dream_timer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_disable_sleep_delay_timer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_disconnected_sleep ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_disconnected_sleep_delay_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_disconnected_start ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_disconnected_stop ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_dream ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_dream_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_enable_active_timer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_enable_disconnected_sleep_delay_timer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_enable_dream_timer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_enable_sleep_delay_timer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_enable_sta_disconnected_power_management ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_force_scan_unlock ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_get_idle_wait_time ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_get_sleep_type ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +pm_go_to_sleep ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_go_to_wake ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_hmac_rx_data_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +pm_is_dream ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_is_in_wifi_slice_threshold ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_is_open ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +pm_is_sleeping ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +pm_is_waked ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_keep_alive ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_mac_sleep ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_mac_wakeup ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_mesh_set_next_tbtt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_noise_check ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_noise_check_disable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_noise_check_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_noise_check_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_off_channel ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +pm_on_beacon_rx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_on_channel ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +pm_on_coex_schm_process_restart ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +pm_on_data_rx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_on_data_tx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_on_data_tx_done ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_on_probe_resp_rx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +pm_parse_beacon ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_pend_noise_check ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_process_tim ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_register_connectionless_wake_window ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_register_pm_tx_null_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_rx_beacon_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_rx_data_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_scan_lock ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_scan_unlock ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_send_nullfunc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_send_probe_start ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +pm_send_probe_stop ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +pm_send_sleep_null_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_send_wake_null_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_set_connectionless_wake_interval ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_set_keep_alive_time ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_set_next_tbtt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_set_sleep_delay_time ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_set_sleep_type ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_sleep ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_sleep_delay_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_sleep_for ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_start ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +pm_stop ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +pm_tbtt_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_try_scan_unlock ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_tx_data_done_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_tx_data_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_tx_null_data_done_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_unregister_connectionless_wake_window ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_update_by_connectionless_status ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_update_light_sleep_default_params ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_update_next_tbtt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_update_params ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_wake_done ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_wake_up ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pmksa_cache_add esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_clear_current esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_flush esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_get esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_get_current esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_get_opportunistic esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +pmksa_cache_init esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_list esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +pmksa_cache_set_current esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +port_IntStack esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_IntStackTop esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_interruptNesting esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_switch_flag esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_uxCriticalNesting esp-idf/freertos/libfreertos.a(port.c.obj) +port_uxOldInterruptState esp-idf/freertos/libfreertos.a(port.c.obj) +port_xSchedulerRunning esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +ppAddTimCount ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppAssembleMicHdr ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppCalFrameTimes ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppCalTkipMic ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppCalTxAMPDULength ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppCheckTxIdle ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ppCheckTxQIdle ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +ppClearRxFragment ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ppClearTxq ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppDequeueRxq_Locked ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppDequeueTxDone_Locked ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppDequeueTxQ ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppDirectRecycleAmpdu ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppDisableQueue ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppDiscardMPDU ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppEnqueueRxq ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppEnqueueTxDone ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppFetchTxQFirstAvail ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppFillAMPDUBar ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppGetTaskHdl ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppGetTxQFirstAvail_Locked ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppGetTxframe ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppInitTxq ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppInstallKey ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ppMapTxQueue ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppMapWaitTxq ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppMessageInQ ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppPrepareBarFrame ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppProcTxCallback ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppProcTxDone ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppProcTxSecFrame ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppProcessRxPktHdr ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppProcessTxQ ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppProcessWaitQ ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppProcessWaitingQueue ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +ppReSendBar ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppRecordBarRRC ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppRecycleAmpdu ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppRecycleRxPkt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppRegisterPromisRxCallback ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppRegisterRxCallback ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppRegisterTxCallback ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppRegisterTxDoneUserActionCallback ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppRegressAmpdu ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppResortTxAMPDU ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppRollBackTxQ ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppRxFragmentProc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppRxPkt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppRxProtoProc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppSearchTxQueue ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppSearchTxframe ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppSelectNextQueue ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppSetBarRate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppSetInterface ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppTask ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppTxPkt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppTxPktForceWaked ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ppTxProtoProc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppTxqEmpty ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppTxqUpdateBitmap ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppUnregisterTxCallback ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_allow_cut_sevt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_attach ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_can_cut_evt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_can_cut_sevt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_coex_tx_release ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_coex_tx_request ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_create_task ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_deattach ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_default_event_handler ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_delete_task ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_gettid ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_hdrsize ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_need_cut_rx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_post ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pp_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +pp_process_hmac_waiting_txq ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_register_config_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_register_michael_mic_failure_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_register_net80211_tx_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_register_timer_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_register_tx_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +pp_set_cut_evt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_set_cut_rx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_sig_cnt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_stop_sw_txq ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_timer_do_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_timer_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pp_timer_register_post_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_unregister_tx_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +pread esp-idf/vfs/libvfs.a(vfs.c.obj) +prefix_list esp-idf/lwip/liblwip.a(nd6.c.obj) +print128 esp-idf/bt/libbt.a(smp_cmac.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) +print_rc_info ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +print_roots_ie ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +print_sta_pmk ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +print_txupQ_pending ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +printf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-printf.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +printf_decode esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +printf_encode esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +psni_info ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +pthread_attr_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_getdetachstate esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_getstacksize esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_init esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_setdetachstate esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_setstacksize esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_cancel esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_condattr_setclock esp-idf/newlib/libnewlib.a(pthread.c.obj) +pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_detach esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_equal esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_exit esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_getspecific esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_include_pthread_impl esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_include_pthread_local_storage_impl esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +pthread_internal_local_storage_destructor_callback esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_key_delete esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_init esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_lock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_timedlock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_trylock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_unlock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_gettype esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_init esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_settype esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_once esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_self esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_setcancelstate esp-idf/newlib/libnewlib.a(pthread.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fwrite.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ftello.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fseeko.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fread.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fopen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-findfp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fgets.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fflush.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ferror.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fclose.o) +pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(eh_globals.o) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_sigmask esp-idf/newlib/libnewlib.a(pthread.c.obj) +putc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putc.o) +putchar /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-putchar.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +putle32 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +puts /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wpsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mdnsCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +pvTaskGetThreadLocalStoragePointer esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +pvTaskIncrementMutexHeldCount esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +pvTimerGetTimerID esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) +pvalloc esp-idf/newlib/libnewlib.a(heap.c.obj) +pwdet_sar2_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +pwrdet_offset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +pwrite esp-idf/vfs/libvfs.a(vfs.c.obj) +pwrsave_flushq ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +pxCurrentTCB esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +pxPortInitialiseStack esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTaskGetNext esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTaskGetStackStart esp-idf/freertos/libfreertos.a(tasks.c.obj) +qsort /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-qsort.o) + esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) +r_LM_AddSniff /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) +r_LM_GetLocalNameSeg /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) +r_assert /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_assert_err /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_assert_param /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_assert_warn /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_bt_util_buf_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) +r_btdm_option_data /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_co_nb_good_channels /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) +r_dbg_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) +r_dump_data /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_ea_alarm_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) +r_ea_elt_insert /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) +r_ea_finetimer_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) +r_ea_interval_duration_req /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) +r_ea_time_get_halfslot_rounded /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) +r_ecc_generate_key256_with_check /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +r_eif_deinit /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_eif_finish_transfers /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_eif_flow_off /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_eif_flow_on /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_eif_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_eif_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_eif_recv /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_eif_send /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_emi_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(emi.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_flash_erase /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_flash_identify /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_flash_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_flash_read /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_flash_write /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_get_stack_usage /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_global_int_disable /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_global_int_restore /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_global_int_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_global_int_stop /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_hci_look_for_cmd_desc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) +r_hci_look_for_cmd_desc_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) +r_hci_look_for_dbg_evt_desc /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) +r_hci_send_2_host /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) +r_hci_send_2_host_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) +r_hci_tl_send /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) +r_huart_deinit /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +r_huart_finish_transfers /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +r_huart_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +r_huart_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +r_huart_trans_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +r_intc_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_ip_funcs_p /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_msg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_ke_msg_send /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) +r_ke_task_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) +r_lc_afh_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_auth_cmp /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_calc_link_key /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_end_of_sniff_nego /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_enter_sniff_mode /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_init_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_mutual_auth_end2 /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_ptt_cmp /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_rem_sniff /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_reset_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_sco_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) +r_lc_sco_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) +r_lc_send_lmp /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) +r_lc_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_lc_start_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) +r_ld_acl_data_tx /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +r_ld_acl_lmp_flush /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +r_ld_acl_slot_offset_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +r_ld_acl_sniff /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +r_ld_acl_sniff_wrapper /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +r_ld_acl_ssr_set /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +r_ld_acl_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +r_ld_acl_stop /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +r_ld_fm_clk_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +r_ld_fm_frame_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +r_ld_fm_prog_push /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +r_ld_fm_rx_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +r_ld_fm_sket_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) +r_ld_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) +r_ld_init_hark /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) +r_ld_pscan_stop /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) +r_ld_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) +r_ld_reset_hark /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) +r_ld_sched_sniff_add /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) +r_ld_sched_sniff_add_wrapper /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) +r_ld_sched_sniff_remove /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) +r_ld_sco_audio_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +r_ld_sco_stop /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +r_ld_sscan_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) +r_ld_sscan_start_hark /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sscan.o) +r_led_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(led.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_led_set_all /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(led.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_llc_common_nb_of_pkt_comp_evt_send /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) +r_llc_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) +r_llc_stop /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) +r_llc_stop_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) +r_llc_util_bw_mgt /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) +r_llc_util_get_free_conhdl /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) +r_llc_util_set_auth_payl_to_margin /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) +r_lld_adv_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_adv_stop /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_adv_stop_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_con_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_con_update_after_param_req /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_evt_deffered_elt_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_elt_delete /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_end /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_end_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_init_evt /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_init_wrapper /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_move_to_slave /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_restart /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_rx /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_schedule /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_schedule_next /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_evt_update_create /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) +r_lld_get_mode /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_move_to_master_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_move_to_slave_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_pdu_check /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +r_lld_pdu_rx_handler /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +r_lld_pdu_tx_flush /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +r_lld_pdu_tx_prog /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +r_lld_scan_start /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_scan_start_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_scan_stop /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_scan_stop_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +r_lld_util_instant_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_util.o) +r_llm_con_req_ind /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_con_req_tx_cfm /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_create_con /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_end_evt_defer /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) +r_llm_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_init_hack /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_le_adv_report_ind /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_pdu_defer /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) +r_llm_set_adv_en /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_set_adv_param /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_set_scan_en /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_set_scan_param /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_test_mode_start_rx /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_llm_test_mode_start_tx /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) +r_lm_dhkey_calc_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_sp.o) +r_lm_err_data_rep_en_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) +r_lm_get_nb_acl /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) +r_lm_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) +r_lm_init_wrap /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) +r_modules_funcs_p /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(bt_util_buf.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(co_utils.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_nvds_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) +r_osi_funcs_p /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(osi.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(dbg_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(config_funcs.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_platform_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_plf_funcs_p /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(nvds.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_llcp.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_sched.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_pscan.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sniff.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_lmppdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_msg.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci_tl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_plf_funcs_ro /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_rf_rw_bt_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_rf_rw_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) +r_rf_rw_le_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_rw_main /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_rw_schedule /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_rw_stop /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +r_rwble_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) +r_rwbt_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) +r_rwbt_sleep_wakeup /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) +r_rwbtdm_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_rwip_eif_get /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_rwip_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +r_rwip_reset /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +r_rwip_reset_ext /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +r_rwip_sleep /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +r_rwip_wakeup /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +r_rwip_wakeup_end /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +r_syscntl_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(syscntl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +r_vhci_deinit /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +r_vhci_finish_transfers /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +r_vhci_init /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +r_vhci_isr /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +r_wfi /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ll.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(plf_funcs.o) +raise esp-idf/newlib/libnewlib.a(syscalls.c.obj) +ram_bb_bss_bw_40_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_bb_bss_cbw40_dig ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_bb_tx_ht20_cen ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_cbw2040_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_check_noise_floor ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_chip_i2c_readReg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_chip_i2c_writeReg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_dc_iq_est ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_disable_agc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_en_pwdet ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_enable_agc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_gen_rx_gain_table ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_get_fm_sar_dout ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_index_to_txbbgain ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_iq_est_disable ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_iq_est_enable ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_lld_pdu_tx_flush /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) +ram_meas_tone_pwr_db ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_pbus_debugmode ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_pbus_force_mode ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_pbus_force_test ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_pbus_rx_dco_cal ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_pbus_xpd_tx_on ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_phy_get_noisefloor ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_phy_get_vdd33 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_read_sar_dout ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_restart_cal ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_rfcal_pwrctrl ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_rfpll_reset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_rfpll_set_freq ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_set_chan_cal_interp ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_set_noise_floor ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_set_pbus_mem ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_set_rxclk_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_set_txcap_reg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_set_txclk_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_spur_coef_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_start_tx_tone ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_tx_pwctrl_bg_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_tx_pwr_backoff ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +ram_txbbgain_to_index ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_txcal_work_mode ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_txdc_cal_v70 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_txiq_cover ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +ram_txiq_get_mis_pwr ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_wait_rfpll_cal_end ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +ram_write_gain_mem ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rand /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +range_read_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +range_write_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +raw_bind esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_bind_netif esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +raw_connect esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_disconnect esp-idf/lwip/liblwip.a(raw.c.obj) +raw_input esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +raw_netif_ip_addr_changed esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +raw_new esp-idf/lwip/liblwip.a(raw.c.obj) +raw_new_ip_type esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_recv esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_remove esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_send esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_sendto esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_sendto_if_src esp-idf/lwip/liblwip.a(raw.c.obj) +rc11BSchedTbl ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc11NSchedTbl ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc4_skip esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +rcAmpduLowerRate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcAttach ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +rcClearCurAMPDUSched ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcClearCurSched ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcClearCurStat ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGet11BHighestRateIdx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGet11GHighestRateIdx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGet11NHighestRateIdx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGetAmpduSched ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rcGetDefaultHigestRateIdx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGetHighestRateIdx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGetRate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +rcGetSched ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rcLoRaRate2SchedIdx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcLoRaSchedTbl ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcLowerSched ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcReachRetryLimit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +rcSetBarRate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rcSetTxAmpduLimit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcTxUpdatePer ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcUpSched ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcUpdateAMPDUParam ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rcUpdateAckSnr ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcUpdatePhyMode ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rcUpdateRate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcUpdateRxDone ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rcUpdateTxDone ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +rcUpdateTxDoneAmpdu2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rc_cal ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rc_disable_trc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_disable_trc_by_interface ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_enable_trc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_default_sched ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_fix_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_mask ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc_get_sta_trc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc_get_trc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_trc_by_index ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_trc_default ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc_only_sta_trc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc_set_fix_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +re_entry ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +reachable_time esp-idf/lwip/liblwip.a(nd6.c.obj) +read /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysread.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +read_callback ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +read_hw_noisefloor ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +readdir esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj) +realloc esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +reconnect_flag ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +reconnect_type2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +reg_init_begin ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +regi2c_ctrl_read_reg_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +regi2c_ctrl_write_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +regi2c_ctrl_write_reg_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +regi2c_enter_critical esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) +regi2c_exit_critical esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) +register_chipv7_phy ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +register_chipv7_phy_empty /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +register_chipv7_phy_init_param ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +register_ieee80211_action_vendor_get_key_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +register_ieee80211_action_vendor_spec_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +register_ieee80211_rfid_locp_recv_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) +registered_heaps esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +resend_eapol_handle esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +reset_rf_dig ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +restart_delay_cb ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +restart_delay_cb_local ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +restart_ht20_timer ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +restart_ht40_timer ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +retrans_timer esp-idf/lwip/liblwip.a(nd6.c.obj) +rewinddir esp-idf/vfs/libvfs.a(vfs.c.obj) +rf_cal_data_backup ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rf_cal_data_recovery ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rf_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rfcal_bb_atten_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +rfcal_txiq ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rfpll_offset_delta ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +rfrx_dcap_enable ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rfrx_vga_lna_dcap ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rmdir esp-idf/vfs/libvfs.a(vfs.c.obj) +roc_op_end ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +roc_op_start ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +rom_i2c_readReg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +rom_i2c_readReg_Mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +rom_i2c_writeReg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +rom_i2c_writeReg_Mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +roots_type2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +rotl ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rotr ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +roundup2 ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +route_announce_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +route_announce_timer_start ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +route_announce_timer_stop ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +routetype2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +rsn_cipher_put_suites esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +rsn_pmkid esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +rssi_margin ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rssi_to_rcpi esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +rtc_apbbridge_sel ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_clk_32k_bootstrap esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_32k_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_32k_enable_external esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_32k_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8md256_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apb_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +rtc_clk_apb_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apll_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +rtc_clk_bbpll_configure esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cal_ratio esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_clk_cpu_freq_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_mhz_to_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_set_config_fast esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +rtc_clk_cpu_freq_set_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) +rtc_clk_cpu_freq_to_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cpu_freq_to_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_fast_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_fast_freq_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_freq_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_clk_select_rtc_slow_clk esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_slow_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) +rtc_clk_slow_freq_get_hz esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_slow_freq_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_wait_for_slow_cycle esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_xtal_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp32/libesp32.a(clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_xtal_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_cmd_ext_wakeup ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_cmd_wakeup_conf ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_deep_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +rtc_dig_clk8m_disable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_get_reset_reason esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_system/libesp_system.a(reset_reason.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +rtc_get_st ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_get_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rtc_gpio_deinit esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_force_hold_dis_all esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_force_hold_en_all esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_get_drive_capability esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_get_level esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_hold_dis esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_hold_en esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_init esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +rtc_gpio_isolate esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_pulldown_dis esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +rtc_gpio_pulldown_en esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_pullup_dis esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +rtc_gpio_pullup_en esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_set_direction esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +rtc_gpio_set_direction_in_sleep esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_set_drive_capability esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_set_level esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_wakeup_disable esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_wakeup_enable esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_init_clk ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_init_full ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_io_desc esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_io_num_map esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_is_st_idle ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_isr_deregister esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_common/libesp_common.a(brownout.c.obj) +rtc_isr_register esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/esp_common/libesp_common.a(brownout.c.obj) +rtc_pad_ext_wakeup ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_pad_gpio_wakeup ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_pads_funie ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +rtc_pads_funsel ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_pads_hold ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_pads_muxsel ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +rtc_pads_pd ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +rtc_pads_pu ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +rtc_pads_slpie ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +rtc_pads_slpoe ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) + ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +rtc_pads_slpsel ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_powerdown_rf ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_powerup_rf ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +rtc_sdreg_off ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_sleep_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +rtc_sleep_low_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +rtc_sleep_set_wakeup_time esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) +rtc_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +rtc_slp_prep ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_slp_prep_lite_12M ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_soc_clk_ck12m ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtc_spinlock esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(dac.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) +rtc_time_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +rtc_time_slowclk_to_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +rtc_time_us_to_slowclk esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +rtc_vddsdio_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +rtc_vddsdio_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +rtc_wifi_force_pd ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc.o) +rtcio_hal_isolate esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtcio_hal_set_direction esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtcio_hal_set_direction_in_sleep esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +rw_coex_on ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) +rwip_coex_cfg /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_pdu.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +rwip_env /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) +rwip_priority /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_inq.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_fm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) +rwip_rf /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_hci.o) +rx11NRate2AMPDULimit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rx_blocking_set ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rx_gain_level ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +rxdc_est_min ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +rxmax_ext_level ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +s_at_deinit_ble_fn ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) +s_at_deinit_bt_fn ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) +s_at_deinit_wifi_fn ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) +s_fragment ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +s_head esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) +s_ioctl_table ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +s_is_6m ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +s_keys esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +s_map ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) +s_mesh_beacon_interval ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +s_mesh_running_channel ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +s_mesh_send_mutex ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +s_mesh_stop_mutex ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +s_microseconds_offset esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +s_netstack_free ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +s_rtc_isr_handler_list_lock esp-idf/driver/libdriver.a(rtc_module.c.obj) +s_time_update_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +s_tx_cacheq ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +s_wifi_api_lock ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +s_wifi_mac_time_update_cb esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +s_wifi_nvs ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +s_wifi_queue ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +s_wifi_task_hdl ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +sae_check_confirm esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_clear_data esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_clear_temp_data esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_group_allowed esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_parse_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_prepare_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_process_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_set_group esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_state_txt esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_write_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_write_confirm esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sc_PackCallback ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_aes_crypt_init ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_channel_timer_cb ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +sc_channel_timer_cb_local ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_ciper_type_transfer ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_cmp_bssid_crc ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_data_frame ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_dec_to_bin ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_decode_data ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_fixed_offset ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_free_sniffer_glob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_get_apinfo ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_get_apinfo_by_ssid ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) +sc_get_data_index ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_get_data_len ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_get_data_score ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_get_encode_len ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_get_encrypt_type ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) +sc_get_group_index ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_get_key ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_get_ssid_passwd ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_get_status ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_group_frame ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_ieee80211_aplist_process ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) +sc_ieee80211_data_extract ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_init_sniffer_glob ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_is_invalid_pkg ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_is_sync_frame ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_os_get_time_ms ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_pack_handle ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_pkg_cmp ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_pkg_save ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_recv_callback ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_recv_callback_action ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_recv_callback_broadcast ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_recv_callback_wps ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_recv_completed ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_restart_switch_channel ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_send_ack_start esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) +sc_send_ack_stop esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig.c.obj) +sc_set_dst_chan ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_set_key ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_crypt.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_set_mask_status ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_set_state ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_smartconfig_restart ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +sc_smartconfig_restart_local ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_sniffer_cb ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_start_frame ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_sync_frame ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_system_init_done ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +sc_time_elapsed_ms_since ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_try_to_replace_same_pos ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_try_to_sync_pos ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) +sc_uptime_ms ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) +sc_wifi_scan_done ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +scan_add_bssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_add_probe_ssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_build_chan_list ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_cancel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +scan_channel_setting /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld.o) +scan_check_hidden ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_connect_state ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_enable_sem esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +scan_enable_status esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +scan_enter_oper_channel_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +scan_fill_wps_scan_ie ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_flush_all_tx_buf ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +scan_freq_cal ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_get_apnum ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +scan_get_scan_id ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +scan_get_type ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_hidden_ssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_inter_channel_timeout_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +scan_param_sem esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +scan_param_status esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(btu_hcif.c.obj) +scan_parse_beacon ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +scan_parse_ht2040_coex ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_pm_channel_op_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_prefer_chan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_profile_check ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_remove_bssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_remove_probe_ssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_reset_cipher_and_akm ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_result_print ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +scan_set_act_duration ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_set_desChan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_set_pas_duration ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_set_scan_id ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +scan_start ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_status2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +scan_update_scan_history ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scannum ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +sched_yield esp-idf/pthread/libpthread.a(pthread.c.obj) +sdk_config_get_bt_mode /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rf_espressif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(hci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +sdk_config_get_bt_sleep_enable /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +sdk_config_get_bt_sleep_mode /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ea.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +sdk_config_get_mask /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +sdk_config_get_opts /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(intc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(llc_util.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_sco.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(huart.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(coex_schm.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +sdk_config_set_bt_mode /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +sdk_config_set_bt_sleep_enable /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +sdk_config_set_bt_sleep_mode /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +sdk_config_set_mask /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +sdk_config_set_opts /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(sdk_config.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +seekdir esp-idf/vfs/libvfs.a(vfs.c.obj) +select esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +send_deauth ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +set_assoc_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +set_bt_chan_cal_interp ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +set_cca ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_chan_dig_gain ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_chan_freq_hw_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +set_chan_freq_sw_start ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +set_chan_reg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_chan_rxcomp ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_chanfreq ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) +set_chanfreq_nomac ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy.o) +set_channel_rfpll_freq ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +set_client_config esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +set_delay_restart_flag ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) +set_most_pwr_reg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_most_tpw ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_read_value esp-idf/bt/libbt.a(btc_gatt_util.c.obj) + esp-idf/bt/libbt.a(btc_gattc.c.obj) +set_rx_gain_cal_dc ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_rx_gain_cal_iq ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_rx_gain_table ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_rx_gain_testchip_70 ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_rx_sense ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_server_config esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +set_tx_dig_gain ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_tx_gain_table ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +set_tx_gain_table_bt ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +set_xpd_sar esp-idf/esp_wifi/libesp_wifi.a(phy_override.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +setenv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +setlocale /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) +settimeofday esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +sha1_prf esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +sha1_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +sha256_prf esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +sha256_prf_bits esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sha256_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +sha384_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +sha_hal_hash_block esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_read_digest esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_wait_idle esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sigfillset esp-idf/newlib/libnewlib.a(pthread.c.obj) +siprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-asctime_r.o) +siscanf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) +sleep esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +slv_ana_v7_init_empty /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +smartconfig_get_status ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) +smp_association_table esp-idf/bt/libbt.a(smp_act.c.obj) +smp_both_have_public_keys esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_br_pairing_complete esp-idf/bt/libbt.a(smp_act.c.obj) +smp_br_process_slave_keys_response esp-idf/bt/libbt.a(smp_act.c.obj) +smp_br_send_pair_response esp-idf/bt/libbt.a(smp_act.c.obj) +smp_calculate_comfirm esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_calculate_f4 esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_calculate_f5 esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) +smp_calculate_f5_key esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_calculate_f5_mackey_and_long_term_key esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_calculate_f5_mackey_or_long_term_key esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_calculate_f6 esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_calculate_g2 esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_calculate_h6 esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_calculate_link_key_from_long_term_key esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_calculate_local_commitment esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_calculate_local_dhkey_check esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_calculate_long_term_key_from_link_key esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_calculate_numeric_comparison_display_number esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_calculate_peer_commitment esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) +smp_calculate_peer_dhkey_check esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_calculate_random_input esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_cb_cleanup esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_cb_ptr esp-idf/bt/libbt.a(smp_main.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) +smp_check_auth_req esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_check_commitment esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_collect_local_ble_address esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_collect_local_io_capabilities esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_collect_peer_ble_address esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_collect_peer_io_capabilities esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_command_has_invalid_parameters esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_compute_csrk esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_compute_dhkey esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_concatenate_local esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_concatenate_peer esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_convert_string_to_tk esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) +smp_create_private_key esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_debug_print_nbyte_little_endian esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_decide_association_model esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_derive_link_key_from_long_term_key esp-idf/bt/libbt.a(smp_act.c.obj) +smp_distribute_act esp-idf/bt/libbt.a(smp_act.c.obj) +smp_enc_cmpl esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_encrypt_data esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) +smp_event_name esp-idf/bt/libbt.a(smp_main.c.obj) +smp_fast_conn_param esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_gen_p1_4_confirm esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_gen_p2_4_confirm esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_generate_compare esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_generate_csrk esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_generate_ltk esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_generate_passkey esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_generate_rand_cont esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_generate_srand_mrand_confirm esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_generate_stk esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_get_auth_mode esp-idf/bt/libbt.a(smp_act.c.obj) +smp_get_event_name esp-idf/bt/libbt.a(smp_main.c.obj) +smp_get_state esp-idf/bt/libbt.a(smp_main.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_get_state_name esp-idf/bt/libbt.a(smp_main.c.obj) +smp_idle_terminate esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_key_distribution esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_key_distribution_by_transport esp-idf/bt/libbt.a(smp_act.c.obj) +smp_key_pick_key esp-idf/bt/libbt.a(smp_act.c.obj) +smp_l2cap_if_init esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) +smp_link_encrypted esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +smp_mask_enc_key esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_match_dhkey_checks esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_move_to_secure_connections_phase2 esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_pair_terminate esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_pairing_cmpl esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_phase_2_dhkey_checks_are_present esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_compare esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_confirm esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_discard esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_enc_info esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_id_addr esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_id_info esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_ltk_request esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) +smp_proc_master_id esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_pair_cmd esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_pair_fail esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_pairing_cmpl esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_proc_passkey esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_proc_rand esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_sec_grant esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_sec_req esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_sl_key esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_proc_srk_info esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_process_dhkey_check esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_process_io_response esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_process_keypress_notification esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_process_local_nonce esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_process_pairing_commitment esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_process_pairing_public_key esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_process_peer_nonce esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_process_secure_connection_long_term_key esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_process_secure_connection_oob_data esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_reject_unexpected_pairing_command esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) +smp_remove_fixed_channel esp-idf/bt/libbt.a(smp_utils.c.obj) +smp_request_oob_data esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_reset_control_value esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_reverse_array esp-idf/bt/libbt.a(smp_utils.c.obj) +smp_rsp_timeout esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(btu_task.c.obj) +smp_save_secure_connections_long_term_key esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_select_association_model esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_send_app_cback esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_cmd esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_send_commitment esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_confirm esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_csrk_info esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_send_dhkey_check esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_enc_info esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_id_info esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_keypress_notification esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_ltk_reply esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_msg_to_L2CAP esp-idf/bt/libbt.a(smp_utils.c.obj) +smp_send_pair_fail esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_pair_public_key esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_pair_req esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_pair_rsp esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_send_rand esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_set_derive_link_key esp-idf/bt/libbt.a(smp_act.c.obj) +smp_set_local_oob_keys esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_set_local_oob_random_commitment esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_set_state esp-idf/bt/libbt.a(smp_main.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_sm_event esp-idf/bt/libbt.a(smp_main.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_l2c.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_api.c.obj) +smp_start_enc esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_start_nonce_generation esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) +smp_start_passkey_verification esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_start_secure_connection_phase1 esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_state_name esp-idf/bt/libbt.a(smp_main.c.obj) +smp_use_oob_private_key esp-idf/bt/libbt.a(smp_keys.c.obj) + esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_use_static_passkey esp-idf/bt/libbt.a(smp_keys.c.obj) +smp_wait_for_both_public_keys esp-idf/bt/libbt.a(smp_act.c.obj) + esp-idf/bt/libbt.a(smp_main.c.obj) +smp_xor_128 esp-idf/bt/libbt.a(smp_utils.c.obj) + esp-idf/bt/libbt.a(smp_cmac.c.obj) + esp-idf/bt/libbt.a(smp_keys.c.obj) +sms4 ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +sniprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) +snprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-snprintf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_nvm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +sntp_enabled esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_get_sync_interval esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +sntp_get_sync_mode esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_get_sync_status esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_get_system_time esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_getoperatingmode esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_getreachability esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_getserver esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_getservername esp-idf/lwip/liblwip.a(sntp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +sntp_init esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +sntp_restart esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_set_sync_interval esp-idf/lwip/liblwip.a(sntp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +sntp_set_sync_mode esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_set_sync_status esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_set_system_time esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_set_time_sync_notification_cb esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_setoperatingmode esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_setserver esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_setservername esp-idf/lwip/liblwip.a(sntp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +sntp_stop esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +sntp_sync_time esp-idf/lwip/liblwip.a(sntp.c.obj) +soc_get_available_memory_region_max_count esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_get_available_memory_regions esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_hal_stall_core esp-idf/hal/libhal.a(soc_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +soc_hal_unstall_core esp-idf/hal/libhal.a(soc_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_util.c.obj) +soc_memory_region_count esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_regions esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_type_count esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) +soc_memory_types esp-idf/soc/libsoc.a(soc_memory_layout.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_reserved_memory_region_end esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) +soc_reserved_memory_region_start esp-idf/soc/libsoc.a(memory_layout_utils.c.obj) +spi_bus_add_flash_device esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_deinit_lock esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_free esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_get_attr esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_init_lock esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_initialize esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_lock_acquire_end esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_acquire_start esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_bg_check_dev_acq esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_check_dev_req esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_clear_req esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_entry esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_exit esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_req_exist esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_request esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_get_acquiring_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_get_by_id esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_get_dev_id esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_init_main_bus esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_init_main_dev esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_register_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_set_bg_control esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_touch esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_unregister_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_wait_bg_done esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_main_set_lock esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_register_destroy_func esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_remove_flash_device esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_flash_cache2phys esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +spi_flash_cache_enabled esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/esp_common/libesp_common.a(esp_err.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +spi_flash_check_and_flush_cache esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_disable_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_disable_interrupts_caches_and_other_cpu_no_os esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_enable_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +spi_flash_enable_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_enable_interrupts_caches_no_os esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_erase_range esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_erase_sector esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_get_chip_size esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_guard_get esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) +spi_flash_guard_set esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +spi_flash_hal_check_status esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_common_command esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_configure_host_io_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_device_config esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_erase_block esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_erase_chip esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_erase_sector esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_init esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_poll_cmd_done esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_program_page esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_read esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_resume esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_set_write_protect esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_setup_read_suspend esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_supports_direct_read esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_supports_direct_write esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_suspend esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_init esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +spi_flash_init_lock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_mmap esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_mmap_dump esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_mmap_get_free_pages esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_mmap_pages esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_munmap esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_op_lock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_op_unlock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_phys2cache esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_read esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_read_encrypted esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_write esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_write_encrypted_chip esp-idf/spi_flash/libspi_flash.a(flash_ops_esp32.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_periph_signal esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spicommon_bus_free_io_cfg esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_bus_initialize_io esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_bus_using_iomux esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spicommon_cs_free_io esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_cs_initialize esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_idle esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_req_reset esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_reset_in_progress esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_transfer_active esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_irqdma_source_for_host esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_irqsource_for_host esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_periph_claim esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_periph_free esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_periph_in_use esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_slave_dma_chan_alloc esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_slave_free_dma esp-idf/driver/libdriver.a(spi_common.c.obj) +spp_task_task_shut_down ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +spp_task_task_start_up ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +spp_task_work_dispatch ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +spp_wr_task_shut_down ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +spp_wr_task_start_up ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) +sprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sprintf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfscanf_float.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(btdm_log.o) + esp-idf/bt/libbt.a(bta_gattc_co.c.obj) + esp-idf/bt/libbt.a(bta_gattc_cache.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(gatt_utils.c.obj) + esp-idf/bt/libbt.a(btm_inq.c.obj) + esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btc_util.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) +spur_cal ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +srand /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-rand.o) +src_write_ringbuf ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +sscanf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) +sta_bip_check ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_con_timer ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +sta_csa_timer ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +sta_input ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +sta_is_wpa3_enabled ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +sta_michael_mic_failure ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +sta_recv_ctl ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_recv_mgmt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_retry_assoc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +sta_rx_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +sta_rx_csa ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +sta_rx_eapol ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_rxcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +sta_sa_query_process_timeout ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +sta_try_sa_query_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +start_cpu0 esp-idf/esp_system/libesp_system.a(startup.c.obj) +stat /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sysstat.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +str_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +strcasecmp /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasecmp.o) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) +strcasestr /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +strcat /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcat.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +strchr /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strchr.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +strcmp /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcmp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-locale.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(si_class_type_info.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(tinfo.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libstdc++.a(class_type_info.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) + esp-idf/bt/libbt.a(config.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/at/libat.a(at_default_config.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +strcpy /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcpy.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(esp_bt_device.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strcspn /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +strdup /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +strerror /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +strerror_l /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror.o) +strerror_r /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +string_is_bdaddr esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +string_to_bdaddr esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) + esp-idf/bt/libbt.a(btc_ble_storage.c.obj) +strlcat /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + esp-idf/mdns/libmdns.a(mdns.c.obj) +strlcpy /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcpy.o) + esp-idf/fatfs/libfatfs.a(vfs_fat.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/log/liblog.a(log.c.obj) +strlen /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlen.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strlcat.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strerror_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strdup_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-sscanf.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv_r.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-puts.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf_float.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-fputs.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_sniffer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm.o) + esp-idf/bt/libbt.a(hash_functions.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(allocator.c.obj) + esp-idf/bt/libbt.a(hcicmds.c.obj) + esp-idf/bt/libbt.a(gap_ble.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_ble_gap.c.obj) + esp-idf/bt/libbt.a(bdaddr.c.obj) + esp-idf/bt/libbt.a(btc_config.c.obj) + esp-idf/bt/libbt.a(esp_bt_device.c.obj) + esp-idf/bt/libbt.a(blufi_prf.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ethCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_smartconfigCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strncasecmp /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncasecmp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strcasestr.o) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +strncmp /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncmp.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-gdtoa-gethex.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-getenv_r.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strncpy /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strncpy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(btm_ble.c.obj) + esp-idf/bt/libbt.a(bta_dm_api.c.obj) + esp-idf/bt/libbt.a(config.c.obj) + esp-idf/bt/libbt.a(btm_sec.c.obj) + esp-idf/bt/libbt.a(btm_devctl.c.obj) + esp-idf/bt/libbt.a(btm_dev.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_blehidCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/spi_flash/libspi_flash.a(partition.c.obj) +strndup /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strndup.o) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) +strnlen /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strnlen.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +strrchr /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strrchr.o) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +strstr /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strstr.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_utils.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(dhm.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +strtod /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) + esp-idf/json/libjson.a(cJSON.c.obj) +strtod_l /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +strtof /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +strtof_l /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtod.o) +strtol /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-atoi.o) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(esp_http_client.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(config.c.obj) +strtol_l /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtol.o) +strtoul /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) + /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset_r.o) + esp-idf/nghttp/libnghttp.a(http_parser.c.obj) +strtoul_l /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-strtoul.o) +sw_scan_mode ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +sw_to_hw /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ecc_p256.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwip.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwbt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(rwble.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lm_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lld_evt.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ld_acl.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(lc_task.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(ke_task.o) +sys_arch_mbox_fetch esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_arch_mbox_tryfetch esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_arch_protect esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_arch_sem_wait esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_arch_unprotect esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_check_timeouts esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_delay_ms esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_init esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +sys_jiffies esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mbox_free esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_mbox_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mbox_post esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mbox_set_owner esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mbox_trypost esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mbox_trypost_fromisr esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mutex_free esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mutex_lock esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_mutex_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_mutex_unlock esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_now esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +sys_restart_timeouts esp-idf/lwip/liblwip.a(timeouts.c.obj) +sys_sem_free esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_sem_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_sem_signal esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_sem_signal_isr esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +sys_thread_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_thread_sem_deinit esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_thread_sem_get esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_thread_sem_init esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_timeout esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_timeouts_deinit esp-idf/lwip/liblwip.a(timeouts.c.obj) +sys_timeouts_init esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +sys_timeouts_sleeptime esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_untimeout esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) +syscall_table_ptr_app esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +syscall_table_ptr_pro esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +system esp-idf/newlib/libnewlib.a(syscalls.c.obj) +target_power_backoff ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +target_power_backoff_qdb ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +taskYIELD_OTHER_CORE esp-idf/freertos/libfreertos.a(tasks.c.obj) +tcp_abandon esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_abort esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_accept esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_active_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) +tcp_active_pcbs_changed esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_alloc esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_arg esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_backlog_accepted esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_backlog_delayed esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_bind esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_bind_netif esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +tcp_bound_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_close esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_connect esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_debug_state_str esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_eff_send_mss_netif esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_enqueue_flags esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_err esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_fasttmr esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_free esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_free_ooseq esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) +tcp_init esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +tcp_input esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +tcp_input_pcb esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_keepalive esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_listen_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_listen_with_backlog esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_listen_with_backlog_and_err esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_netif_ip_addr_changed esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +tcp_new esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_new_ip_type esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_next_iss esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_output esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_pcb_lists esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_pcb_num_cal esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_pcb_purge esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_pcb_remove esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_poll esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_process_refused_data esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_recv esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_recv_null esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_recved esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_rexmit esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_rexmit_fast esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_rexmit_rto esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_rexmit_rto_commit esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_rexmit_rto_prepare esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_rst esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_seg_copy esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_seg_free esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_segs_free esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_send_empty_ack esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_send_fin esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_sent esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_setprio esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_shutdown esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_slowtmr esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_split_unsent_seg esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_tcp_get_tcp_addrinfo esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_ticks esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_timer_needed esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_tmr esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +tcp_trigger_input_pcb_close esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_tw_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_txnow esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_update_rcv_ann_wnd esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_write esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_zero_window_probe esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcpip_adapter_ap_input esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_ap_start esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_clear_default_eth_handlers esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_clear_default_wifi_handlers esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +tcpip_adapter_compat_start_eth esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) +tcpip_adapter_create_ip6_linklocal esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_dhcpc_get_status esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_dhcpc_option esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_dhcpc_start esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_dhcpc_stop esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_dhcps_get_status esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_dhcps_option esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_dhcps_start esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_dhcps_stop esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_down esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_eth_input esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_eth_start esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_get_dns_info esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_get_esp_if esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_get_hostname esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_get_ip6_global esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_get_ip6_linklocal esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_get_ip_info esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_get_netif esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_get_netif_index esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_get_old_ip_info esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_get_sta_list esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_if_from_esp_netif esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_init esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_is_netif_up esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_set_default_eth_handlers esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_set_default_wifi_handlers esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +tcpip_adapter_set_dns_info esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_set_hostname esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_set_ip_info esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_set_old_ip_info esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_sta_input esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_sta_start esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_stop esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_adapter_up esp-idf/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_compat.c.obj) +tcpip_api_call esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) +tcpip_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +tcpip_callbackmsg_delete esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_callbackmsg_new esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_callbackmsg_trycallback esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_callbackmsg_trycallback_fromisr esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_init esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +tcpip_inpkt esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_input esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +tcpip_send_msg_wait_sem esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +tcpip_try_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +telldir esp-idf/vfs/libvfs.a(vfs.c.obj) +temprature_sens_read ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +time /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-time.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_srv.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_cli.c.obj) + esp-idf/fatfs/libfatfs.a(diskio.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +tkip ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +tls_connection_client_hello_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_enable_workaround esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_established esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +tls_connection_export_key esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_get_eap_fast_key esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_get_failed esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_get_random esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_get_read_alerts esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_get_write_alerts esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_handshake esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_init esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_resumed esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +tls_connection_server_handshake esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_set_cipher_list esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_set_params esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_set_session_ticket_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_set_verify esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_shutdown esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +tls_get_cipher esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_get_errors esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_get_version esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_global_set_params esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_global_set_verify esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_init esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +tls_instance_count esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_prf_sha1_md5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_prf_sha256 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_prf_sha384 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha384-tlsprf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tlsf_add_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_align_size esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_alloc_overhead esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_block_size esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_block_size_max esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_block_size_min esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_check esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_check_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_create esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_create_with_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_free esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_get_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_malloc esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_memalign esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_memalign_offs esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_pool_overhead esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_realloc esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_remove_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) +tlsf_size esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_walk_pool esp-idf/heap/libheap.a(heap_tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +touch_hal_config esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) +touch_hal_deinit esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) +touch_hal_get_meas_mode esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_hal_get_voltage esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_hal_get_wakeup_status esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_hal_init esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) +touch_hal_set_meas_mode esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_hal_set_voltage esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_init ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +touch_pad_clear_status esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_fsm_start esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_fsm_stop esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_cnt_mode esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_fsm_mode esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_status esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_thresh esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_voltage esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_wakeup_status esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) +touch_pad_io_init esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_isr_deregister esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_set_cnt_mode esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_set_fsm_mode esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_set_thresh esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_set_voltage esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_sw_start esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_read ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +touch_sensor_channel_io_map esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +trans_client_create ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +trans_config_reinit ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +trcAmpduSetState ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_NeedRTS ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_SetTxAmpduState ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_calc_duration ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_ctl ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_deinit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_get_80211_tx_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_get_espnow_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_isAmpduOn ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_isTxAmpduOperational ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +trc_onAmpduOp ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_onDisconnect ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_onPPTxDone ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +trc_onScanDone ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_onScanStart ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_set_80211_tx_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_set_espnow_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_set_per_pkt_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_tid_isTxAmpduOperational ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +trc_update_def_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_update_ifx_phy_mode ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +truncate esp-idf/vfs/libvfs.a(vfs.c.obj) +tsens_code_read ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +tsens_read_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +tx_cap_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +tx_cont_cfg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +tx_cont_dis ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +tx_cont_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +tx_msg_id2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +tx_paon_set ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +tx_pwctrl_background ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +tx_pwctrl_cal ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +tx_pwctrl_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +tx_pwctrl_init_cal ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +tx_pwctrl_track_num ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +tx_rf_ana_gain ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +tx_state_id2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +tx_task_main ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +tx_wifi_err2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) +txcal_debuge_mode ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +txiq_cal_init ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +txopstart_index ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +txpwr_offset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +txq_opr2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +tzset /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-tzset.o) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) +uart_clear_intr_status esp-idf/driver/libdriver.a(uart.c.obj) +uart_disable_intr_mask esp-idf/driver/libdriver.a(uart.c.obj) +uart_disable_pattern_det_intr esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_disable_rx_intr esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_disable_tx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_div_modify esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) +uart_driver_delete esp-idf/driver/libdriver.a(uart.c.obj) +uart_driver_install esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_enable_intr_mask esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_pattern_det_baud_intr esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_enable_pattern_det_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_rx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_tx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_flush esp-idf/driver/libdriver.a(uart.c.obj) +uart_flush_input esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_get_baudrate esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_get_buffered_data_len esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_collision_flag esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_hw_flow_ctrl esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_get_parity esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_get_selectlock esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_stop_bits esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_get_wakeup_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_hal_get_baudrate esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_max_rx_timeout_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_parity esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_sclk esp-idf/hal/libhal.a(uart_hal.c.obj) +uart_hal_get_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_symb_len esp-idf/hal/libhal.a(uart_hal.c.obj) +uart_hal_get_wakeup_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_init esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_inverse_signal esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_is_hw_rts_en esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_read_rxfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_rxfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_at_cmd_char esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_baudrate esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_dtr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_loop_back esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_mode esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_parity esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_rx_timeout esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_rxfifo_full_thr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_sclk esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_sw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_tx_idle_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_txfifo_empty_thr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_wakeup_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_tx_break esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_txfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_write_txfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +uart_intr_config esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_is_driver_installed esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_isr_free esp-idf/driver/libdriver.a(uart.c.obj) +uart_isr_register esp-idf/driver/libdriver.a(uart.c.obj) +uart_param_config esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_pattern_get_pos esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_pattern_pop_pos esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_pattern_queue_reset esp-idf/driver/libdriver.a(uart.c.obj) +uart_periph_signal esp-idf/soc/libsoc.a(uart_periph.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_read_bytes esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_always_rx_timeout esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_baudrate esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_set_dtr esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_hw_flow_ctrl esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_set_line_inverse esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_loop_back esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_mode esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_parity esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_set_pin esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_set_rts esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_rx_full_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_rx_timeout esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_select_notif_callback esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_stop_bits esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_set_sw_flow_ctrl esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_tx_empty_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_tx_idle_num esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_wakeup_threshold esp-idf/driver/libdriver.a(uart.c.obj) + ../components/at/lib/libesp32_at_core.a(at_baseCmd.c.obj) +uart_set_word_length esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_tx_chars esp-idf/driver/libdriver.a(uart.c.obj) +uart_wait_idle ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +uart_wait_tx_done esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +uart_wait_tx_idle_polling esp-idf/driver/libdriver.a(uart.c.obj) +uart_write_bytes esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_write_bytes_with_break esp-idf/driver/libdriver.a(uart.c.obj) +udp_bind esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +udp_bind_netif esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +udp_connect esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +udp_disconnect esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +udp_init esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +udp_input esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +udp_netif_ip_addr_changed esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +udp_new esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +udp_new_ip_type esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +udp_pcbs esp-idf/lwip/liblwip.a(udp.c.obj) +udp_recv esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +udp_remove esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +udp_send esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +udp_sendto esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +udp_sendto_if esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/mdns/libmdns.a(mdns_networking.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +udp_sendto_if_src esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +uint2devclass esp-idf/bt/libbt.a(btc_util.c.obj) + esp-idf/bt/libbt.a(btc_storage.c.obj) +ulTaskNotifyTake esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +unforce_wifi_mode ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(bt_bb.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcoexist.a(coexist_hw.o) +ungetc /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-ungetc.o) +unregister_ieee80211_action_vendor_get_key_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +unregister_ieee80211_action_vendor_spec_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +unregister_ieee80211_rfid_locp_recv_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) +unsetenv /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-setenv.o) +usleep esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +utime esp-idf/vfs/libvfs.a(vfs.c.obj) +utoa /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-utoa.o) +uuid128_be_to_esp_uuid esp-idf/bt/libbt.a(btc_util.c.obj) +uuidType esp-idf/bt/libbt.a(btc_gatt_util.c.obj) +uuid_bin2str esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +uuid_gen_mac_addr esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +uuid_str2bin esp-idf/wpa_supplicant/libwpa_supplicant.a(uuid.c.obj) +uuid_to_string_legacy esp-idf/bt/libbt.a(btc_util.c.obj) +uxListRemove esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxQueueMessagesWaiting esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +uxQueueMessagesWaitingFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +uxQueueSpacesAvailable esp-idf/freertos/libfreertos.a(queue.c.obj) +uxTaskGetNumberOfTasks esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskGetSnapshotAll esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskGetStackHighWaterMark esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskPriorityGet esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskPriorityGetFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskResetEventItemValue esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vApplicationSleep esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vApplicationStackOverflowHook esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vEventGroupClearBitsCallback esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vEventGroupDelete esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +vEventGroupSetBitsCallback esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vListInitialise esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vListInitialiseItem esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vListInsert esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vListInsertEnd esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortAssertIfInISR esp-idf/freertos/libfreertos.a(port.c.obj) +vPortEndScheduler esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortEnterCritical esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/driver/libdriver.a(dac.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vPortEvaluateYieldFromISR esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +vPortExitCritical esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/driver/libdriver.a(dac.c.obj) + esp-idf/driver/libdriver.a(adc.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_common/libesp_common.a(freertos_hooks.c.obj) + esp-idf/esp32/libesp32.a(crosscore_int.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/driver/libdriver.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(dac_common.c.obj) + esp-idf/driver/libdriver.a(adc_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vPortReleaseTaskMPUSettings esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortSetStackWatchpoint esp-idf/freertos/libfreertos.a(port.c.obj) +vPortStoreTaskMPUSettings esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortYield esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/bt/libbt.a(bt.c.obj) +vPortYieldFromInt esp-idf/freertos/libfreertos.a(portasm.S.obj) +vPortYieldOtherCore esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vQueueDelete esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) + esp-idf/bt/libbt.a(semaphore.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vQueueWaitForMessageRestricted esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) +vRingbufferDelete esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +vRingbufferGetInfo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +vRingbufferReturnItem esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +vRingbufferReturnItemFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +vTaskAllocateMPURegions esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskDelay esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(esp_blufi.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vTaskDelayUntil esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) +vTaskDelete esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vTaskEndScheduler esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskGetSnapshot esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskInternalSetTimeOutState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskMissedYield esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskNotifyGiveFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +vTaskPlaceOnEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPlaceOnEventListRestricted esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPlaceOnUnorderedEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vTaskPriorityDisinheritAfterTimeout esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPrioritySet esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) +vTaskResume esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskSetThreadLocalStoragePointer esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskSetThreadLocalStoragePointerAndDelCallback esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +vTaskSetTimeOutState esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskStartScheduler esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +vTaskStepTick esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) +vTaskSuspend esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vTaskSuspendAll esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(system_api.c.obj) +vTaskSwitchContext esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +vTimerSetReloadMode esp-idf/freertos/libfreertos.a(timers.c.obj) +vTimerSetTimerID esp-idf/freertos/libfreertos.a(timers.c.obj) +valid_key_length esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +valloc esp-idf/newlib/libnewlib.a(heap.c.obj) +vasiprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) +vasprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vasprintf.o) + esp-idf/esp_http_client/libesp_http_client.a(http_header.c.obj) + esp-idf/esp_http_client/libesp_http_client.a(http_auth.c.obj) +vdd33_init ../esp-idf/components/esp_wifi/lib/esp32/librtc.a(rtc_analog.o) +vfiprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) +vflash_mem /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vflash.o) +vfprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-nano-vfprintf.o) +vfs_include_syscalls_impl esp-idf/vfs/libvfs.a(vfs.c.obj) +vhci_flow_off /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +vhci_flow_on /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +vhci_notify_host_send_available /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(arch_main.o) +vhci_recv /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +vhci_send /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(vhci.o) + /builds/application/esp-at/esp-idf/components/bt/controller/lib_esp32/esp32/libbtdm_app.a(eif.o) +viprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) +vote_done2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +vote_start2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +vprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vprintf.o) + esp-idf/log/liblog.a(log.c.obj) +vsniprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) +vsnprintf /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-vsnprintf.o) + esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) +wDevCheckBlockError ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +wDevCtrl ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDevMacSleep ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_AppendRxBlocks ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +wDev_Crypto_Disable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_DiscardFrame ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_FetchFirstDesc ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_GetNoiseFloor ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_Get_Next_TBTT ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_IndicateAmpdu ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_IndicateCtrlFrame ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_IndicateFrame ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_Insert_KeyEntry ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_Mesh_Disable_Tsf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +wDev_Mesh_Enable_Tsf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +wDev_Mesh_Set_TBTT ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +wDev_ProcessFiq ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_ProcessRxSucData ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_Reset_TBTT ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_Rxbuf_Deinit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_Rxbuf_Init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_SetAuthed ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_SetCurChannel ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_Set_Beacon_Int ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wDev_SnifferRxAmpdu ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_SnifferRxData ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_disable_low_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +wDev_enable_low_rate ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +wDev_is_low_rate_enable ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wDev_record_ftm_data ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_remove_KeyEntry ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_remove_KeyEntry_all_cnx ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_reset_bcnSendTick ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +wapi_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +wdevProcessRxSucDataAll ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +wdev_bank_load ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_bank_store ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_csi_hw_bug_check ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_csi_len_align ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_csi_rx_process ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_get_promis_ctrl_filter ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_get_promis_filter ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_is_data_in_rxlist ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_mac_reg_load ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_mac_reg_store ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_mac_sleep ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wdev_mac_sleep_deinit ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wdev_mac_sleep_init ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wdev_mac_special_reg_load ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_mac_special_reg_store ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_mac_wakeup ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wdev_pop_promis_misc_buf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_process_misc_pkt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +wdev_process_panic_watchdog ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_push_promis_misc_buf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_set_csi_rx_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_set_promis ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_set_promis_ctrl_filter ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_set_promis_ctrl_pkt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_set_promis_filter ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_set_promis_misc_buf ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_set_promis_misc_pkt ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdt_hal_config_stage esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +wdt_hal_deinit esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) +wdt_hal_disable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +wdt_hal_enable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +wdt_hal_feed esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +wdt_hal_handle_intr esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +wdt_hal_init esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +wdt_hal_is_enabled esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +wdt_hal_set_flashboot_en esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) +wdt_hal_write_protect_disable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +wdt_hal_write_protect_enable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_common/libesp_common.a(int_wdt.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(sleep_modes.c.obj) + esp-idf/main/libmain.a(app_main.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +weixin_timer ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_airkiss.o) +wep ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_11g_rate_chg ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +wifi_action_tx_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_ant_config_check ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ant_to_ant_type ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ant_update ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ap_reg_rxcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_apb80m_release esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_apb80m_request esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_api_lock ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_api_unlock ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_bbgain_max ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +wifi_bt_common_module_disable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +wifi_bt_common_module_enable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) +wifi_calloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_check_chan_param ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_configure_wake_window_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_connect_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_create_queue esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_create_softap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +wifi_create_sta ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +wifi_crypto_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_crypto_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_csi_set_config ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_deauth_sta_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_deinit_in_caller_task ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_deinit_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_delete_queue esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_destroy_softap ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_destroy_sta ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_disable_pmf_config_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_disconnect_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_event_id2str ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +wifi_event_post ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_ftm_start_initiator_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_get_ap_info_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_ap_list_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_bw_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_channel_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_country ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_init_state ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_get_macaddr ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_protocol_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_sta_list_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_tsf_time_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_user_ie ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_gpio_debug ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wifi_hmac_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_hmac_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_hw_start ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_hw_stop ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_init_completed ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_init_in_caller_task ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_init_key ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_init_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_internal_ioctl_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_ioctl_ht2040_get ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ioctl_ht2040_set ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ipc_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_is_started ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +wifi_is_stop_in_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_lmac_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_lmac_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_log ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_malloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_menuconfig_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_act_duty_signaling_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_assoc_expire_set_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_event_post ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_mesh_ie_crypto_funcs_set_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_crypto_key_set_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_deinit_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_get_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_init_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_set_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_is_roots_found_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_map_deauth_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_candidate_clear_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_candidate_get_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_candidate_set_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_monitor_get_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_monitor_set_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ps_duty_cycle_get_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ps_duty_cycle_set_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ps_duty_ext_get_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_root_conflicts_set_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_roots_ie_get_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_roots_ie_set_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_router_bssid_get_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_router_bssid_set_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_rssi_threshold_get_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_rssi_threshold_set_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_set_beacon_interval_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_sta_disassoc ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_mesh_sta_disassoc_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_switch_channel_progress ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mode_set ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_module_disable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_module_enable esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_nvs_ap_restore ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_cfg_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_cfg_item_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_commit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_nvs_compare_cfg_diff ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_deinit ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_get ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_nvs_get_sta_listen_interval ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wifi_nvs_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_reset_current_ap_info ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +wifi_nvs_restore ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_set ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_nvs_sta_restore ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_chan ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_num ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_password ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_ssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_country ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_sta_listen_interval ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_sta_password ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_osi_funcs_register ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_realloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_recycle_rx_pkt ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +wifi_register_mgmt_frame ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_register_user_ie_manufacturer_recv_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_reset_mac ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_restart_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_restore_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_rf_phy_disable ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +wifi_rf_phy_enable ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +wifi_rifs_mode_en ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +wifi_roc_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_scan_start_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_scan_stop_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_send_mgmt_frame ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_ant ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_ant_gpio ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_appie_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_auto_connect_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_bw_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_chan_range ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_set_channel_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_config_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_country ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_csi ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_default_ssid ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_set_event_handler ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_set_event_mask ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_fix_rate_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_gpio_debug_cb ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +wifi_set_home_channel_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_log_mod_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_mac_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_max_tpw ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_mode_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_phy_2nd_chan_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_set_promis_ctrl_filter_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_promis_filter_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_promis_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_protocol_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_ps_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_rssi_threshold ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_rx_policy ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_set_rxcb_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_user_ie ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_vnd_ie_cb_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_vnd_ie_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_wps_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_set_wps_cb_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_wps_start_flag ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_wps_status_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_wps_type_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_softap_cacl_mac ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_softap_cur_max_ap_bss_num ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_softap_deauth ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_softap_get_config ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_softap_get_station_num ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_softap_staconnected_event_policy ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +wifi_softap_start ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_softap_stop ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_softap_toomany_deny ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +wifi_sta_ap_change_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_sta_disconnect ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_sta_get_enterprise_disable_time_check esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +wifi_sta_get_prof_password ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +wifi_sta_reg_rxcb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_sta_rx_probe_req ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wifi_sta_set_ap_num_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_start_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_station_ap_check ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_station_get_ap_info ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_station_get_config ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_station_get_config_default ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_station_get_current_ap_id ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_station_get_reconnect_policy ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +wifi_station_save_ap_channel ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +wifi_station_start ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_station_stop ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_station_wps_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_eapol_start_handle esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_eapol_start_handle_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_msg_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_msg_timeout_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_start esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_success esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_success_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_timeout_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_stop_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_stop_sw_txq ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_track_pll_cap ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +wifi_txq_empty ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_unregister_user_ie_manufacturer_recv_cb ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_wpa2_ent_disable_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_wpa2_ent_enable_process ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_wpa2_is_started ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +wifi_wps_disable_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_enable_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_is_started ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +wifi_wps_scan esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_scan_done esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_scan_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wl_clear_ap_no_lr ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +wl_erase_range esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +wl_is_ap_no_lr ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +wl_mount esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) +wl_read esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +wl_sector_size esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +wl_size esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +wl_unmount esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) +wl_write esp-idf/wear_levelling/libwear_levelling.a(wear_levelling.cpp.obj) + esp-idf/fatfs/libfatfs.a(diskio_wl.c.obj) +wlanif_init esp-idf/lwip/liblwip.a(wlanif.c.obj) +wlanif_init_ap esp-idf/lwip/liblwip.a(wlanif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +wlanif_init_sta esp-idf/lwip/liblwip.a(wlanif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +wlanif_input esp-idf/lwip/liblwip.a(wlanif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +wpa2_post esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +wpa2_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +wpa2_sm_alloc_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +wpa2_sm_free_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +wpa2_task esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) +wpa_add_kde esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_ap_get_peer_spp_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_ap_get_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_ap_join esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_ap_remove esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_ap_rx_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_attach esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_auth_for_each_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_gen_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_sm_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_sta_associated esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_sta_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_sta_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_sta_no_wpa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_uses_mfp esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_bin_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +wpa_cipher_key_len esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_cipher_put_suites esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_cipher_to_alg esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_cipher_to_suite esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_compare_rsn_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_config_assoc_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_config_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_config_done esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_config_parse_string esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_config_profile esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_crypto_funcs ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_esptouch_v2.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wpa_crypto_funcs_init ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wpa_deattach esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_deauthenticate esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_derive_ptk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_eapol_key_dump esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_eapol_key_mic esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_eapol_key_send esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_gen_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_get_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_get_ntp_timestamp esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_install_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_is_hex esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +wpa_merge_byte_arrays esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +wpa_michael_mic_failure esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_neg_complete esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_parse_kde_ies esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_parse_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_parse_wpa_ie_rsn esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) +wpa_parse_wpa_ie_wpa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) +wpa_parse_wpa_ie_wrapper esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_pmk_to_ptk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +wpa_receive esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_remove_ptk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_report_ie_mismatch esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sendto_wrapper esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_set_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_set_passphrase esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_set_pmk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpa_set_profile esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_alloc_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_deauthenticate esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_disassociate esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_free_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_get_beacon_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_get_key esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_key_request esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_mlme_setprotection esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_rekey_ptk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_rx_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_set_key esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_pmk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_pmk_from_pmksa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_seq esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_state esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_snprintf_hex esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +wpa_snprintf_hex_uppercase esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) +wpa_ssid_txt esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +wpa_sta_clear_curr_pmksa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sta_connect esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sta_cur_pmksa_matches_akm esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpa_sta_in_4way_handshake esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sta_is_cur_pmksa_set esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_check_group_cipher esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_clr_countermeasures esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_decrypt_key_data esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_gtk_tx_bit_workaround esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_install_gtk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_install_ptk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_key_neg_complete esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_pairwise_gtk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_parse_ies esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_process_1_of_2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_process_1_of_2_rsn esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_process_1_of_2_wpa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_process_1_of_4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_process_3_of_4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_send_2_of_2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_send_2_of_2_txcallback esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_send_2_of_4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_send_4_of_4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_send_4_of_4_txcallback esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_stop_countermeasures esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_validate_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_verify_eapol_key_mic esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_validate_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_write_rsn_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpabuf_alloc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpabuf_alloc_copy esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpabuf_alloc_ext_data esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +wpabuf_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) +wpabuf_concat esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) +wpabuf_dup esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +wpabuf_free esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpabuf_printf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) +wpabuf_put esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +wpabuf_resize esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +wpabuf_zeropad esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) +wps_add_discard_ap esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_ap_priority_compar esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_attr_text esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_authorized_macs esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_build_assoc_req_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_build_assoc_resp_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_assoc_state esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_auth_type_flags esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_authenticator esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_config_error esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_config_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_conn_type_flags esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_cred esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_build_credential_wrap esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_build_dev_name esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_dev_password_id esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_device_attrs esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_encr_settings esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_encr_type_flags esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_enrollee_nonce esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_build_key_wrap_auth esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_manufacturer esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_model_name esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_model_number esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_msg_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_build_os_version esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_primary_dev_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_probe_req_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_build_public_key esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_build_registrar_nonce esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_build_req_dev_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_req_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_resp_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_rf_bands esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_secondary_dev_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_uuid_e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_vendor_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_build_vendor_ext_m1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_version esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_wfa_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_wsc_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_wsc_nack esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_check_wifi_mode esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_config_methods_str2bin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_decrypt_encr_settings esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_delete_timer esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_derive_keys esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_derive_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_dev_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_dev_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_dev_type_bin2str esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_dev_type_str2bin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_device_data_dup esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_device_data_free esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_device_store esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_enrollee_get_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_enrollee_process_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_enrollee_process_msg_frag esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_fail_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_finish esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_generate_pin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_get_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_get_status esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_get_type esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_get_uuid_e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_ie_encapsulate esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_is_20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_is_addr_authorized esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_is_selected_pbc_registrar esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_is_selected_pin_registrar esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_kdf esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_key_save esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_parse_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_pbc_overlap_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_pbc_timeout_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_pin_checksum esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pin_str_valid esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pin_valid esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_post esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_post_block esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_printf esp-idf/esp_wifi/libesp_wifi.a(lib_printf.c.obj) +wps_process_ap_settings esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_authenticator esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_cred esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_device_attrs esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_key_wrap_auth esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_process_os_version esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_process_rf_bands esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_process_wps_mX_req esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_pwd_auth_fail_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_registrar_add_pin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_button_pushed esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_complete esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_config_ap esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_get_info esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_get_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_registrar_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_invalidate_pin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_pbc_overlap esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_probe_req_rx esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_process_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_registrar_selected_registrar_changed esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_unlock_pin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_update_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_registrar_wps_cancel esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) +wps_send_eap_identity_rsp esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_send_frag_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_send_wps_mX_rsp esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_set_default_factory esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_set_factory_info esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_set_status esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_set_type esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_alloc_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_free_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_get esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_rx_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_rx_eapol_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_ssid_save esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_start_msg_timer esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_start_pending esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_station_wps_register_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_stop_process esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_success_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_registrar.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_task esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_task_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_task_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_tx_start esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wr_bt_tx_atten ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +wr_bt_tx_gain_mem ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +wr_rf_freq_mem ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +wr_rx_gain_mem ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +write /root/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/lib/no-rtti/libc_nano.a(lib_a-syswrite.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_tcp.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +write_callback ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) +write_freq_mem_all ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +write_txrate_power_offset ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) + ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7.o) +write_wifi_chan_data ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_ana.o) +write_wifi_dig_gain ../esp-idf/components/esp_wifi/lib/esp32/libphy.a(phy_chip_v7_cal.o) +wrong_password_flag ../esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +xEventGroupClearBits esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xEventGroupCreate esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xEventGroupCreateStatic esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupGetBitsFromISR esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupSetBits esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xEventGroupSync esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupWaitBits esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + ../components/at/lib/libesp32_at_core.a(at_eapCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xPortGetTickRateHz esp-idf/freertos/libfreertos.a(port.c.obj) +xPortInIsrContext esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_impl.c.obj) + esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/driver/libdriver.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xPortInterruptedFromISRContext esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +xPortStartScheduler esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortSysTickHandler esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +xQueueAddToSet esp-idf/freertos/libfreertos.a(queue.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xQueueCreateCountingSemaphore esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/bt/libbt.a(semaphore.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xQueueCreateCountingSemaphoreStatic esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueCreateMutex esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(mutex.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueCreateMutexStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueCreateSet esp-idf/freertos/libfreertos.a(queue.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +xQueueGenericCreate esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +xQueueGenericCreateStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xQueueGenericReset esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) +xQueueGenericSend esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(bta_dm_act.c.obj) + esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(semaphore.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueGenericSendFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xQueueGetMutexHolder esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueGetMutexHolderFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueGiveFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +xQueueGiveMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueIsQueueEmptyFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueIsQueueFullFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) +xQueuePeek esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueuePeekFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueReceive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xQueueReceiveFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xQueueRemoveFromSet esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xQueueSelectFromSet esp-idf/freertos/libfreertos.a(queue.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) +xQueueSelectFromSetFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueSemaphoreTake esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(i2s.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/fatfs/libfatfs.a(ffsystem.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/bt/libbt.a(l2c_api.c.obj) + esp-idf/bt/libbt.a(btc_main.c.obj) + esp-idf/bt/libbt.a(semaphore.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_pingCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_mqtt_cmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_httpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_custom_partitions.c.obj) + ../components/at/lib/libesp32_at_core.a(at_btCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_user_cmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueTakeMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/bt/libbt.a(mutex.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xRingbufferAddToQueueSetRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCanRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreate esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferCreateNoSplit esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreateStatic esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferGetCurFreeSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferGetMaxItemSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferPrintInfo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceive esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferReceiveFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferReceiveSplit esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceiveSplitFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceiveUpTo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceiveUpToFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferRemoveFromQueueSetRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferSend esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferSendAcquire esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferSendComplete esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferSendFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xTaskCatchUpTicks esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskCheckForTimeOut esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskCreatePinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(smartconfig_ack.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + esp-idf/bt/libbt.a(thread.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/main/libmain.a(at_uart_task.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskCreateRestricted esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskCreateRestrictedStatic esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskCreateStaticPinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGenericNotify esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGenericNotifyFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetAffinity esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) +xTaskGetCurrentTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa2.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGetCurrentTaskHandleForCPU esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) +xTaskGetIdleTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetIdleTaskHandleForCPU esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_common/libesp_common.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) +xTaskGetSchedulerState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +xTaskGetTickCount esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + esp-idf/lwip/liblwip.a(ping_sock.c.obj) + esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/mdns/libmdns.a(mdns.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_sppCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_port.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + ../components/at/lib/libesp32_at_core.a(at_bleCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +xTaskGetTickCountFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_commom.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +xTaskIncrementTick esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +xTaskNotifyStateClear esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskNotifyWait esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskPriorityDisinherit esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskPriorityInherit esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskRemoveFromEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskRemoveFromUnorderedEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xTaskResumeAll esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +xTaskResumeFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTimerCreate esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +xTimerCreateStatic esp-idf/freertos/libfreertos.a(timers.c.obj) +xTimerCreateTimerTask esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTimerGenericCommand esp-idf/freertos/libfreertos.a(timers.c.obj) + esp-idf/esp_eth/libesp_eth.a(esp_eth.c.obj) + ../components/at/lib/libesp32_at_core.a(at_a2dpCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_wifiCmd.c.obj) + ../components/at/lib/libesp32_at_core.a(at_ipCmd.c.obj) + esp-idf/at/libat.a(at_ota_cmd.c.obj) +xTimerGetExpiryTime esp-idf/freertos/libfreertos.a(timers.c.obj) +xTimerGetPeriod esp-idf/freertos/libfreertos.a(timers.c.obj) +xTimerGetTimerDaemonTaskHandle esp-idf/freertos/libfreertos.a(timers.c.obj) +xTimerIsTimerActive esp-idf/freertos/libfreertos.a(timers.c.obj) +xTimerMux esp-idf/freertos/libfreertos.a(timers.c.obj) +xTimerPendFunctionCall esp-idf/freertos/libfreertos.a(timers.c.obj) +xTimerPendFunctionCallFromISR esp-idf/freertos/libfreertos.a(timers.c.obj) +xon_task_main ../esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +xphyQueue ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +xswap ../esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +xt_clock_freq esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) +xt_debugexception esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_highint4 esp-idf/esp_system/libesp_system.a(dport_panic_highint_hdl.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_highint5 esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_int_has_handler esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +xt_ints_off esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/esp32/libesp32.a(system_api_esp32.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xt_ints_on esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xt_nmi esp-idf/freertos/libfreertos.a(xtensa_vector_defaults.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_set_exception_handler esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +xt_set_interrupt_handler esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/bt/libbt.a(bt.c.obj) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xt_unhandled_exception esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +xt_unhandled_interrupt esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) +xthal_restore_extra_nw ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +xthal_save_extra_nw ../esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +xthal_set_intclear ../esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + esp-idf/esp_system/libesp_system.a(intr_alloc.c.obj) +xthal_spill_registers_into_stack_nw ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) +xthal_window_spill ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + esp-idf/xtensa/libxtensa.a(debug_helpers_asm.S.obj) +xthal_window_spill_nw ../esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +zero_mac ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_ieee80211.o) + ../esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a(sc_broadcast.o) diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/factory/factory_WROOM-32.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/factory/factory_WROOM-32.bin new file mode 100644 index 0000000..02e03e0 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/factory/factory_WROOM-32.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/flasher_args.json b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/flasher_args.json new file mode 100644 index 0000000..e82c52c --- /dev/null +++ b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/flasher_args.json @@ -0,0 +1,52 @@ +{ + "write_flash_args" : [ "--flash_mode", "dio", + "--flash_size", "detect", + "--flash_freq", "40m" ], + "flash_settings" : { + "flash_mode": "dio", + "flash_size": "detect", + "flash_freq": "40m" + }, + "flash_files" : { + "0x8000" : "partition_table/partition-table.bin", + "0x10000" : "ota_data_initial.bin", + "0xf000" : "phy_multiple_init_data.bin", + "0x1000" : "bootloader/bootloader.bin", + "0x100000" : "esp-at.bin", + "0x20000" : "at_customize.bin", + "0x24000" : "customized_partitions/server_cert.bin", + "0x39000" : "customized_partitions/mqtt_key.bin", + "0x26000" : "customized_partitions/server_key.bin", + "0x28000" : "customized_partitions/server_ca.bin", + "0x2e000" : "customized_partitions/client_ca.bin", + "0x30000" : "customized_partitions/factory_param.bin", + "0x21000" : "customized_partitions/ble_data.bin", + "0x3B000" : "customized_partitions/mqtt_ca.bin", + "0x37000" : "customized_partitions/mqtt_cert.bin", + "0x2a000" : "customized_partitions/client_cert.bin", + "0x2c000" : "customized_partitions/client_key.bin" + }, + "partition_table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" }, + "otadata" : { "offset" : "0x10000", "file" : "ota_data_initial.bin", "encrypted" : "false" }, + "phy" : { "offset" : "0xf000", "file" : "phy_multiple_init_data.bin", "encrypted" : "false" }, + "bootloader" : { "offset" : "0x1000", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, + "app" : { "offset" : "0x100000", "file" : "esp-at.bin", "encrypted" : "false" }, + "at_customize" : { "offset" : "0x20000", "file" : "at_customize.bin", "encrypted" : "false" }, + "server_cert" : { "offset" : "0x24000", "file" : "customized_partitions/server_cert.bin", "encrypted" : "false" }, + "mqtt_key" : { "offset" : "0x39000", "file" : "customized_partitions/mqtt_key.bin", "encrypted" : "false" }, + "server_key" : { "offset" : "0x26000", "file" : "customized_partitions/server_key.bin", "encrypted" : "false" }, + "server_ca" : { "offset" : "0x28000", "file" : "customized_partitions/server_ca.bin", "encrypted" : "false" }, + "client_ca" : { "offset" : "0x2e000", "file" : "customized_partitions/client_ca.bin", "encrypted" : "false" }, + "factory_param" : { "offset" : "0x30000", "file" : "customized_partitions/factory_param.bin", "encrypted" : "false" }, + "ble_data" : { "offset" : "0x21000", "file" : "customized_partitions/ble_data.bin", "encrypted" : "false" }, + "mqtt_ca" : { "offset" : "0x3B000", "file" : "customized_partitions/mqtt_ca.bin", "encrypted" : "false" }, + "mqtt_cert" : { "offset" : "0x37000", "file" : "customized_partitions/mqtt_cert.bin", "encrypted" : "false" }, + "client_cert" : { "offset" : "0x2a000", "file" : "customized_partitions/client_cert.bin", "encrypted" : "false" }, + "client_key" : { "offset" : "0x2c000", "file" : "customized_partitions/client_key.bin", "encrypted" : "false" }, + "extra_esptool_args" : { + "after" : "hard_reset", + "before" : "default_reset", + "stub" : true, + "chip" : "esp32" + } +} diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/ota_data_initial.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/ota_data_initial.bin new file mode 100644 index 0000000..b4033a7 --- /dev/null +++ b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/ota_data_initial.bin @@ -0,0 +1 @@ +                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \ No newline at end of file diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/partition_table/partition-table.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/partition_table/partition-table.bin new file mode 100644 index 0000000..8fd271b Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/partition_table/partition-table.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/phy_multiple_init_data.bin b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/phy_multiple_init_data.bin new file mode 100644 index 0000000..61ce8eb Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/phy_multiple_init_data.bin differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/sdkconfig b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/sdkconfig new file mode 100644 index 0000000..0da276c --- /dev/null +++ b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/ESP32-WROOM-32-V2.4.0.0/sdkconfig @@ -0,0 +1,1501 @@ +# +# Automatically generated file. DO NOT EDIT. +# Espressif IoT Development Framework (ESP-IDF) Project Configuration +# +CONFIG_IDF_CMAKE=y +CONFIG_IDF_TARGET_ARCH_XTENSA=y +CONFIG_IDF_TARGET="esp32" +CONFIG_IDF_TARGET_ESP32=y +CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 + +# +# SDK tool configuration +# +CONFIG_SDK_TOOLPREFIX="xtensa-esp32-elf-" +# CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set +# end of SDK tool configuration + +# +# Build type +# +CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y +# CONFIG_APP_BUILD_TYPE_ELF_RAM is not set +CONFIG_APP_BUILD_GENERATE_BINARIES=y +CONFIG_APP_BUILD_BOOTLOADER=y +CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y +# end of Build type + +# +# Application manager +# +CONFIG_APP_COMPILE_TIME_DATE=y +# CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set +# CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set +# CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set +CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16 +# end of Application manager + +# +# Bootloader config +# +CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x1000 +CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_WARN is not set +CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y +# CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set +CONFIG_BOOTLOADER_LOG_LEVEL=3 +# CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V is not set +CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V=y +# CONFIG_BOOTLOADER_FACTORY_RESET is not set +# CONFIG_BOOTLOADER_APP_TEST is not set +CONFIG_BOOTLOADER_WDT_ENABLE=y +# CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE is not set +CONFIG_BOOTLOADER_WDT_TIME_MS=9000 +# CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS is not set +CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 +# CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC is not set +CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y +# end of Bootloader config + +# +# Security features +# +# CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT is not set +# CONFIG_SECURE_BOOT is not set +# CONFIG_SECURE_FLASH_ENC_ENABLED is not set +# end of Security features + +# +# Serial flasher config +# +CONFIG_ESPTOOLPY_BAUD_OTHER_VAL=115200 +# CONFIG_ESPTOOLPY_NO_STUB is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QIO is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QOUT is not set +CONFIG_ESPTOOLPY_FLASHMODE_DIO=y +# CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set +CONFIG_ESPTOOLPY_FLASHMODE="dio" +# CONFIG_ESPTOOLPY_FLASHFREQ_80M is not set +CONFIG_ESPTOOLPY_FLASHFREQ_40M=y +# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set +# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set +CONFIG_ESPTOOLPY_FLASHFREQ="40m" +# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y +# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE="4MB" +CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y +CONFIG_ESPTOOLPY_BEFORE_RESET=y +# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set +CONFIG_ESPTOOLPY_BEFORE="default_reset" +CONFIG_ESPTOOLPY_AFTER_RESET=y +# CONFIG_ESPTOOLPY_AFTER_NORESET is not set +CONFIG_ESPTOOLPY_AFTER="hard_reset" +# CONFIG_ESPTOOLPY_MONITOR_BAUD_CONSOLE is not set +# CONFIG_ESPTOOLPY_MONITOR_BAUD_9600B is not set +# CONFIG_ESPTOOLPY_MONITOR_BAUD_57600B is not set +CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B=y +# CONFIG_ESPTOOLPY_MONITOR_BAUD_230400B is not set +# CONFIG_ESPTOOLPY_MONITOR_BAUD_921600B is not set +# CONFIG_ESPTOOLPY_MONITOR_BAUD_2MB is not set +# CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER is not set +CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL=115200 +CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 +# end of Serial flasher config + +# +# Partition Table +# +# CONFIG_PARTITION_TABLE_SINGLE_APP is not set +# CONFIG_PARTITION_TABLE_TWO_OTA is not set +CONFIG_PARTITION_TABLE_CUSTOM=y +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="module_config/module_esp32_default/partitions_at.csv" +CONFIG_PARTITION_TABLE_FILENAME="module_config/module_esp32_default/partitions_at.csv" +CONFIG_PARTITION_TABLE_OFFSET=0x8000 +# CONFIG_PARTITION_TABLE_MD5 is not set +# end of Partition Table + +# +# AT Customized Partitions +# +CONFIG_AT_CUSTOMIZED_PARTITION_TABLE_SUPPORT=y +# CONFIG_DISABLE_AT_CUSTOMIZED_PARTITIOTN_TABLE is not set +CONFIG_AT_CUSTOMIZED_PARTITION_TABLE_FILE="module_config/module_esp32_default/at_customize.csv" +CONFIG_AT_CUSTOMIZED_PARTITION_TABLE_OFFSET=0x20000 +# end of AT Customized Partitions + +# +# Compiler options +# +CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y +# CONFIG_COMPILER_OPTIMIZATION_SIZE is not set +# CONFIG_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_COMPILER_OPTIMIZATION_NONE is not set +CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE is not set +# CONFIG_COMPILER_CXX_EXCEPTIONS is not set +# CONFIG_COMPILER_CXX_RTTI is not set +CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y +# CONFIG_COMPILER_STACK_CHECK_MODE_NORM is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set +# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set +# CONFIG_COMPILER_DISABLE_GCC8_WARNINGS is not set +# CONFIG_COMPILER_DUMP_RTL_FILES is not set +# end of Compiler options + +# +# Component config +# + +# +# Application Level Tracing +# +# CONFIG_APPTRACE_DEST_TRAX is not set +CONFIG_APPTRACE_DEST_NONE=y +CONFIG_APPTRACE_LOCK_ENABLE=y +# end of Application Level Tracing + +# +# ESP-ASIO +# +# CONFIG_ASIO_SSL_SUPPORT is not set +# end of ESP-ASIO + +# +# Bluetooth +# +CONFIG_BT_ENABLED=y + +# +# Bluetooth controller +# +# CONFIG_BTDM_CTRL_MODE_BLE_ONLY is not set +# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set +CONFIG_BTDM_CTRL_MODE_BTDM=y +CONFIG_BTDM_CTRL_BLE_MAX_CONN=3 +CONFIG_BTDM_CTRL_BR_EDR_MAX_ACL_CONN=2 +CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN=0 +# CONFIG_BTDM_CTRL_BR_EDR_SCO_DATA_PATH_HCI is not set +CONFIG_BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM=y +CONFIG_BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF=1 +CONFIG_BTDM_CTRL_PCM_ROLE_EDGE_CONFIG=y +CONFIG_BTDM_CTRL_PCM_ROLE_MASTER=y +# CONFIG_BTDM_CTRL_PCM_ROLE_SLAVE is not set +CONFIG_BTDM_CTRL_PCM_POLAR_FALLING_EDGE=y +# CONFIG_BTDM_CTRL_PCM_POLAR_RISING_EDGE is not set +CONFIG_BTDM_CTRL_PCM_ROLE_EFF=0 +CONFIG_BTDM_CTRL_PCM_POLAR_EFF=0 +# CONFIG_BTDM_CTRL_AUTO_LATENCY is not set +CONFIG_BTDM_CTRL_LEGACY_AUTH_VENDOR_EVT=y +CONFIG_BTDM_CTRL_LEGACY_AUTH_VENDOR_EVT_EFF=y +CONFIG_BTDM_CTRL_BLE_MAX_CONN_EFF=3 +CONFIG_BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF=2 +CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF=0 +CONFIG_BTDM_CTRL_PINNED_TO_CORE=0 +CONFIG_BTDM_CTRL_HCI_MODE_VHCI=y +# CONFIG_BTDM_CTRL_HCI_MODE_UART_H4 is not set + +# +# MODEM SLEEP Options +# +CONFIG_BTDM_CTRL_MODEM_SLEEP=y +CONFIG_BTDM_CTRL_MODEM_SLEEP_MODE_ORIG=y +# CONFIG_BTDM_CTRL_MODEM_SLEEP_MODE_EVED is not set +# CONFIG_BTDM_CTRL_LPCLK_SEL_MAIN_XTAL is not set +CONFIG_BTDM_CTRL_LPCLK_SEL_EXT_32K_XTAL=y +# end of MODEM SLEEP Options + +CONFIG_BTDM_BLE_DEFAULT_SCA_250PPM=y +CONFIG_BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF=1 +CONFIG_BTDM_BLE_SCAN_DUPL=y +CONFIG_BTDM_SCAN_DUPL_TYPE_DEVICE=y +# CONFIG_BTDM_SCAN_DUPL_TYPE_DATA is not set +# CONFIG_BTDM_SCAN_DUPL_TYPE_DATA_DEVICE is not set +CONFIG_BTDM_SCAN_DUPL_TYPE=0 +CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=200 +# CONFIG_BTDM_BLE_MESH_SCAN_DUPL_EN is not set +CONFIG_BTDM_CTRL_FULL_SCAN_SUPPORTED=y +CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y +CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100 +CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20 +CONFIG_BTDM_RESERVE_DRAM=0xdb5c +# end of Bluetooth controller + +CONFIG_BT_BLUEDROID_ENABLED=y +# CONFIG_BT_NIMBLE_ENABLED is not set +# CONFIG_BT_CONTROLLER_ONLY is not set + +# +# Bluedroid Options +# +CONFIG_BT_BTC_TASK_STACK_SIZE=3072 +CONFIG_BT_BLUEDROID_PINNED_TO_CORE=0 +CONFIG_BT_BTU_TASK_STACK_SIZE=5120 +# CONFIG_BT_BLUEDROID_MEM_DEBUG is not set +# CONFIG_BT_CLASSIC_ENABLED is not set +CONFIG_BT_BLE_ENABLED=y +CONFIG_BT_GATTS_ENABLE=y +# CONFIG_BT_GATTS_PPCP_CHAR_GAP is not set +CONFIG_BT_BLE_BLUFI_ENABLE=y +CONFIG_BT_GATT_MAX_SR_PROFILES=8 +# CONFIG_BT_GATTS_SEND_SERVICE_CHANGE_MANUAL is not set +CONFIG_BT_GATTS_SEND_SERVICE_CHANGE_AUTO=y +CONFIG_BT_GATTS_SEND_SERVICE_CHANGE_MODE=0 +CONFIG_BT_GATTC_ENABLE=y +# CONFIG_BT_GATTC_CACHE_NVS_FLASH is not set +CONFIG_BT_GATTC_CONNECT_RETRY_COUNT=3 +CONFIG_BT_BLE_SMP_ENABLE=y +# CONFIG_BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE is not set +CONFIG_BT_STACK_NO_LOG=y +CONFIG_BT_ACL_CONNECTIONS=4 +CONFIG_BT_MULTI_CONNECTION_ENBALE=y +# CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST is not set +CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y +# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set +CONFIG_BT_SMP_ENABLE=y +# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set +CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 +CONFIG_BT_MAX_DEVICE_NAME_LEN=32 +# CONFIG_BT_BLE_RPA_SUPPORTED is not set +# end of Bluedroid Options +# end of Bluetooth + +# CONFIG_BLE_MESH is not set + +# +# CoAP Configuration +# +CONFIG_COAP_MBEDTLS_PSK=y +# CONFIG_COAP_MBEDTLS_PKI is not set +# CONFIG_COAP_MBEDTLS_DEBUG is not set +CONFIG_COAP_LOG_DEFAULT_LEVEL=0 +# end of CoAP Configuration + +# +# Driver configurations +# + +# +# ADC configuration +# +# CONFIG_ADC_FORCE_XPD_FSM is not set +CONFIG_ADC_DISABLE_DAC=y +# end of ADC configuration + +# +# SPI configuration +# +# CONFIG_SPI_MASTER_IN_IRAM is not set +CONFIG_SPI_MASTER_ISR_IN_IRAM=y +# CONFIG_SPI_SLAVE_IN_IRAM is not set +CONFIG_SPI_SLAVE_ISR_IN_IRAM=y +# end of SPI configuration + +# +# TWAI configuration +# +# CONFIG_TWAI_ISR_IN_IRAM is not set +# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set +# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set +# CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID is not set +# CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT is not set +# end of TWAI configuration + +# +# UART configuration +# +# CONFIG_UART_ISR_IN_IRAM is not set +# end of UART configuration + +# +# RTCIO configuration +# +# CONFIG_RTCIO_SUPPORT_RTC_GPIO_DESC is not set +# end of RTCIO configuration + +# +# GPIO Configuration +# +CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL=y +# end of GPIO Configuration +# end of Driver configurations + +# +# eFuse Bit Manager +# +# CONFIG_EFUSE_CUSTOM_TABLE is not set +# CONFIG_EFUSE_VIRTUAL is not set +# CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE is not set +CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4=y +# CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT is not set +CONFIG_EFUSE_MAX_BLK_LEN=192 +# end of eFuse Bit Manager + +# +# ESP-TLS +# +CONFIG_ESP_TLS_USING_MBEDTLS=y +# CONFIG_ESP_TLS_USE_SECURE_ELEMENT is not set +CONFIG_ESP_TLS_SERVER=y +CONFIG_ESP_TLS_PSK_VERIFICATION=y +CONFIG_ESP_TLS_INSECURE=y +CONFIG_ESP_TLS_SKIP_SERVER_CERT_VERIFY=y +# end of ESP-TLS + +# +# ESP32-specific +# +CONFIG_ESP32_REV_MIN_0=y +# CONFIG_ESP32_REV_MIN_1 is not set +# CONFIG_ESP32_REV_MIN_2 is not set +# CONFIG_ESP32_REV_MIN_3 is not set +CONFIG_ESP32_REV_MIN=0 +CONFIG_ESP32_DEFAULT_CPU_FREQ_80=y +# CONFIG_ESP32_DEFAULT_CPU_FREQ_160 is not set +# CONFIG_ESP32_DEFAULT_CPU_FREQ_240 is not set +CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=80 +# CONFIG_ESP32_SPIRAM_SUPPORT is not set +# CONFIG_ESP32_TRAX is not set +CONFIG_ESP32_TRACEMEM_RESERVE_DRAM=0x0 +# CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO is not set +CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR=y +CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP32_ULP_COPROC_ENABLED is not set +CONFIG_ESP32_ULP_COPROC_RESERVE_MEM=0 +# CONFIG_ESP32_DEBUG_OCDAWARE is not set +CONFIG_ESP32_BROWNOUT_DET=y +CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0=y +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7 is not set +CONFIG_ESP32_BROWNOUT_DET_LVL=0 +CONFIG_ESP32_REDUCE_PHY_TX_POWER=y +CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y +# CONFIG_ESP32_TIME_SYSCALL_USE_RTC is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_NONE is not set +# CONFIG_ESP32_RTC_CLK_SRC_INT_RC is not set +CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS=y +# CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256 is not set +# CONFIG_ESP32_RTC_EXT_CRYST_ADDIT_CURRENT_NONE is not set +CONFIG_ESP32_RTC_EXT_CRYST_ADDIT_CURRENT=y +# CONFIG_ESP32_RTC_EXT_CRYST_ADDIT_CURRENT_V2 is not set +CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024 +CONFIG_ESP32_RTC_XTAL_CAL_RETRY=1 +CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 +CONFIG_ESP32_XTAL_FREQ_40=y +# CONFIG_ESP32_XTAL_FREQ_26 is not set +# CONFIG_ESP32_XTAL_FREQ_AUTO is not set +CONFIG_ESP32_XTAL_FREQ=40 +# CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE is not set +# CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set +# CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set +# CONFIG_ESP32_RTCDATA_IN_FAST_MEM is not set +# CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE is not set +CONFIG_ESP32_DPORT_DIS_INTERRUPT_LVL=5 +# CONFIG_ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY is not set +# end of ESP32-specific + +# +# ADC-Calibration +# +CONFIG_ADC_CAL_EFUSE_TP_ENABLE=y +CONFIG_ADC_CAL_EFUSE_VREF_ENABLE=y +CONFIG_ADC_CAL_LUT_ENABLE=y +# end of ADC-Calibration + +# +# Common ESP-related +# +# CONFIG_ESP_ERR_TO_NAME_LOOKUP is not set +CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_ESP_MAIN_TASK_STACK_SIZE=3584 +CONFIG_ESP_IPC_TASK_STACK_SIZE=1024 +CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048 +CONFIG_ESP_CONSOLE_UART_DEFAULT=y +# CONFIG_ESP_CONSOLE_UART_CUSTOM is not set +# CONFIG_ESP_CONSOLE_NONE is not set +CONFIG_ESP_CONSOLE_UART=y +CONFIG_ESP_CONSOLE_MULTIPLE_UART=y +CONFIG_ESP_CONSOLE_UART_NUM=0 +CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 +CONFIG_ESP_INT_WDT=y +CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 +CONFIG_ESP_TASK_WDT=y +CONFIG_ESP_TASK_WDT_PANIC=y +CONFIG_ESP_TASK_WDT_TIMEOUT_S=60 +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +# CONFIG_ESP_PANIC_HANDLER_IRAM is not set +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_BT=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH=y +# end of Common ESP-related + +# +# Ethernet +# +CONFIG_ETH_ENABLED=y +CONFIG_ETH_USE_ESP32_EMAC=y +CONFIG_ETH_PHY_INTERFACE_RMII=y +# CONFIG_ETH_PHY_INTERFACE_MII is not set +CONFIG_ETH_RMII_CLK_INPUT=y +# CONFIG_ETH_RMII_CLK_OUTPUT is not set +CONFIG_ETH_RMII_CLK_IN_GPIO=0 +CONFIG_ETH_DMA_BUFFER_SIZE=512 +CONFIG_ETH_DMA_RX_BUFFER_NUM=10 +CONFIG_ETH_DMA_TX_BUFFER_NUM=10 +CONFIG_ETH_USE_SPI_ETHERNET=y +# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set +# CONFIG_ETH_SPI_ETHERNET_W5500 is not set +# CONFIG_ETH_USE_OPENETH is not set +# end of Ethernet + +# +# Event Loop Library +# +# CONFIG_ESP_EVENT_LOOP_PROFILING is not set +CONFIG_ESP_EVENT_POST_FROM_ISR=y +CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y +# end of Event Loop Library + +# +# GDB Stub +# +# end of GDB Stub + +# +# ESP HTTP client +# +CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y +# CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set +# end of ESP HTTP client + +# +# HTTP Server +# +CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024 +CONFIG_HTTPD_MAX_URI_LEN=1024 +CONFIG_HTTPD_ERR_RESP_NO_DELAY=y +CONFIG_HTTPD_PURGE_BUF_LEN=32 +# CONFIG_HTTPD_LOG_PURGE_DATA is not set +# CONFIG_HTTPD_WS_SUPPORT is not set +# end of HTTP Server + +# +# ESP HTTPS OTA +# +CONFIG_OTA_ALLOW_HTTP=y +# end of ESP HTTPS OTA + +# +# ESP HTTPS server +# +# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set +# end of ESP HTTPS server + +# +# ESP NETIF Adapter +# +CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 +CONFIG_ESP_NETIF_TCPIP_LWIP=y +# CONFIG_ESP_NETIF_LOOPBACK is not set +CONFIG_ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER=y +# end of ESP NETIF Adapter + +# +# Power Management +# +CONFIG_PM_ENABLE=y +# CONFIG_PM_DFS_INIT_AUTO is not set +# CONFIG_PM_PROFILING is not set +# CONFIG_PM_TRACE is not set +# CONFIG_PM_SLP_IRAM_OPT is not set +# CONFIG_PM_RTOS_IDLE_OPT is not set +CONFIG_PM_SLP_DISABLE_GPIO=y +# end of Power Management + +# +# ESP System Settings +# +# CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT is not set +CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y +# CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP_SYSTEM_PANIC_GDBSTUB is not set +CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE=y +CONFIG_ESP_SYSTEM_RTC_EXT_XTAL=y +CONFIG_ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES=5 +CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK=y +CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP=y +CONFIG_ESP_SYSTEM_PD_FLASH=y +# CONFIG_ESP_SYSTEM_FLASH_LEAKAGE_WORKAROUND is not set + +# +# RTC Clock Config +# +# end of RTC Clock Config + +# +# Memory protection +# +# end of Memory protection +# end of ESP System Settings + +# +# High resolution timer (esp_timer) +# +# CONFIG_ESP_TIMER_PROFILING is not set +CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y +CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER=y +CONFIG_ESP_TIMER_TASK_STACK_SIZE=3584 +# CONFIG_ESP_TIMER_IMPL_FRC2 is not set +CONFIG_ESP_TIMER_IMPL_TG0_LAC=y +# end of High resolution timer (esp_timer) + +# +# Wi-Fi +# +CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE=y +CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +# CONFIG_ESP32_WIFI_STATIC_TX_BUFFER is not set +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP32_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +# CONFIG_ESP32_WIFI_CSI_ENABLED is not set +CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP32_WIFI_TX_BA_WIN=6 +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_ESP32_WIFI_NVS_ENABLED=y +CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN=752 +CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32 +# CONFIG_WIFI_LOG_DEFAULT_LEVEL_NONE is not set +# CONFIG_WIFI_LOG_DEFAULT_LEVEL_ERROR is not set +# CONFIG_WIFI_LOG_DEFAULT_LEVEL_WARN is not set +CONFIG_WIFI_LOG_DEFAULT_LEVEL_INFO=y +# CONFIG_WIFI_LOG_DEFAULT_LEVEL_DEBUG is not set +# CONFIG_WIFI_LOG_DEFAULT_LEVEL_VERBOSE is not set +CONFIG_ESP32_WIFI_IRAM_OPT=y +CONFIG_ESP32_WIFI_RX_IRAM_OPT=y +CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE=y +# CONFIG_ESP_WIFI_SLP_IRAM_OPT is not set +# CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE is not set +# end of Wi-Fi + +# +# PHY +# +CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y +CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION=y +CONFIG_ESP32_SUPPORT_MULTIPLE_PHY_INIT_DATA_BIN=y +CONFIG_ESP32_MULTIPLE_PHY_DATA_BIN_EMBEDDED=y +CONFIG_ESP32_PHY_INIT_DATA_ERROR=y +CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP32_PHY_MAX_TX_POWER=20 +# end of PHY + +# +# Core dump +# +# CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH is not set +# CONFIG_ESP_COREDUMP_ENABLE_TO_UART is not set +CONFIG_ESP_COREDUMP_ENABLE_TO_NONE=y +# end of Core dump + +# +# FAT Filesystem support +# +# CONFIG_FATFS_CODEPAGE_DYNAMIC is not set +CONFIG_FATFS_CODEPAGE_437=y +# CONFIG_FATFS_CODEPAGE_720 is not set +# CONFIG_FATFS_CODEPAGE_737 is not set +# CONFIG_FATFS_CODEPAGE_771 is not set +# CONFIG_FATFS_CODEPAGE_775 is not set +# CONFIG_FATFS_CODEPAGE_850 is not set +# CONFIG_FATFS_CODEPAGE_852 is not set +# CONFIG_FATFS_CODEPAGE_855 is not set +# CONFIG_FATFS_CODEPAGE_857 is not set +# CONFIG_FATFS_CODEPAGE_860 is not set +# CONFIG_FATFS_CODEPAGE_861 is not set +# CONFIG_FATFS_CODEPAGE_862 is not set +# CONFIG_FATFS_CODEPAGE_863 is not set +# CONFIG_FATFS_CODEPAGE_864 is not set +# CONFIG_FATFS_CODEPAGE_865 is not set +# CONFIG_FATFS_CODEPAGE_866 is not set +# CONFIG_FATFS_CODEPAGE_869 is not set +# CONFIG_FATFS_CODEPAGE_932 is not set +# CONFIG_FATFS_CODEPAGE_936 is not set +# CONFIG_FATFS_CODEPAGE_949 is not set +# CONFIG_FATFS_CODEPAGE_950 is not set +CONFIG_FATFS_CODEPAGE=437 +# CONFIG_FATFS_LFN_NONE is not set +CONFIG_FATFS_LFN_HEAP=y +# CONFIG_FATFS_LFN_STACK is not set +CONFIG_FATFS_MAX_LFN=255 +CONFIG_FATFS_API_ENCODING_ANSI_OEM=y +# CONFIG_FATFS_API_ENCODING_UTF_16 is not set +# CONFIG_FATFS_API_ENCODING_UTF_8 is not set +CONFIG_FATFS_FS_LOCK=0 +CONFIG_FATFS_TIMEOUT_MS=10000 +CONFIG_FATFS_PER_FILE_CACHE=y +# CONFIG_FATFS_USE_FASTSEEK is not set +# end of FAT Filesystem support + +# +# Modbus configuration +# +CONFIG_FMB_COMM_MODE_TCP_EN=y +CONFIG_FMB_TCP_PORT_DEFAULT=502 +CONFIG_FMB_TCP_PORT_MAX_CONN=5 +CONFIG_FMB_TCP_CONNECTION_TOUT_SEC=20 +CONFIG_FMB_COMM_MODE_RTU_EN=y +CONFIG_FMB_COMM_MODE_ASCII_EN=y +CONFIG_FMB_MASTER_TIMEOUT_MS_RESPOND=150 +CONFIG_FMB_MASTER_DELAY_MS_CONVERT=200 +CONFIG_FMB_QUEUE_LENGTH=20 +CONFIG_FMB_PORT_TASK_STACK_SIZE=4096 +CONFIG_FMB_SERIAL_BUF_SIZE=256 +CONFIG_FMB_SERIAL_ASCII_BITS_PER_SYMB=8 +CONFIG_FMB_SERIAL_ASCII_TIMEOUT_RESPOND_MS=1000 +CONFIG_FMB_PORT_TASK_PRIO=10 +CONFIG_FMB_PORT_TASK_AFFINITY=0x7FFFFFFF +CONFIG_FMB_CONTROLLER_SLAVE_ID_SUPPORT=y +CONFIG_FMB_CONTROLLER_SLAVE_ID=0x00112233 +CONFIG_FMB_CONTROLLER_NOTIFY_TIMEOUT=20 +CONFIG_FMB_CONTROLLER_NOTIFY_QUEUE_SIZE=20 +CONFIG_FMB_CONTROLLER_STACK_SIZE=4096 +CONFIG_FMB_EVENT_QUEUE_TIMEOUT=20 +# CONFIG_FMB_TIMER_PORT_ENABLED is not set +CONFIG_FMB_TIMER_GROUP=0 +CONFIG_FMB_TIMER_INDEX=0 +CONFIG_FMB_MASTER_TIMER_GROUP=0 +CONFIG_FMB_MASTER_TIMER_INDEX=0 +# CONFIG_FMB_TIMER_ISR_IN_IRAM is not set +# end of Modbus configuration + +# +# FreeRTOS +# +CONFIG_FREERTOS_UNICORE=y +CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF +CONFIG_FREERTOS_CORETIMER_0=y +# CONFIG_FREERTOS_CORETIMER_1 is not set +CONFIG_FREERTOS_OPTIMIZED_SCHEDULER=y +CONFIG_FREERTOS_HZ=1000 +CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION=y +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL is not set +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y +# CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set +CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y +CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 +CONFIG_FREERTOS_ASSERT_FAIL_ABORT=y +# CONFIG_FREERTOS_ASSERT_FAIL_PRINT_CONTINUE is not set +# CONFIG_FREERTOS_ASSERT_DISABLE is not set +CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304 +CONFIG_FREERTOS_ISR_STACKSIZE=1536 +# CONFIG_FREERTOS_LEGACY_HOOKS is not set +CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 +CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y +# CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP is not set +CONFIG_FREERTOS_TIMER_TASK_PRIORITY=1 +CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_FREERTOS_TIMER_QUEUE_LENGTH=10 +CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 +# CONFIG_FREERTOS_USE_TRACE_FACILITY is not set +# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set +CONFIG_FREERTOS_USE_TICKLESS_IDLE=y +CONFIG_FREERTOS_IDLE_TIME_BEFORE_SLEEP=3 +CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=y +# CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER is not set +# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set +# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set +# CONFIG_FREERTOS_FPU_IN_ISR is not set +# end of FreeRTOS + +# +# Heap memory debugging +# +CONFIG_HEAP_POISONING_DISABLED=y +# CONFIG_HEAP_POISONING_LIGHT is not set +# CONFIG_HEAP_POISONING_COMPREHENSIVE is not set +CONFIG_HEAP_TRACING_OFF=y +# CONFIG_HEAP_TRACING_STANDALONE is not set +# CONFIG_HEAP_TRACING_TOHOST is not set +# CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS is not set +# end of Heap memory debugging + +# +# jsmn +# +# CONFIG_JSMN_PARENT_LINKS is not set +# CONFIG_JSMN_STRICT is not set +# end of jsmn + +# +# libsodium +# +# end of libsodium + +# +# Log output +# +# CONFIG_LOG_DEFAULT_LEVEL_NONE is not set +CONFIG_LOG_DEFAULT_LEVEL_ERROR=y +# CONFIG_LOG_DEFAULT_LEVEL_WARN is not set +# CONFIG_LOG_DEFAULT_LEVEL_INFO is not set +# CONFIG_LOG_DEFAULT_LEVEL_DEBUG is not set +# CONFIG_LOG_DEFAULT_LEVEL_VERBOSE is not set +CONFIG_LOG_DEFAULT_LEVEL=1 +CONFIG_LOG_COLORS=y +CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y +# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set +# end of Log output + +# +# LWIP +# +CONFIG_LWIP_LOCAL_HOSTNAME="espressif" +CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y +# CONFIG_LWIP_L2_TO_L3_COPY is not set +# CONFIG_LWIP_IRAM_OPTIMIZATION is not set +CONFIG_LWIP_TIMERS_ONDEMAND=y +CONFIG_LWIP_MAX_SOCKETS=10 +# CONFIG_LWIP_USE_ONLY_LWIP_SELECT is not set +CONFIG_LWIP_SO_LINGER=y +CONFIG_LWIP_SO_REUSE=y +CONFIG_LWIP_SO_REUSE_RXTOALL=y +CONFIG_LWIP_SO_RCVBUF=y +# CONFIG_LWIP_NETBUF_RECVINFO is not set +CONFIG_LWIP_IP4_FRAG=y +CONFIG_LWIP_IP6_FRAG=y +# CONFIG_LWIP_IP4_REASSEMBLY is not set +# CONFIG_LWIP_IP6_REASSEMBLY is not set +# CONFIG_LWIP_IP_FORWARD is not set +# CONFIG_LWIP_STATS is not set +# CONFIG_LWIP_ETHARP_TRUST_IP_MAC is not set +CONFIG_LWIP_ESP_GRATUITOUS_ARP=y +CONFIG_LWIP_GARP_TMR_INTERVAL=60 +CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 +CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y +# CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID is not set +# CONFIG_LWIP_DHCP_RESTORE_LAST_IP is not set + +# +# DHCP server +# +CONFIG_LWIP_DHCPS=y +CONFIG_LWIP_DHCPS_LEASE_UNIT=60 +CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +# end of DHCP server + +# CONFIG_LWIP_AUTOIP is not set +CONFIG_LWIP_IPV6=y +CONFIG_LWIP_IPV6_AUTOCONFIG=y +CONFIG_LWIP_NETIF_LOOPBACK=y +CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 + +# +# TCP +# +CONFIG_LWIP_MAX_ACTIVE_TCP=16 +CONFIG_LWIP_MAX_LISTENING_TCP=16 +CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y +CONFIG_LWIP_TCP_MAXRTX=6 +CONFIG_LWIP_TCP_SYNMAXRTX=3 +CONFIG_LWIP_TCP_MSS=1440 +CONFIG_LWIP_TCP_TMR_INTERVAL=250 +CONFIG_LWIP_TCP_MSL=60000 +CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5760 +CONFIG_LWIP_TCP_WND_DEFAULT=5760 +CONFIG_LWIP_TCP_RECVMBOX_SIZE=6 +CONFIG_LWIP_TCP_QUEUE_OOSEQ=y +# CONFIG_LWIP_TCP_SACK_OUT is not set +# CONFIG_LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES is not set +CONFIG_LWIP_TCP_OVERSIZE_MSS=y +# CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_LWIP_TCP_OVERSIZE_DISABLE is not set +CONFIG_LWIP_TCP_RTO_TIME=1500 +# end of TCP + +# +# UDP +# +CONFIG_LWIP_MAX_UDP_PCBS=16 +CONFIG_LWIP_UDP_RECVMBOX_SIZE=6 +# end of UDP + +# +# Checksums +# +# CONFIG_LWIP_CHECKSUM_CHECK_IP is not set +# CONFIG_LWIP_CHECKSUM_CHECK_UDP is not set +CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y +# end of Checksums + +CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 is not set +CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF +# CONFIG_LWIP_PPP_SUPPORT is not set +CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 +CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 +# CONFIG_LWIP_SLIP_SUPPORT is not set + +# +# ICMP +# +CONFIG_LWIP_ICMP=y +# CONFIG_LWIP_MULTICAST_PING is not set +# CONFIG_LWIP_BROADCAST_PING is not set +# end of ICMP + +# +# LWIP RAW API +# +CONFIG_LWIP_MAX_RAW_PCBS=16 +# end of LWIP RAW API + +# +# SNTP +# +CONFIG_LWIP_DHCP_MAX_NTP_SERVERS=3 +CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000 +# end of SNTP + +CONFIG_LWIP_ESP_LWIP_ASSERT=y + +# +# Hooks +# +# CONFIG_LWIP_HOOK_TCP_ISN_NONE is not set +CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT=y +# CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_ROUTE_NONE=y +# CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM is not set +CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT is not set +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM is not set +# end of Hooks + +# CONFIG_LWIP_DEBUG is not set +# end of LWIP + +# +# mbedTLS +# +CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y +# CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC is not set +# CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set +CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y +CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384 +CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096 +# CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set +# CONFIG_MBEDTLS_DEBUG is not set + +# +# mbedTLS v2.28.x related +# +# CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH is not set +# CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK is not set +# CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION is not set +CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=y +# end of mbedTLS v2.28.x related + +# +# Certificate Bundle +# +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set +# CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set +# end of Certificate Bundle + +# CONFIG_MBEDTLS_ECP_RESTARTABLE is not set +# CONFIG_MBEDTLS_CMAC_C is not set +CONFIG_MBEDTLS_HARDWARE_AES=y +CONFIG_MBEDTLS_HARDWARE_MPI=y +CONFIG_MBEDTLS_HARDWARE_SHA=y +CONFIG_MBEDTLS_ROM_MD5=y +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN is not set +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY is not set +CONFIG_MBEDTLS_HAVE_TIME=y +CONFIG_MBEDTLS_HAVE_TIME_DATE=y +CONFIG_MBEDTLS_ECDSA_DETERMINISTIC=y +CONFIG_MBEDTLS_SHA512_C=y +CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y +# CONFIG_MBEDTLS_TLS_SERVER_ONLY is not set +# CONFIG_MBEDTLS_TLS_CLIENT_ONLY is not set +# CONFIG_MBEDTLS_TLS_DISABLED is not set +CONFIG_MBEDTLS_TLS_SERVER=y +CONFIG_MBEDTLS_TLS_CLIENT=y +CONFIG_MBEDTLS_TLS_ENABLED=y + +# +# TLS Key Exchange Methods +# +CONFIG_MBEDTLS_PSK_MODES=y +CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y +CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_PSK=y +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA_PSK=y +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y +# end of TLS Key Exchange Methods + +CONFIG_MBEDTLS_SSL_RENEGOTIATION=y +# CONFIG_MBEDTLS_SSL_PROTO_SSL3 is not set +CONFIG_MBEDTLS_SSL_PROTO_TLS1=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_1=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y +# CONFIG_MBEDTLS_SSL_PROTO_DTLS is not set +CONFIG_MBEDTLS_SSL_ALPN=y +CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS=y +CONFIG_MBEDTLS_X509_CHECK_KEY_USAGE=y +CONFIG_MBEDTLS_X509_CHECK_EXTENDED_KEY_USAGE=y +CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS=y + +# +# Symmetric Ciphers +# +CONFIG_MBEDTLS_AES_C=y +# CONFIG_MBEDTLS_CAMELLIA_C is not set +# CONFIG_MBEDTLS_DES_C is not set +CONFIG_MBEDTLS_RC4_DISABLED=y +# CONFIG_MBEDTLS_RC4_ENABLED_NO_DEFAULT is not set +# CONFIG_MBEDTLS_RC4_ENABLED is not set +# CONFIG_MBEDTLS_BLOWFISH_C is not set +# CONFIG_MBEDTLS_XTEA_C is not set +CONFIG_MBEDTLS_CCM_C=y +CONFIG_MBEDTLS_GCM_C=y +# CONFIG_MBEDTLS_NIST_KW_C is not set +# end of Symmetric Ciphers + +# CONFIG_MBEDTLS_RIPEMD160_C is not set + +# +# Certificates +# +CONFIG_MBEDTLS_PEM_PARSE_C=y +CONFIG_MBEDTLS_PEM_WRITE_C=y +CONFIG_MBEDTLS_X509_CRL_PARSE_C=y +CONFIG_MBEDTLS_X509_CSR_PARSE_C=y +# end of Certificates + +CONFIG_MBEDTLS_ECP_C=y +CONFIG_MBEDTLS_ECDH_C=y +CONFIG_MBEDTLS_ECDSA_C=y +# CONFIG_MBEDTLS_ECJPAKE_C is not set +CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y +CONFIG_MBEDTLS_ECP_NIST_OPTIM=y +# CONFIG_MBEDTLS_POLY1305_C is not set +# CONFIG_MBEDTLS_CHACHA20_C is not set +# CONFIG_MBEDTLS_HKDF_C is not set +# CONFIG_MBEDTLS_THREADING_C is not set +# CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI is not set +# CONFIG_MBEDTLS_SECURITY_RISKS is not set +# end of mbedTLS + +# +# mDNS +# +CONFIG_MDNS_MAX_SERVICES=10 +CONFIG_MDNS_TASK_PRIORITY=1 +CONFIG_MDNS_TASK_STACK_SIZE=4096 +# CONFIG_MDNS_TASK_AFFINITY_NO_AFFINITY is not set +CONFIG_MDNS_TASK_AFFINITY_CPU0=y +CONFIG_MDNS_TASK_AFFINITY=0x0 +CONFIG_MDNS_SERVICE_ADD_TIMEOUT_MS=2000 +# CONFIG_MDNS_STRICT_MODE is not set +CONFIG_MDNS_TIMER_PERIOD_MS=100 +# end of mDNS + +# +# ESP-MQTT Configurations +# +CONFIG_MQTT_PROTOCOL_311=y +CONFIG_MQTT_TRANSPORT_SSL=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE=y +# CONFIG_MQTT_MSG_ID_INCREMENTAL is not set +# CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED is not set +# CONFIG_MQTT_REPORT_DELETED_MESSAGES is not set +# CONFIG_MQTT_USE_CUSTOM_CONFIG is not set +# CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED is not set +# CONFIG_MQTT_CUSTOM_OUTBOX is not set +# end of ESP-MQTT Configurations + +# +# Newlib +# +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF is not set +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set +CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y +CONFIG_NEWLIB_NANO_FORMAT=y +# end of Newlib + +# +# NVS +# +# end of NVS + +# +# OpenSSL +# +# CONFIG_OPENSSL_DEBUG is not set +CONFIG_OPENSSL_ERROR_STACK=y +# CONFIG_OPENSSL_ASSERT_DO_NOTHING is not set +CONFIG_OPENSSL_ASSERT_EXIT=y +# end of OpenSSL + +# +# PThreads +# +CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_PTHREAD_STACK_MIN=768 +CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" +# end of PThreads + +# +# SPI Flash driver +# +# CONFIG_SPI_FLASH_VERIFY_WRITE is not set +# CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set +CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS=y +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS is not set +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED is not set +CONFIG_SPI_FLASH_USE_LEGACY_IMPL=y +# CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE is not set +CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y +CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 +CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1 +CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 +# CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set + +# +# Auto-detect flash chips +# +CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_GD_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP=y +# CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_TH_CHIP is not set +# end of Auto-detect flash chips + +CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=y +# end of SPI Flash driver + +# +# SPIFFS Configuration +# +CONFIG_SPIFFS_MAX_PARTITIONS=3 + +# +# SPIFFS Cache Configuration +# +CONFIG_SPIFFS_CACHE=y +CONFIG_SPIFFS_CACHE_WR=y +# CONFIG_SPIFFS_CACHE_STATS is not set +# end of SPIFFS Cache Configuration + +CONFIG_SPIFFS_PAGE_CHECK=y +CONFIG_SPIFFS_GC_MAX_RUNS=10 +# CONFIG_SPIFFS_GC_STATS is not set +CONFIG_SPIFFS_PAGE_SIZE=256 +CONFIG_SPIFFS_OBJ_NAME_LEN=32 +# CONFIG_SPIFFS_FOLLOW_SYMLINKS is not set +CONFIG_SPIFFS_USE_MAGIC=y +CONFIG_SPIFFS_USE_MAGIC_LENGTH=y +CONFIG_SPIFFS_META_LENGTH=4 +CONFIG_SPIFFS_USE_MTIME=y + +# +# Debug Configuration +# +# CONFIG_SPIFFS_DBG is not set +# CONFIG_SPIFFS_API_DBG is not set +# CONFIG_SPIFFS_GC_DBG is not set +# CONFIG_SPIFFS_CACHE_DBG is not set +# CONFIG_SPIFFS_CHECK_DBG is not set +# CONFIG_SPIFFS_TEST_VISUALISATION is not set +# end of Debug Configuration +# end of SPIFFS Configuration + +# +# TCP Transport +# + +# +# Websocket +# +CONFIG_WS_TRANSPORT=y +CONFIG_WS_BUFFER_SIZE=1024 +# end of Websocket +# end of TCP Transport + +# +# TinyUSB +# +# end of TinyUSB + +# +# Unity unit testing library +# +CONFIG_UNITY_ENABLE_FLOAT=y +CONFIG_UNITY_ENABLE_DOUBLE=y +# CONFIG_UNITY_ENABLE_COLOR is not set +CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y +# CONFIG_UNITY_ENABLE_FIXTURE is not set +# CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL is not set +# end of Unity unit testing library + +# +# Virtual file system +# +CONFIG_VFS_SUPPORT_IO=y +CONFIG_VFS_SUPPORT_DIR=y +CONFIG_VFS_SUPPORT_SELECT=y +CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y +# CONFIG_VFS_SUPPORT_TERMIOS is not set + +# +# Host File System I/O (Semihosting) +# +CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +CONFIG_VFS_SEMIHOSTFS_HOST_PATH_MAX_LEN=128 +# end of Host File System I/O (Semihosting) +# end of Virtual file system + +# +# Wear Levelling +# +CONFIG_WL_SECTOR_SIZE_512=y +# CONFIG_WL_SECTOR_SIZE_4096 is not set +CONFIG_WL_SECTOR_SIZE=512 +# CONFIG_WL_SECTOR_MODE_PERF is not set +CONFIG_WL_SECTOR_MODE_SAFE=y +CONFIG_WL_SECTOR_MODE=1 +# end of Wear Levelling + +# +# Wi-Fi Provisioning Manager +# +CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16 +CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 +CONFIG_WIFI_PROV_BLE_BONDING=y +# end of Wi-Fi Provisioning Manager + +# +# Supplicant +# +CONFIG_WPA_MBEDTLS_CRYPTO=y +# CONFIG_WPA_WAPI_PSK is not set +# CONFIG_WPA_DEBUG_PRINT is not set +# CONFIG_WPA_TESTING_OPTIONS is not set +# CONFIG_WPA_WPS_STRICT is not set +# CONFIG_WPA_11KV_SUPPORT is not set +# CONFIG_WPA_DPP_SUPPORT is not set +# end of Supplicant + +# +# AT +# +CONFIG_AT_ENABLE=y +CONFIG_AT_BASE_ON_UART=y + +# +# AT uart settings +# +CONFIG_AT_UART_DEFAULT_DATABITS=8 +CONFIG_AT_UART_DEFAULT_STOPBITS=1 +CONFIG_AT_UART_DEFAULT_PARITY_BITS=0 +CONFIG_AT_UART_DEFAULT_FLOW_CONTROL=1 +# end of AT uart settings + +# CONFIG_AT_BASE_ON_SOCKET is not set +# CONFIG_AT_BASE_ON_SDIO is not set +CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144 +CONFIG_AT_SOCKET_TASK_STACK_SIZE=6144 +# CONFIG_AT_COMMAND_TERMINATOR_SUPPORT is not set +CONFIG_AT_BASE_COMMAND_SUPPORT=y +CONFIG_AT_USER_COMMAND_SUPPORT=y +CONFIG_AT_WIFI_COMMAND_SUPPORT=y +CONFIG_AT_NET_COMMAND_SUPPORT=y +CONFIG_AT_SOCKET_MAX_CONN_NUM=5 + +# +# AT ssl client authentication method +# +CONFIG_AT_SSL_CLIENT_SERVER_AUTH_CLIENT=y +CONFIG_AT_SSL_CLIENT_CLIENT_AUTH_SERVER=y +# end of AT ssl client authentication method + +# +# AT ssl server authentication method +# +CONFIG_AT_SSL_SERVER_SERVER_AUTH_CLIENT=y +CONFIG_AT_SSL_SERVER_CLIENT_AUTH_SERVER=y +# end of AT ssl server authentication method + +CONFIG_AT_MDNS_COMMAND_SUPPORT=y +CONFIG_AT_WPS_COMMAND_SUPPORT=y +CONFIG_AT_SMARTCONFIG_COMMAND_SUPPORT=y +CONFIG_AT_PING_COMMAND_SUPPORT=y +CONFIG_AT_MQTT_COMMAND_SUPPORT=y + +# +# AT MQTT authentication method +# +CONFIG_AT_MQTT_BROKER_AUTH_CLIENT=y +CONFIG_AT_MQTT_CLIENT_AUTH_BROKER=y +# end of AT MQTT authentication method + +CONFIG_AT_HTTP_COMMAND_SUPPORT=y +CONFIG_AT_BLE_COMMAND_SUPPORT=y +CONFIG_AT_BLE_HID_COMMAND_SUPPORT=y +CONFIG_AT_BLUFI_COMMAND_SUPPORT=y +# CONFIG_AT_BT_COMMAND_SUPPORT is not set +# CONFIG_AT_ETHERNET_SUPPORT is not set +# CONFIG_AT_FS_COMMAND_SUPPORT is not set +# CONFIG_AT_DRIVER_COMMAND_SUPPORT is not set +CONFIG_AT_SIGNALING_COMMAND_SUPPORT=y +# CONFIG_AT_EAP_COMMAND_SUPPORT is not set +# CONFIG_AT_WEB_SERVER_SUPPORT is not set +CONFIG_AT_OTA_SUPPORT=y +CONFIG_AT_OTA_SERVER_IP="iot.espressif.cn" +CONFIG_AT_OTA_SERVER_PORT=80 +CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7" +CONFIG_AT_OTA_SSL_SUPPORT=y +CONFIG_AT_OTA_SSL_SERVER_IP="iot.espressif.cn" +CONFIG_AT_OTA_SSL_SERVER_PORT=443 +CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7" +CONFIG_ESP_AT_FW_VERSION="2.4.0" + +# +# Cloud IoT Commands +# +# CONFIG_AT_QCLOUD_IOT_COMMAND_SUPPORT is not set +# end of Cloud IoT Commands +# end of AT +# end of Component config + +# +# Compatibility options +# +# CONFIG_LEGACY_INCLUDE_COMMON_HEADERS is not set +# end of Compatibility options + +# Deprecated options for backward compatibility +CONFIG_TOOLPREFIX="xtensa-esp32-elf-" +# CONFIG_LOG_BOOTLOADER_LEVEL_NONE is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_ERROR is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_WARN is not set +CONFIG_LOG_BOOTLOADER_LEVEL_INFO=y +# CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE is not set +CONFIG_LOG_BOOTLOADER_LEVEL=3 +# CONFIG_APP_ROLLBACK_ENABLE is not set +# CONFIG_FLASH_ENCRYPTION_ENABLED is not set +# CONFIG_FLASHMODE_QIO is not set +# CONFIG_FLASHMODE_QOUT is not set +CONFIG_FLASHMODE_DIO=y +# CONFIG_FLASHMODE_DOUT is not set +# CONFIG_MONITOR_BAUD_9600B is not set +# CONFIG_MONITOR_BAUD_57600B is not set +CONFIG_MONITOR_BAUD_115200B=y +# CONFIG_MONITOR_BAUD_230400B is not set +# CONFIG_MONITOR_BAUD_921600B is not set +# CONFIG_MONITOR_BAUD_2MB is not set +# CONFIG_MONITOR_BAUD_OTHER is not set +CONFIG_MONITOR_BAUD_OTHER_VAL=115200 +CONFIG_MONITOR_BAUD=115200 +CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG=y +# CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE is not set +CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y +# CONFIG_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED is not set +# CONFIG_CXX_EXCEPTIONS is not set +CONFIG_STACK_CHECK_NONE=y +# CONFIG_STACK_CHECK_NORM is not set +# CONFIG_STACK_CHECK_STRONG is not set +# CONFIG_STACK_CHECK_ALL is not set +# CONFIG_WARN_WRITE_STRINGS is not set +# CONFIG_DISABLE_GCC8_WARNINGS is not set +# CONFIG_ESP32_APPTRACE_DEST_TRAX is not set +CONFIG_ESP32_APPTRACE_DEST_NONE=y +CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y +CONFIG_BLUEDROID_ENABLED=y +# CONFIG_NIMBLE_ENABLED is not set +CONFIG_BTC_TASK_STACK_SIZE=3072 +CONFIG_BLUEDROID_PINNED_TO_CORE=0 +CONFIG_BTU_TASK_STACK_SIZE=5120 +# CONFIG_BLUEDROID_MEM_DEBUG is not set +# CONFIG_CLASSIC_BT_ENABLED is not set +CONFIG_GATTS_ENABLE=y +# CONFIG_GATTS_SEND_SERVICE_CHANGE_MANUAL is not set +CONFIG_GATTS_SEND_SERVICE_CHANGE_AUTO=y +CONFIG_GATTS_SEND_SERVICE_CHANGE_MODE=0 +CONFIG_GATTC_ENABLE=y +# CONFIG_GATTC_CACHE_NVS_FLASH is not set +CONFIG_BLE_SMP_ENABLE=y +# CONFIG_SMP_SLAVE_CON_PARAMS_UPD_ENABLE is not set +# CONFIG_BLE_HOST_QUEUE_CONGESTION_CHECK is not set +CONFIG_SMP_ENABLE=y +# CONFIG_BLE_ACTIVE_SCAN_REPORT_ADV_SCAN_RSP_INDIVIDUALLY is not set +CONFIG_BLE_ESTABLISH_LINK_CONNECTION_TIMEOUT=30 +CONFIG_ADC2_DISABLE_DAC=y +# CONFIG_SPIRAM_SUPPORT is not set +CONFIG_TRACEMEM_RESERVE_DRAM=0x0 +# CONFIG_TWO_UNIVERSAL_MAC_ADDRESS is not set +CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS=y +CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS=4 +# CONFIG_ULP_COPROC_ENABLED is not set +CONFIG_ULP_COPROC_RESERVE_MEM=0 +CONFIG_BROWNOUT_DET=y +CONFIG_BROWNOUT_DET_LVL_SEL_0=y +# CONFIG_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_7 is not set +CONFIG_BROWNOUT_DET_LVL=0 +CONFIG_REDUCE_PHY_TX_POWER=y +# CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC is not set +CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL=y +# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC is not set +# CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 is not set +CONFIG_ESP32_RTC_EXTERNAL_CRYSTAL_ADDITIONAL_CURRENT=y +# CONFIG_DISABLE_BASIC_ROM_CONSOLE is not set +# CONFIG_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set +CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_MAIN_TASK_STACK_SIZE=3584 +CONFIG_IPC_TASK_STACK_SIZE=1024 +CONFIG_CONSOLE_UART_DEFAULT=y +# CONFIG_CONSOLE_UART_CUSTOM is not set +# CONFIG_ESP_CONSOLE_UART_NONE is not set +CONFIG_CONSOLE_UART=y +CONFIG_CONSOLE_UART_NUM=0 +CONFIG_CONSOLE_UART_BAUDRATE=115200 +CONFIG_INT_WDT=y +CONFIG_INT_WDT_TIMEOUT_MS=300 +CONFIG_TASK_WDT=y +CONFIG_TASK_WDT_PANIC=y +CONFIG_TASK_WDT_TIMEOUT_S=60 +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +# CONFIG_EVENT_LOOP_PROFILING is not set +CONFIG_POST_EVENTS_FROM_ISR=y +CONFIG_POST_EVENTS_FROM_IRAM_ISR=y +# CONFIG_ESP32S2_PANIC_PRINT_HALT is not set +CONFIG_ESP32S2_PANIC_PRINT_REBOOT=y +# CONFIG_ESP32S2_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP32S2_PANIC_GDBSTUB is not set +CONFIG_ESP32_RTC_XTAL_BOOTSTRAP_CYCLES=5 +CONFIG_ESP32S2_ALLOW_RTC_FAST_MEM_AS_HEAP=y +CONFIG_TIMER_TASK_STACK_SIZE=3584 +CONFIG_SW_COEXIST_ENABLE=y +# CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH is not set +# CONFIG_ESP32_ENABLE_COREDUMP_TO_UART is not set +CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE=y +CONFIG_MB_MASTER_TIMEOUT_MS_RESPOND=150 +CONFIG_MB_MASTER_DELAY_MS_CONVERT=200 +CONFIG_MB_QUEUE_LENGTH=20 +CONFIG_MB_SERIAL_TASK_STACK_SIZE=4096 +CONFIG_MB_SERIAL_BUF_SIZE=256 +CONFIG_MB_SERIAL_TASK_PRIO=10 +CONFIG_MB_CONTROLLER_SLAVE_ID_SUPPORT=y +CONFIG_MB_CONTROLLER_SLAVE_ID=0x00112233 +CONFIG_MB_CONTROLLER_NOTIFY_TIMEOUT=20 +CONFIG_MB_CONTROLLER_NOTIFY_QUEUE_SIZE=20 +CONFIG_MB_CONTROLLER_STACK_SIZE=4096 +CONFIG_MB_EVENT_QUEUE_TIMEOUT=20 +# CONFIG_MB_TIMER_PORT_ENABLED is not set +CONFIG_MB_TIMER_GROUP=0 +CONFIG_MB_TIMER_INDEX=0 +# CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK is not set +CONFIG_TIMER_TASK_PRIORITY=1 +CONFIG_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_TIMER_QUEUE_LENGTH=10 +# CONFIG_L2_TO_L3_COPY is not set +# CONFIG_USE_ONLY_LWIP_SELECT is not set +CONFIG_ESP_GRATUITOUS_ARP=y +CONFIG_GARP_TMR_INTERVAL=60 +CONFIG_TCPIP_RECVMBOX_SIZE=32 +CONFIG_TCP_MAXRTX=6 +CONFIG_TCP_SYNMAXRTX=3 +CONFIG_TCP_MSS=1440 +CONFIG_TCP_MSL=60000 +CONFIG_TCP_SND_BUF_DEFAULT=5760 +CONFIG_TCP_WND_DEFAULT=5760 +CONFIG_TCP_RECVMBOX_SIZE=6 +CONFIG_TCP_QUEUE_OOSEQ=y +# CONFIG_ESP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES is not set +CONFIG_TCP_OVERSIZE_MSS=y +# CONFIG_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_TCP_OVERSIZE_DISABLE is not set +CONFIG_UDP_RECVMBOX_SIZE=6 +CONFIG_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_TCPIP_TASK_AFFINITY_CPU0 is not set +CONFIG_TCPIP_TASK_AFFINITY=0x7FFFFFFF +# CONFIG_PPP_SUPPORT is not set +CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_ESP32_PTHREAD_STACK_MIN=768 +CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread" +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y +# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS is not set +# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED is not set +CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y +# CONFIG_SUPPORT_TERMIOS is not set +CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +CONFIG_SEMIHOSTFS_HOST_PATH_MAX_LEN=128 +# End of deprecated options diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/[ESP32-AT][v2.4.0.0]Release-Note.pdf b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/[ESP32-AT][v2.4.0.0]Release-Note.pdf new file mode 100644 index 0000000..0897f28 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/[ESP32-AT][v2.4.0.0]Release-Note.pdf differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/[ESP32-AT][v2.4.0.0]User-Guide.pdf b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/[ESP32-AT][v2.4.0.0]User-Guide.pdf new file mode 100644 index 0000000..420cc17 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/[ESP32-AT][v2.4.0.0]User-Guide.pdf differ diff --git a/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/[ESP32-AT][v2.4.0.0]чФицИ╖цМЗхНЧ.pdf b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/[ESP32-AT][v2.4.0.0]чФицИ╖цМЗхНЧ.pdf new file mode 100644 index 0000000..61fc1f3 Binary files /dev/null and b/Rev1/python/Projects/AnkaSenseS4/WiFi/ESP32-WROOM-32_AT_Bin_V2.4.0.0/[ESP32-AT][v2.4.0.0]чФицИ╖цМЗхНЧ.pdf differ